post https://sandbox.sellingpartnerapi-na.amazon.com/shipping/v2/oneClickShipment
Purchases a shipping service identifier and returns purchase-related details and documents.
Log in to see full request history
Responses
Purchases a shipping service identifier and returns purchase-related details and documents.
xxxxxxxxxx
19curl --request POST \
--url https://sandbox.sellingpartnerapi-na.amazon.com/shipping/v2/oneClickShipment \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--header 'x-amzn-shipping-business-id: AmazonShipping_US' \
--data '
{
"channelDetails": {
"channelType": "AMAZON"
},
"labelSpecifications": {
"format": "PDF",
"size": {
"unit": "INCH"
},
"needFileJoining": true
}
}
'
Try It!
to start a request and see the response here! Or choose an example: