Skip to end of banner
Go to start of banner

Push Proof Of Delivery API

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Inbound | PUT  | /orders/{orderCode}/delivered

Summary

This API is used to push shipments when they are delivered.

Description

This API is used to push the shipments when the shipment is delivered to the end customer.

Request

{

   "channelOrderStatus":"Delivered",

   "locationCode":"l123",

   "channelShipmentDeliveredData":[

      {

         "shipmentCode":"UIfd897",

         "deliveredAt":"2020-10-16T20:22:28.000+00:00"

      },

      {

         "shipmentCode":"UIfd898",

         "deliveredAt":"2020-10-12T20:22:28.000+00:00"

      }

   ]

}

Parameter Name

Data Type

Description

Mandatory

locationCode

String

Code used by channels to identify a warehouse

no

channelOrderStatus

String

Status of order at channel

no

channelShipmentDeliveredData

Object[]

List of shipments delivered

yes

channelShipmentDeliveredData.shipmentCode

String

Shipment code of the shipment delivered

yes

channelShipmentDeliveredData.deliveredAt

String

Delivered time of the shipment

no

Response

EmptyBody

HttpStatus : 200

  • No labels