Pricing Plans Settings Object


Pricing Plans settings are the site-level settings that control how pricing plans are sold on a site. A site has a single Pricing Plans settings object, and it applies to every plan on the site.

Properties
createdDatestringRead-onlyformat date-time

Date and time the site's Pricing Plans settings were created, which happens when the Wix Pricing Plans app is installed on the site.

For a site whose settings were never created, this is the date and time of the current read.


extendedFieldsExtendedFields

Custom field data for the Pricing Plans settings object.

Extended fields must be configured in the app dashboard before they can be accessed with API calls.


guestCheckoutSettingsGuestCheckoutSettingsbeta

Guest checkout settings, which control whether site visitors can buy a pricing plan without signing in as a site member.


invoiceSettingsInvoiceSettingsbeta

Invoice settings, which control whether buyers automatically receive an invoice after paying for a pricing plan online.


revisionstringRead-onlyformat int64

Revision number, which increments by 1 each time the Pricing Plans settings are updated. To prevent conflicting changes, the current revision must be passed when updating the Pricing Plans settings.


taxableAddressstring

Which of the site's addresses determines how tax is calculated for pricing plan purchases. Applies to every plan on the site.

If set to BUSINESS and the site has no business address configured, plan purchases fail until an address is added to the site's business info.

Default: BILLING.


updatedDatestringRead-onlyformat date-time

Date and time the site's Pricing Plans settings were last updated.

Did this help?