Get FBA Order Label


POST http://openapi.ck1info.com/v1/fbaOrder/label
Description: Get FBA order label, support multi-packages
Http 200 - Ok
Http 400 - Invalid data, Please check

Request

Body Parameters
NameDataTypeAnnotationRequiredDescriptionExample
PackageId string

String length: between 0 and 50

Required

PrintFormat PrintFormat

None.

Required

ClassicLabel

PrintContent DirectExpressPrintContent

None.

Required

AddressCostomsSplit

IdType IdType

None.

Request in JSON
{
  "PackageId": "sample string 1",
  "PrintFormat": "ClassicA4",
  "PrintContent": "Address",
  "IdType": "PackageId"
}

Response

NameDataTypeAnnotationRequiredDescriptionExample
Label string

None.

Base64 code, for bytes, and create pdf file

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