Listing (v3)
Get Listings
Returns the full listing hierarchy. Useful for navigation menus, listing selection dialogs, etc.
Can optionally be filtered to only show listings of certain types.
Example response:
<pre>
[
{
"listing_id": "f346c448-4cf1-4373-9156-49e222cd6db0",
"listing_type": "smart_pick",
"show_in_breadcrumbs": false,
"show_in_quicklinks": false,
"title": "Trending",
"children": []
},
{
"listing_id": "2efca23d-f077-4477-8830-cc7143c49173",
"external_id": "1001",
"listing_type": "category",
"show_in_breadcrumbs": true,
"show_in_quicklinks": true,
"title": "Clothes",
"slug": "mens-cloths",
"children": [
{
"listing_id": "06b234cf-ce21-4252-90e6-db47246b1d98",
"external_id": "1011",
"listing_type": "category",
"show_in_breadcrumbs": true,
"show_in_quicklinks": true,
"title": "Suits",
"slug": "mens-suits",
"children": []
},
{
"listing_id": "1e648857-4aad-4606-9e7a-5290cb3576e5",
"external_id": "1012",
"listing_type": "category",
"show_in_breadcrumbs": true,
"show_in_quicklinks": true,
"title": "Shirts",
"slug": "mens-shirts",
"children": []
}
]
}
]
</pre>
GET
Authorizations
Query Parameters
Available options:
long_tail_collection
, campaign
, category
, smart_pick
, style
, brand
Response
200
application/json
Successful Response
The response is of type object[]
.