Send Orders

APIs related to sending Limio Orders

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.

chevron-right
lockRequired 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
Responses
chevron-right
200

OK

application/json
idstringOptional
order_referencestringOptional
statusstringOptional
external_idstringOptional
subscriptionReferencestringOptional
ownerstringOptional
post
/order

Submit Order as Admin

post

Submit an order using management credentials. Admin users can optionally include a partner organisation to attribute the order to and run partner-specific eligibility checks and associate the order, and all its related objects with the partner organisation.

Authorizations
AuthorizationstringRequired

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

Usage format: Bearer <token>

Body
Responses
chevron-right
200

OK

application/json
idstringOptional
order_referencestringOptional
statusstringOptional
external_idstringOptional
subscriptionReferencestringOptional
ownerstringOptional
post
/admin/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. Supports previewing new subscriptions, offer changes, cancellations, credit memos, gift refunds, and subscription updates.

chevron-right
lockRequired 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
Responses
chevron-right
200

OK

application/json
post
/order/preview

Last updated

Was this helpful?