Get cart summary
GET
/api/v1/business/website/cart/summary/
Lightweight totals-only payload — ideal for header badges.
Authorizations
apiKey
Your business API key (sb_live_*) — identifies which store the request is for. Required on every /api/v1/business/website/ request.
Type
API Key (header: X-Periscale-Key)
shopperToken
The shopper's access token from the shopper authentication endpoints. Required for cart, checkout, orders, and account actions.
Type
HTTP (bearer)
Responses
Cart totals.
application/json
JSON "status": true, "status_code": 0, "message": "string", "data": { "cart_id": 0, "total_items": 0, "subtotal": "string" }
{
}