INPUT_OBJECT

PurchasableOfferParams

Parameters to get details about a purchasable offer for the current logged in user.

link GraphQL Schema definition

1input PurchasableOfferParams {
4
2# List of gift recipient IDs if the offer is giftable.
3giftRecipientIDs: [ID!]
7
5# The ID of the Offer.
6offerID: ID!
10
8# The ID of the Promotion attached to a Purchasable Offer (optional).
9promotionID: ID
13
11# The static and dynamic bindings of the attributes on an Offer.
12tagBindings: [OfferTagBindingInput!]
14}