These docs are for v2023.12. Click to read the latest docs for v2025.03.01.

Remove items

Remove one or more items from an existing cart. For an item, if only itemCode is supplied, all items with that itemCode will be removed. If itemData is also supplied, then the item with that itemCode and the matching itemData id (name is ignored) will be removed.

Response CodeFault CodeFaultSuggested User Message
40090064UnableToRemoveItemsFaultItem cannot be removed from cart
40090023InvalidItemCombinationFaultItem {itemCode} cannot be added to this cart
40490040NoCartFoundFaultCart does not exist
50090061SystemFailureFaultSystem Failure, please try again later
Language