A parent Catalog Object model represents a set of Quick Amounts and the settings control the amounts.
CatalogQuickAmountsSettings
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. |
{
"option": "AUTO",
"eligible_for_auto_amounts": null,
"amounts": null
}