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.
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=d18d653b-4b31-4676-bc97-1db8fca91eaf
This is an example of the response JSON. Results will vary depending on your data.
[
{
"rowid": "9c0c9b0a-664b-4c49-bf89-308198cd8bae",
"PropertyName": "sample string 2",
"PropertyValue": "sample string 3",
"PropertyType": "sample string 4"
}
]