Order Summary Lookup Input

Order summary lookup input.
Root XML tag
<orderSummaryLookupInput>
JSON example
Here's an example where the request for registered buers include the order summary ID:
1{
2    "orderSummaryIdOrRefNumber":"1Osxx0000004DypCAE"
3}
Here’s an example where the request for guest shoppers includes the order summary reference number and verification details:
1{
2    "orderSummaryIdOrRefNumber":"GJA4C-MUVBN-6ZT4P-V6CSB",
3    "verification":{
4        "lastName":”Strosin”,
5        "email":”Ma**********@vi*****.info”,
6        "phoneNumber":"********7740"
7    }
8}
Properties
Name Type Description Required or Optional Available Version
orderSummaryId​OrRefNumber String Either the order summary ID or reference number value.

For guest shoppers, use the order reference number.

Required 58.0
verification Order Summary Verification Input Verification attributes for guest shoppers. Optional

This is required for guest users if the request doesn't include a valid session cookie.

58.0