Alokai
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

NameRequiredTypeDescription
cartIdRequiredApiUpdateCartParams["id"]The ID of the cart for which to set the billing address.
cartVersionRequiredApiUpdateCartParams["version"]The version of the cart for which to set the billing address.
versionFallbackOptionalApiUpdateCartParams["versionFallback"]Flag enabling request retry in case of a ConcurrentModification error.

Referenced Types

On this page