{ "orderNumbers": [ "oex-1146851" ], "labelType": 1 }
curl --location --request GET '/open/1.0/shipment/shipping-label/print' \ --header 'X-API-KEY: {{ApiKey}}' \ --header 'Accept: application/json' \ --header 'Content-Type: application/json' \ --data-raw '{ "orderNumbers": [ "oex-1146851" ], "labelType": 1 }'
{ "data": { "url": "https://staging-one-day-bucket-ap-southeast-1-295626323710.s3.ap-southeast-1.amazonaws.com/shipping_label/oex-1143930_oex-1143940.pdf", "validData": [ "oex-1143930", "oex-1143940" ], "invalidData": [ "oex-aaaaa", "oex-1143952" ], "countValidData": 2, "countInvalidData": 2 }, "message": "Success", "error_code": 0 }