Associated merchant SKU interface


POST http://openapi.ck1info.com/v1/InventoryPutawayOrder/Sku/Association
Description: Associated merchant SKU interface
Http 200 - Ok
Http 400 - The association is incorrect. Please handle it according to the error message

Request

Body Parameters
NameDataTypeAnnotationRequiredDescriptionExample
StorageNoList Collection of AssociateSkuInfo

None.

Required

Sku association list

Request in JSON
{
  "StorageNoList": [
    {
      "StorageNo": "sample string 1",
      "WarehouseCode": "sample string 2",
      "Sku": "sample string 3"
    },
    {
      "StorageNo": "sample string 1",
      "WarehouseCode": "sample string 2",
      "Sku": "sample string 3"
    }
  ]
}

Response

None.