Skip to content

Latest commit

 

History

History
55 lines (52 loc) · 4.21 KB

Product4.md

File metadata and controls

55 lines (52 loc) · 4.21 KB

Product4

Properties

Name Type Description Notes
name string Product name. [optional]
slug string Product slug. [optional]
date_created string The date the product was created, in the site's timezone. [optional]
date_created_gmt string The date the product was created, as GMT. [optional]
type string Product type. [optional]
status string Product status (post status). [optional]
featured bool Featured product. [optional]
catalog_visibility string Catalog visibility. [optional]
description string Product description. [optional]
short_description string Product short description. [optional]
sku string Unique identifier. [optional]
regular_price string Product regular price. [optional]
sale_price string Product sale price. [optional]
date_on_sale_from string Start date of sale price, in the site's timezone. [optional]
date_on_sale_from_gmt string Start date of sale price, as GMT. [optional]
date_on_sale_to string End date of sale price, in the site's timezone. [optional]
date_on_sale_to_gmt string End date of sale price, in the site's timezone. [optional]
virtual bool If the product is virtual. [optional]
downloadable bool If the product is downloadable. [optional]
downloads \Swagger\Client\Model\ProductsDownloads[] List of downloadable files. [optional]
download_limit int Number of times downloadable files can be downloaded after purchase. [optional]
download_expiry int Number of days until access to downloadable files expires. [optional]
external_url string Product external URL. Only for external products. [optional]
button_text string Product external button text. Only for external products. [optional]
tax_status string Tax status. [optional]
tax_class string Tax class. [optional]
manage_stock bool Stock management at product level. [optional]
stock_quantity int Stock quantity. [optional]
stock_status string Controls the stock status of the product. [optional]
backorders string If managing stock, this controls if backorders are allowed. [optional]
low_stock_amount int Low Stock amount for the product. [optional]
sold_individually bool Allow one item to be bought in a single order. [optional]
weight string Product weight (kg). [optional]
dimensions \Swagger\Client\Model\ProductsDimensions [optional]
shipping_class string Shipping class slug. [optional]
reviews_allowed bool Allow reviews. [optional]
upsell_ids int[] List of up-sell products IDs. [optional]
cross_sell_ids int[] List of cross-sell products IDs. [optional]
parent_id int Product parent ID. [optional]
purchase_note string Optional note to send the customer after purchase. [optional]
categories \Swagger\Client\Model\ProductsCategories[] List of categories. [optional]
tags \Swagger\Client\Model\ProductsTags[] List of tags. [optional]
images \Swagger\Client\Model\ProductsImages[] List of images. [optional]
attributes \Swagger\Client\Model\ProductsAttributes[] List of attributes. [optional]
default_attributes \Swagger\Client\Model\ProductsDefaultAttributes[] Defaults variation attributes. [optional]
menu_order int Menu order, used to custom sort products. [optional]
meta_data \Swagger\Client\Model\CouponsMetaData[] Meta data. [optional]

[Back to Model list] [Back to API list] [Back to README]