Create Import Order
This is the endpoint for creating an import order or requesting a pick up from a vendor/business.
This endpoint can be used for single or multiple request. It takes an array object(s).
Create Order
Endpoint => /orders/import
POST
/orders/import
Headers
Request Body
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