OBJECT
AdvertSettings
Site wide advert settings for a marketplace
link GraphQL Schema definition
- type AdvertSettings {
- AdvertSaleTypeEnum!] : [
- # If true, advert auto mapping feature is enabled.
- Boolean! :
- AdvertSaleTypeEnum :
- # If true, allows the use of free-text and multi-select variant option types.
- Boolean! :
- ID! :
- # If true, enables imperial units of measurement for Comparable Unit Pricing
- # fields.
- Boolean! :
- # If true, optional option types are enabled.
- Boolean! @deprecated( reason: "Optional option type is enabled for all, therefore this setting is redundant. This field will be removed no sooner than 2024-09-01" ) :
- # If true, enables adding a product to cart directly from the search results page.
- Boolean! :
- # True if we want to show seller location on the advert.
- Boolean! :
- # True if price types should be shown.
- Boolean! :
- # True if we want to show the Therapeutic Warning Labels fields and option.
- Boolean! :
- }