quote Cart Management V1Assign Customer Put
PUT {{baseUrl}}/V1/carts/:cartId
Assigns a specified customer to a specified shopping cart.
Request Body
{"customerId"=>"<integer>", "storeId"=>"<integer>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
""