Skip to content

Commit 845d411

Browse files
authored
Revert "DEVDOCS-6664 - Add payments to translation docs" (#1208)
Reverts #1195 This feature is not ready for public yet.
1 parent 5edd707 commit 845d411

File tree

2 files changed

+15
-323
lines changed

2 files changed

+15
-323
lines changed

docs/store-operations/translations/index.mdx

Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,24 @@
11
# Translations Admin GraphQL API (Beta)
22

3-
The Translations Admin GraphQL API is currently available on Catalyst storefronts only. This API enables merchants to translate a single website into multiple languages.
3+
4+
The Translations Admin GraphQL API is currently available on Catalyst storefronts only. This API enables merchants to translate a single website into multiple languages.
45

56
With a single storefront setup, the shopper's experience remains consistent, but the content is displayed in their preferred language. This use case is particularly common in multilingual countries like Canada and for customers selling cross-border, where the same storefront serves shoppers in multiple languages without altering the overall user experience.
67

78
The API currently supports translations for the following resource types, and more are expected in the future:
89

9-
- [Product Data](/docs/store-operations/translations/products)
10-
- Product Options
11-
- Custom Fields
12-
- [Catalog Pages](/docs/store-operations/translations/listings)
13-
- Categories
14-
- Brands
15-
- [Locations](/docs/store-operations/translations/locations)
16-
- [Payment Methods](/docs/store-operations/translations/payments)
10+
* [Product Data](/docs/store-operations/translations/products)
11+
* Product Options
12+
* Custom Fields
13+
* [Catalog Pages](/docs/store-operations/translations/listings)
14+
* Categories
15+
* Brands
16+
* [Locations](/docs/store-operations/translations/locations)
1717

1818
Refer to the [Error Handling](/docs/store-operations/translations/errors) guide for understanding and handling errors while managing translations.
1919

20-
<Callout type='info'>
21-
Translation API allows users to add content translations to any non-default
22-
channel locale. In order to update content on a default channel language,
23-
please use respective management API.
20+
<Callout type="info">
21+
Translation API allows users to add content translations to any non-default channel locale. In order to update content on a default channel language, please use respective management API.
2422
</Callout>
2523

2624
## How does this API work?
@@ -40,10 +38,10 @@ Access to the Translations Admin GraphQL API requires valid API credentials. Gra
4038

4139
#### OAuth scopes
4240

43-
| Name | Permission | Description |
44-
| :----------------- | :--------- | :---------------------------------- |
45-
| Store Translations | read-only | View translation details |
46-
| Store Translations | modify | View and modify translation details |
41+
| Name | Permission | Description |
42+
|:-----|:-----------|:------------|
43+
| Store Translations | read-only | View translation details |
44+
| Store Translations | modify | View and modify translation details |
4745

4846
For more information on OAuth Scopes, see our [Guide to API Accounts](/docs/start/authentication/api-accounts#oauth-scopes).
4947

@@ -73,5 +71,4 @@ For more information on OAuth Scopes, see our [Guide to API Accounts](/docs/star
7371
- [Product Translations](/docs/store-operations/translations/products)
7472
- [Catalog Page Translations](/docs/store-operations/translations/listings)
7573
- [Inventory Locations Translations](/docs/store-operations/translations/locations)
76-
- [Payment Method Translations](/docs/store-operations/translations/payments)
7774
- [Error Handling Reference](/docs/store-operations/translations/errors)

docs/store-operations/translations/payments.mdx

Lines changed: 0 additions & 305 deletions
This file was deleted.

0 commit comments

Comments
 (0)