Class: PriceGuideOptions

PriceGuideOptions(dataopt)

Price guide option request params.

Constructor

new PriceGuideOptions(dataopt)

Create an instance of Price Guide options.
Parameters:
Name Type Attributes Description
data object <optional>
Optional parameter data.
Properties
Name Type Attributes Default Description
color_id number | null <optional>
null The color Identification numbe of the item
guide_type string <optional>
'stock' Indicates that which statistics to be provided. Options include "sold" and "stock"
new_or_used string <optional>
'N' Indicates the condition of items that are included in the statistics. Acceptable values are: "N": new item (default) and "U": used item
country_code string | null <optional>
null
region string | null <optional>
null
currency_code string | null <optional>
null
vat string <optional>
'N'
Source:

Classes

PriceGuideOptions

Members

color_id :number|null

The color Identification numbe of the item
Type:
  • number | null
Source:

country_code :string|null

Type:
  • string | null
Source:

currency_code :string|null

Type:
  • string | null
Source:

guide_type :string

Indicates that which statistics to be provided. Options include "sold" and "stock"
Type:
  • string
Source:

new_or_used :string

Indicates the condition of items that are included in the statistics. Acceptable values are: "N": new item (default) and "U": used item
Type:
  • string
Source:

region :string|null

Type:
  • string | null
Source:

vat :string

Type:
  • string
Source: