Remove Manufacturable SKU Definition API
Inbound | POST | /master/sku/manufacturable/remove
Summary
This API is used to remove a manufacturable Sku in Omni.Â
Description
This API will remove a manufacturable sku in 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