This API is used to create a manufacturable Sku in Omni. These skus are manufacture on demand skus.
This API will create a manufacturable sku in Increff Omni.
{
"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