|
||||||||||||||||||||
Additional Guidelines
Encoding Request URLsAll request URIs must be URL-encoded. Processing Data Elements and AttributesMake sure that your client application allows new data elements and attributes to be added by AP by ignoring any markup that it does not recognize. Retrieving Full Item Metadata Using Returned LinksIt is recommended that your client application retrieve full metadata using links returned in the search and feed responses instead of constructing those links.
Resetting Ingestion TimeTo start ingesting content from a specific point in time, specify the
To get a feed starting with content from two days ago: Initial feed request (make sure to supply the API key in the x-api-key request header):
To get a feed for a product ID starting with content from a specific date and time: Initial feed request (make sure to supply the API key in the x-api-key request header):
All subsequent feed requests must use the next_page link from the previous feed response. For more examples, see Standard Feed. |