cart

Returns given item from user's shopping cart

Returns given item from shopping cart of given customer

get/api/v1/carts/{customerId}/items/{itemId}

Path parameters

customerIdstring required

Customer Identifier

itemIdstring required

Item (product) Identifier

Response

If item exists in cart

idstring

Item Identifier

quantityinteger

The item quantity

{"stackTrail":"components:schemas:Item:properties:unitPrice","oasType":"schema","type":"unknown","description":"The item's price per unit"}

Changes

No recorded changes to this endpoint across all 1 revision of this API.