get https://api.9spokes.com/companies//connections//data/products
This is the specification for Product Items. It is in JSON format. Following is the data specification for products as extracted from accounting apps
Data
Below is the content of the data
object used with product
.
Field | Data Type | Description |
product_name | string | The specific product name retrieved |
product_group | string | Specific group related to the product |
product_variant | string[] | Specific variant related to the product |
product_cost | number | The unit cost of the product |
product_net_price | number | The unit net price of the product |
inventory_product_quantity | inventory_product_quantity | The units of product available for sale |
product_cost_value | number | The total cost value of the product (product cost x quantity) |
product_sale_value | number | The total sale value of the product (product net price x quantity) |