Skip to content

Latest commit

 

History

History
90 lines (87 loc) · 8.2 KB

ProductUpdate.md

File metadata and controls

90 lines (87 loc) · 8.2 KB

# ProductUpdate

Properties

Name Type Description Notes
id string Defines product id that has to be updated [optional]
model string Defines product model that has to be updated [optional]
sku string Defines new product's sku [optional]
name string Defines product's name that has to be updated [optional]
description string Defines new product's description [optional]
short_description string Defines short description [optional]
price float Defines new product's price [optional]
old_price float Defines product's old price [optional]
special_price float Defines new product's special 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]
cost_price float Defines new product's cost price [optional]
fixed_cost_shipping_price float Specifies product's fixed cost shipping price [optional]
retail_price float Defines new product's retail price [optional]
tier_prices \OpenAPI\Client\Model\ProductAddTierPricesInner[] Defines product's tier prices [optional]
reserve_price float Defines reserve price value [optional]
buyitnow_price float Defines buy it now value [optional]
taxable bool Specifies whether a tax is charged [optional] [default to true]
tax_class_id string Defines tax classes where entity has to be added [optional]
type string Defines product's type [optional]
status string Defines product's status [optional]
condition string The human-readable label for the condition (e.g., "New"). [optional]
visible string Set visibility status [optional]
in_stock bool Set stock status [optional]
avail bool Defines category's visibility status [optional] [default to true]
avail_from string Allows to schedule a time in the future that the item becomes available. The value should be greater than the current date and time. [optional]
product_class string A categorization for the product [optional]
available_for_view bool Specifies the set of visible/invisible products for users [optional]
stores_ids string Assign product to the stores that is specified by comma-separated stores' id [optional]
store_id string Defines store id where the product should be found [optional]
lang_id string Language id [optional]
quantity float Defines new product's quantity [optional]
reserve_quantity float This parameter allows to reserve/unreserve product quantity. [optional]
manage_stock bool Defines inventory tracking for product [optional]
backorder_status string Set backorder status [optional]
increase_quantity float Defines the incremental changes in product quantity [optional]
reduce_quantity float Defines the decrement changes in product quantity [optional]
warehouse_id string This parameter is used for selecting a warehouse where you need to set/modify a product quantity. [optional]
weight float Weight [optional]
weight_unit string Weight Unit [optional]
height float Defines product's height [optional]
length float Defines product's length [optional]
width float Defines product's width [optional]
dimensions_unit string Weight Unit [optional]
is_virtual bool Defines whether the product is virtual [optional] [default to false]
is_free_shipping bool Specifies product free shipping flag that has to be updated [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]
barcode string A barcode is a unique code composed of numbers used as a product identifier. [optional]
manufacturer string Defines product's manufacturer [optional]
manufacturer_id string Defines product's manufacturer by manufacturer_id [optional]
categories_ids string Defines product add that is specified by comma-separated categories id [optional]
related_products_ids string Defines product related products ids that has to be updated [optional]
up_sell_products_ids string Defines product up-sell products ids that has to be updated [optional]
cross_sell_products_ids string Defines product cross-sells products ids that has to be updated [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]
seo_url string Defines unique URL for SEO [optional]
search_keywords string Defines unique search keywords [optional]
tags string Product tags [optional]
delivery_code string The delivery promise that applies to offer [optional]
package_details \OpenAPI\Client\Model\ProductAddPackageDetails [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]
shipping_template_id int The numeric ID of the shipping template associated with the products in Etsy. You can find possible values in the "cart.info" API method response, in the field shipping_zones[]->id. [optional] [default to 0]
when_made string An enumerated string for the era in which the maker made the product. [optional] [default to 'made_to_order']
is_supply bool If true, it indicates the product as a supply, otherwise it indicates that it is a finished product. [optional] [default to true]
downloadable bool Defines whether the product is downloadable [optional] [default to false]
materials string[] A list of material strings for materials used in the product. [optional]
auto_renew bool When true, automatically renews a listing upon its expiration. [optional] [default to false]
on_sale bool Set whether the product on sale [optional] [default to false]
production_partner_ids string Defines product production partner ids that has to be updated [optional]
manufacturer_info \OpenAPI\Client\Model\ProductAddManufacturerInfo [optional]
report_request_id string Report request id [optional]
disable_report_cache bool Disable report cache for current request [optional] [default to false]
reindex bool Is reindex required [optional] [default to true]
clear_cache bool Is cache clear required [optional] [default to true]
check_process_status bool Disable or enable check process status. Please note that the response will be slower due to additional requests to the store. [optional] [default to false]

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