Wiki source code of Design

Version 3.1 by Shop Team on 2019/08/01 12:13

Hide last authors
Shop Team 1.1 1 = List of all designs in the shop =
2
Shop Team 3.1 3 (% class="wrapped" %)
Shop Team 1.1 4 |=(((
5 Method
6 )))|=(((
7 URL
8 )))|=(((
9 Example
10 )))
11 |(((
12 GET
13 )))|(((
14 /api/v1/shops/<shopId>/designs
15 )))|(((
16 [[https:~~/~~/api.spreadshirt.net/api/v1/shops/100488332/designs?mediaType=json>>url:https://api.spreadshirt.net/api/v1/shops/100488332/designs?mediaType=json||shape="rect"]]
17 )))
18
19 \\
20
21 {{code language="js" title="Example Payload"}}
22 {
23 "sortField":"default",
24 "sortOrder":"default",
25 "offset":0,
26 "limit":10,
27 "count":2,
28 "designs":[
29 {
30 "id":"163261757",
31 "href":"https://api.spreadshirt.net/api/v1/shops/100488332/designs/163261757",
32 "name":"I love you",
33 "price":{
34 "vatIncluded":0.0,
35 "vatExcluded":0.0,
36 "vat":0.0,
37 "currency":{
38 "id":"1",
39 "href":"https://api.spreadshirt.net/api/v1/currencies/1"
40 }
41 },
42 "backgroundColor":"#666666",
43 "resources":[
44 {
45 "href":"https://image.spreadshirtmedia.net/image-server/v1/designs/163261757",
46 "mediaType":"png",
47 "type":"preview"
48 }
49 ],
50 "version":1562573036
51 },
52 {
53 "id":"163261722",
54 "href":"https://api.spreadshirt.net/api/v1/shops/100488332/designs/163261722",
55 "name":"pinguine",
56 "price":{
57 "vatIncluded":0.0,
58 "vatExcluded":0.0,
59 "vat":0.0,
60 "currency":{
61 "id":"1",
62 "href":"https://api.spreadshirt.net/api/v1/currencies/1"
63 }
64 },
65 "resources":[
66 {
67 "href":"https://image.spreadshirtmedia.net/image-server/v1/designs/163261722",
68 "mediaType":"png",
69 "type":"preview"
70 }
71 ],
72 "version":1562573036
73 },
74 ]
75 }
76 {{/code}}
77
78 \\
79
Shop Team 3.1 80 = Details about a design =
81
82 |=(((
83 Method
84 )))|=(((
85 URL
86 )))|=(((
87 Example
88 )))
89 |(((
90 GET
91 )))|(((
92 /api/v1/shops/<shopId>/designs/<designId>
93 )))|(((
94 [[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"]]
95 )))
96
Shop Team 1.1 97 \\
Shop Team 3.1 98
99 {{code language="js" title="Example Payload"}}
100 {
101 "href":"https://api.spreadshirt.net/api/v1/shops/100488332/designs/163261757",
102 "id":"163261757",
103 "created":"2019-07-08T08:03:56.000+0000",
104 "modified":"2019-07-22T10:17:39.000+0000",
105 "name":"I love you",
106 "description":"A lovely design for you",
107 "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",
108 "user":{
109 "href":"https://api.spreadshirt.net/api/v1/users/117878306",
110 "id":"117878306"
111 },
112 "size":{
113 "width":3938.0,
114 "height":1149.0,
115 "unit":"px"
116 },
117 "colors":[
118
119 ],
120 "backgroundColor":"#666666",
121 "printTypes":[
122 {
123 "href":"https://api.spreadshirt.net/api/v1/shops/100488332/printTypes/17",
124 "id":"17"
125 },
126 {
127 "href":"https://api.spreadshirt.net/api/v1/shops/100488332/printTypes/1",
128 "id":"1"
129 },
130 ],
131 "designCategories":[
132
133 ],
134 "price":{
135 "vatExcluded":0.00,
136 "vatIncluded":0.00,
137 "vat":19.00,
138 "currency":{
139 "href":"https://api.spreadshirt.net/api/v1/currencies/1",
140 "id":"1"
141 }
142 },
143 "resources":[
144 {
145 "mediaType":"png",
146 "type":"preview",
147 "href":"https://image.spreadshirtmedia.net/image-server/v1/designs/163261757,backgroundColor=666666"
148 },
149 {
150 "mediaType":"png",
151 "type":"montage",
152 "href":"https://image.spreadshirtmedia.net/image-server/v1/designs/163261757"
153 }
154 ],
155 }
156 {{/code}}
157
158 (% class="auto-cursor-target" %)
159 \\