Create Export Order
This is the endpoint for creating an export order from Nigeria to other countries.
This endpoint can be used for single or multiple request. It takes an array object(s).
Create Order
Endpoint => /orders/export
POST
/orders/export
Headers
Authorization *
String
Your Bearer Token
secret-key*
String
Your Secret Key
Request Body
recipientAddress*
String
Recipient Address (Delivery destination)
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 for the item from the location and weight API
exportLocationId*
integer
Fez's ID for the international location you are exporting from. Check export location API
Good to know: By default, the name, address and phone number of your organization as set during the onboarding process is captured as the sender's name, sender's address, sender's phone number respectively. However, if you want to specify a different senders Name, senders Address and phone number, please add the following field in the request parameter
thirdparty: Please set to "true" i.e "thirdparty": "true".
senderName: The name of the sender.
senderAddress: The address of the sender.
senderPhone: The phone number of the sender.
Upon successfully creating the order, the API returns an array object that consist of the orderNo for each request.
Last updated