/
Ninjavan
Ninjavan
Fields
Notes
Fields marked with asterisk (*) are required fields.
NinjaVan returns a tracking number once Accepted.
Meta Fields
Field Name | Description | Accepted Values | Default Values |
---|---|---|---|
deliveryTimeSlot* | timeslot to be used for pickup/ delivery |
|
|
pickupTimeSlot* |
|
Notes
deliveryTimeSlot/pickupTimeSlot
The timeslot should be exact, otherwise Ninjavan API will throw an error. For instance, for timeslot
“09:00-22:00”
, one should not use“9:00-22:00”
where the zero in front of09:00
is removed. Even though they technically mean the same, Ninjavan API only recognizes09:00
, and thus,9:00
will return an error
Sample Create Post Meta Fields Body
"metaFields": {
"deliveryTimeSlot": "09:00-12:00",
"pickupTimeSlot": "15:00-18:00",
}