Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This API is used to create a manufacturable Sku in AssureOmni. These skus are print manufacture on demand skus.

Description

This API will create a manufacturable sku in AssureIncreff Omni.

Request

Code Block
languagejson
{
  "locationCode": "loc1",
  "channelSkuIds": [
    "sku1",
    "sku2"
  ]
}

...