Info |
---|
Important Notes COD and Non-COD Orders
|
...
Fields
Info |
---|
Fields marked with asterisk (*) are required fields |
Meta Fields
Field Name | Description | Accepted Values | Default Values |
---|---|---|---|
delivery_postal_code* | postal code for delivery address |
| none |
pickup_postal_code* | postal code for pickup address |
| none |
shipment*
big-pouch
box
none
Sample Create Post Meta Fields Body
Code Block | ||
---|---|---|
| ||
"metaFields": {
"shipment": "big-pouch",
"pickup_postal_code": "1556",
"delivery_postal_code": "1870"
} |
...
Important Notes
COD and Non-COD Orders
Posts with codAmount value are cash on delivery orders.
Posts with codAmount value of 0 are non-cod orders.
...
Cancellation Rules
“Cut off time and date for order cancellation is no longer in effect. However if the order transitions to the “pickup rider found“ status or gets assigned to a rider, attempting to cancel the order will result in an error through the API, indicating that cancellation is no longer allowed.“