GET
/
shipping
/
shipments
/
{shipment-id}
/
download-invoice
curl --request GET \
  --url https://services.commercengine.dev/api/v1/x2yh61zw4k/admin/shipping/shipments/{shipment-id}/download-invoice \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

shipment-id
string
required

Shipment id

Response

200 - application/json
OK
message
string
success
boolean