Inbound | POST | sku/vendor

Summary

This api is used to create/update SKU to VendorSKU mapping in Increff Label Software.

Description

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.

Request

[
  {
    "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

Request Headers

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

Response

Empty Body

HttpStatus Code

200

<aside> ℹ️ Note: The maximum size of the list is 2000.

</aside>