Zuora Sync

Synchronise subscription data between Zuora and Limio. Import subscriptions created directly in Zuora or refresh existing Limio subscriptions with upstream Zuora changes.

Sync Zuora Subscription

post

Synchronise a Zuora subscription with Limio. Use this to import subscriptions created directly in Zuora (outside of a Limio shop) or to refresh existing Limio subscriptions with the latest upstream Zuora data. If the subscription does not yet exist in Limio, a new subscription and customer account will be created.

Authorizations
AuthorizationstringRequired

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>

Path parameters
idstringRequired

The Zuora subscription ID to synchronise (e.g. A-S00000271).

Example: 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?