Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 895 Bytes

catalog-quick-amounts-settings.md

File metadata and controls

27 lines (18 loc) · 895 Bytes

Catalog Quick Amounts Settings

A parent Catalog Object model represents a set of Quick Amounts and the settings control the amounts.

Structure

CatalogQuickAmountsSettings

Fields

Name Type Tags Description
option string Required Determines a seller's option on Quick Amounts feature.
eligibleForAutoAmounts boolean | undefined Optional Represents location's eligibility for auto amounts
The boolean should be consistent with whether there are AUTO amounts in the amounts.
amounts CatalogQuickAmount[] | undefined Optional Represents a set of Quick Amounts at this location.

Example (as JSON)

{
  "option": "AUTO",
  "eligible_for_auto_amounts": null,
  "amounts": null
}