Skip to end of banner
Go to start of banner

Create Manufacturable SKU Definition API

Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

« Previous Version 2 Current »

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 Assure.

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

  • No labels