Skip to main content
POST
Python

Authorizations

x-api-key
string
header
required

Body

application/json
url
string
required

The URL of the product to enrich

Response

Successful Response

v0 product detail with deprecated fields.

id
string
required
title
string
required
url
string
required
deprecated

Deprecated, use offers field

price
Price · object
required
deprecated

Deprecated, use offers field

availability
enum<string>
required
deprecated

Deprecated, use offers field

Available options:
InStock,
OutOfStock
description
string | null
brands
ProductBrand · object[]

Ordered list of brands.

images
LegacyInternalProductImage · object[]
categories
string[]
deprecated
category
CategorySummary · object | null

The single category this product belongs to, as a structured CategorySummary (slug, title, path, has_children). Replaces the deprecated categories field.

gender
enum<string> | null
Available options:
male,
female,
unisex
age
enum<string> | null

Target age group. Age-agnostic products are typically returned as 'adult'.

Available options:
newborn,
infant,
toddler,
kids,
adult
materials
string[] | null
key_features
string[] | null
offers
ProductOffer · object[]

All merchant offers for this product in the requested locale.

variants
Variants · object | null

Variant interaction state — options, selected. Absent when the product has no variations.

structured_attributes
Structured Attributes · object

Structured attributes extracted for this product, keyed by attribute handle (e.g. 'color', 'material'). Values are the canonical allowed values for that handle.

brand_id
string | null
deprecated
brand_name
string | null
deprecated
image_urls
string[]
deprecated

List of image URLs (deprecated, use images field)