Name | Description |
---|---|
name | Filter results by Name |
code | Filter results by Code |
Accept: application/json Content-Type: application/json X-Auth-Token: ec5b0e2ad785eb5f28d84f08a2b9880583450982767117ee3635082902b7082f
GET /v1.0/items
Cache-Control: max-age=0, private, must-revalidate Content-Length: 318 Content-Type: application/json; charset=utf-8 Etag: "13d804f6e6ca0cbc4c94195810f3611a" Server: thin 1.5.1 codename Straight Razor X-Request-Id: 49ae3797cfcaee9f5206022688c8a68c X-Runtime: 0.192051 X-Ua-Compatible: IE=Edge,chrome=1 Date: Tue, 16 Feb 2016 13:36:34 GMT
200 OK
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"page": 1,
"per_page": 1000,
"total_entries": 2,
"total_pages": 1,
"items": [
{
"item": {
"id": 15,
"name": "micro delux pants 588",
"code": "XKQFEL7EGP",
"merchant_id": null,
"manufacturer_id": null
},
"errors": {}
},
{
"item": {
"id": 14,
"name": "small delux donut 964",
"code": "ILNEYLBXQM",
"merchant_id": null,
"manufacturer_id": null
},
"errors": {}
}
]
}