Skip to end of banner
Go to start of banner

Generate Item Codes API

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Next »

Inbound | POST | /items/itemCodes

curl --location ‘https://staging-common.omni.increff.com/assure-magic2/items/itemCodes’ \
--header ‘authusername: AKG_ERP_TEST-1200054009’ \
--header ‘authpassword: 2f349bf8-a0c2-4ce5-acc3-6ef845afdb41’ \
--header ‘Content-Type: application/json’ \
--data ‘’

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
  • No labels