Skip to content

Commit

Permalink
Remove deprecated field, add new control panel price display strategy…
Browse files Browse the repository at this point in the history
… field (#744)

# [TAX-2184]

## What changed?
* Removed deprecated `show_inclusive_in_control_panel` field from Tax
Settings API.
* Added `control_panel_price_display_strategy` field to Tax Settings
API.

## Release notes draft
* Updated available Tax Settings API fields, new option available for
controlling tax price display in the control panel.

[TAX-2184]:
https://bigcommercecloud.atlassian.net/browse/TAX-2184?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
  • Loading branch information
theromulans authored Jan 13, 2025
1 parent 48f256b commit 478d62c
Showing 1 changed file with 7 additions and 3 deletions.
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 478d62c

Please sign in to comment.