/
Generate Item Codes API

Generate Item Codes API

Inbound | POST | /items/itemCodes

Summary

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

Description

If some other system is manufacturing items which are supposed to be received in warehouse. this API can be called at the time of item generation so same Item codes are also created in WMS.

Later when these items arrive inwarehouse, item to sku mapping wont be required and inward GRN can happen by scanning the items Codes alone.

This is async API and it can take large requests, actual generation happend at the back end later.

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 WMS

Max Limit: 5000 SKUs in one request

Yes

itemCodes

String

ERP channel name

Max Limit: 50000 ItemCode in one request.

Yes

Response

 

HTTP status

200