Skip to content

Latest commit

 

History

History
68 lines (65 loc) · 6.25 KB

File metadata and controls

68 lines (65 loc) · 6.25 KB

# ProductVariantUpdate

Properties

Name Type Description Notes
id string Defines variant update specified by variant id [optional]
product_id string Defines product's id where the variant has to be updated [optional]
store_id string Defines store id where the variant should be found [optional]
lang_id string Language id [optional]
options \OpenAPI\Client\Model\ProductVariantUpdateOptionsInner[] Defines variant's options list [optional]
name string Defines variant's name that has to be updated [optional]
description string Specifies variant's description [optional]
short_description string Defines short description [optional]
model string Specifies variant's model that has to be added [optional]
sku string Defines new product's variant sku [optional]
visible string Set visibility status [optional]
status string Defines product variant's status [optional]
backorder_status string Set backorder status [optional]
low_stock_threshold float Specify the quantity threshold below which the product is considered low in stock [optional]
available_for_sale bool Specifies the set of visible/invisible product's variants for sale [optional] [default to true]
avail bool Defines category's visibility status [optional] [default to true]
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]
taxable bool Specifies whether a tax is charged [optional]
tax_class_id string Defines tax classes where entity has to be added [optional]
is_virtual bool Defines whether the product is virtual [optional] [default to false]
manage_stock bool Defines inventory tracking for product variant [optional]
in_stock bool Set stock status [optional]
warehouse_id string This parameter is used for selecting a warehouse where you need to set/modify a product quantity. [optional]
reserve_quantity float This parameter allows to reserve/unreserve product variants quantity. [optional]
quantity float Defines new products' variants quantity [optional]
increase_quantity float Defines the incremental changes in product quantity [optional] [default to 0]
reduce_quantity float Defines the decrement changes in product quantity [optional] [default to 0]
prices_inc_tax bool Indicates whether prices include tax. [optional] [default to false]
price float Defines new product's variant price [optional]
special_price float Defines new product's variant special price [optional]
retail_price float Defines new product's retail 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]
sprice_create string Defines the date of special price creation [optional]
sprice_expire string Defines the term of special price offer duration [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]
weight float Weight [optional] [default to 0]
barcode string A barcode is a unique code composed of numbers used as a product identifier. [optional]
width float Defines product's width [optional]
weight_unit string Weight Unit [optional]
height float Defines product's height [optional]
length float Defines product's length [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]
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]
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]
meta_title string Defines unique meta title for each entity [optional]
meta_description string Defines unique meta description of a entity [optional]
meta_keywords string Defines unique meta keywords for each entity [optional]
manufacturer string Specifies the product variant's manufacturer [optional]
reindex bool Is reindex required [optional] [default to true]
clear_cache bool Is cache clear required [optional] [default to true]
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]
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]

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