OfferingType
Represents a product offering in the catalog.
Fields
Customer-facing description of the offering.
Customer-facing name of the offering.
Groups of components with cardinality constraints.
Unique identifier of the offering.
Internal name used to identify the offering.
Whether this offering is currently active.
Whether this offering can be amended (only DRAFT offerings).
Whether this offering is in draft status.
Whether this offering has expired.
Whether this is the first draft version (version 1, not yet activated).
Whether this is the latest version of the offering.
Whether this offering can be sold stand-alone.
Lifecycle information for this offering.
Nested offering components included in this offering.
Product components included in this offering.
Tags associated with this offering.
Contract term template components included in this offering.
Example
{
"customerDescription": "step-smile-could-size-only",
"customerName": "class-late-race-city-suddenly",
"groups": [GroupType],
"identifier": "68398513",
"internalName": "treat-her-wife-training-family",
"isActive": true,
"isAmendable": true,
"isDraft": true,
"isExpired": true,
"isFirstDraft": true,
"isLatestVersion": true,
"isSellable": true,
"lifecycle": LifecycleType,
"offeringComponents": [OfferingComponentType],
"productComponents": [ProductComponentType],
"tags": [TagType],
"termTemplateComponents": [TermTemplateComponentType]
}