Update
This is the endpoint for updating orders. It can be used for single or multiple orders and it takes an array object.
Update Order
Endpoint => /order
PUT
/order
Headers
Name
Type
Description
Authorization *
String
Your Bearer Token
secret-key*
String
Your Secret Key
Request Body
Name
Type
Description
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
orderNo*
String
Order number
Last updated