Skip to content

Commit

Permalink
Merge branch 'main' into DEVDOCS-6189
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-traciporter authored Jan 14, 2025
2 parents 324e736 + 478d62c commit 34d1041
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
4 changes: 1 addition & 3 deletions reference/form_fields.sf.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
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).
The REST Storefront API uses [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) headers for authentication, and therefore has no required scopes. You do not need to send any BigCommerce-specific tokens with your requests to these endpoints.
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:
Expand Down
10 changes: 7 additions & 3 deletions reference/tax_settings.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.'
Expand Down

0 comments on commit 34d1041

Please sign in to comment.