diff --git a/reference/form_fields.sf.yml b/reference/form_fields.sf.yml index 4f2cabd90..165b59d52 100644 --- a/reference/form_fields.sf.yml +++ b/reference/form_fields.sf.yml @@ -1,6 +1,6 @@ openapi: '3.0.1' info: - title: Storefront Form Fields (Beta) + title: Storefront Form Fields description: |- Read form fields on BigCommerce-hosted storefronts. To work with headless storefronts, use the [GraphQL Storefront API](/graphql-storefront/reference). @@ -8,8 +8,6 @@ info: For info about authenticating BigCommerce APIs, see [Authentication and Example Requests](/docs/start/authentication#same-origin-cors-authentication). - > #### Warning - > Breaking changes may be introduced to this endpoint while in beta. version: '' termsOfService: 'https://www.bigcommerce.com/terms' contact: diff --git a/reference/tax_settings.v3.yml b/reference/tax_settings.v3.yml index bba8a5782..43fb8eee8 100644 --- a/reference/tax_settings.v3.yml +++ b/reference/tax_settings.v3.yml @@ -124,9 +124,13 @@ components: type: object description: Settings that describe how prices display at the global level. properties: - show_inclusive_in_control_panel: - type: boolean - description: Whether to show prices as tax inclusive or tax exclusive in the BigCommerce control panel. + control_panel_price_display_strategy: + type: string + description: Whether to show prices as tax inclusive or tax exclusive in the BigCommerce control panel, or use the order's tax zone for price display. + enum: + - ZONE + - INCLUSIVE + - EXCLUSIVE invoice_price_display_strategy: type: string description: 'Whether to show prices as tax inclusive or tax exclusive across all invoices, or use the shopperʼs tax zone for price display on invoices.'