Get Sku Label


GET http://openapi.ck1info.com/v1/merchantSkus/label?WarehouseId={WarehouseId}&Sku={Sku}&Quantity={Quantity}&Custom={Custom}&PrintFormat={PrintFormat}&IsMade={IsMade}
Description: Create sku, before create an inbound order
Http 200 - Ok
Http 400 - Invalid data, Please check
Http 404 - Sku not found

Request

URI Parameters
NameDataTypeAnnotationRequiredDescriptionExample
WarehouseId 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

Quantity integer

Range: between 1 and 1000

Required

20

Custom string

String length: between 0 and 50

PrintFormat PrintFormat

None.

Required

ClassicLabel

IsMade boolean

None.

false

Response

NameDataTypeAnnotationRequiredDescriptionExample
Label string

None.

Base64 code, for bytes, and create pdf file

Response in JSON
{
  "Label": "sample string 1"
}