/
Create Manufacturable SKU Definition API
Create Manufacturable SKU Definition API
Inbound | POST | /master/sku/manufacturable
Summary
This API is used to create a manufacturable Sku in Omni. These skus are manufacture on demand skus.
Description
This API will create a manufacturable sku in Increff Omni.
Request
{
"locationCode": "loc1",
"channelSkuIds": [
"sku1",
"sku2"
]
}
Parameter Name | Data Type | Description | Mandatory |
locationCode | String | locationCode | yes |
channelSkuIds | List[String] | SKU code of manufacturable skus | yes |
HttpStatus : 200
Related content
Remove Manufacturable SKU Definition API
Remove Manufacturable SKU Definition API
More like this
Create SKU Masters API
Create SKU Masters API
More like this
Create Virtual Combo SKU Definition API
Create Virtual Combo SKU Definition API
More like this
Manufacturable SKUs
Manufacturable SKUs
Read with this
Create Bundle SKU Definition API
Create Bundle SKU Definition API
More like this
Configure Manufacturable Inventory in Increff WMS
Configure Manufacturable Inventory in Increff WMS
Read with this