/feed/{uuid}/inactive
- Mount Point: /resource/rest/feed/{uuid}/inactive
The following operations are supported on this resource:
Generates a list of inactive products based on the products the related to the feed specified.
Parameters
name |
description |
type |
default |
uuid |
The UUID of the feed requested. |
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 |
|
Output Payload
element |
produceable content type(s) |
(custom) |
|
description |
A XML document containing a list of inactive products. The following is a sample of the XML format created by this method (whereproduct-UUID-# represents the UUID of an inactive product):<?xml version=\"1.0\" encoding=\"UTF-8\"?><InactiveFeed> <productUuid>product-UUID-1</productUuid> <productUuid>product-UUID-2</productUuid></InactiveFeed> |
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 |