🍘Products

Search all products

get

Retrieves all products, optionally filtering by a search query.

Query parameters
querystringOptional

Optional search query to filter products by title.

Responses
200

A list of products.

application/json
get
/subscriptions/allProducts

Get all product variants by product ID

get

Retrieves a list of all product variants associated with a given product ID.

Authorizations
Path parameters
productIdstringRequired

The unique identifier of the product to retrieve variants for.

Responses
200

A list of product variants.

application/json
get
/subscriptions/variants/{productId}

Last updated

Was this helpful?