Skip to main content
Issue a Session Token for a customer to create orders in your store. This is an API Key exclusive endpoint.
Authentication: API Key

How It Works

  1. Your server calls this endpoint with API Key authentication
  2. You receive a short-lived session token
  3. Pass the token to the customer’s browser
  4. The customer uses the token (Authorization: Bearer <token>) to create orders and interact with checkout
Session tokens are scoped to a single store and expire automatically.

Request Body

Example Request

Success Response (200)

Response Fields

Errors

Retry policy: Never retry 4xx — fix the request and resubmit. Retry 5xx with exponential backoff (start 5s, max 3 attempts).