Skip to main content
POST
/
shipments
/
receive
Receive shipments
curl --request POST \
  --url https://api.zochil.io/v3/monitoring/shipments/receive \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "shipment_ids": [
    "<string>"
  ]
}
'

Authorizations

access-token
string
header
required

Body

application/json
shipment_ids
string[]
required

Array of shipment IDs to mark as received

Response

200

Shipments marked as received successfully