Inbound | POST | /items/itemCodes

Summary

This API can be used to to generate new Items in WMS against the itemsCodes given.

Description

<aside> 🗒️ Note: The items and itemCodes list cannot be empty. Minimum size is 1. You cannot pass more than 5000 SKUs in one request.

</aside>

Request

{
  "items": [
    {
      "channelSkuCode": "3001000000050",
      "itemCodes": [
        "TEST_1_1"
      ]
    }
  ]
}
Parameter Name Data Type Description Mandatory
channelSkuCode String Order Identifier for Inward order used while creating Purchase order in WMSMax Limit: 5000 SKUs in one request Yes
itemCodes String ERP channel nameMax Limit: 50000 ItemCode in one request. Yes

Response


HTTP status

200