Remove items from basket

Service URL: DELETE /baskets/{basketReference}/items

Tokens:t

basketReference – The basket reference of the basket to add the item to, or can be ‘PRIMARY’ to add to the PRIMARY basket.

Response Body:

Remarks:

Removes all items from the basket. All existing basket information is kept.

 ScenarioOutcomeExpected behaviourStatus CodeResponse
1Service is given a valid basket referenceSuccessThe basket items are removed.200200 Success ok
2Service is given a invalid basket referenceNotFoundThe basket items are not removed.404ErrorMessage 
Go to Top