You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current
UpdateBillingAddressParams
Parameters for the updateBillingAddress API endpoint
export interface UpdateBillingAddressParams {
address: AddressInput & {
isDefault?: boolean;
};
user: {
defaultBillingAddressId: string;
version: string;
};
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
address | Required | AddressInput & { isDefault?: boolean; } | Updated shipping address |
user | Required | { defaultBillingAddressId: string; version: string; } | Current user |