Manufacturers API

Retrieve Item

GET /v1.0/manufacturers/:manufacturer_id/items/:id

Request

Headers

Accept: application/json
Content-Type: application/json
X-Auth-Token: f5f747a2ceb3f8c8d6af937d0e6b7f9fe8bd72bfe384ac627cc6726ab8d46221

Route

GET /v1.0/manufacturers/10/items/30

Response

Headers

Cache-Control: max-age=0, private, must-revalidate
Content-Length: 120
Content-Type: application/json; charset=utf-8
Etag: "7ce7ec443b2aae85ae55d59bd21cf663"
Server: thin 1.5.1 codename Straight Razor
X-Request-Id: 362615bb6a01cc026d16d9d063c4444a
X-Runtime: 0.017643
X-Ua-Compatible: IE=Edge,chrome=1
Date: Tue, 16 Feb 2016 13:36:38 GMT

Status

200 OK

Body

1
2
3
4
5
6
7
8
9
10
 
{
  "item": {
    "id": 30,
    "name": "small plus candy 586",
    "code": "SDDRD8ODS6",
    "merchant_id": null,
    "manufacturer_id": 10
  },
  "errors": {}
}