INPUT_OBJECT

OfferOrderRetrievalDetails

Details about the orders which are being retrieved for a specific offer

link GraphQL Schema definition

1input OfferOrderRetrievalDetails {
5
2# Optional - offerId will retrieve all of the customer's orders that are for that
3# offerId
4offerId: String
9
6# Optional - orderId will retrieve that specific order. An orderId can not be
7# passed in without an offerId
8orderId: String
10}

link Required by