Changes for page Design Details
Last modified by Shop Team on 2023/02/13 22:56
Change comment:
There is no comment for this version
Summary
-
Page properties (3 modified, 0 added, 0 removed)
-
Attachments (0 modified, 0 added, 1 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 -Design Details1 +Design - Parent
-
... ... @@ -1,1 +1,0 @@ 1 -API REST Resources - Content
-
... ... @@ -1,6 +1,5 @@ 1 - Inour terminology, a design representsa pixel (png, jpg, gif)or vector image (svg) that you uploaded in the Partner Area. Every entryfromtheĀ [[Sellables endpoint>>doc:API.Sellables]]contains a field"mainDesignId". This id canbe usedto access theresource below in order to retrieve additional information about the upload. In the vast majority of implementations,this information is not necessary and it suffices to use the "Sellables" resource.1 += List of all designs in the shop = 2 2 3 -(% class="wrapped" %) 4 4 |=((( 5 5 Method 6 6 )))|=((( ... ... @@ -11,70 +11,71 @@ 11 11 |((( 12 12 GET 13 13 )))|((( 14 -/api/v1/shops/<shopId>/designs /<designId>13 +/api/v1/shops/<shopId>/designs 15 15 )))|((( 16 -[[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"]]15 +[[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 17 ))) 18 18 19 19 \\ 20 20 21 -A design has the following characteristics: 22 - 23 -* Each design has a name, a description, a size. 24 -* **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. 25 -* **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: 26 -[[image:attach:design-layer2.png]] 27 -\\ 28 -* **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! 29 - 30 -\\ 31 - 32 32 {{code language="js" title="Example Payload"}} 33 33 { 34 - "href":"https://api.spreadshirt.net/api/v1/shops/100488332/designs/163261757", 35 - "id":"163261757", 36 - "created":"2019-07-08T08:03:56.000+0000", 37 - "modified":"2019-07-22T10:17:39.000+0000", 38 - "name":"I love you", 39 - "description":"A lovely design for you", 40 - "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", 41 - "user":{ 42 - "href":"https://api.spreadshirt.net/api/v1/users/117878306", 43 - "id":"117878306" 44 - }, 45 - "size":{ 46 - "width":3938.0, 47 - "height":1149.0, 48 - "unit":"px" 49 - }, 50 - "colors":[ 51 - 52 - ], 53 - "backgroundColor":"#666666", 54 - "printTypes":[ 22 + "sortField":"default", 23 + "sortOrder":"default", 24 + "offset":0, 25 + "limit":10, 26 + "count":2, 27 + "designs":[ 55 55 { 56 - "href":"https://api.spreadshirt.net/api/v1/shops/100488332/printTypes/17", 57 - "id":"17" 29 + "id":"163261757", 30 + "href":"https://api.spreadshirt.net/api/v1/shops/100488332/designs/163261757", 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 + "backgroundColor":"#666666", 42 + "resources":[ 43 + { 44 + "href":"https://image.spreadshirtmedia.net/image-server/v1/designs/163261757", 45 + "mediaType":"png", 46 + "type":"preview" 47 + } 48 + ], 49 + "version":1562573036 58 58 }, 59 59 { 60 - "href":"https://api.spreadshirt.net/api/v1/shops/100488332/printTypes/1", 61 - "id":"1" 52 + "id":"163261722", 53 + "href":"https://api.spreadshirt.net/api/v1/shops/100488332/designs/163261722", 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 + "resources":[ 65 + { 66 + "href":"https://image.spreadshirtmedia.net/image-server/v1/designs/163261722", 67 + "mediaType":"png", 68 + "type":"preview" 69 + } 70 + ], 71 + "version":1562573036 62 62 }, 63 - ], 64 - "resources":[ 65 - { 66 - "mediaType":"png", 67 - "type":"preview", 68 - "href":"https://image.spreadshirtmedia.net/image-server/v1/designs/163261757,backgroundColor=666666" 69 - }, 70 - { 71 - "mediaType":"png", 72 - "type":"montage", 73 - "href":"https://image.spreadshirtmedia.net/image-server/v1/designs/163261757" 74 - } 75 - ], 73 + ] 76 76 } 77 77 {{/code}} 78 78 79 79 (% class="auto-cursor-target" %) 80 80 \\ 79 + 80 +\\
- design-layer2.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.XWikiGuest - Size
-
... ... @@ -1,1 +1,0 @@ 1 -31.8 KB - Content
- Confluence.Code.ConfluencePageClass[0]
-
- id
-
... ... @@ -1,1 +1,1 @@ 1 -2827885 61 +28278859 - url
-
... ... @@ -1,1 +1,1 @@ 1 -https://developer.spreadshirt.net/wiki/spaces/API/pages/2827885 6/DesignDetails1 +https://developer.spreadshirt.net/wiki/spaces/API/pages/28278859/Design