Getting Started
EWE API
This documentation introduces EWE Jerry system API. EWE API provides the users with the functions from the inbound process to outbound process.
The Jerry username and API password will be provided by EWE.
Here are some brief introductions for each API.
- Product Master API - Call this API to create of modify product master.
- Create ASN API - Call this API to push ASN to Jerry system.
- Receipt Details API - Call this API to retrieve the receipt details after the inbound order has been closed.
- Stock On Hand API - Call this API to retrieve the stock levels.
- Stock On Hand From WMS - Call this API to get up-to-date inventory details from WMS.
- Create Shipment API - Call this API to push outbound orders to Jerry system.
- Modify Shipment API - Call this API to modify the outbound order/shipment.
- Cancel Shipment API - Call this API to cancel the outbound order/shipment.
- Get Price API - Call this API to get the order/shipment pricing of last mile.
- Shipment Details API - Call this API to retrieve outbound order fulfilment details.
- Shipment Status API - Call this API to retrieve outbound order status.
- Shipping Status API - Call this API to retrieve the tracking status.
- Return Label API - Call this API create AusPost Return Label.
- SSCC Packing List API - Call this API to query the SSCC number for the outbound (EDI) order.
- Stock Synchronization API - This is a callback API. This API sends the stock changes to the URL specified by the client.
API Rate Limits
The suggested request is within one request per second. The error may occur if you exceed the suggested rate.
Use Cases
Inbound
Push inbound orders/ASN into Jerry system via Create ASN API from your system, ERP system or other platform.
EWE operation team processes the inbound orders and the inventory will be available to use after the inbound order has been processed and closed.
(Optional) Jerry system sends the Stock Synchronization API message to the specific URL (provided by client).
(Optional) Using Receipt Details API to retrieve more information if the further ASN receipt details are required, such as lot number, serial number.
Outbound
Push outbound orders into Jerry system via Create Shipment API from your system, eCommerce platform, ERP system or other platform.
(Optional) Jerry system sends the Stock Synchronization API message to the specific URL (provided by client).
EWE operation team fulfills and closes the outbound orders via inernal WMS.
Using Shipment Details API to retrieve your tracking numbers, lot numbers, or serial numbers if it is required.
(Optional) Using Shipping Status API to retrieve the detailed status for the orders.