Skip to main content

Arguments

identifier : String

The identifier of the offering to query.

Returns

OfferingType

Represents a product offering in the catalog.

Allowed Viewers

Customer Partner User Third party

Required Permissions

Can query catalog offerings

Query Complexity

1

Examples

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Query

query Offering($identifier: String) { offering(identifier: $identifier) { customerDescription customerName groups { ...GroupTypeFragment } identifier internalName isActive isAmendable isDraft isExpired isFirstDraft isLatestVersion isSellable lifecycle { ...LifecycleTypeFragment } offeringComponents { ...OfferingComponentTypeFragment } productComponents { ...ProductComponentTypeFragment } tags { ...TagTypeFragment } termTemplateComponents { ...TermTemplateComponentTypeFragment } } }

Variables

{ "identifier": "19823854" }

Response

{ "data": { "offering": { "customerDescription": "herself-yard-challenge-by-boy", "customerName": "onto-unit-baby-nearly-not", "groups": [GroupType], "identifier": "45799041", "internalName": "half-far-move-boy-to", "isActive": true, "isAmendable": true, "isDraft": true, "isExpired": true, "isFirstDraft": true, "isLatestVersion": true, "isSellable": true, "lifecycle": LifecycleType, "offeringComponents": [OfferingComponentType], "productComponents": [ProductComponentType], "tags": [TagType], "termTemplateComponents": [TermTemplateComponentType] } } }