Get all identifiers for a list of orderIds
Name | Type | Description |
---|---|---|
request | GetOrderIdentifierRequest |
The following request format is required for this method.
POST https://eu-ext.linnworks.net/api/OpenOrders/GetIdentifiersByOrderIds
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.
request={
"OrderIds": [
"ef6cb55a-48f9-4e64-9bdf-35e09f604052"
]
}
This is an example of the response JSON. Results will vary depending on your data.
[
{
"fkOrderId": "cfe72a91-14b4-489c-9dfe-dc091fbb4e3a",
"IdentifierId": 2,
"IsCustom": true,
"ImageId": "cb26751c-9131-4e34-9c2b-6f9de143cbce",
"ImageUrl": "sample string 5",
"Tag": "sample string 6",
"Name": "sample string 7"
}
]