Skip to main content
GET
Get Shopping Session

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

session_id
string<uuid>
required

Response

Successful Response

id
string<uuid>
required
user_id
string<uuid>
required
status
string
required
created_at
string<date-time>
required
merchant_type
string | null
merchant_domain
string | null
cart_items
Cart Items · object[]
budget_limit_cents
integer | null
total_cents
integer | null
currency
string
default:USD
completed_at
string<date-time> | null