Inward Consignment

Inward consignment represents when Inventory is sent to Eshopbox FC

Consignment is a batch of goods created for the movement of inventory.

INWARD CONSIGNMENT

With each inward Consignment, you will be able to view its:

  • Contact from which you’ll be sending the inventory.

  • The Eshobpox FC to which you’ll send the inventory.

  • Inventory details like ordered, received, accepted, rejected (with reasons), shortage and unexpected quantity.

  • Important dates like:

    • Created on: Date on which the consignment is created.

    • Scheduled for: Date for which the delivery appointment is taken for the consignment.

    • Delivered on: Actual date on which the consignment is delivered

    • Estimated Completion by: Date by which Eshopbox will complete the receiving of the items.

    • Completed on: Actual date on which receiving of the items is completed.

The Inward consignment Object

Attribute

Type

Description

id

integer

The unique identifier for this inward consignment

consignmentNumber

string

Identifier for this inward consignment

refConsigmentNumber

string

You can provide own identifier for this inward consignment

fromPartyId

integer

Your party id from where your items will be shipped

refFromPartyID

string

Your party code from where your items will be shipped

fromPartyName

string

Your party name from where your items will be shipped

toPartyId

integer

Eshopbox party id where your items will be shipped

refToPartyID

string

Eshopbox party code where your items will be shipped

toPartyName

string

Eshopbox party name where your items will be shipped

type

string

Consignment type equals to INWARD

status

string

Status of consignment Enum

warehouseId

string

Eshopbox warehouse id

warehouseName

string

Eshopbox warehouse name

externalWarehouseId

string

Eshopbox warehouse code

schedule

Consignment schedule details

document

Consignment documents details

itemSummary

Items details summary

trackingDetails

Tracking details summary

uploadDetails

upload details summary

remarks

string

Remarks on consignment provided by Eshopbox warehouse team

estimatedCompletionDate

string

Estimate consignment completed date

failureReason

string

Consignment failure reason

requestReschedule

string

Consignment reschedule flag Enum

failImageUrl

string

Damage item image URL

numberOfAvailableBoxes

string

Total number of boxes

numberOfDamagedBoxes

string

Number of damaged boxed

createdOn

string

The time at which a inward consignment is created

updatedOn

string

The time at which a inward consignment is updated

Enum: status

Attribute

Description

CREATING

Consignment creating under process

CREATED

Consignment created

SCHEDULED

Consignment scheduled for deliver items to Eshopbox warehouse

DELIVERED

Consignment items delivered at Eshopbox warehouse

COMPLETED

Quality checked atEshopbox warehouse

CANCELLED

Consignment cancelled

FAILED

Consignment failed

The schedule object

Attribute

Type

Description

schedule[].scheduledArrivalDate

string

Consignment schedule date

schedule[].scheduledArivalFrom

string

Consignment schedule from time

schedule[].scheduledArivalTo

string

Consignment schedule to time

schedule[].receivedOn

string

Consignment received at Eshopbox warehouse

schedule[].completedOn

string

Consignment completed date

schedule[].cancelledOn

string

Consignment cancelled date

The itemSummary object

Attribute

Type

Description

itemSummary[].consignmentQty

string

Consignment total quantity

itemsSummary[].receivedQty

string

Consignment received quantity at Eshopbox warehouse

itemSummary[].pendingQty

string

Consignment pending quantity

itemSummary[].qcAcceptedQty

string

Accepted quantity in quality checked

itemSummary[].qcRejectedQty

string

Rejected quantity in quality checked

itemSummary[].unexpectedQty

string

Unexpected quantity received at Eshopbox warehouse

itemSummary[].shortageQty

string

Shortage quantity

itemSummary[].damagedQty

string

Total damaged quantity

itemSummary[].boxQty

integer

Total box quantity

itemsSummary[].rejectedImagesUrl

object

Rejected items

itemsSummary[].acknowledgmentSlipUrl

string

Acknowledgment slip URL

The document object

Attribute

Type

Description

document[].document_type

string

Consignment document type

documents[].document_number

string

Consignment document number

documents[].document_url

string

Consignment document URL

The trackingDetails object

Attribute

Type

Description

trackingDetails[].sealID

string

Seal id of vehicle which which will deliver consignment delivered at Eshopbox warehouse

trackingDetails[].trackingNumber

string

Tracking number of consignment delivered at Eshopbox warehouse

trackingDetails[].vehiclePlateNumber

string

Vehicle plate number name of consignment delivered at Eshopbox warehouse

trackingDetails[].transportBy

string

Transport info of consignment delivered at Eshopbox warehouse

trackingDetails[].courierName

string

Courier name of consignment delivered at Eshopbox warehouse

The uploadDetails object

Attribute

Type

Description

uploadDetails[].successCount

integer

Consignment success count

uploadDetails[].failureCount

integer

Consignment failure count

Last updated