Available Views for Product Data
The view parameter in the API determines which fields are returned by your data request and the order in which they're shown. It also determines if multi-valued fields will flatten or expand their individual elements into multiple entries.
Note that each view is available in either json or csv format. The format parameter you use will determine which one is used.
Available views for product data:
products_all
Returns all available product data fields in a flat structure.
products_basicFields
Returns a simplified set of core product data fields.
products_keysSourceURLs
Returns product keys and their associated source URLs.
products_all_nested
Returns all product fields with multi-valued data in nested format.
products_pricesFlat
Returns all product fields with pricing data flattened into individual entries.
products_reviewsFlat
Returns all product fields with review data flattened into individual entries.
Last updated 1 week ago
Built with Documentation.AI