Skip to content

Add an item to the cart

POST
/rest/v1/cart/items

Request Body

application/json
JSON
{
  
"productCodeId": 0,
  
"quantity": 1,
  
"options": {
  
}
}

Responses

Updated cart

Playground

Body

Samples

Powered by VitePress OpenAPI