Create
This is the endpoint for creating an order or requesting a pick up.
Create Order
Endpoint => /order
POST
/order
Headers
Authorization *
String
Your Bearer Token
secret-key*
String
Your Secret Key
Request Body
recipientAddress*
String
Recipient Address (Delivery destination)
recipientState*
String
Must be any of the 36 states or FCT
recipientName*
String
Recipient Name
recipientPhone*
String
Recipient Phone or Mobile number
recipientEmail
Recipient Email
uniqueID*
String
Any value that uniquely identifies a delivery request
BatchID*
String
Any value that identifies the request. i.e all the delivery requests in an API call should have the same Batch ID.
CustToken
String
if your organization sends a token to recipient for confirmation of receipt purpose, please include the token here.
itemDescription
String
Description of the order
additionalDetails
String
Any additional details you want us to know about the order. You can add additional recipient phone numbers or address landmark here.
valueOfItem*
String
The value of items
weight*
Integer
Weight of item in Kg (Kilogram)
pickUpState
string
Must be any of the 36 states or FCT (optional)
pickUpAddress
string
The address from which the item to be sent should be picked up from. Its Optional. If not supplied, the business address is used.
waybillNumber
string
Unique string from 3rd party logistics partners for a given order.
pickUpDate
Date
Date in which you want the order to be picked up (Optional)
isItemCod
Boolean
A boolean flag indicating if the item delivered is to be paid for at the point of delivery. its optional and its default value is false.(Optional)
cashOnDeliveryAmount
Decimal | Integer
Amount to be paid for the Item been delivered. (Optional)
Last updated