GET
/
cart
/
mini
{
  "cart_hash": "<string>",
  "cart_key": "<string>",
  "currency": "<string>",
  "item_count": 123,
  "items": [
    {
      "item_key": "<string>",
      "id": 123,
      "name": "<string>",
      "variation": [
        "<any>"
      ],
      "price": "<string>",
      "quantity": 123,
      "featured_image": "<string>"
    }
  ],
  "subtotal": "<string>"
}
This API requires CoCart Plus v2 or higher to use.

Authorizations

Authorization
string
header
required

Basic authentication with username and password (optional)

Response

200 - application/json

Mini cart data retrieved successfully

The response is of type object.