InventoryProducts
Add a supplier to an Inventory Product
This endpoint adds a supplier to the given inventory product.
post/inventory/products/{productId}/supplier
Request body
Example request
{
"order_quantity": 10,
"unit_price": 200
}Response
The inventory product supplier was successfully retrieved
Example response
{
"data": {
"product_name": "Blissful Body Butter",
"supplier_name": "Elemis",
"order_quantity": 10,
"unit_price": 200,
"currency": "gbp"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.