Guest carts

quote Guest Cart Repository V1Get Get

get

Enable a guest user to return information for a specified cart.

Path parameters
cartIdstringRequired

(Required)

Example: <string>
Responses
200

OK

application/json
Responseobject
get
/V1/guest-carts/{cartId}

quote Guest Cart Management V1Assign Customer Put

put

Assign a specified customer to a specified shopping cart.

Path parameters
cartIdstringRequired

(Required) The cart ID.

Example: <string>
Header parameters
Content-TypestringOptionalExample: application/json
Body
objectOptionalExample: {"customerId":"<integer>","storeId":"<integer>"}
Responses
200

OK

application/json
Responseobject
put
/V1/guest-carts/{cartId}

quote Guest Cart Management V1Create Empty Cart Post

post

Enable an customer or guest user to create an empty cart and quote for an anonymous customer.

Body
Responses
200

OK

application/json
Responseobject
post
/V1/guest-carts