...
Parameter Name | Data Type | Description | Mandatory |
| String | Code used by channel to identify an SKU. Should be Unique. All Inventory updates, orders happen on this code. | yes |
| String | SKU unique identifier to be created at Increff OMS. | yes |
| String | Second Unique code generated at channel for that sku | yes |
| String | Scannable code present on physical product that identifies an SKU uniquely | yes |
| String | Represents the broad category this product belongs to | no |
| String | Brand of the sku | yes |
| String | styleCode of the product | yes |
| Double | Maximum Retail Price of the product | yes |
| String | HSN code of the product | yes |
| String | Public image url of the product. This is used in warehouse at multiple stages to gain efficiency and accuracy | no |
| String | Name of the product | yes |
| String | Rule used to compute tax as per Increff Omni Tax Rule Table | yes |
| String | Size of the product | no |
| String | Color of the product | no |
| boolean | Is the item perishable or not If product has expiration date then its considered as perishable. | no |
| Int | Valid for perishable products only. No of Days before getting expired upto which item can be used to fulfil orders created by ERP | no |
| Int | Valid for perishable products only. System will provide validation at the time of GRN if products is getting expired in less the grn tolerance days | no |
| Int | Valid for perishable products only. System will provide validation at the time of B2C return if products is getting expired in less the | no |
| Object [ ] | SKU Attributes of the product | no |
| boolean | set isVirtual = true to mark this SKU as a Virtual Combo SKU. | no |
| Object | Virtual combo SKU definition object which tell system what is the constituents SKUs for a given virtual SKU.
| no |
| String | Channel SKU code of parent SKu | no |
| String | Barcode of parent SKU | no |
| Object[] | List of child SKU objects
| no |
| String | Channel SKU code of child SKU
| no |
| Integer | Number of child SKU constituted in given virtual SKU
| no |
| String | Barcode of child SKU | no |
| Object | Dimensions of SKU | no |
| Double | Length of SKU in CMs | no |
| Double | Breadth of SKU in CMs | no |
| Double | Height of SKU in CMs | no |
| Double | Weight of SKU in grams | no |
| Boolean | Flag to specify wether the SKU can have a serial code or not | no |
...