Use this call to retrieve a list of order-level extended properties.
Name | Type | Description |
---|---|---|
pkOrderId | Guid | The order id |
The following request format is required for this method.
GET | POST https://eu-ext.linnworks.net/api/ProcessedOrders/GetProcessedOrderExtendedProperties
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.
pkOrderId=77e92f83-99de-40bb-ad72-d9a9a222d89f
This is an example of the response JSON. Results will vary depending on your data.
[
{
"rowid": "056d8d5b-37d4-4f48-9360-5e9e609e586e",
"PropertyName": "sample string 2",
"PropertyValue": "sample string 3",
"PropertyType": "sample string 4"
}
]