product_id |
string |
Defines product's id where the variant has to be added |
[optional] |
name |
string |
Defines variant's name that has to be added |
[optional] |
model |
string |
Specifies variant's model that has to be added |
|
sku |
string |
Defines variant's sku that has to be added |
[optional] |
barcode |
string |
A barcode is a unique code composed of numbers used as a product identifier. |
[optional] |
gtin |
string |
Global Trade Item Number. An GTIN is an identifier for trade items. |
[optional] |
price |
float |
Defines new product's variant price |
[optional] |
old_price |
float |
Defines product's old price |
[optional] |
cost_price |
float |
Defines new product's cost price |
[optional] |
fixed_cost_shipping_price |
float |
Specifies fixed cost shipping price |
[optional] |
attributes |
\OpenAPI\Client\Model\ProductVariantAddAttributesInner[] |
Defines variant's attributes list |
[optional] |
description |
string |
Specifies variant's description |
[optional] |
special_price |
float |
Specifies variant's model that has to be added |
[optional] |
sprice_create |
string |
Defines the date of special price creation |
[optional] |
sprice_modified |
string |
Defines the date of special price modification |
[optional] |
sprice_expire |
string |
Defines the term of special price offer duration |
[optional] |
available_for_view |
bool |
Specifies the set of visible/invisible product's variants for users |
[optional] [default to true] |
available_for_sale |
bool |
Specifies the set of visible/invisible product's variants for sale |
[optional] [default to true] |
weight |
float |
Weight |
[optional] [default to 0] |
width |
float |
Defines product's width |
[optional] |
height |
float |
Defines product's height |
[optional] |
length |
float |
Defines product's length |
[optional] |
weight_unit |
string |
Weight Unit |
[optional] |
short_description |
string |
Defines short description |
[optional] |
warehouse_id |
string |
This parameter is used for selecting a warehouse where you need to set/modify a product quantity. |
[optional] |
quantity |
float |
Defines product variant's quantity that has to be added |
[optional] [default to 0] |
created_at |
string |
Defines the date of entity creation |
[optional] |
manufacturer |
string |
Specifies the product variant's manufacturer |
[optional] |
tax_class_id |
string |
Defines tax classes where entity has to be added |
[optional] |
meta_title |
string |
Defines unique meta title for each entity |
[optional] |
meta_keywords |
string |
Defines unique meta keywords for each entity |
[optional] |
meta_description |
string |
Defines unique meta description of a entity |
[optional] |
url |
string |
Defines unique product variant's URL |
[optional] |
store_id |
string |
Add variants specified by store id |
[optional] |
lang_id |
string |
Language id |
[optional] |
clear_cache |
bool |
Is cache clear required |
[optional] [default to true] |
taxable |
bool |
Specifies whether a tax is charged |
[optional] [default to true] |
harmonized_system_code |
string |
Harmonized System Code. An HSC is a 6-digit identifier that allows participating countries to classify traded goods on a common basis for customs purposes |
[optional] |
country_of_origin |
string |
The country where the inventory item was made |
[optional] |
manage_stock |
bool |
Defines inventory tracking for product variant |
[optional] |
upc |
string |
Universal Product Code. A UPC (UPC-A) is a commonly used identifer for many different products. |
[optional] |
mpn |
string |
Manufacturer Part Number. A MPN is an identifier of a particular part design or material used. |
[optional] |
ean |
string |
European Article Number. An EAN is a unique 8 or 13-digit identifier that many industries (such as book publishers) use to identify products. |
[optional] |
isbn |
string |
International Standard Book Number. An ISBN is a unique identifier for books. |
[optional] |
stores_ids |
string |
Assign variant to the stores that is specified by comma-separated stores' id |
[optional] |
is_default |
bool |
Defines as a default variant |
[optional] |
is_free_shipping |
bool |
Specifies variant's free shipping flag that has to be added |
[optional] |
marketplace_item_properties |
string |
String containing the JSON representation of the supplied data |
[optional] |
in_stock |
bool |
Set stock status |
[optional] |
backorder_status |
string |
Set backorder status |
[optional] |
tier_prices |
\OpenAPI\Client\Model\ProductAddTierPricesInner[] |
Defines product's tier prices |
[optional] |
is_virtual |
bool |
Defines whether the product is virtual |
[optional] [default to false] |