Skip to main content
PATCH
/
v3
/
orders
/
{id}
/
shipment-receipt
Update shipment receipt data
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>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Body

application/json

Update shipment receipt data

shipment_receipt
string
required

Response

Receipt updated successfully

id
integer

Order primary key

order_id
string

Order ID in string format

shipment_receipt
string | null

Shipment receipt URL