You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current
SetCartBillingAddressParams
Parameters for the setCartBillingAddress API endpoint.
export interface SetCartBillingAddressParams extends SetCartBillingAddressActionParams {
cartId: ApiUpdateCartParams["id"];
cartVersion: ApiUpdateCartParams["version"];
versionFallback?: ApiUpdateCartParams["versionFallback"];
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
cartId | Required | ApiUpdateCartParams["id"] | The ID of the cart for which to set the billing address. |
cartVersion | Required | ApiUpdateCartParams["version"] | The version of the cart for which to set the billing address. |
versionFallback | Optional | ApiUpdateCartParams["versionFallback"] | Flag enabling request retry in case of a ConcurrentModification error. |