# Order confirmation receipt

# Interface call request specification

Transfer order status from 30 (pending) to 100 (completed)

Http request method: POST
https://api.weixin.qq.com/shop/delivery/receive?access_token=xxxxxxxxx

# Request Parameter Sample

{
    "order_id": 123456,
    "out_order_id": 'xxxxx';
    "openid": "oTVP50O53a7jgmawAmxKukNlq3XI",
}

# Return Package Example

{
    "errcode": 0,
    "errmsg":"ok"
}

# Request Parameter Dxplaination

parameter type Is it necessary to fill out Introductions
order_id number no Order ID
out_order_id string no Merchant custom order ID, and order_id Either way,
openid string yes User's openid

# Return parameter specification

parameter type Introductions
Errcode number Error code
errmsg string Error message