-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Description
Request to Subscription Povider to get plans prices
api/v2/item_prices?item_id[is]=cbdemo_enterprise-suite'
Response from Subscription Provider
{
"list": [
{
"item_price": {
"id": "cbdemo_enterprise-suite-INR-Daily",
"name": "Enterprise Suite INR Daily",
"item_family_id": "cbdemo_omnisupport-solutions",
"item_id": "cbdemo_enterprise-suite",
"status": "active",
"external_name": "Enterprise Suite",
"pricing_model": "flat_fee",
"price": 10000,
"period": 1,
"currency_code": "INR",
"period_unit": "day",
"free_quantity": 0,
"channel": "web",
"resource_version": 1755510951486,
"updated_at": 1755510951,
"created_at": 1755510951,
"is_taxable": true,
"item_type": "plan",
"show_description_in_invoices": false,
"show_description_in_quotes": false,
"deleted": false,
"object": "item_price"
}
},
{
"item_price": {
"id": "cbdemo_enterprise-suite-monthly",
"name": "Enterprise Suite Monthly",
"item_family_id": "cbdemo_omnisupport-solutions",
"item_id": "cbdemo_enterprise-suite",
"description": "Enterprise Suite billed monthly",
"status": "active",
"external_name": "Enterprise Suite Monthly",
"pricing_model": "flat_fee",
"price": 14100,
"period": 1,
"currency_code": "INR",
"period_unit": "month",
"free_quantity": 0,
"channel": "web",
"resource_version": 1754897341938,
"updated_at": 1754897341,
"created_at": 1754897341,
"is_taxable": true,
"item_type": "plan",
"show_description_in_invoices": false,
"show_description_in_quotes": false,
"deleted": false,
"object": "item_price"
}
},
{
"item_price": {
"id": "cbdemo_enterprise-suite-annual",
"name": "Enterprise Suite Annual",
"item_family_id": "cbdemo_omnisupport-solutions",
"item_id": "cbdemo_enterprise-suite",
"description": "Enterprise Suite billed annually",
"status": "active",
"external_name": "Enterprise Suite Annual",
"pricing_model": "flat_fee",
"price": 169000,
"period": 1,
"currency_code": "INR",
"period_unit": "year",
"free_quantity": 0,
"channel": "web",
"resource_version": 1754897341789,
"updated_at": 1754897341,
"created_at": 1754897341,
"is_taxable": true,
"item_type": "plan",
"show_description_in_invoices": false,
"show_description_in_quotes": false,
"deleted": false,
"object": "item_price"
}
}
]
}
Metadata
Metadata
Assignees
Labels
No labels