Updates an existing cart item or creates the one in the cart.
currency | string Preferred payment currency. Three-letter currency code per ISO 4217. |
quantity | number Default: 123 Item quantity. |
The cart was successfully updated.
Item not found. Make sure the project_id
and the item_sku
are correct.
This type of item cannot be put to the cart. Select another type of item.
{- "currency": "string",
- "quantity": 123
}
{- "statusCode": 422,
- "errorCode": 1421,
- "errorMessage": "Only Virtual Good Supported"
}