Outbound API Overview
The section describes the API operations of outbound business process.
The inventory has been allocated, now comes the packing, loading and shipping process. You can use API to upload your shipping labels, UCC label, a BOL, or a packing list. Our Outbound APIs allow you to track the Delivery Confirmation for each PO.
Operation | Description | API Path |
---|---|---|
DN Import | Pass on Outbound ASN into the WISE System. | POST /edi/outbound/order |
DN Cancellation | Cancel the order. | PUT /edi/outbound/order/cancel |
DN Ack by Paging | Send an return acknowledgement after importing the Delivery Notification. You can pass in the page number to reduce the dataset size. | POST /edi/outbound/order/ack/search-by-paging |
DN Search by Paging | Search using the PO#, a time range; returns a set of Delivery Confirmation numbers in a batch. You can pass in a page number to reduce the dataset size. | POST /edi/outbound/order/dc/search-by-paging |
Upload Label | Upload a label. Labels include shipping labels, UCC label, BOL, or a packing list. | POST /edi/outbound/order/file-upload |
Upload Label From Multiple Files | Upload labels for outbound order from multiple files. The format type of files should be same. | POST /edi/outbound/order/multiple-file-upload |