Changes for page Design Details

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

<
From version < 2.1 >
edited by Shop Team
on 2019/08/01 11:55
To version < 6.1 >
edited by Shop Team
on 2019/08/01 12:37
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,5 +1,8 @@
1 +In our terminology, a design represents a pixel (png, jpg, gif) or vector image (svg) that a customer or partner can use to put it on a product type.
2 +
1 1  = List of all designs in the shop =
2 2  
5 +(% class="wrapped" %)
3 3  |=(((
4 4  Method
5 5  )))|=(((
... ... @@ -17,10 +17,8 @@
17 17  
18 18  \\
19 19  
20 -{{code language="js" title="Example Payload"}}
23 +{{code language="js" theme="Emacs" title="Example Payload" collapse="true"}}
21 21  {
22 - "sortField":"default",
23 - "sortOrder":"default",
24 24   "offset":0,
25 25   "limit":10,
26 26   "count":2,
... ... @@ -29,15 +29,6 @@
29 29   "id":"163261757",
30 30   "href":"https://api.spreadshirt.net/api/v1/shops/100488332/designs/163261757",
31 31   "name":"I love you",
32 - "price":{
33 - "vatIncluded":0.0,
34 - "vatExcluded":0.0,
35 - "vat":0.0,
36 - "currency":{
37 - "id":"1",
38 - "href":"https://api.spreadshirt.net/api/v1/currencies/1"
39 - }
40 - },
41 41   "backgroundColor":"#666666",
42 42   "resources":[
43 43   {
... ... @@ -46,21 +46,11 @@
46 46   "type":"preview"
47 47   }
48 48   ],
49 - "version":1562573036
50 50   },
51 51   {
52 52   "id":"163261722",
53 53   "href":"https://api.spreadshirt.net/api/v1/shops/100488332/designs/163261722",
54 54   "name":"pinguine",
55 - "price":{
56 - "vatIncluded":0.0,
57 - "vatExcluded":0.0,
58 - "vat":0.0,
59 - "currency":{
60 - "id":"1",
61 - "href":"https://api.spreadshirt.net/api/v1/currencies/1"
62 - }
63 - },
64 64   "resources":[
65 65   {
66 66   "href":"https://image.spreadshirtmedia.net/image-server/v1/designs/163261722",
... ... @@ -68,13 +68,102 @@
68 68   "type":"preview"
69 69   }
70 70   ],
71 - "version":1562573036
72 72   },
73 73   ]
74 74  }
75 75  {{/code}}
76 76  
77 -(% class="auto-cursor-target" %)
78 78  \\
79 79  
60 += Details about a design =
61 +
62 +(% class="wrapped" %)
63 +|=(((
64 +Method
65 +)))|=(((
66 +URL
67 +)))|=(((
68 +Example
69 +)))
70 +|(((
71 +GET
72 +)))|(((
73 +/api/v1/shops/<shopId>/designs/<designId>
74 +)))|(((
75 +[[https:~~/~~/api.spreadshirt.net/api/v1/shops/100488332/designs/163261757?mediaType=json>>url:https://api.spreadshirt.net/api/v1/shops/100488332/designs/163261757?mediaType=json||shape="rect"]]
76 +)))
77 +
80 80  \\
79 +
80 +A design has the following characteristics:
81 +
82 +* Each design has a name, a description, a size and a price. The price is in this case the commission that the owner of the design earns for each usage.
83 +* **Images:** To retrieve a design image, you can use a URL similar to the following one: [[https:~~/~~/image.spreadshirtmedia.net/image-server/v1/designs/2484607>>url:https://image.spreadshirtmedia.net/image-server/v1/designs/2484607||shape="rect"]]. These URLs are provided within the resources part of the design payload.
84 +* **Color Layers:** Vector designs consist of one or more color layers. We provide for each color layer, the original color of the uploaded design as well as the color set by the owner as actual default color. Example:
85 +[[image:attach:design-layer2.png]]
86 +\\
87 +* **Allowed Print Types:** For each design, we provide a list of print types, e.g. flock, flex or digital direct print, that can be used to print that design. Vector and pixel images are printed using different print types!
88 +
89 +\\
90 +
91 +{{code language="js" title="Example Payload"}}
92 +{
93 + "href":"https://api.spreadshirt.net/api/v1/shops/100488332/designs/163261757",
94 + "id":"163261757",
95 + "created":"2019-07-08T08:03:56.000+0000",
96 + "modified":"2019-07-22T10:17:39.000+0000",
97 + "name":"I love you",
98 + "description":"A lovely design for you",
99 + "tags":"Love,Love hurts,Love me,Love parade,Love with heart,Loved,Lovestruck,You,Young money,Young wild and free,Your,Youtube,migration,shop api,test",
100 + "user":{
101 + "href":"https://api.spreadshirt.net/api/v1/users/117878306",
102 + "id":"117878306"
103 + },
104 + "size":{
105 + "width":3938.0,
106 + "height":1149.0,
107 + "unit":"px"
108 + },
109 + "colors":[
110 +
111 + ],
112 + "backgroundColor":"#666666",
113 + "printTypes":[
114 + {
115 + "href":"https://api.spreadshirt.net/api/v1/shops/100488332/printTypes/17",
116 + "id":"17"
117 + },
118 + {
119 + "href":"https://api.spreadshirt.net/api/v1/shops/100488332/printTypes/1",
120 + "id":"1"
121 + },
122 + ],
123 + "designCategories":[
124 +
125 + ],
126 + "price":{
127 + "vatExcluded":0.00,
128 + "vatIncluded":0.00,
129 + "vat":19.00,
130 + "currency":{
131 + "href":"https://api.spreadshirt.net/api/v1/currencies/1",
132 + "id":"1"
133 + }
134 + },
135 + "resources":[
136 + {
137 + "mediaType":"png",
138 + "type":"preview",
139 + "href":"https://image.spreadshirtmedia.net/image-server/v1/designs/163261757,backgroundColor=666666"
140 + },
141 + {
142 + "mediaType":"png",
143 + "type":"montage",
144 + "href":"https://image.spreadshirtmedia.net/image-server/v1/designs/163261757"
145 + }
146 + ],
147 +}
148 +{{/code}}
149 +
150 +(% class="auto-cursor-target" %)
151 +\\
Confluence.Code.ConfluencePageClass[0]
id
... ... @@ -1,1 +1,1 @@
1 -28278859
1 +28278865
url
... ... @@ -1,1 +1,1 @@
1 -https://developer.spreadshirt.net/wiki/spaces/API/pages/28278859/Design
1 +https://developer.spreadshirt.net/wiki/spaces/API/pages/28278865/Design