/feed/{uuid}

  • Mount Point: /resource/rest/feed/{uuid}

The following operations are supported on this resource:

GET

Generates a feed with various filters applied using the options provided. The feed being generated must be active in order to generate thefeed.

Parameters

name description type default
uuid The UUID of the feed to generate. path
locale An optional parameter to specify a locale where only products assigned to the locale will be output in the feed. query
modifiedAfter An optional parameter to specify a modified date where only products modified after this date will be output in thefeed. query
onlyUpcomingProducts If a value of true is provided, only products that will become active in the future will beoutput in the feed. In case of Bundle centric feed type this parameter will be ignored and all products returned. query false
start Specifies the record to start feed output at. query 1
count Specifies the number of records to end the feed preview at. query 1000

Output Payload

element produceable content type(s)
(custom)
  • text/xml
description
Feed with products restricted according to parameters. The output of this method is dependent on the XSL being applied.

Exceptions

name description
RESTWebserviceException If an error occurs when trying to generate the feed preview. The XML error message conforms to the REST web services error schema