Purpose

Provides functionality for managing product lists. This includes the ability to add products to lists, remove products from lists, and check the contents of lists.

Query Parameters

All endpoints require the site parameter, which specifies the monitor name. A list of available monitors can be found in our Guidebook.

Response Body

The response from the API contains two main parts:

  • site: An object that contains information about the site being queried.

  • results: An array of objects that contain information about the products returned by the query.

Site Object

The site object is defined here.

Results Array

The results array contains objects that have the following fields:

FieldTypeDescription
errorBooleanIndicates if an error occurred
statusStringDetailed status indicating error/success
productObjectProduct object

Product Object

The product object is defined here.