customers.json
that contains all the customers that will be imported to the environment.
The file should be in the following schema:
importCustomerBulk
endpoint.
free-subscriptions.json
that contains all of the subscriptions that should be imported.
The file should be in the following schema:
importSubscriptionBulk
endpoint.
billingInformation.isBackdated: true
property. Doing so will create the subscription as backdated in the billing provider and ensure that customers will be billed again for the subscription starting from the next billing period. You may optionally sync additional metadata for the subscription that’s synced to the billing provider to indicate that this is a migrated subscription by passing the billingInformation.metadata
property when provisioning the subscription Stigg.custom-subscriptions.json
that contains all of the subscriptions that should be imported.
The file should be in the following schema:
importSubscriptionBulk
endpoint.
usage.json
that contains all the features’ up-to-date usage.
The file should be in the following schema:
reportUsageBulk
endpoint while passing the updateBehavior: UsageUpdateBehavior.SET
property in each of the usage reports.