Items REST Endpoints
Store/Orders/Current/Items
The operations from the Store/Orders/Current/Items category.
- Add cart items
- Method: postPath:
/ccstore/v1/orders/current/items/add - Delete a cart item by ID
- Method: deletePath:
/ccstore/v1/orders/current/items/{id} - Delete cart items
- Method: postPath:
/ccstore/v1/orders/current/items/delete - Get a cart item by ID
- Method: getPath:
/ccstore/v1/orders/current/items/{id} - Get all cart items
- Method: getPath:
/ccstore/v1/orders/current/items - Make a Gift-With-Purchase selection
- Method: postPath:
/ccstore/v1/orders/current/items/makeGWPSelection - Remove a selectable quantity
- Method: postPath:
/ccstore/v1/orders/current/items/removeSelectableQuantity - Remove all selectable quantities
- Method: postPath:
/ccstore/v1/orders/current/items/removeAllSelectableQuantity - Update a cart item by ID
- Method: patchPath:
/ccstore/v1/orders/current/items/{id} - Update cart items
- Method: patchPath:
/ccstore/v1/orders/current/items