cart
Adds an item in shopping cart
Adds an item to the shopping cart if it doesn't already exist, or increment quantity by the specified number of items if it does.
post/api/v1/carts/{customerId}/items
Path parameters
customerIdstring required
Customer Identifier
Request body
Response
Item added successfully