Skip to main content
POST
Restore Product

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

brand_id
string<uuid>
required
product_id
string<uuid>
required

Response

Successful Response

id
string<uuid>
required
brand_id
string<uuid>
required
source
enum<string>
required
Available options:
scraped,
manual
product_kind
enum<string>
required
Available options:
physical,
digital,
service,
subscription,
mobile_app,
marketplace,
other
name
string
required
priority_score
number
required
catalog_status
enum<string>
required
Available options:
active,
inactive,
archived
created_at
string<date-time>
required
updated_at
string<date-time>
required
canonical_url
string | null
external_id
string | null
description
string | null
categories
string[]
price_amount
string | null
price_max_amount
string | null
currency
string | null
price_display
string | null
billing_period
string | null
cta_label
string | null
cta_url
string | null
platforms
string[]
unique_selling_points
string[]
customer_awareness_levels
enum<string>[]
Available options:
L1,
L2,
L3,
L4,
L5
market_sophistication_levels
enum<string>[]
Available options:
L1,
L2,
L3,
L4,
L5
market_sophistication_level
enum<string> | null
Available options:
L1,
L2,
L3,
L4,
L5
priority_reasons
string[]
badges
string[]
images
BrandProductImageResponse · object[]