Update an Inward Consignment
Cancel an inward consignment
PUT
https://{{workspace}}.myeshopbox.com/api/v1/consignment/cancellation
This endpoint allows you to update inward consignment
Query Parameters
consignmentNumber
string
Identifier for this inward consignment
Headers
Authentication
string
The Bearer token which allows to grant access to the API
You can re-schedule inward consignment using schedule inward consignment API
Schedule inward consignment
PUT
https://{{workspace}}.myeshopbox.com/api/v1/consignment
This endpoint allows you to update inward consignment.
Headers
Authentication
string
The Bearer token which allows to grant access to the API
Request Body
consignmentNumber
string
Identifier for this inward consignment
scheduledArivalTo
string
Consignment arrival time
scheduledArivalFrom
string
Consignment Arrival time
scheduledArrivalDate
string
Consignment arrival date at Eshopbox
warehouse
departureDate
string
Consignment departure date
isPicked
string
Consignment picking type
containersQty
integer
Consignment containers quantity
transportedBy
string
Consignment transported details
documents
object
Consignment document details
Last updated