Skip to content

Update partner product

PATCH
/partners/{id}/products/{product_id}
curl --request PATCH \
--url https://example.com/partners/example/products/example \
--header 'Content-Type: application/json' \
--data '{ "name": "example", "price": "NaN", "currency": "example", "active": true }'
id
required
string
product_id
required
string
Media type application/json
object
name
Any of:
Any of:
string
price
Any of:
Any of:
Any of:
number
currency
Any of:
Any of:
/^[A-Z]{3}$/
active
Any of:
Any of:
boolean
Media type application/json
object
id
required
string
sku
required
string
name
required
Any of:
string
price
required
Any of:
Any of:
number
active
required
Any of:
boolean
created_at
required
string
updated_at
required
string
deleted_at
required
Any of:
string
currency
required
Any of:
string
dimension
required
weight
required
Any of:
Any of:
number
volume
required
Any of:
Any of:
number
surface_area
required
Any of:
Any of:
number
anonymous
required
Any of:
boolean
primary_material
required
Any of:
string
bundle_size
required
Any of:
Any of:
number
group
required
object
name
required
string
description
required
Any of:
string
Example
{
"price": "NaN",
"weight": "NaN",
"volume": "NaN",
"surface_area": "NaN",
"bundle_size": "NaN"
}