orderItemDetails
preOrderItemAvailabilityDatedate
For a pre-ordered purchase, this is the date that the merchandise is expected to be available. The ISO 8601 date format is expected, i.e., YYYY-MM-DD.
preOrderPurchaseIndicatorstring
This indicates whether the cardholder is placing an order for available merchandise or merchandise with a future availability or release date.
Possible values: [MERCHANDISE_AVAILABLE
, FUTURE_AVAILABILITY
]
reorderItemsIndicatorstring
This indicates whether the cardholder is reordering merchandise.
Possible values: [FIRST_TIME_ORDER
, REORDER
]
shippingIndicatorstring
This is the shipping method for the transaction.
Possible values: [SHIP_TO_BILLING_ADDRESS
, SHIP_TO_VERIFIED_ADDRESS
, SHIP_TO_DIFFERENT_ADDRESS
, SHIP_TO_STORE
, DIGITAL_GOODS
, TRAVEL_AND_EVENT_TICKETS
, OTHER
]
orderItemDetails
{
"preOrderItemAvailabilityDate": "2024-07-29",
"preOrderPurchaseIndicator": "MERCHANDISE_AVAILABLE",
"reorderItemsIndicator": "FIRST_TIME_ORDER",
"shippingIndicator": "SHIP_TO_BILLING_ADDRESS"
}