Product
This represents a product
Name | Type | Nullable? | Description |
---|---|---|---|
description | string | ✔ | The product description |
details | ✔ | A list of details associated with this product | |
dimensions | ✔ | The dimensions of the product | |
identifiers | ✔ | Additional identifiers associated with this product | |
location | string | ✔ | The location the product can be found in a warehouse |
name | string | The product name | |
product_id | string | This ID of this product in the vendor API | |
unit_cost | number | ✔ | The cost of a single product |
urls | ✔ | The urls associated with a product | |
weight | ✔ | The weight of the product |