Alokai
You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current

SetCartShippingAddressParams

Parameters for setting cart shipping address.

export interface SetCartShippingAddressParams {
	address: SetCartShippingAddress["address"];
	cartId: ApiUpdateCartParams["id"];
	cartVersion: ApiUpdateCartParams["version"];
	versionFallback?: ApiUpdateCartParams["versionFallback"];
}

Properties

NameRequiredTypeDescription
addressRequiredSetCartShippingAddress["address"]Shipping address to be set for cart.
cartIdRequiredApiUpdateCartParams["id"]ID of the cart to set the shipping address for.
cartVersionRequiredApiUpdateCartParams["version"]Version of the cart to set the shipping address for.
versionFallbackOptionalApiUpdateCartParams["versionFallback"]Flag enabling request retry in case of a ConcurrentModification error.

Referenced Types

On this page