Skip to content

Merge a guest cart into the authenticated customer cart

POST
/rest/v1/cart/claim

Authorizations

bearerAuth

JWT access token obtained from /rest/auth/admin/login or /rest/auth/customer/login

Type
HTTP (bearer)

Request Body

application/json
JSON
{
  
"cartToken": "string"
}

Responses

Merged cart

Playground

Authorization
Body

Samples

Powered by VitePress OpenAPI