You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/store-operations/translations/index.mdx
+15-18Lines changed: 15 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,26 +1,24 @@
1
1
# Translations Admin GraphQL API (Beta)
2
2
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.
4
5
5
6
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.
6
7
7
8
The API currently supports translations for the following resource types, and more are expected in the future:
Refer to the [Error Handling](/docs/store-operations/translations/errors) guide for understanding and handling errors while managing translations.
19
19
20
-
<Callouttype='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
+
<Callouttype="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.
24
22
</Callout>
25
23
26
24
## How does this API work?
@@ -40,10 +38,10 @@ Access to the Translations Admin GraphQL API requires valid API credentials. Gra
0 commit comments