POST cart/move/{sourceCollectionKey}/{destinationCollectionKey}/{cartId}
Moves a cart from one collection to another. This could be used by a caller for many purposes such as providing a way to move a cart from one user to another, or to provide the server-side implementation of an approval queue by creating a collectionKey for the queue, and moving the cart to the queue collection upon submission.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
sourceCollectionKey |
Source collection to move from |
string |
Required |
destinationCollectionKey |
Destination collection |
string |
Required |
cartId |
Cart Id |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
None.