Skip to main content
Get Status of a Product

Returns the statuses for a product within a channel, against the associated datastandard.

Updated over a week ago

URL

Request Headers

Authorization - authorization token.

URL Parameters

channelId: Channel id

productid: Product id

HTTP Status Codes

200 – OK

401 – Unauthorized

404 – Not Found

Response

{ 
 "addedToChannel": "2019-04-05T19:54:42.900Z",
 "categoryId": "string",
 "channelId": "string",
 "dataErrors": {},
 "externalStatus": {
  "categories": [
   {
    "id": "string",
    "items": [
      {}
     ]
   }
  ]
},
 "latestSubmission": {
  "errorMessage": "string",
  "status": "Pending",
  "timestamp": "2019-04-05T19:54:42.900Z"
},
 "percentageOfRequiredAttributes": 0,
 "productId": "string",
 "updated": "2019-04-05T19:54:42.900Z"
}

Example: /channels/v1/homedepot-thd-qa/status/products/8675ar93-51f2-3c51-af43-ff359f747gr

Did this answer your question?