Skip to main content
GET
Spree SDK

Authorizations

x-spree-api-key
string
header
required

Publishable API key for store access

Authorization
string
header
required

JWT token for authenticated customers

Headers

x-spree-api-key
string
required
Authorization
string
required

Query Parameters

page
integer

Page number (default: 1)

limit
integer

Number of results per page (default: 25, max: 100)

sort
string

Sort order. Prefix with - for descending. Values: created_at, -created_at, updated_at, -updated_at

q[created_at_gt]
string

Filter by created after date (ISO 8601)

q[updated_at_gt]
string

Filter by updated after date (ISO 8601)

expand
string

Comma-separated associations to expand (items, fulfillments, payments, discounts, billing_address, shipping_address, gift_card, payment_methods). Use "none" to skip associations.

fields
string

Comma-separated list of fields to include (e.g., total,amount_due,item_count). id is always included.

Response

carts listed