v1
latestOpenAPI 3.0.32026-07-24614422630.2 KBProduct Catalog
Get Products of a Version
Retrieves a paginated list of products for a specific version, returning basic product attributes and price details.
- DRAFT Status: Returns the full product list.
- ACTIVE/DEACTIVATED Status: Can return either all products or only products that were new or modified compared to the previously active version.
get/api/v1/version/{version_id}/products
Path parameters
version_idstring required
The unique identifier of the Version.
Query parameters
offsetinteger
The number of products to skip for pagination.
limitinteger
The maximum number of products to return. If the requested limit value exceeds the maximum allowed limit, the system will automatically cap the result set at the maximum limit.
product_option'ALL' | 'MODIFIED'
Specify whether to fetch all products or only new/updated products.
pricing_option'MIN' | 'MAX' | 'FIRST'
For products with multiple fixed prices, specifies which price to return (Minimum, Maximum, or First defined).
Response
Success.