Skip to content

List shop assortment

GET
/partners/{id}/shops/{shop_id}/assortment
curl --request GET \
--url https://example.com/partners/example/shops/example/assortment
id
required
string
shop_id
required
string
Media type application/json
Array<object>
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"
}
]