Get order details API allows you to fetch details for a single order by order number. This includes shipping and payout information.
Ok
Unauthorized
Internal Server Error
curl -i -X GET \ https://api.stockx.com/v2/selling/orders/:orderNumber \ -H 'Authorization: Bearer <YOUR_JWT_HERE>' \ -H 'x-api-key: YOUR_API_KEY_HERE'
{- "askId": "13658831621304650018",
- "orderNumber": "323314425-323214184",
- "listingId": "35d76ac8-a112-4d75-b44f-c8ef04a87c93",
- "amount": "140",
- "currencyCode": "USD",
- "createdAt": "2021-08-25T13:51:47.000Z",
- "updatedAt": "2021-08-25T13:51:47.000Z",
- "variant": {
- "variantId": "string",
- "variantName": "Auston-Matthews-2016-Upper-Deck-Series-1-Young-Guns-Rookie-201:0",
- "variantValue": "PSA 10"
}, - "product": {
- "productId": "bf364c53-eb77-4522-955c-6a6ce952cc6f",
- "productName": "Gucci Duchessa Boston Bag"
}, - "status": "CREATED",
- "shipment": {
- "shipByDate": "string",
- "trackingNumber": "1Z3983AF9121770825",
- "carrierCode": "UPS",
- "address": {
- "street": "1421 Rosa Parks Blvd",
- "city": "Detroit",
- "region": "MI",
- "postalCode": "48231",
- "countryCode": "US"
}
}, - "payout": {
- "totalPayout": 76.81,
- "salePrice": 79,
- "totalAdjustments": -7,
- "currencyCode": "string",
- "adjustments": [
- {
- "adjustmentType": "Shipping Fee (10%)",
- "amount": 2.13,
- "percentage": 0.1
}
]
}
}