Stock
Get a stock supplier
Get a stock supplier by its id (required scope stock:read)
get/v1/stockDetails/{stockDetailsId}/suppliers/{stockSupplierId}
Path parameters
stockDetailsIdinteger required
The unique identifier of the stock details entity
stockSupplierIdinteger required
The unique identifier of the stock supplier
Headers
Customer-Idinteger required
The customer identifier
Response
OK
Example response
{
"id": 12345,
"stockDetailsId": 4334,
"contactId": 88112,
"warrantyPeriod": 12,
"cost": 12.99,
"currencyCode": "EUR"
}