Rate (requests per second) | Burst |
---|---|
5 | 15 |
{
"labelSpecification": {
"labelFormat": "PNG",
"labelStockSize": "4x6"
}
}
curl --location --request POST 'https://sandbox.sellingpartnerapi-na.amazon.com/shipping/v1/shipments//containers//label' \
--header 'Content-Type: application/json' \
--data-raw '{
"labelSpecification": {
"labelFormat": "PNG",
"labelStockSize": "4x6"
}
}'
{
"labelStream": "iVBORw0KGgo...AAAARK5CYII=(Truncated)",
"labelSpecification": {
"labelFormat": "PNG",
"labelStockSize": "4x6"
}
}