Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Parameter Name

Data Type

Description

Mandatory

orderCode

String

Unique code used by the channel to identify the order.

yes

locationCode

String

Code used by channels to identify a warehouse

Yes

channelId

String

Code used to identify a channel

Yes

shipmentId

Long

Shipment id of Increff Omni system 

yes

packageSku

String

SKU of the package material used for packing

no

weight

Double

Weight of the package in grams

no

fulfillmentType

String

Enum with possible values:
BLOCK_COMPLETE,SINGLE_SHIPMENT_PARTIAL,MULTI_SHIPMENT_PARTIAL,PARTIAL;

no

packageDetails

Object

Dimensions of the packed shipment

no

dimensions.length

Double

Length of the packing box.

no

dimensions.breadth

Double

Breadth of the packing box.

no

dimensions.height

Double

Height of the packing box.

no

shipmentItems

Object[]

List of items corresponding to shipment

yes

shipmentItems.channelSkuCode

String

SKU code of order item

yes

shipmentItems.quantityToPack

Integer

Quantity of SKU in shipment

yes

shipmentItems.externalSerialCodes

String[]

These are the external serial ids for the item

no

...