Stock
Get a list of stock suppliers
Retrieves a paged collection of stock suppliers (required scope stock:read)
get/v1/stockDetails/{stockDetailsId}/suppliers
Path parameters
stockDetailsIdinteger required
The unique identifier of the stock details
Query parameters
idinteger[]
Only return notes where id matches the value(s) provided (Max items: 50)
pageNumberinteger
The page number being requested (minimum: 1, maximum: 2147483)
pageSizeinteger
The page size being requested (minimum: 1, maximum: 1000)
Headers
Customer-Idinteger required
The customer identifier
Response
OK
Example response
{
"items": [
{
"id": 12345,
"stockDetailsId": 4334,
"contactId": 88112,
"warrantyPeriod": 12,
"cost": 12.99,
"currencyCode": "EUR"
}
],
"pageNumber": 2,
"pageSize": 100,
"pageItemCount": 55
}