Product Catalog

Get Products by SKU

Retrieves basic details for a specific list of products from the catalog based on their SKUs.

📘 If some SKUs could not be found in a specific Version the system will return status 200, with error in the info structure.

post/api/v1/version/product_by_sku

Request body

version_idstring

ID of the version. If omitted, the active version is used.

pricing_option'MIN' | 'MAX' | 'FIRST'

Specifies which price to return for SKUs with multiple fixed prices.

skustring[] required

List of SKUs to retrieve.

Response

Success.

Changes

No recorded changes to this endpoint across all 1 revision of this API.