Skip to main content
PATCH
/
v2
/
carts
/
{cartId}
/
products
/
{skuId}
{
  "statusCode": 400,
  "message": "Bad Request",
  "error": "Invalid input data"
}

Authorizations

x-droplinked-api-key
string
header
required

Path Parameters

cartId
string
required

cartId identifier

Example:

"507f1f77bcf86cd799439011"

skuId
string
required

skuId identifier

Example:

"507f1f77bcf86cd799439011"

Body

application/json

The body is of type any.

Response

Success