Products V5

Read content changes within time period

Read the content changes for all your product variations within a specific time period. You can also use this endpoint to read the content changes for more than one variation or if the sku value contains slash ('/') or dot ('.') characters, so that you cannot use the other endpoint with one dedicated sku value in the path. The resulting content changes will be paginated. The default page length is 100 entries per response, which also is the page size upper limit. The links specified in the result can be used to page through the total result space.

get/v5/products/content-changes

Query parameters

skustring[]

search for product variations by their sku value. Use this to query for multiple variations or if your sku values contain slash ('/') or dot ('.') characters. You may separate multiple sku values by comma or state each one with a &sku= in front of the value. Please note that if you like to query for a single variation whose value contains a comma you have to add one empty &sku= at the end of the query string or use the other endpoint.

fromDatestring date-time

search for content changes from this time on. The maxmimum and default value is 28 days before now. Future values can be specified, but lead to an empty result.

pageinteger
limitinteger

proposed limit for the number of content changes per response page (at most 100)

Response

successful operation

Example response

{
  "links": [
    {
      "rel": "self",
      "href": "/v5/products/content-changes?page=0&limit=100"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.