Item Logo
Wms api3pl referenceOutbound api

Outbound Post DN Confirmation

Outbound Post DN Confirmation API

Outbound Post DN Confirmation API is used to post confirmation for an outbound delivery order in a Warehouse Management System. This article introduces the general Outbound Get DN Details API for easily understanding and applying this API.

Introduction

Outbound Post DN Confirmation API ensures that once an outbound order is processed and the items are dispatched from the warehouse, a confirmation message is sent back to the system, marking the order as completed and updating the system with the final status.

API Request

API: POST /edi/3pl/outbound/order/post-confirmation Body Request:

Body Parameter

Required

Description

Note

CompanyID

Y

Company ID

"LT"

FacilityID

Y

Facility ID

"889"

CustomerID

Y

Customer ID

"AUKINT0001"

OrderID

Y

Order ID

"DN-300100"

Confirmation

Y

Confirmation Content


API Return

It returns the status which indicates the operation is correct or not, for more detail, please refer to the following example.

Example

Request

Response