sku/vendorThis api is used to create/update SKU to VendorSKU mapping in Increff Label Software.
This API will create/update a mapping for skuCode to vendorSkuCode corresponding to a given vendorCode (entity). For a given skuCode and vendorCode ,vendorSkuCode is the only field that can be updated.
[
{
"skuCode": "4043915",
"vendorCode": "1234",
"vendorSkuCode": "V12344043915"
},
{
"skuCode": "sku1",
"vendorCode": "1234",
"vendorSkuCode": "V1234sku1"
}
]
| Parameter Name | Data Type | Description | Mandatory |
|---|---|---|---|
skuCode |
String | SKU Code | Yes |
vendorCode |
String | Represents the vendorCode ( entity code) | Yes |
vendorSkuCode |
String | Represents the vendorSkuCode corresponding to an skuCode for a vendorCode | Yes |
| Header Name | Description | Mandatory |
|---|---|---|
authDomainname |
Organisation ID for the client created in Increff Label Software | Yes |
authUsername |
Username for integration user created in Increff Label Software | Yes |
authPassword |
Password for integration user created in Increff Label Software | Yes |
Empty Body
HttpStatus Code
200
<aside> ℹ️ Note: The maximum size of the list is 2000.
</aside>