Skip to main content

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 AvailableOfferings { availableOfferings { customerDescription customerName groups { ...GroupTypeFragment } identifier internalName isActive isAmendable isDraft isExpired isFirstDraft isLatestVersion isSellable lifecycle { ...LifecycleTypeFragment } offeringComponents { ...OfferingComponentTypeFragment } productComponents { ...ProductComponentTypeFragment } tags { ...TagTypeFragment } termTemplateComponents { ...TermTemplateComponentTypeFragment } } }

Response

{ "data": { "availableOfferings": [ { "customerDescription": "bag-present-field-address-Mr", "customerName": "modern-can-value-sit-it", "groups": [GroupType], "identifier": "35516257", "internalName": "agree-point-seat-rather-suffer", "isActive": true, "isAmendable": true, "isDraft": true, "isExpired": true, "isFirstDraft": true, "isLatestVersion": true, "isSellable": true, "lifecycle": LifecycleType, "offeringComponents": [OfferingComponentType], "productComponents": [ProductComponentType], "tags": [TagType], "termTemplateComponents": [TermTemplateComponentType] } ] } }