Package Conversion
Products can be packed in units with a specific quantity of items. To document required package conversions during the import of itemsPlanned
attachments, the following table can be used.
omd.domain.s5.PackageConversion
Attribute | Description |
---|---|
productCode(+) | The identifier of the product. |
inventoryUnit(+) | The name of the original unit. |
targetUnit(+) | The name of the unit after the conversion has been applied. |
factor* | The factor between the number of items of the inventory unit versus the target unit. |
Example
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Upload>
<omd.domain.Configuration>
<omd.domain.s5.Product code="SP6363">
<omd.domain.s5.PackageConversion inventoryUnit="PCS" targetUnit="BOX" factor="20" />
</omd.domain.s5.Product>
</omd.domain.Configuration>
</Upload>