Skip to content

Commit 18c8ff9

Browse files
committed
Merge branch 'DEVDOCS-6056-tax-incl' of https://github.com/bigcommerce/docs into DEVDOCS-6056-tax-incl
2 parents aa91197 + c358587 commit 18c8ff9

File tree

3 files changed

+16
-6
lines changed

3 files changed

+16
-6
lines changed

.github/CODEOWNERS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,12 @@
66
# be identified in the format @org/team-name. Teams must have
77
# explicit write access to the repository. In this example,
88
# the octocats team in the octo-org organization owns all .md files.
9+
10+
# @bigcommerce/team-catalog-ops
11+
reference/catalog @bigcommerce/team-catalog-ops
12+
archive/rest-catalog @bigcommerce/team-catalog-ops
13+
14+
# @bigcommerce/team-multi-storefront
15+
docs/storefront/multi-storefront @bigcommerce/team-multi-storefront
16+
reference/channels.v3.yml @bigcommerce/team-multi-storefront
17+
reference/sites.v3.yml @bigcommerce/team-multi-storefront

reference/catalog/categories_catalog.v3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ paths:
262262
description:
263263
type: string
264264
description: |
265-
The product description, which can include HTML formatting.
265+
The category description, which can include HTML formatting.
266266
example: <p>We offer a wide variety of products perfect for relaxing</p>
267267
views:
268268
type: integer

reference/orders.v2.oas2.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3918,10 +3918,6 @@ components:
39183918
description: Override value for the total, including tax. If specified, the field `total_ex_tax` is also required. The value can't be negative. (Float, Float-As-String, Integer)
39193919
example: '225.0000'
39203920
type: string
3921-
is_tax_inclusive_pricing:
3922-
description: Indicates whether the order total is inclusive of tax.
3923-
example: false
3924-
type: boolean
39253921
wrapping_cost_ex_tax:
39263922
description: The value of the wrapping cost, excluding tax. The value can't be negative. (Float, Float-As-String, Integer)
39273923
example: '0.0000'
@@ -4137,7 +4133,12 @@ components:
41374133
example: false
41384134
type: boolean
41394135
is_tax_inclusive_pricing:
4140-
description: Indicates whether the order total is inclusive of tax.
4136+
description: |-
4137+
Indicate whether the order's base prices include tax.
4138+
4139+
If true, the base prices are inclusive of tax, and the values of `subtotal_inc_tax`, `shipping_cost_inc_tax`, `handling_cost_inc_tax`, `wrapping_cost_inc_tax` and `total_inc_tax` are not estimated but actual values and can be reliable for accounting purposes.
4140+
4141+
If false, the base prices are exclusive of tax, and the values of `subtotal_ex_tax`, `shipping_cost_ex_tax`, `handling_cost_ex_tax`, `wrapping_cost_ex_tax` and `total_ex_tax` are not estimated but actual values and can be reliable for accounting purposes.
41414142
example: false
41424143
type: boolean
41434144
is_email_opt_in:

0 commit comments

Comments
 (0)