Get products
Endpoint: GET /v10/products
Available properties for filtering: item_number, created_at, updated_at
Available nested resources for including: categories, collection, costPriceSets, metaTranslations, productGroups, translations, variants, variants.available, variants.bundle, variants.costPrices, variants.costPrices.productCostsSettings, variants.costPrices.productCostsSettings.costType, variants.metaTranslations, variants.stock
This endpoint will fetch a list of all products in the account.
note
variants.stock and variants.available are mutually exclusive. Brands using the reservations_v4 inventory model must use variants.available; brands not on that model must use variants.stock. Requesting the wrong one returns a 422 validation error.
Data of response
| Parameter | Required | Default | Description |
|---|---|---|---|
products.* | Yes | An array of object product |