Subscription Lifecycle Management
Create Subscription
Subscriptions are created using the Orders API with theCreateSubscription order action.
- Endpoint:
POST /v1/orders - Order action:
CreateSubscription - Documentation: https://developer.zuora.com/v1-api-reference/api/operation/POST_Order/
Update Subscription
Subscriptions are updated using the Orders API with theUpdateSubscription order action.
- Endpoint:
POST /v1/orders - Order action:
UpdateSubscription - Documentation: https://developer.zuora.com/v1-api-reference/api/operation/POST_Order/
Cancel Subscription
Subscriptions are canceled using the Orders API with theCancelSubscription order action.
- Endpoint:
POST /v1/orders - Order action:
CancelSubscription - Documentation: https://developer.zuora.com/v1-api-reference/api/operation/POST_Order/
Scheduled Orders
In addition to immediate actions, Stigg creates scheduled orders in Zuora to support future-dated subscription updates.Custom Field Synchronization
Stigg synchronizes metadata using Zuora’s Custom Objects API.Create / Update Custom Objects
- Endpoints:
POST /custom_objects/{custom_object_type}PATCH /custom_objects/{custom_object_type}
- Documentation: https://developer.zuora.com/other-api/quickstart-api/operation/createCustomObject/
