curl --request PATCH \
--url https://api.myscalev.com/v3/orders/{id}/shipment-receipt \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"shipment_receipt": "<string>"
}
'{
"id": 123,
"order_id": "<string>",
"shipment_receipt": "<string>"
}Requires the order:update machine scope. Update shipment receipt / tracking ID for an order.
curl --request PATCH \
--url https://api.myscalev.com/v3/orders/{id}/shipment-receipt \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"shipment_receipt": "<string>"
}
'{
"id": 123,
"order_id": "<string>",
"shipment_receipt": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Update shipment receipt data