PUT cart/switch/{cartCollectionKey}/{cartId}
For client applications which allow multiple carts per user, provides a way to switch what is considered the user's current cart to the cart matching the given cartID.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
cartCollectionKey |
Cart collection key |
string |
Required |
cartId |
Id of cart to make current cart |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
None.