Product
The representation of a sale's product is called a Product object. Products are identified by a unique incremental ID.
Attribute
Type
Description
id
integer
ID of the sale's product
sale_id
integer
Sale ID
product_id
integer
Product ID
product_name
string
Name of the product
product_quantity
float
Quantity in sale
product_price
float
Price of the product
Last updated