Skip to content

Commit aa91197

Browse files
committed
update intro in overview & description for 400 error
1 parent 0a3af18 commit aa91197

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

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

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
# Price Lists - International Enhancements for Multi-Storefront
22

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

7-
_International Enhancements for Multi-Storefront_ allow you to deliver localized experiences to fit different shopper needs.
7+
When you sell internationally, you may need your storefront to display prices that either include or exclude tax based on regional expectations. You may need some storefront channels to display prices that include tax, while others display prices that exclude tax.
88

9-
Shoppers expect storefront prices to include or exclude tax depending on their region when you sell internationally.
9+
To localize your storefronts, you can do the following:
10+
- Specify whether a price list has prices that include or exclude tax when entered.
11+
- Assign the price list to storefront channels (or customer groups).
1012

11-
When you create separate storefront channels for each region, you may need some storefronts to display prices that include tax, while others display prices that exclude tax.
12-
13-
To do so, specify whether a price list has prices that include or exclude tax when entered. Then assign the price list to storefront channels.
1413

1514
## Limitations
1615

@@ -74,15 +73,15 @@ The following example creates a tax-inclusive price list by sending a request to
7473

7574
The following fallback behavior applies if you set a product as available for purchase, but the price list doesn't have a price entered for the product.
7675

77-
When a price list inherits global settings:
78-
- Price lists will default to catalog prices if a price is missing.
76+
- When a price list inherits global settings, price lists will default to catalog prices if a price is missing.
77+
- When a price list overrides the global store setting, prices returned will be `null` if a price is missing in the price list.
7978

80-
When a price list overrides the global store setting:
81-
- Prices returned will be `null` if a price is missing in the price list. This applies for the prices returned in the [Pricing](/docs/rest-management/pricing/products) endpoint of the REST Management API and the [GraphQL Storefront API](/docs/storefront/graphql).
82-
- On Stencil storefronts, the product, but not the price, will still be visible. You won't be able to purchase it, but you can still add to wishlist.
79+
This applies for the prices returned in the [Pricing](/docs/rest-management/pricing/products) endpoint of the REST Management API and the [GraphQL Storefront API](/docs/storefront/graphql).
80+
81+
On Stencil storefronts, the product, but not the price, will still be visible. You won't be able to purchase it, but you can still add to wishlist.
8382

8483
<Callout type="info">
85-
[Update your Stencil theme](https://support.bigcommerce.com/s/article/Marketplace-Theme-Updates) for your Stencil storefront to display these features.
84+
You must [update your Stencil theme](https://support.bigcommerce.com/s/article/Marketplace-Theme-Updates) for your Stencil storefront.
8685
</Callout>
8786

8887
## Additional resources

reference/price_lists.v3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ paths:
435435
type: string
436436
'400':
437437
description: |
438-
`prices_entered_with_tax` allowed values: `use_global`.
438+
(For Catalog V2 stores) `prices_entered_with_tax` allowed values: `use_global`.
439439
content:
440440
application/json:
441441
schema:

0 commit comments

Comments
 (0)