Skip to content

Commit

Permalink
docs: fix incorrect link in tax-inclusive-pricing (#11599)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahednasser authored Feb 25, 2025
1 parent 47a9635 commit 8edc237
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ For example, if a product’s price is $50, the tax rate is 2%, and tax-inclusiv

## How is Tax-Inclusive Pricing Set?

The [PricePreference data model](/references/pricing/PricePreference) holds the tax-inclusive setting for a context. It has two properties that indicate the context:
The [PricePreference data model](/references/pricing/models/PricePreference) holds the tax-inclusive setting for a context. It has two properties that indicate the context:

- `attribute`: The name of the attribute to compare against. For example, `region_id` or `currency_code`.
- `value`: The attribute’s value. For example, `reg_123` or `usd`.
Expand Down

0 comments on commit 8edc237

Please sign in to comment.