| product_id |
string |
Defines product's id where the variant has to be added |
[optional] |
| attributes |
\OpenAPI\Client\Model\ProductVariantAddAttributesInner[] |
Defines variant's attributes list with optional per-option price and weight modifiers |
[optional] |
| name |
string |
Defines variant's name that has to be added |
[optional] |
| model |
string |
Specifies variant's model that has to be added |
|
| description |
string |
Specifies variant's description |
[optional] |
| short_description |
string |
Defines short description |
[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] |
| status |
string |
Defines status |
[optional] |
| is_virtual |
bool |
Defines whether the product is virtual |
[optional] [default to false] |
| is_default |
bool |
Defines as a default variant |
[optional] |
| store_id |
string |
Add variants specified by store id |
[optional] |
| stores_ids |
string |
Assign variant to the stores that is specified by comma-separated stores' id |
[optional] |
| lang_id |
string |
Language id |
[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] |
| 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] |
| tier_prices |
\OpenAPI\Client\Model\ProductAddTierPricesInner[] |
Defines product's tier prices |
[optional] |
| measure_unit |
string |
Unit for the price per unit. Must be in allowed list |
[optional] |
| unit_price |
float |
Defines new product's unit price |
[optional] |
| prices_inc_tax |
bool |
Indicates whether prices include tax. |
[optional] [default to false] |
| quantity |
float |
Defines product variant's quantity that has to be added |
[optional] [default to 0] |
| warehouse_id |
string |
This parameter is used for selecting a warehouse where you need to set/modify a product quantity. |
[optional] |
| in_stock |
bool |
Set stock status |
[optional] |
| backorder_status |
string |
Set backorder status |
[optional] |
| manage_stock |
bool |
Defines inventory tracking for product variant |
[optional] |
| low_stock_threshold |
float |
Specify the quantity threshold below which the product is considered low in stock |
[optional] |
| 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] |
| 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] |
| upc |
string |
Universal Product Code. A UPC (UPC-A) is a commonly used identifer for many different products. |
[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] |
| mpn |
string |
Manufacturer Part Number. A MPN is an identifier of a particular part design or material used. |
[optional] |
| isbn |
string |
International Standard Book Number. An ISBN is a unique identifier for books. |
[optional] |
| seo_url |
string |
Defines unique URL for SEO |
[optional] |
| manufacturer |
string |
Specifies the product variant's manufacturer |
[optional] |
| created_at |
string |
Defines the date of entity creation |
[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] |
| tax_class_id |
string |
Defines tax classes where entity has to be added |
[optional] |
| taxable |
bool |
Specifies whether a tax is charged |
[optional] [default to true] |
| fixed_cost_shipping_price |
float |
Specifies fixed cost shipping price |
[optional] |
| is_free_shipping |
bool |
Specifies variant's free shipping flag that has to be added |
[optional] |
| country_of_origin |
string |
The country where the inventory item was made |
[optional] |
| 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] |
| processing_profile_id |
int |
The numeric ID of the processing profile (readiness state) for physical products in Etsy. You can find possible values in the "cart.info" API method response, in the field processing_profiles[]->readiness_state_id. |
[optional] |
| marketplace_item_properties |
string |
String containing the JSON representation of the supplied data |
[optional] |
| clear_cache |
bool |
Is cache clear required |
[optional] [default to true] |
| idempotency_key |
string |
A unique identifier associated with a specific request. Repeated requests with the same <strong>idempotency_key</strong> return a cached response without re-executing the business logic. <strong>Please note that the cache lifetime is 15 minutes.</strong> |
[optional] |