Get the extended properties for a specific order
Name | Type | Description |
---|---|---|
orderId | Guid | Order id |
The following request format is required for this method.
POST https://eu-ext.linnworks.net/api/Orders/GetExtendedProperties
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.
orderId=84531706-aac9-42f5-9e6b-fc8cd1de2d65
This is an example of the response JSON. Results will vary depending on your data.
[
{
"RowId": "abb57c06-a0ab-4842-98f2-1a4f5d7efff6",
"Name": "sample string 2",
"Value": "sample string 3",
"Type": "sample string 4"
}
]