Skip to content

Upsert shop assortment entry

POST
/partners/{id}/shops/{shop_id}/assortment
curl --request POST \
--url https://example.com/partners/example/shops/example/assortment \
--header 'Content-Type: application/json' \
--data '{ "sku": "example", "name": "example", "price": "NaN" }'
id
required
string
shop_id
required
string
Media type application/json
object
sku
required
string
name
Any of:
Any of:
string
price
Any of:
Any of:
Any of:
number
Media type application/json
object
id
required
string
parent_id
Any of:
Any of:
string
account_id
Any of:
Any of:
string
sku
Any of:
Any of:
string
name
Any of:
Any of:
string
price
Any of:
Any of:
Any of:
number
active
Any of:
Any of:
boolean
created_at
Any of:
Any of:
string
updated_at
Any of:
Any of:
string
deleted_at
Any of:
Any of:
string
Example
{
"price": "NaN"
}