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

<
From version < 8.1 >
edited by Shop Team
on 2019/08/05 07:00
To version < 9.1 >
edited by Shop Team
on 2019/08/05 07:11
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -4,7 +4,7 @@
4 4  
5 5  == Example ==
6 6  
7 -Before we start you can take a look at a working (minimal) example that we have built in order to demonstrate the capabilities of the Public Shop API: **[[https:~~/~~/github.com/spreadshirt/shop-api-example-integration>>url:https://github.com/spreadshirt/shop-api-example-integration||shape="rect"]]**.
7 +Before we start you can take a look at a working (minimal) example that we have built in order to demonstrate the capabilities of the Public Shop API: **[[https:~~/~~/github.com/spreadshirt/shop-api-example-integration>>url:https://github.com/spreadshirt/shop-api-example-integration||shape="rect"]]**. 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.
8 8  
9 9  [[image:attach:image2019-8-2_14-10-37.png]][[image:attach:image2019-8-2_14-11-14.png]][[image:attach:image2019-8-2_14-9-28.png]]
10 10  
... ... @@ -42,5 +42,23 @@
42 42  
43 43  * [[doc:Sellables]]
44 44  * [[doc:Baskets]]
45 -* [[doc:ProductType]] (optional)
46 -* [[doc:ProductType Departments and Categories]] (optional)
45 +* (((
46 +[[doc:ProductType]] (optional)
47 +)))
48 +
49 +Optional resources:
50 +
51 +* Product Type based navigation can be built using [[doc:ProductType Departments and Categories]]
52 +* For localization see [[doc:Country]], [[doc:Language]] and [[doc:Currency]] (also see [[doc:Price Formatting Guide]])
53 +* If you want to display correct shipping information you should study the [[doc:Shipping Types]] documentation
54 +
55 +== Updating Data ==
56 +
57 +There is no Public API available for uploading or updating ideas or sellables. This should be done via Partner Area.
58 +Note that not only the content you upload in the Partner Area, but also the shop settings affect the output of the [[sellable resources>>doc:API.Sellables||shape="rect"]]. For example, enabling model images affects the image URLs returned by the API.
59 +
60 +== Basket handling and checkout ==
61 +
62 +Please see the [[baskets resource documentation>>doc:Baskets]] on how to create and update Spreadshirt API Baskets.
63 +
64 +\\
Confluence.Code.ConfluencePageClass[0]
id
... ... @@ -1,1 +1,1 @@
1 -28278928
1 +28278929
url
... ... @@ -1,1 +1,1 @@
1 -https://developer.spreadshirt.net/wiki/spaces/API/pages/28278928/Build your own shop system
1 +https://developer.spreadshirt.net/wiki/spaces/API/pages/28278929/Build your own shop system