Express router for bom analytics related routes
Type Definitions
bomGropuedData
Type:
- Object
Properties:
| Name | Type | Description |
|---|---|---|
bomGropuedData.ocNumber |
String | The oc number |
bomGropuedData.location |
String | The location |
bomGropuedData.productCode |
String | The produt code |
bomGropuedData.productDescription |
String | The product description |
bomGropuedData.poNumber |
String | The po number |
bomGropuedData.shipTo |
String | The ship to location |
bomGropuedData.colourCode |
String | The colour code |
sizeDetails |
Array.<sizedetails> | The list of size details module:routers/v8/analytics/bom~sizeDetails |
locationLabelBarcodeDetails
Type:
- Object
Properties:
| Name | Type | Description |
|---|---|---|
locationLabelBarcodeDetails.ocNumber |
String | The oc number |
locationLabelBarcodeDetails.location |
String | The location |
locationLabelBarcodeDetails.productCode |
String | The product code |
locationLabelBarcodeDetails.productDescription |
String | The product description |
locationLabelBarcodeDetails.poNumber |
String | The po number |
locationLabelBarcodeDetails.shipTo |
String | The ship to |
locationLabelBarcodeDetails.colourCode |
String | The colour code |
locationLabelBarcodeDetails.size |
String | The size |
locationLabelBarcodeDetails.quantity |
Number | The quantity |
locationLabelBarcodeDetails.labelBarcode |
String | The label barcode |
locationLabelBarcodeDetails.orderQuantity |
String | The order quantity |
sizedetails
Type:
- Object
Properties:
| Name | Type | Description |
|---|---|---|
sizedetails.size |
String | The size |
sizedetails.quantity |
Number | The quantity associated with size |
sizedetails.scannedQuantity |
Number | The scanned quantity associated with size |