Sync Zuora Data

APIs related to syncing Zuora Data

Sync Zuora Subscription

post

This API allows you to update subscriptions that already exist within Limio or to create new subscriptions / customer accounts in Limio for orders that were created outside of Limio (for example directly in Zuora). It can be used to keep Limio in sync with non-Limio-initiated changes, or to fetch new subscriptions and accounts that have been created outside of a Limio shop.

Authorizations
AuthorizationstringRequired

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

Usage format: Bearer <token>

Path parameters
idstringRequired

The id of the subscription created in Zuora

Example: https://{TENANT}.prod.limio.com/api/plugins/zuora/sync/subscription/A-S00000271
Responses
chevron-right
200

OK

application/json
successbooleanOptional

Indicates if the sync has been completed

Example: true
idstringOptional

The id of the subscription created in Limio

Example: sub-5c3d83c60950014c306865f0ab8c499b
ownerstringOptional

The id of the owner identity of the subscription created in Limio

Example: id-23252f4950f5efe7de30de37da283149
post
/plugins/zuora/sync/subscription/{id}

Last updated

Was this helpful?