Create Import Order
This is the endpoint for creating an import order or requesting a pick up from a vendor/business.
Create Order
Endpoint => /orders/import
POST
/orders/import
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
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)
importLocationId*
integer
Fez's ID for the international location you are importing from. Check import location API
itemCategory*
integer
Fez's ID for the item Category you are importing. Check import items category API
businessName*
string
Business / Vendor name the import is been picked from.
trackingId
string|integer
Personal (user defined) tracking ID of the order to be imported
orderId
string|integer
Personal (user defined) order ID of the order to be imported
Last updated