Create an Inward Consignment
Create inward consignment
POST
https://{{workspace}}.myeshopbox.com/api/v1/createConsignmentApi
This endpoint allows you to create an inward consignment using the following JSON request
Headers
Authentication
string
The Bearer token which allows to grant access to the API
proxyHost*
String
Account Slug
Request Body
documentNumber*
String
Invoice number of the consignment created in your ERP.
referenceNumber
String
Purchase order number of the consignment created in your ERP.
toLocationCode*
String
Location or plant code created in your ERP for the location to which you are sending the inventory.
fromLocationCode*
String
Location or plant code created in your ERP for the location from which you are sending the inventory. Please ensure that the location from where are sending the inventory in added in your Eshopbox workspace.
productId*
String
Any scannable identifier of the product created in your Eshopbox workspace. (ESIN/SKU)
documentDate*
DateTime
Date when document was created.
manufacturing_date
String
The manufacturing date of the product id batch tracking is enabled, and the method is the manufacturing date.
quantity*
String
Total count of the product that you are sending.
batch_code
String
The batch code of the product id batch tracking is enabled, and the method is batch code.
expiry_date
String
The expiry date of the product id whose batch tracking is enabled and the method is the expiry date.
Last updated