OPEN-API-English
  1. Inbound Plan
OPEN-API-English
  • Default Group
    • Product
      • Create/Edit Products
      • Create Product Identification Code
      • Query SKU
      • SKU Batch Query
    • Inbound Plan
      • Create Inbound Plan
        POST
      • Inbound Plan Shipping Operation
        POST
      • Add Inbound Plan Attachment
        POST
      • Cancel Inbound Plan
        POST
      • Inbound Plan Information Query
        POST
    • Inventory
      • Batch Inventory Query
      • Inventory Query
      • Batch Query of Inventory Age
    • Orders
      • Create Sales Order (with attachments)
      • Get Order Details
      • Orders - Query List
      • Order Attachment Upload
      • Cancel Order
  1. Inbound Plan

Cancel Inbound Plan

POST
/v1/inbound/cancel
inbound

Request

Header Params
x-api-key
string 
required
Example:
请求token(ABC123)
Content-Type
string 
required
Example:
application/json
Body Params application/json
orderNo
string 
required
Inbound Plan Number
remark
string 
required
Remark (cancellation reason)
Example
{
    "orderNo": "string",
    "remark": "string"
}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://127.0.0.1/v1/inbound/cancel' \
--header 'x-api-key: 请求token(ABC123)' \
--header 'Content-Type: application/json' \
--data-raw '{
    "orderNo": "string",
    "remark": "string"
}'

Responses

🟢200成功
application/json
Body
code
string 
required
Return Code 200 is sucessful
message
string 
required
Return message
Example
{
  "statusCode": 200,
  "status": 0,
  "code": 200,
  "message": "取消成功"
}
🔴500失败
Modified at 2023-12-07 21:49:33
Previous
Add Inbound Plan Attachment
Next
Inbound Plan Information Query
Built with