Request
Body Params application/json
{
"transaction_id": "qVm03xnRaC",
"provider_transaction_id": "L3XH8K",
"print_size": "80x80"
}
Request Code Samples
curl --location --request POST 'http://petfen-shipping.local.com:8087/api/v1/delivery/order/print' \
--header 'Authorization: {{authorization-token}}' \
--header 'X-Auth-Service: {{x-auth-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"transaction_id": "qVm03xnRaC",
"provider_transaction_id": "L3XH8K",
"print_size": "80x80"
}'
Responses
application/json Modified at 2025-09-15 16:09:10