v1

latestOpenAPI 3.0.3MIT2026-07-17291830.7 KB
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"}