ManualOutboundOrderCancel¶
Use this api to manually cancel the outbound order.
POST /openapi/warehouse-inventory/v1/manual-outbound-order/cancel
Request Parameters¶
Parameter | Type | Required | Description |
---|---|---|---|
id |
long |
true |
Manual out bound order id |
Response Parameters¶
Name | Type | Description |
---|---|---|
data |
boolean |
True or false |
Request Example¶
Example
curl --location --request POST '{Ginee Host}/openapi/warehouse-inventory/v1/manual-outbound-order/cancel' \
--header 'Authorization: 2aedf7919e5e6cb4:S0sSLI9RSK/Vw6t3MpDm7pCgD+Vze0/9fu4W0PaX/iE=' \
--header 'X-Advai-Country: ID' \
--header 'Content-Type: application/json' \
--data-raw '{"id":1234322}'
Success
{
"code": "SUCCESS",
"message": "成功",
"data": true,
"extra": null,
"pricingStrategy": "PAY"
}