Verify item removed
GET http://localhost:3002/{{memberId}}/cart
A GET
to the :memberId/cart
endpoint allows you to retrieve a list of all items in the specified member's cart.
Look under Examples to view an example response.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-type | string |
RESPONSES
status: OK
{"member_id":"5489098","cart_id":"109","items":[{"item_id":"304832","quantity":"1"},{"item_id":"304836","quantity":"2"}],"subtotal":"2.09","tax":"0.03","freight":"0.05","total":"2.27"}