Skip to content

Commit 0a3af18

Browse files
committed
edit tax settings overview, add error code
1 parent e8d9e3d commit 0a3af18

File tree

3 files changed

+32
-6
lines changed

3 files changed

+32
-6
lines changed

docs/store-operations/pricing/msf-international-enhancements.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Price Lists - International Enhancements for Multi-Storefront
22

3-
<Callout>
3+
<Callout type="info">
44
Tax-inclusive or exclusive price lists are in beta. Features may change based on user feedback or internal testing.
55
</Callout>
66

docs/store-operations/tax/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tax settings allow you to choose how a store handles tax calculation and price d
44

55
## Estimate taxes and display prices based on tax zone
66

7-
The Tax Settings API supports cross-border transactions. You can localize storefront prices for shoppers from different regions. For example, you can display tax-inclusive or exclusive prices depending on the tax zone. This benefits single-storefront stores that sell to shoppers from different regions. This functionality applies to Stencil and GraphQL-powered storefronts.
7+
The Tax Settings API supports cross-border transactions. You can localize storefront prices for shoppers from different regions. For example, you can display tax-inclusive or exclusive prices depending on the tax zone. These global tax settings benefit single-storefront stores that sell to shoppers from different regions. If your store has multiple storefronts, see the [Price Lists - International Enhancements for Multi-Storefront](/docs/store-operations/pricing/price-lists-international-enhancements-for-multi-storefront) overview for price display settings. This functionality applies to Stencil and GraphQL-powered storefronts.
88

99
To support cross-border transactions, the store identifies a tax zone for the shopper. The store then applies the tax zone and its settings to estimate taxes and display prices. For logged-in customers, the store uses the customer address to identify the tax zone. For guest shoppers, the store can use the shopper's geolocation to identify the zone if you enable this setting. Otherwise, the store uses the provided guest shopper tax zone ID.
1010

reference/price_lists.v3.yml

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ paths:
8181
Returns a list of *Price Lists*. Optional parameters can be passed in.
8282
8383
> #### Beta
84-
> * The `prices_entered_with_tax` setting is in beta. Features may change based on user feedback or internal testing.
84+
> * The `prices_entered_with_tax` setting is in beta.
8585
> * For more information on this setting, see [Price Lists - International Enhancements for Multi-Storefront](/docs/store-operations/pricing/price-lists-international-enhancements-for-multi-storefront).
8686
operationId: getPriceLists
8787
parameters:
@@ -271,7 +271,7 @@ paths:
271271
* name
272272
273273
> #### Beta
274-
> * The `prices_entered_with_tax` setting is in beta. Features may change based on user feedback or internal testing.
274+
> * The `prices_entered_with_tax` setting is in beta.
275275
> * For more information on this setting, see [Price Lists - International Enhancements for Multi-Storefront](/docs/store-operations/pricing/price-lists-international-enhancements-for-multi-storefront).
276276
operationId: createPriceList
277277
parameters:
@@ -433,6 +433,32 @@ paths:
433433
The error title describing the particular error.
434434
type:
435435
type: string
436+
'400':
437+
description: |
438+
`prices_entered_with_tax` allowed values: `use_global`.
439+
content:
440+
application/json:
441+
schema:
442+
title: Error Response
443+
type: object
444+
properties:
445+
errors:
446+
title: Detailed Errors
447+
type: object
448+
properties: {}
449+
additionalProperties: true
450+
instance:
451+
type: string
452+
status:
453+
type: integer
454+
description: |
455+
The HTTP status code.
456+
title:
457+
type: string
458+
description: |
459+
The error title describing the particular error.
460+
type:
461+
type: string
436462
delete:
437463
tags:
438464
- Price Lists
@@ -478,7 +504,7 @@ paths:
478504
Returns a single *Price List*.
479505
480506
> #### Beta
481-
> * The `prices_entered_with_tax` setting is in beta. Features may change based on user feedback or internal testing.
507+
> * The `prices_entered_with_tax` setting is in beta.
482508
> * For more information on this setting, see [Price Lists - International Enhancements for Multi-Storefront](/docs/store-operations/pricing/price-lists-international-enhancements-for-multi-storefront).
483509
operationId: getPriceList
484510
parameters:
@@ -565,7 +591,7 @@ paths:
565591
Updates a *Price List*.
566592
567593
> #### Beta
568-
> * The `prices_entered_with_tax` setting is in beta. Features may change based on user feedback or internal testing.
594+
> * The `prices_entered_with_tax` setting is in beta.
569595
> * For more information on this setting, see [Price Lists - International Enhancements for Multi-Storefront](/docs/store-operations/pricing/price-lists-international-enhancements-for-multi-storefront).
570596
operationId: updatePriceList
571597
parameters:

0 commit comments

Comments
 (0)