Get an existing shipping document.
Ok
Unauthorized
Internal Server Error
curl -i -X GET \ https://api.stockx.com/v2/selling/orders/:orderNumber/shipping-document/:shippingId \ -H 'Authorization: Bearer <YOUR_JWT_HERE>' \ -H 'authorization: string' \ -H 'jwt-authorization: string' \ -H 'x-api-key: YOUR_API_KEY_HERE'
{- "statusCode": 100,
- "message": "The request did not succeed 😭"
}