| ... |
... |
@@ -42,7 +42,7 @@ |
| 42 |
42 |
|
| 43 |
43 |
== Client / Server == |
| 44 |
44 |
|
| 45 |
|
-All requests to the **Public Shop API** should be made from your server and not from the browser. This allows you to leverage caching, avoids [[CORS>>url:https://en.wikipedia.org/wiki/Cross-origin_resource_sharing||shape="rect"]] policy interference and keeps your API key secure. |
|
45 |
+All requests to the *Public Shop API* should be made from your server and not from the browser. This allows you to leverage caching, avoids CORS policy interference and keeps your API key secure. |
| 46 |
46 |
|
| 47 |
47 |
== List Resource == |
| 48 |
48 |
|
| ... |
... |
@@ -340,11 +340,7 @@ |
| 340 |
340 |
} |
| 341 |
341 |
{{/code}} |
| 342 |
342 |
|
| 343 |
|
-= Implementation Support = |
|
343 |
+== Code example == |
| 344 |
344 |
|
| 345 |
|
-If you do not own a Partner Area based shop yet, but need something "in hand" to develop your implementation, you can rely on the **example shop 100488332** provided by us. The shop is available on the European platform (.net) only. You can use articleId=(% style="color: rgb(80,80,80);" %)999999999 to test the **legacy article mapping resource **in this shop. |
| 346 |
|
- |
| 347 |
|
-Also, there is an **example integration** of this API available [[here>>url:https://github.com/spreadshirt/shop-api-example-integration||shape="rect"]]. |
|
345 |
+There is an example integration of this API available [[here>>url:https://github.com/spreadshirt/shop-api-example-integration||shape="rect"]]. |
| 348 |
348 |
It shows a draft of a shop system written in php that might be helpful to understand the (list-page -> detail-page -> add-to-basket) workflow. |
| 349 |
|
- |
| 350 |
|
-\\ |