Get an array of design objects
Design objects are purely the graphics which go on the T-Shirts. These do not include text based designs created in the Spreadshirt designer.
The links to the images are coloured as they were when the designs were originally submitted.
| Type | Parameter Name | Parameter Description |
|---|---|---|
| string | token | session token |
| int | shop_id | spreadshirt shop ID |
| int | position | start position in list |
| int | limit | limit result set to # of elements |
| string | search_phrase | full text search in article name and description (optional) |
The return value is an array of complex response_objects that contain the following:
| Type | Return Value Name | Return Value Description |
|---|---|---|
| int | design_id | design ID |
| int | partner_id | partner ID |
| int | weight | order weight |
| string | name | design name |
| string | image_url | design image URL |
The return string is a standard format error string and implements all standard error and success messages. The following SOAP exceptions represent specific error codes for this method: