Items REST Endpoints

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