Wiki source code of Language

Last modified by Shop Team on 2023/02/13 22:56

Show last authors
1 (% class="auto-cursor-target" %)
2 \\
3
4 |=(((
5 Method
6 )))|=(((
7 URL
8 )))|=(((
9 Example
10 )))
11 |(((
12 GET
13 )))|(((
14 /api/v1/languages/<languageId>
15 )))|(((
16 [[https:~~/~~/api.spreadshirt.net/api/v1/languages/1?mediaType=json>>url:https://api.spreadshirt.net/api/v1/languages/1?mediaType=json||shape="rect"]]
17 )))
18
19 \\
20
21 Allows to look up iso code and localized name of the language your shop is in.
22
23 \\
24
25 {{code language="js" title="Example Payload"}}
26 {
27 "href" : "https://api.spreadshirt.net/api/v1/languages/1",
28 "id" : "1",
29 "isoCode" : "de",
30 "name" : "Deutsch"
31 }
32 {{/code}}
33
34 (% class="auto-cursor-target" %)
35 \\