INPUT_OBJECT

PlaceOrderInput

link GraphQL Schema definition

1input PlaceOrderInput {
4
2# Unique identifier for an offer
3offerId: ID!
7
5# A key that represents a specific order request
6idempotentKey: String!
12
8# JSON blob containing data about where an order is taking place
9# ex: '{eventId: "xyzas234nv2", page: "ODP", url:
10# "https://twitch.amazon.com/prime/loot/destiny2?ref_=SM_D204_CRWN"}'
11attributionChannel: String!
16
13# Optional - Date override in UTC to view the offers available for a specific
14# date for allowlist accounts. Defaults to current time.
15dateOverride: Time
17}

link Required by