product
Product model
Implements
Fields
id (
ID
)
product_code (
String
)
product_name (
String
)
short_description (
String
)
short_description_html (
String
)
description (
String
)
description_html (
String
)
small_image_url (
String
)
image_url (
String
)
images (
[String]
)
product_url (
String
)
weight (
Float
)
inventory_enabled (
Boolean
)
amount (
Int
)
price (
Float
)
display_price (
Float
)
review_rate (
Float
)
votes_count (
Int
)
enabled (
Boolean
)
available (
Boolean
)
coming_soon (
Boolean
)
expected_date (
Int
)
attributes (
[product_attribute_group]
)
options (
[product_option]
)
on_sale (
Boolean
)
sale_value (
Float
)
sale_type (
String
)
bookable (
Boolean
)
is_wishlisted (
Boolean
)
stickers (
[productSticker]
)
vendor (
vendor
)