Move Boxes from Cross Dock to Storage Area API (New API) (Beta)

Inbound | PUT | /inventory/cross-dock-to-storage

Summary

This API can be used to move boxes from Cross Dock Staging area to Storage area.

Description

This API can be used to move cross dock boxes belonging to an order from Cross dock staging area to warehouse storage area.

Request

{ "locationCode": "LOC789", "boxes": [ { "boxCode": "BOX003", "documentId": "DOC001" }, { "boxCode": "BOX004", "documentId": "DOC002" } ] }

 

CrossDockStorageMovementClientForm

Parameter Name

Data Type

Description

Mandatory

locationCode

String

Location code of the warehouse where the order is created

Yes

boxes

Object[]

List of boxes in the order

Yes

boxes.boxCode

String

Code to uniquely identify a box

Yes

boxes.documentId

String

Identifier to uniquely identify the document associated with a box

No

HttpStatus: 200

Response

Empty Response