v1

latestSwagger 2.02026-07-17148179252.3 KB
Catalog

Returns a Product from the BigCommerce Catalog.

get/catalog/products/{product_id}

Query parameters

include'variants' | 'images' | 'custom_fields' | 'bulk_pricing_rules' | 'primary_image'

Sub-resources to include on a product, in a comma-separated list. Valid expansions currently include variants, images, 'primary_image, custom_fields, and bulk_pricing_rules`.

include_fieldsstring

Fields to include, in a comma-separated list. The ID and the specified fields will be returned.

exclude_fieldsstring

Fields to exclude, in a comma-separated list. The specified fields will be excluded from a response. The ID cannot be excluded.

price_list_idinteger

The ID of the Price List.

Response

A product.

metaMeta

Empty meta object; may be used later.