Skip to main content
All CollectionsFeed API - PDX SyndicationAPI - Product Status
Get Status of Changed Products Since Last Call
Get Status of Changed Products Since Last Call

Returns the statuses for all products in the context of the channel, where the status has changed since last request.

Updated over a week ago

URL

Request Headers

Authorization -authorization token.

URL Parameters

ChannelId: Channel 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/changed?from=2019-04-14T12:00:00.000Z&limit=1

Parameter

Parameter Type

Data Type

channelId

path

string

from

query

datatime

limit

query

integer

Did this answer your question?