Stock
Create a stock supplier
Create a new stock supplier (required scope stock:write)
post/v1/stockDetails/{stockDetailsId}/suppliers
Path parameters
stockDetailsIdinteger required
Headers
Customer-Idinteger required
The customer identifier
Request body
Example request
{
"contactId": 5514123,
"warrantyPeriod": 12,
"cost": 12.99,
"currencyCode": "EUR"
}Response
Created