POST http://openapi.ck1info.com/v1/skuSpecials

Request

Body Parameters
NameDataTypeAnnotationRequiredDescriptionExample
Sku string

String length: between 0 and 100

Required

bag-y001

SpecialOperationType string

String length: between 0 and 100

Required

OutboundRecordSN

ProductImage string

None.

Required

Suffix string

None.

Required

Request in JSON
{
  "Sku": "sample string 1",
  "SpecialOperationType": "sample string 2",
  "ProductImage": "sample string 3",
  "Suffix": "sample string 4"
}

Response

None.