Cancel Order


POST http://openapi.ck1info.com/v1/returnInboundOrder
Description: Create ReturnInbound Order
Http 200 - Ok
Http 400 - Invalid data, Please check

Request

Body Parameters
NameDataTypeAnnotationRequiredDescriptionExample
WarehouseCode string

String length: between 0 and 20

Required

ShipmentId string

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

String length: between 0 and 25

Required

TrackingNumber string

None.

Required

Carrier string

String length: between 0 and 30

Required

DPD

Remark string

String length: between 0 and 200

Skus Collection of CreateReturnInboundOrderSkuItem

None.

Request in JSON
{
  "WarehouseCode": "sample string 1",
  "ShipmentId": "sample string 2",
  "TrackingNumber": "sample string 3",
  "Carrier": "sample string 4",
  "Remark": "sample string 5",
  "Skus": [
    {
      "StorageNo": "sample string 1",
      "QualityCheck": true,
      "Quantity": 3
    },
    {
      "StorageNo": "sample string 1",
      "QualityCheck": true,
      "Quantity": 3
    }
  ]
}

Response

NameDataTypeAnnotationRequiredDescriptionExample
ShipmentId string

None.

RMAId string

None.

Response in JSON

Sample not available.