Items REST Endpoints
Store/Orders/Current/Items
The operations from the Store/Orders/Current/Items category.
- addCartItems
- Method: postPath:
/ccstore/v1/orders/current/items/add - deleteCartItem
- Method: deletePath:
/ccstore/v1/orders/current/items/{id} - deleteCartItems
- Method: postPath:
/ccstore/v1/orders/current/items/delete - getCartItem
- Method: getPath:
/ccstore/v1/orders/current/items/{id} - getCartItems
- Method: getPath:
/ccstore/v1/orders/current/items - makeGiftWithPurchaseSelection
- Method: postPath:
/ccstore/v1/orders/current/items/makeGWPSelection - removeAllSelectableQuantity
- Method: postPath:
/ccstore/v1/orders/current/items/removeAllSelectableQuantity - removeSelectableQuantity
- Method: postPath:
/ccstore/v1/orders/current/items/removeSelectableQuantity - updateCartItem
- Method: patchPath:
/ccstore/v1/orders/current/items/{id} - updateCartItems
- Method: patchPath:
/ccstore/v1/orders/current/items