v1

latestOpenAPI 3.0.02026-07-2480129136.5 KB
Catalog

List All Products

This endpoint returns all products that match the specified criteria.

get/catalog/products

Query parameters

categoryIdinteger

If specified, only return products in this category.

categoryNamestring

If specified, only return products in this category.

groupIdinteger

If specified, only return products in this group.

groupNamestring

If specified, only return products in this group.

productNamestring

If specified, only return products with this exact name.

getExtendedFieldsboolean

If true, include additional category-specific information about each product, otherwise only return general product. Default is false.

productTypesstring

A comma-separated list of Product Types. If specified, only return Products that belong to one of the Product Types in the list. Some valid values: Cards, Booster Pack, Booster Box.

offsetinteger

Used for paging. The number of Products to skip. Default is 0.

limitinteger

Used for paging. The maximum number of Products to return. Default is 10.

includeSkusboolean

If true, include SKU details for each product. Default is false.

Response

Products found and returned.

totalItemsinteger
successboolean
errorsstring[]