版本比较

标识

  • 该行被添加。
  • 该行被删除。
  • 格式已经改变。

Description

Send fulfillment order to 3rd party warehouse.After sending, the order can not be modified generally.

The following status can call this API.

order status = 0

order status = 2

Path

HTTP Verb

URL

POST

/api/supplier-service/v1/b2 c / orders/confirm


Header Sample

代码块
POST  /api/supplier-service/v1/b2c/orders/confirm  HTTP/1.1
Content-Type: application/json
Accept: application/json
User-Agent: Mozilla 5.0
Host: http://cfs-qa.etowertech.com
X-WallTech-Date: Thu, 06 Aug 2020 06:44:25 GMT
Authorization: WallTech testLvs2jdug2qIoRsJyuxs:F714XG5EBjslUUdx5xJrTCVb9Xs=


Fields

Field

Data Type

Length

Mandatory

Description

orderNo

String[]-

M

Order No list

code

String
-

-

Response code

errors

Object[]
-

-

Response error

message

String
-

-

Response message

messageId

String
-

-

Response message ID

success

Boolean
-

-

Success

warnList

--

-

No use


Request Sample

代码块
[
    "C12283230203000001O"
]


Response Sample


代码块
{
    "code": "0",
    "data": [
        "C12283230203000001O"
    ],
    "errors": "",
    "message": "",
    "messageId": "",
    "success": true,
    "warnList": ""
}



代码块
{
    "code": "3",
    "data": "",
    "errors": [
        {
            "code": "600928",
            "message": "orderNO:C12283230203000001O,Only in the Unconfirmed or Sending Abnormality status,Allowed confirm send operation"
        }
    ],
    "message": "parameters error, please contact your administrator",
    "messageId": "",
    "success": false,
    "warnList": ""
}