This guide will explain the steps to integrate your Third Part Logistics (3PL) Management Software solution with Zentail. The primary tasks of the integration are a combination of:
Review both of these guides before continuing.
Since a 3PL should:
The requests mentioned in the previous guides to the /v1/salesOrder
endpoint
can be combined into a single request:
curl -X GET
-H "Accept: application/json" \
-H "Authorization: <bearer token>" \
"https://api.zentail.com/v1/salesOrder?status=PENDING_PAYMENT,PENDING,CANCELLED,PARTIALLY_CANCELLED&lastUpdatedTs=2021-01-22T16:15:46.740Z"
Then based on the returned status
for each Sales Order,
the appropriate actions can be taken.