API Version
Product Catalog
Library

Sample omnichannel one time order item [ JSON ]

API Index URL GET

https://{site}.chargebee.com/api/v2/omnichannel_one_time_order_items

Model Class

id
string, max chars=40

item_id_at_source
string, max chars=100

item_type_at_source
optional, string, max chars=100

quantity
optional, integer

cancelled_at
optional, timestamp(UTC) in seconds

cancellation_reason
optional, enumerated string

Possible values are
customer_cancelledcustomer_did_not_consent_to_price_increaserefunded_due_to_app_issuerefunded_for_other_reason
Show all values[+]
created_at
timestamp(UTC) in seconds

resource_version
optional, long

This is a list of the event types we currently support. We will continue to add more events moving forward. All events follow a uniform pattern - <resource>_<event_name>. The resources that will be present in the event content are provided beneath each event type's description.

Note: If consolidated invoicing is enabled, the attributes invoice.subscription_id and credit_note.subscription_id should not be used (as it will not be present if the invoice / credit note has lines from multiple subscriptions). Instead to know the related subscriptions, their line_items' subscription_id attribute should be referred.

id id
string, max chars=40

item_id_at_source item_id_at_source
string, max chars=100

item_type_at_source item_type_at_source
optional, string, max chars=100

quantity quantity
optional, integer

cancelled_at cancelled_at
optional, timestamp(UTC) in seconds

cancellation_reason cancellation_reason
optional, enumerated string

Possible values are
customer_cancelledcustomer_did_not_consent_to_price_increaserefunded_due_to_app_issuerefunded_for_other_reason
Show all values[+]
created_at created_at
timestamp(UTC) in seconds

resource_version resource_version
optional, long