GET
/
public
/
v1
/
catalog-search-service
/
catalogs
/
products
/
{product-id}

Path Parameters

product-id
string
required

The ID of the product to retrieve.

Response

200 - application/json
active
boolean
default: true

Products that exist in the catalog, whether they have stock or not. Change this to ‘false’ if you want to deactivate this product from the catalog. Soft-deleted products will be removed from active campaigns. Note: Any active products being upserted will be added to existing campaigns created through the Building Blocks service using the Promote My Shop feature.

brand
object

The product brand information.

categories
string[]
required

The category IDs.

description
string

The product description.

ean
string

Thirteen digit EAN-13 code.

id
string
required

The product ID.

imageURL
string

The product image URL. Its size should be between 250x250 and 600x600 pixels. This is recommended in case the Topsort UI will be used to manage campaigns.

metadata
object

Additional metadata for the product. This is an optional advanced use case.

name
string
required

The product name.

price
number

The product price in the configured currency.

quality_score
number

Marketplace's internal quality score for the product. This in an optional advanced use case, for which we can provide some insights. Examples of metrics include the product's rating, conversion rate, click through rate, combination of other metrics, etc.

vendors
string[]
required

The vendor IDs.