{
"id": "__test__os_AHsdfs123ld1",
"app_id": "__test__aas_sdfwerzx5134",
"customer_id": "__test__XpbTXGTSRp3gEsD8",
"id_at_source": "20000006743",
"source": "apple_app_store",
"created_at": 1517487053,
"object": "omnichannel_subscription",
"omnichannel_subscription_items": [
{
"id": "__test__osi_BXswds133lf1",
"id_at_source": "com.example.landmarks.premium",
"status": "active",
"current_term_start": 1728988425,
"current_term_end": 1731666825
}
]
}
source
. For Apple App Store, it is the Transaction ID of the initial_purchase_transaction
. App Identifier in Chargebee. This is the handle created by Chargebee for your app. To get the app_id
:
id
of the customer object that is associated with this purchase. omnichannel_subscription
created in Chargebee. resource_version
is updated with a new timestamp in milliseconds for every change made to the resource. omnichannel_subscription_item
expires in the source
omnichannel_subscription_item
was cancelled
in the source
omnichannel_subscription_item
was expired
in the source
status
is active
. status
is active
. omnichannel_subscription_item
. Learn more about status and their mapping with the store's status. source
provides renewal information (currently available only for Google Play Store purchases) and the omnichannel_subscription_item
's auto_renew_status is set to on
to renew for the next term. Otherwise, this field is absent.omnichannel_subscription_item
and a Chargebee item
. Use this attribute to retrieve entitlements for the omnichannel_subscription_item
that are associated with the linked Chargebee item
.Retrieves an omnichannel_subscription
object using an omnichannel_subscription_id
. You can get the omnichannel_subscription_id
for any successfully recorded purchase in Chargebee using List Omnichannel subscriptions API.
omnichannel_subscription
.omnichannel_transaction
associated with the specified omnichannel_subscription
.omnichannel_subscription
to another customer. Updates the Omnichannel subscription’s customer ID and related records, then triggers the OMNICHANNEL_SUBSCRIPTION_MOVED_IN
webhook with the new customer details.