Sync Zuora Data

APIs related to syncing Zuora Data

Sync Zuora Subscription

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.

SecuritybearerAuth
Request
path Parameters
id
required
string

The id of the subscription created in Zuora

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

OK

401

Unauthorized

502

Bad Gateway

post/plugins/zuora/sync/subscription/{id}
Request samples
Response samples
application/json
{
  • "success": true,
  • "id": "sub-5c3d83c60950014c306865f0ab8c499b",
  • "owner": "id-23252f4950f5efe7de30de37da283149"
}