# Inquiry Delivery Mode

# Interface call request specification

Http request method: POST
https://api.weixin.qq.com/product/shipmethods/get?access_token=xxxxxxxxx

# Request Parameter Sample

{
}

# Return Package Example

{
    "errcode" : 0,
    "errcode" : "",
    "supported_shipping_methods":{
        "express":0,
        "same_city":1,
        "pickup":0
    }
}

# Request Parameter Dxplaination

parameter type Is it necessary to fill out Introductions

# Return parameter specification

parameter type Introductions
Errcode string Error code
errmsg string Error message
supported_shipping_methods.express number Whether to open the express delivery
supported_shipping_methods.same_city number Whether to open the same city distribution
supported_shipping_methods.pickup number Whether to open the line from the

# Return code

Return code Type of error
-1 System exception
-2 Token is too long