Skip to main content
GET
Get Checkout Session
Returns the complete session state — cart items with computed pricing, applied coupons, free-gift add-ons, loyalty coin balance, and payment/session lifecycle state.
Use the session_id returned by Create Session. Monetary amounts in this response are in the major currency unit (e.g. 3595 = ₹3595).
A few fields worth calling out:
  • pricing.shipping is -1 until a delivery address is provided, then it reflects the calculated charge.
  • add_ons lists free-gift products unlocked once pricing crosses each offer’s target.

Authorizations

Authorization
string
header
required

API key sent as a bearer token (Bearer <token>). Generate keys in the dashboard under Settings → API Keys.

Path Parameters

sessionId
string<uuid>
required

The session ID returned by Create Session.

Response

Session retrieved successfully.

status
string
Example:

"success"

data
object

Full checkout session state.