Change the shipping method to a list of orders
Name | Type | Description |
---|---|---|
orderIds | List<Guid> | Order id's |
shippingMethod | String | New shipping method |
The following request format is required for this method.
GET | POST https://eu-ext.linnworks.net/api/Orders/ChangeShippingMethod
Connection: keep-alive
Accept: application/json
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Accept-Encoding: gzip, deflate
Authorization: INSERT_YOUR_TOKEN_HERE
This is an example of the request structure. Results will vary depending on your data.
orderIds=[
"e0b63dc5-2970-4707-81d0-da242998fe00"
]&shippingMethod=sample string 1
This is an example of the response JSON. Results will vary depending on your data.
[
"87c5e764-3d76-4b90-9bd7-02bdf882825b"
]