List Products

Returns product records across Appliances, Furniture, and Mattresses from a single endpoint.

Important: Polymorphic response (same endpoint, different shapes)

This endpoint is polymorphic:

  • All products share a set of common fields (IDs, SKUs, name, brand, taxonomy, etc.).
  • Some objects, especially attributes, color, and certain relations, vary by product_type.

Client guidance

  • Always read product_type first (Appliances, Furniture, Mattresses).
  • Parse the common fields.
  • Then parse type-specific fields documented below.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

Filter by SKU.

integer

Filter by the product’s unique ID.

string

Match behavior for sku searches. Allowed values: exact or fuzzy. (Default: exact if not provided.)

boolean

Filter results to only include products that have at least one image. Use true to return only products with images.

string

Added on or after this date.

string

Added on or before this date.

string

Modified on or after this date.

string

Modified on or before this date.

string

Filter brands by their primary industry. Valid values: Appliances, Furniture, or Mattresses.

integer

Filter by brand ID.

string

Filter by brand name or brand slug.

integer

Filter brands using a unique Category ID.

string

Filter brands within one category.

integer

Filter brands using a unique Subcategory ID.

subcategory
array of strings

Filter brands within one subcategory.

subcategory
integer

Filter brands using a unique Detail Category ID.

string

Filter brands within one detail category category.

integer

Exclude by brand ID.

string

Exclude by brand name or brand slug.

integer

Exclude brands associated with a specific Category ID.

string

Exclude brands associated with a specific category name from the results.

integer

Exclude brands associated with a specific Subcategory ID.

string

Exclude brands associated with a specific subcategory name.

integer

Exclude brands associated with a specific Detail Category ID.

string

Exclude brands associated with a specific detail category name.

string

Specify the page number for paginated results.

integer

Specify the number of brand items to return per page.

Response

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json