INPUT_OBJECT

PlaceOrdersInput

link GraphQL Schema definition

1input PlaceOrdersInput {
4
2# Ids for the offer which are being entitled
3offerIds: [String!]!
9
5# JSON blob containing data about where an order is taking place
6# ex: '{eventId: "xyzas234nv2", page: "ODP", url:
7# "https://twitch.amazon.com/prime/loot/destiny2?ref_=SM_D204_CRWN"}'
8attributionChannel: String!
13
10# Optional - Date override in UTC to view the offers available for a specific
11# date for allowlist accounts. Defaults to current time.
12dateOverride: Time
14}

link Required by