Product Properties
Params key | Type | Description |
---|---|---|
title | String | product's title |
brief | String | product's brief information |
handle | String | product's slug |
description | String | product's description |
vendor | String | vendor name |
vendor_url | String | vendor's URL |
has_only_default_variant | Boolean | is it a single variant? |
requires_shipping | Boolean | is it required for shipping? |
taxable | Boolean | is it required for tax |
inventory_tracking | Boolean | whether it need inventory tracking |
inventory_policy | String | tracking policy, control the behavior while inventory's out. Options are: - deny ( not allow to generate sales )- continue ( continue for sales )- auto_unpublished ( auto unpublish this product ) |
inventory_quantity | Integer | quantity of inventory |
published | Boolean | whether it is published? |
published_at | String | published time |
created_at | String | create time |
updated_at | String | last updated time |
note | String | note |
meta_title | String | meta title |
meta_description | String | meta description |
meta_keyword | String | meta keyword |
need_variant_image | Boolean | this is an option to control whether this product's variant need an image. |
spu | String | Product SPU ( Standard Product Unit ) |
fake_sales | Integer | fake sales number |
display_fake_sales | Boolean | whether to display fake sales |
tags | [String] | A list of tags associated with the product |