Orders API

Submit new orders to the Limio platform for processing and integration with downstream systems, supporting order capture for subscriptions, trials, and offers.

You can send Preview and Send Orders into Limio to trigger Limio's Order Orchestration framework. The full API documentation is available at Limio Order REST API Documentation.

Key requests are listed below.

Submit Order

post

Submit an order directly to Limio. This will apply the changes immediately and can be used to update a subscription, change the offer, or update customer details.

Required scopes
This endpoint requires the following scopes:
Authorizations
AuthorizationstringRequired

To create a Bearer token, see How to get an OAuth Bearer Token?.

Usage format: Bearer <token>

Body
or
or
or
or
or
or
or
or
or
or
Responses
200

OK

application/json
post
/order

Preview Order

post

Preview an order in Limio to see the changes that will be applied. This can be used to show the user what will happen before they confirm the order, including changes to future charges, the effective date of the change, and any other details.

Required scopes
This endpoint requires the following scopes:
Authorizations
AuthorizationstringRequired

To create a Bearer token, see How to get an OAuth Bearer Token?.

Usage format: Bearer <token>

Body
or
or
Responses
200

OK

application/json
post
/order/preview

Last updated

Was this helpful?