InventoryProducts

Show an Inventory Product Supplier

This endpoint retrieves a supplier for an inventory product.

get/inventory/products/{productId}/supplier

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.