-
Notifications
You must be signed in to change notification settings - Fork 56
Add Shipping Methods and Tax Rates Translation Docs #1222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Add Shipping Methods and Tax Rates Translation Docs #1222
Conversation
- Add shipping-methods.mdx with list/by-id/update/delete examples - Add tax-rates.mdx with list/by-id/update/delete examples - Update index.mdx to include Shipping Methods and Tax Rates
| * Brands | ||
| * [Product Filters](/docs/store-operations/translations/filters) | ||
| * [Locations](/docs/store-operations/translations/locations) | ||
| * [Shipping Methods](/docs/store-operations/translations/shipping-methods) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Link to /docs/store-operations/translations/shipping-methods is dead no-dead-urls remark-lint
| * [Product Filters](/docs/store-operations/translations/filters) | ||
| * [Locations](/docs/store-operations/translations/locations) | ||
| * [Shipping Methods](/docs/store-operations/translations/shipping-methods) | ||
| * [Tax Rates](/docs/store-operations/translations/tax-rates) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Link to /docs/store-operations/translations/tax-rates is dead no-dead-urls remark-lint
| * [Locations](/docs/store-operations/translations/locations) | ||
| * [Shipping Methods](/docs/store-operations/translations/shipping-methods) | ||
| * [Tax Rates](/docs/store-operations/translations/tax-rates) | ||
| * [Order Statuses](/docs/store-operations/translations/order-statuses) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Link to /docs/store-operations/translations/order-statuses is dead no-dead-urls remark-lint
| * [Shipping Methods](/docs/store-operations/translations/shipping-methods) | ||
| * [Tax Rates](/docs/store-operations/translations/tax-rates) | ||
| * [Order Statuses](/docs/store-operations/translations/order-statuses) | ||
| * [Promotions](/docs/store-operations/translations/promotions) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Link to /docs/store-operations/translations/promotions is dead no-dead-urls remark-lint
| - [Product Listing Page Translations](/docs/store-operations/translations/listings) | ||
| - [Product Filter Translations](/docs/store-operations/translations/filters) | ||
| - [Inventory Locations Translations](/docs/store-operations/translations/locations) | ||
| - [Order Status Translations](/docs/store-operations/translations/order-statuses) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Link to /docs/store-operations/translations/order-statuses is dead no-dead-urls remark-lint
| - [Product Filter Translations](/docs/store-operations/translations/filters) | ||
| - [Inventory Locations Translations](/docs/store-operations/translations/locations) | ||
| - [Order Status Translations](/docs/store-operations/translations/order-statuses) | ||
| - [Promotions Translations](/docs/store-operations/translations/promotions) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Link to /docs/store-operations/translations/promotions is dead no-dead-urls remark-lint
| - [Inventory Locations Translations](/docs/store-operations/translations/locations) | ||
| - [Order Status Translations](/docs/store-operations/translations/order-statuses) | ||
| - [Promotions Translations](/docs/store-operations/translations/promotions) | ||
| - [Shipping Methods Translations](/docs/store-operations/translations/shipping-methods) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Link to /docs/store-operations/translations/shipping-methods is dead no-dead-urls remark-lint
| - [Order Status Translations](/docs/store-operations/translations/order-statuses) | ||
| - [Promotions Translations](/docs/store-operations/translations/promotions) | ||
| - [Shipping Methods Translations](/docs/store-operations/translations/shipping-methods) | ||
| - [Tax Rates Translations](/docs/store-operations/translations/tax-rates) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Link to /docs/store-operations/translations/tax-rates is dead no-dead-urls remark-lint
PROJECT-5681 / PROJECT-5682
What/Why?
Add documentation for Shipping Methods and Tax Rates translations in the Translations Admin GraphQL API, following existing patterns with list/by-id/update/delete examples.
Rollout/Rollback Plan
Testing Details
Manual Testing
- TBD