Carts

quote Cart Management V1Create Empty Cart For Customer Post

Creates an empty cart and quote for a specified customer if customer does not have a cart yet.

post

/V1/customers/{customerId}/carts

Path parameters
customerIdstringrequired

(Required) The customer ID.

Example: <integer>
Body
Responses
curl -L \
  --request POST \
  --url 'http://{{baseurl}}/V1/customers/{customerId}/carts'
91379258