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

<
From version < 6.1 >
edited by Shop Team
on 2019/08/02 13:23
To version < 7.1 >
edited by Shop Team
on 2019/08/02 13:31
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -20,6 +20,14 @@
20 20  
21 21  == Recommended approach ==
22 22  
23 -* Manage your assets in the Partner Area
24 -* (periodically) fetch all sellables via the Public Shop API and import them to YOUR database
25 -* Basket handling via the Basket API
23 +=== Manage your assets in the Partner Area ===
24 +
25 +After you have created your Spreadshop you are ready to manage your assets at any time in the Partner Area. This is the only supported way to manage your shops, designs and products.
26 +
27 +=== Import the data ===
28 +
29 +While it is possible to build a shop entirely using the Public Shop API as single source it is not recommended. You will not be able to introduce all kinds of filtering and sorting options because these are NOT built into the Public Shop API.
30 +
31 +That means that you should (periodically) fetch all sellables via the Public Shop API and import them to YOUR database. Once you have imported this data you can build a frontend. The only thing that should require direct API access based on customer action is the Basket API.
32 +
33 +\\
Confluence.Code.ConfluencePageClass[0]
id
... ... @@ -1,1 +1,1 @@
1 -28278926
1 +28278927
url
... ... @@ -1,1 +1,1 @@
1 -https://developer.spreadshirt.net/wiki/spaces/API/pages/28278926/Build your own shop system
1 +https://developer.spreadshirt.net/wiki/spaces/API/pages/28278927/Build your own shop system