Orders
OAuth 2.0 Bearer token for authenticated API access. Required for order submission, object management, and administrative operations.
Obtain a token via the OAuth flow described in OAuth Bearer Token.
Pass the token in the Authorization header: Bearer <token>
Create a new subscription
Your own external order reference. Useful for correlating Limio orders with records in upstream systems.
EXT-ORD-12345Indicates where the order originated. Limio uses shop for storefront orders and salesforce for CRM-initiated orders. Custom values are supported for other integrations.
shopPossible values: The system that submitted the order. Limio uses shop for storefront submissions and salesforce for CRM submissions.
shopWhen true, the order is processed synchronously and the response includes the final processing result. When false (default), the order is queued for asynchronous processing.
falsePayment
the date on which the subscription should start
2020-01-01T00:00:00Zthe limio session checkout id for this order
basket-22e3d318-92e2-4909-b59c-1265623bc3f6the country code of the customer's purchase location
GBOK
Response returned after successfully submitting an order.
Unique identifier of the created order.
order-4dd195c3eee4297e33aecb5436cf8092Human-readable order reference code.
8HK92PL401QWProcessing status of the order.
completePossible values: The external order reference provided in the request, if any.
EXT-ORD-12345Reference code of the subscription created or modified by this order.
2TJ25TK632EGThe identity ID that owns objects created by this order.
id-62401f8d5bf6b26a37ea0defd66fd005Invalid partner organisation or malformed order payload.
Unauthorized — the request lacks valid authentication credentials. Verify your Bearer token or API key is correct and has not expired.
Not found
Bad Gateway — an upstream service returned an unexpected response. This typically indicates an issue with the request payload (e.g. invalid field values, missing required fields) or a transient infrastructure error. Retry the request, and if the issue persists, verify the request body matches the expected schema.
OAuth 2.0 Bearer token for authenticated API access. Required for order submission, object management, and administrative operations.
Obtain a token via the OAuth flow described in OAuth Bearer Token.
Pass the token in the Authorization header: Bearer <token>
OK
Unauthorized — the request lacks valid authentication credentials. Verify your Bearer token or API key is correct and has not expired.
Not found
Bad Gateway — an upstream service returned an unexpected response. This typically indicates an issue with the request payload (e.g. invalid field values, missing required fields) or a transient infrastructure error. Retry the request, and if the issue persists, verify the request body matches the expected schema.
Last updated
Was this helpful?

