GET api/Configs/GetShopeeChoiceInboundOrderConfig

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ResponseResultOfShopeeChoiceInboundOrderConfig
NameDescriptionTypeAdditional information
Status

boolean

None.

ErrorCode

string

None.

ErrorMessage

string

None.

Data

ShopeeChoiceInboundOrderConfig

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": true,
  "ErrorCode": "sample string 2",
  "ErrorMessage": "sample string 3",
  "Data": {
    "Config": {
      "FaceSheetSize": "TenMultiplyTen",
      "PrintSize": "sample string 1",
      "FaceSheetPrintType": "PackageQuantity",
      "PrintType": "PurchaseQuantity",
      "DistributionId": 1,
      "AppendInfoTypes": [
        "ShopName",
        "ShopName"
      ],
      "PickingId": 1
    }
  }
}