Skip to main content
POST
/
shipments
/
update-package-info
Update package information
curl --request POST \
  --url https://api.zochil.io/v3/monitoring/shipments/update-package-info \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "order_id": "<string>",
  "shipment_id": "<string>",
  "package_weight": 123,
  "package_price": 123
}
'

Authorizations

access-token
string
header
required

Body

application/json
order_id
string
required
shipment_id
string
required
package_weight
number

Package weight in kg

package_price
number

Package price

Response

200

Package information updated successfully