Items REST Endpoints

Store/Orders/Current/Items
The operations from the Store/Orders/Current/Items category.
addCartItems
Method: post
Path: /ccstore/v1/orders/current/items/add
deleteCartItem
Method: delete
Path: /ccstore/v1/orders/current/items/{id}
deleteCartItems
Method: post
Path: /ccstore/v1/orders/current/items/delete
getCartItem
Method: get
Path: /ccstore/v1/orders/current/items/{id}
getCartItems
Method: get
Path: /ccstore/v1/orders/current/items
makeGiftWithPurchaseSelection
Method: post
Path: /ccstore/v1/orders/current/items/makeGWPSelection
removeAllSelectableQuantity
Method: post
Path: /ccstore/v1/orders/current/items/removeAllSelectableQuantity
removeSelectableQuantity
Method: post
Path: /ccstore/v1/orders/current/items/removeSelectableQuantity
updateCartItem
Method: patch
Path: /ccstore/v1/orders/current/items/{id}
updateCartItems
Method: patch
Path: /ccstore/v1/orders/current/items