Get Sku Storageno


GET http://openapi.ck1info.com/v1/merchantSkus/storageno?WarehouseCode={WarehouseCode}&Sku={Sku}&CustomerStorageNo={CustomerStorageNo}
Description: Get sku Storageno
Http 200 - Ok
Http 400 - Invalid data, Please check
Http 404 - Sku not found

Request

URI Parameters
NameDataTypeAnnotationRequiredDescriptionExample
WarehouseCode string

regular expression: ^[a-zA-Z0-9\-_]{1,10}$

String length: between 0 and 10

Required

US

Sku string

String length: between 0 and 100

Required

bag-y001

CustomerStorageNo string

String length: between 0 and 100

bag-y001

Response

NameDataTypeAnnotationRequiredDescriptionExample
WarehouseId string

None.

US

Sku string

None.

bag-y001

StorageNo string

None.

bag-y001

Response in JSON
{
  "WarehouseId": "sample string 1",
  "Sku": "sample string 2",
  "StorageNo": "sample string 3"
}