Customer Create Label Callback
Developing
Request
Body Params application/json
{
"boxId": "string",
"shipmentDetailsLink": "string"
}
Request samples
curl --location -g --request POST '{{customer_callback_url}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"boxId": "string",
"shipmentDetailsLink": "string"
}'
Responses
application/json Modified at 2024-07-12 23:17:47