Proof of delivery schemas
This section contains the schemas for the proof of delivery API.
Response schema for proof_of_delivery
Name | Type | Required | Description |
tracking_number | string | true | Unique random ID assigned by Shippit to an order. Use this as a reference for future API calls or support tickets. |
delivery_proofs | Array, see table | true | Delivery proofs for the order, indexed by parcel label number |
Response schema for delivery_proofs
Name | Type | Required | Description |
url | string | true | The URL of the proof of delivery file |
type | string | true | The type of proof of delivery document. Can be "PHOTO" or "SIGNATURE" |
expires_on | string | true | The date and time that the proof of delivery URL expires. |