Storefront API
- Authentication
- Account
- Account / Address
- Account / Credit Cards
- Account / Orders
- Order Status
- Cart
- Cart / Line Items
- Cart / Other
- Cart / Coupons
- Checkout
- Checkout / State
- Checkout / Shipments
- Checkout / Payments
- Checkout / Store Credit
- Products
- Stores
- Taxons
- Countries
- CMS Pages
- Menus
- Wishlists
- Wishlists / Wished Items
- Digital Downloads
Platform API
- Authentication
- Addresses
- Adjustments
- Classifications
- CMS Pages
- CMS Sections
- Countries
- Data Feeds
- Digital Links
- Digital Assets
- Line Items
- Menu Items
- Menus
- Option Types
- Option Values
- Orders
- Payment Methods
- Payments
- Products
- Promotion Actions
- Promotion Categories
- Promotion Rules
- Promotions
- Roles
- Shipments
- Shipping Categories
- Shipping Methods
- States
- Stock Items
- Stock Locations
- Store Credit Categories
- Store Credit Types
- Store Credits
- Tax Categories
- Tax Rates
- Taxonomies
- Taxons
- Users
- Variants
- Webhook Events
- Webhook Subscribers
- Wished Items
- Wishlists
- Zones
List all Taxons
Returns a list of Taxons. Read more about Taxons
curl --request GET \
--url https://demo.spreecommerce.org/api/v2/storefront/taxons
{
"data": [
{
"id": "22",
"type": "taxon",
"attributes": {
"name": "Summer Sale",
"pretty_name": "Categories -> Summer Sale",
"permalink": "categories/summer-sale",
"seo_title": "Summer Sale",
"description": null,
"meta_title": null,
"meta_description": null,
"meta_keywords": null,
"left": 42,
"right": 43,
"position": 0,
"depth": 1,
"updated_at": "2021-10-02T11:03:15.118Z",
"is_root": false,
"is_child": true,
"is_leaf": true
},
"relationships": {
"parent": {
"data": {
"id": "1",
"type": "taxon"
}
},
"taxonomy": {
"data": {
"id": "1",
"type": "taxonomy"
}
},
"children": {
"data": []
},
"image": {
"data": null
}
}
},
{
"id": "17",
"type": "taxon",
"attributes": {
"name": "Pants",
"pretty_name": "Categories -> Sportswear -> Pants",
"permalink": "categories/sportswear/pants",
"seo_title": "Pants",
"description": null,
"meta_title": null,
"meta_description": null,
"meta_keywords": null,
"left": 31,
"right": 32,
"position": 0,
"depth": 2,
"updated_at": "2021-10-02T11:03:15.146Z",
"is_root": false,
"is_child": true,
"is_leaf": true
},
"relationships": {
"parent": {
"data": {
"id": "4",
"type": "taxon"
}
},
"taxonomy": {
"data": {
"id": "1",
"type": "taxonomy"
}
},
"children": {
"data": []
},
"image": {
"data": null
}
}
},
{
"id": "19",
"type": "taxon",
"attributes": {
"name": "Bestsellers",
"pretty_name": "Categories -> Bestsellers",
"permalink": "categories/bestsellers",
"seo_title": "Bestsellers",
"description": null,
"meta_title": null,
"meta_description": null,
"meta_keywords": null,
"left": 36,
"right": 37,
"position": 0,
"depth": 1,
"updated_at": "2021-10-02T11:03:15.082Z",
"is_root": false,
"is_child": true,
"is_leaf": true
},
"relationships": {
"parent": {
"data": {
"id": "1",
"type": "taxon"
}
},
"taxonomy": {
"data": {
"id": "1",
"type": "taxonomy"
}
},
"children": {
"data": []
},
"image": {
"data": null
}
}
},
{
"id": "16",
"type": "taxon",
"attributes": {
"name": "Sweatshirts",
"pretty_name": "Categories -> Sportswear -> Sweatshirts",
"permalink": "categories/sportswear/sweatshirts",
"seo_title": "Sweatshirts",
"description": null,
"meta_title": null,
"meta_description": null,
"meta_keywords": null,
"left": 29,
"right": 30,
"position": 0,
"depth": 2,
"updated_at": "2021-10-02T11:03:15.054Z",
"is_root": false,
"is_child": true,
"is_leaf": true
},
"relationships": {
"parent": {
"data": {
"id": "4",
"type": "taxon"
}
},
"taxonomy": {
"data": {
"id": "1",
"type": "taxonomy"
}
},
"children": {
"data": []
},
"image": {
"data": null
}
}
},
{
"id": "6",
"type": "taxon",
"attributes": {
"name": "T-shirts",
"pretty_name": "Categories -> Men -> T-shirts",
"permalink": "categories/men/t-shirts",
"seo_title": "T-shirts",
"description": null,
"meta_title": null,
"meta_description": null,
"meta_keywords": null,
"left": 5,
"right": 6,
"position": 0,
"depth": 2,
"updated_at": "2021-10-02T11:03:12.242Z",
"is_root": false,
"is_child": true,
"is_leaf": true
},
"relationships": {
"parent": {
"data": {
"id": "2",
"type": "taxon"
}
},
"taxonomy": {
"data": {
"id": "1",
"type": "taxonomy"
}
},
"children": {
"data": []
},
"image": {
"data": null
}
}
},
{
"id": "4",
"type": "taxon",
"attributes": {
"name": "Sportswear",
"pretty_name": "Categories -> Sportswear",
"permalink": "categories/sportswear",
"seo_title": "Sportswear",
"description": null,
"meta_title": null,
"meta_description": null,
"meta_keywords": null,
"left": 26,
"right": 33,
"position": 0,
"depth": 1,
"updated_at": "2021-10-02T11:03:15.146Z",
"is_root": false,
"is_child": true,
"is_leaf": false
},
"relationships": {
"parent": {
"data": {
"id": "1",
"type": "taxon"
}
},
"taxonomy": {
"data": {
"id": "1",
"type": "taxonomy"
}
},
"children": {
"data": [
{
"id": "15",
"type": "taxon"
},
{
"id": "16",
"type": "taxon"
},
{
"id": "17",
"type": "taxon"
}
]
},
"image": {
"data": null
}
}
},
{
"id": "9",
"type": "taxon",
"attributes": {
"name": "Skirts",
"pretty_name": "Categories -> Women -> Skirts",
"permalink": "categories/women/skirts",
"seo_title": "Skirts",
"description": null,
"meta_title": null,
"meta_description": null,
"meta_keywords": null,
"left": 13,
"right": 14,
"position": 0,
"depth": 2,
"updated_at": "2021-10-02T11:03:13.076Z",
"is_root": false,
"is_child": true,
"is_leaf": true
},
"relationships": {
"parent": {
"data": {
"id": "3",
"type": "taxon"
}
},
"taxonomy": {
"data": {
"id": "1",
"type": "taxonomy"
}
},
"children": {
"data": []
},
"image": {
"data": null
}
}
},
{
"id": "12",
"type": "taxon",
"attributes": {
"name": "Sweaters",
"pretty_name": "Categories -> Women -> Sweaters",
"permalink": "categories/women/sweaters",
"seo_title": "Sweaters",
"description": null,
"meta_title": null,
"meta_description": null,
"meta_keywords": null,
"left": 19,
"right": 20,
"position": 0,
"depth": 2,
"updated_at": "2021-10-02T11:03:14.071Z",
"is_root": false,
"is_child": true,
"is_leaf": true
},
"relationships": {
"parent": {
"data": {
"id": "3",
"type": "taxon"
}
},
"taxonomy": {
"data": {
"id": "1",
"type": "taxonomy"
}
},
"children": {
"data": []
},
"image": {
"data": null
}
}
},
{
"id": "15",
"type": "taxon",
"attributes": {
"name": "Tops",
"pretty_name": "Categories -> Sportswear -> Tops",
"permalink": "categories/sportswear/tops",
"seo_title": "Tops",
"description": null,
"meta_title": null,
"meta_description": null,
"meta_keywords": null,
"left": 27,
"right": 28,
"position": 0,
"depth": 2,
"updated_at": "2021-10-02T11:03:14.916Z",
"is_root": false,
"is_child": true,
"is_leaf": true
},
"relationships": {
"parent": {
"data": {
"id": "4",
"type": "taxon"
}
},
"taxonomy": {
"data": {
"id": "1",
"type": "taxonomy"
}
},
"children": {
"data": []
},
"image": {
"data": null
}
}
},
{
"id": "5",
"type": "taxon",
"attributes": {
"name": "Shirts",
"pretty_name": "Categories -> Men -> Shirts",
"permalink": "categories/men/shirts",
"seo_title": "Shirts",
"description": null,
"meta_title": null,
"meta_description": null,
"meta_keywords": null,
"left": 3,
"right": 4,
"position": 0,
"depth": 2,
"updated_at": "2021-10-02T11:03:11.998Z",
"is_root": false,
"is_child": true,
"is_leaf": true
},
"relationships": {
"parent": {
"data": {
"id": "2",
"type": "taxon"
}
},
"taxonomy": {
"data": {
"id": "1",
"type": "taxonomy"
}
},
"children": {
"data": []
},
"image": {
"data": null
}
}
},
{
"id": "20",
"type": "taxon",
"attributes": {
"name": "Trending",
"pretty_name": "Categories -> Trending",
"permalink": "categories/trending",
"seo_title": "Trending",
"description": null,
"meta_title": null,
"meta_description": null,
"meta_keywords": null,
"left": 38,
"right": 39,
"position": 0,
"depth": 1,
"updated_at": "2021-10-02T11:03:15.054Z",
"is_root": false,
"is_child": true,
"is_leaf": true
},
"relationships": {
"parent": {
"data": {
"id": "1",
"type": "taxon"
}
},
"taxonomy": {
"data": {
"id": "1",
"type": "taxonomy"
}
},
"children": {
"data": []
},
"image": {
"data": null
}
}
},
{
"id": "18",
"type": "taxon",
"attributes": {
"name": "New",
"pretty_name": "Categories -> New",
"permalink": "categories/new",
"seo_title": "New",
"description": null,
"meta_title": null,
"meta_description": null,
"meta_keywords": null,
"left": 34,
"right": 35,
"position": 0,
"depth": 1,
"updated_at": "2021-10-02T11:03:15.082Z",
"is_root": false,
"is_child": true,
"is_leaf": true
},
"relationships": {
"parent": {
"data": {
"id": "1",
"type": "taxon"
}
},
"taxonomy": {
"data": {
"id": "1",
"type": "taxonomy"
}
},
"children": {
"data": []
},
"image": {
"data": null
}
}
},
{
"id": "2",
"type": "taxon",
"attributes": {
"name": "Men",
"pretty_name": "Categories -> Men",
"permalink": "categories/men",
"seo_title": "Men",
"description": null,
"meta_title": null,
"meta_description": null,
"meta_keywords": null,
"left": 2,
"right": 11,
"position": 0,
"depth": 1,
"updated_at": "2021-10-02T11:03:12.728Z",
"is_root": false,
"is_child": true,
"is_leaf": false
},
"relationships": {
"parent": {
"data": {
"id": "1",
"type": "taxon"
}
},
"taxonomy": {
"data": {
"id": "1",
"type": "taxonomy"
}
},
"children": {
"data": [
{
"id": "5",
"type": "taxon"
},
{
"id": "6",
"type": "taxon"
},
{
"id": "7",
"type": "taxon"
},
{
"id": "8",
"type": "taxon"
}
]
},
"image": {
"data": null
}
}
},
{
"id": "8",
"type": "taxon",
"attributes": {
"name": "Jackets and Coats",
"pretty_name": "Categories -> Men -> Jackets and Coats",
"permalink": "categories/men/jackets-and-coats",
"seo_title": "Jackets and Coats",
"description": null,
"meta_title": null,
"meta_description": null,
"meta_keywords": null,
"left": 9,
"right": 10,
"position": 0,
"depth": 2,
"updated_at": "2021-10-02T11:03:12.728Z",
"is_root": false,
"is_child": true,
"is_leaf": true
},
"relationships": {
"parent": {
"data": {
"id": "2",
"type": "taxon"
}
},
"taxonomy": {
"data": {
"id": "1",
"type": "taxonomy"
}
},
"children": {
"data": []
},
"image": {
"data": null
}
}
},
{
"id": "7",
"type": "taxon",
"attributes": {
"name": "Sweaters",
"pretty_name": "Categories -> Men -> Sweaters",
"permalink": "categories/men/sweaters",
"seo_title": "Sweaters",
"description": null,
"meta_title": null,
"meta_description": null,
"meta_keywords": null,
"left": 7,
"right": 8,
"position": 0,
"depth": 2,
"updated_at": "2021-10-02T11:03:12.486Z",
"is_root": false,
"is_child": true,
"is_leaf": true
},
"relationships": {
"parent": {
"data": {
"id": "2",
"type": "taxon"
}
},
"taxonomy": {
"data": {
"id": "1",
"type": "taxonomy"
}
},
"children": {
"data": []
},
"image": {
"data": null
}
}
},
{
"id": "11",
"type": "taxon",
"attributes": {
"name": "Shirts and Blouses",
"pretty_name": "Categories -> Women -> Shirts and Blouses",
"permalink": "categories/women/shirts-and-blouses",
"seo_title": "Shirts and Blouses",
"description": null,
"meta_title": null,
"meta_description": null,
"meta_keywords": null,
"left": 17,
"right": 18,
"position": 0,
"depth": 2,
"updated_at": "2021-10-02T11:03:13.767Z",
"is_root": false,
"is_child": true,
"is_leaf": true
},
"relationships": {
"parent": {
"data": {
"id": "3",
"type": "taxon"
}
},
"taxonomy": {
"data": {
"id": "1",
"type": "taxonomy"
}
},
"children": {
"data": []
},
"image": {
"data": null
}
}
},
{
"id": "13",
"type": "taxon",
"attributes": {
"name": "Tops and T-shirts",
"pretty_name": "Categories -> Women -> Tops and T-shirts",
"permalink": "categories/women/tops-and-t-shirts",
"seo_title": "Tops and T-shirts",
"description": null,
"meta_title": null,
"meta_description": null,
"meta_keywords": null,
"left": 21,
"right": 22,
"position": 0,
"depth": 2,
"updated_at": "2021-10-02T11:03:14.340Z",
"is_root": false,
"is_child": true,
"is_leaf": true
},
"relationships": {
"parent": {
"data": {
"id": "3",
"type": "taxon"
}
},
"taxonomy": {
"data": {
"id": "1",
"type": "taxonomy"
}
},
"children": {
"data": []
},
"image": {
"data": null
}
}
},
{
"id": "10",
"type": "taxon",
"attributes": {
"name": "Dresses",
"pretty_name": "Categories -> Women -> Dresses",
"permalink": "categories/women/dresses",
"seo_title": "Dresses",
"description": null,
"meta_title": null,
"meta_description": null,
"meta_keywords": null,
"left": 15,
"right": 16,
"position": 0,
"depth": 2,
"updated_at": "2021-10-02T11:03:13.434Z",
"is_root": false,
"is_child": true,
"is_leaf": true
},
"relationships": {
"parent": {
"data": {
"id": "3",
"type": "taxon"
}
},
"taxonomy": {
"data": {
"id": "1",
"type": "taxonomy"
}
},
"children": {
"data": []
},
"image": {
"data": null
}
}
},
{
"id": "14",
"type": "taxon",
"attributes": {
"name": "Jackets and Coats",
"pretty_name": "Categories -> Women -> Jackets and Coats",
"permalink": "categories/women/jackets-and-coats",
"seo_title": "Jackets and Coats",
"description": null,
"meta_title": null,
"meta_description": null,
"meta_keywords": null,
"left": 23,
"right": 24,
"position": 0,
"depth": 2,
"updated_at": "2021-10-02T11:03:14.688Z",
"is_root": false,
"is_child": true,
"is_leaf": true
},
"relationships": {
"parent": {
"data": {
"id": "3",
"type": "taxon"
}
},
"taxonomy": {
"data": {
"id": "1",
"type": "taxonomy"
}
},
"children": {
"data": []
},
"image": {
"data": null
}
}
},
{
"id": "23",
"type": "taxon",
"attributes": {
"name": "New Collection",
"pretty_name": "Categories -> New Collection",
"permalink": "categories/new-collection",
"seo_title": "New Collection",
"description": null,
"meta_title": null,
"meta_description": null,
"meta_keywords": null,
"left": 44,
"right": 47,
"position": 0,
"depth": 1,
"updated_at": "2021-10-02T11:03:15.001Z",
"is_root": false,
"is_child": true,
"is_leaf": false
},
"relationships": {
"parent": {
"data": {
"id": "1",
"type": "taxon"
}
},
"taxonomy": {
"data": {
"id": "1",
"type": "taxonomy"
}
},
"children": {
"data": [
{
"id": "24",
"type": "taxon"
}
]
},
"image": {
"data": null
}
}
},
{
"id": "24",
"type": "taxon",
"attributes": {
"name": "Summer 2021",
"pretty_name": "Categories -> New Collection -> Summer 2021",
"permalink": "categories/new-collection/summer-2021",
"seo_title": "Summer 2021",
"description": null,
"meta_title": null,
"meta_description": null,
"meta_keywords": null,
"left": 45,
"right": 46,
"position": 0,
"depth": 2,
"updated_at": "2021-10-02T11:03:15.001Z",
"is_root": false,
"is_child": true,
"is_leaf": true
},
"relationships": {
"parent": {
"data": {
"id": "23",
"type": "taxon"
}
},
"taxonomy": {
"data": {
"id": "1",
"type": "taxonomy"
}
},
"children": {
"data": []
},
"image": {
"data": null
}
}
},
{
"id": "26",
"type": "taxon",
"attributes": {
"name": "30% Off",
"pretty_name": "Categories -> Special Offers -> 30% Off",
"permalink": "categories/special-offers/30-percent-off",
"seo_title": "30% Off",
"description": null,
"meta_title": null,
"meta_description": null,
"meta_keywords": null,
"left": 49,
"right": 50,
"position": 0,
"depth": 2,
"updated_at": "2021-10-02T11:03:15.118Z",
"is_root": false,
"is_child": true,
"is_leaf": true
},
"relationships": {
"parent": {
"data": {
"id": "25",
"type": "taxon"
}
},
"taxonomy": {
"data": {
"id": "1",
"type": "taxonomy"
}
},
"children": {
"data": []
},
"image": {
"data": null
}
}
},
{
"id": "25",
"type": "taxon",
"attributes": {
"name": "Special Offers",
"pretty_name": "Categories -> Special Offers",
"permalink": "categories/special-offers",
"seo_title": "Special Offers",
"description": null,
"meta_title": null,
"meta_description": null,
"meta_keywords": null,
"left": 48,
"right": 51,
"position": 0,
"depth": 1,
"updated_at": "2021-10-02T11:03:15.118Z",
"is_root": false,
"is_child": true,
"is_leaf": false
},
"relationships": {
"parent": {
"data": {
"id": "1",
"type": "taxon"
}
},
"taxonomy": {
"data": {
"id": "1",
"type": "taxonomy"
}
},
"children": {
"data": [
{
"id": "26",
"type": "taxon"
}
]
},
"image": {
"data": null
}
}
},
{
"id": "21",
"type": "taxon",
"attributes": {
"name": "Streetstyle",
"pretty_name": "Categories -> Streetstyle",
"permalink": "categories/streetstyle",
"seo_title": "Streetstyle",
"description": null,
"meta_title": null,
"meta_description": null,
"meta_keywords": null,
"left": 40,
"right": 41,
"position": 0,
"depth": 1,
"updated_at": "2021-10-02T11:03:15.146Z",
"is_root": false,
"is_child": true,
"is_leaf": true
},
"relationships": {
"parent": {
"data": {
"id": "1",
"type": "taxon"
}
},
"taxonomy": {
"data": {
"id": "1",
"type": "taxonomy"
}
},
"children": {
"data": []
},
"image": {
"data": null
}
}
},
{
"id": "1",
"type": "taxon",
"attributes": {
"name": "Categories",
"pretty_name": "Categories",
"permalink": "categories",
"seo_title": "Categories",
"description": null,
"meta_title": null,
"meta_description": null,
"meta_keywords": null,
"left": 1,
"right": 52,
"position": 0,
"depth": 0,
"updated_at": "2021-10-02T11:03:15.146Z",
"is_root": true,
"is_child": false,
"is_leaf": false
},
"relationships": {
"parent": {
"data": null
},
"taxonomy": {
"data": {
"id": "1",
"type": "taxonomy"
}
},
"children": {
"data": [
{
"id": "2",
"type": "taxon"
},
{
"id": "3",
"type": "taxon"
},
{
"id": "4",
"type": "taxon"
},
{
"id": "18",
"type": "taxon"
},
{
"id": "19",
"type": "taxon"
},
{
"id": "20",
"type": "taxon"
},
{
"id": "21",
"type": "taxon"
},
{
"id": "22",
"type": "taxon"
},
{
"id": "23",
"type": "taxon"
},
{
"id": "25",
"type": "taxon"
}
]
},
"image": {
"data": null
}
}
}
],
"meta": {
"count": 25,
"total_count": 26,
"total_pages": 2
},
"links": {
"self": "http://localhost:3000/api/v2/storefront/taxons",
"next": "http://localhost:3000/api/v2/storefront/taxons?page=2",
"prev": "http://localhost:3000/api/v2/storefront/taxons?page=1",
"last": "http://localhost:3000/api/v2/storefront/taxons?page=2",
"first": "http://localhost:3000/api/v2/storefront/taxons?page=1"
}
}
Query Parameters
Fetch only resources with corresponding IDs
Find resources with matching name (supports wild-card, partial-word match search)
Fetch children nodes of specified Taxon
Fetch children nodes of specified Taxon permalink
Fetch Taxons in a specified Taxonomy
Fetch only root Taxons (Taxonomies)
Number of requested page when paginating collection
Number of requested records per page when paginating collection
Specify the related resources you would like to receive in the response body. More Information.
Specify the fields you would like returned in the response body. More information.
Response
Indicates if the Taxon is the root node of this Taxonomy tree
Returns true is this is a child node of this Taxonomy tree
Returns true if this is the end of a branch of this Taxonomy tree
Provides taxon's slugs in other locales
Indicates if any of Variants are in stock or backorderable
Indicates if any of Variants are in stock
Indicates if any of Variants are backeorderable
Provides product's slugs in other locales
Was this page helpful?
curl --request GET \
--url https://demo.spreecommerce.org/api/v2/storefront/taxons
{
"data": [
{
"id": "22",
"type": "taxon",
"attributes": {
"name": "Summer Sale",
"pretty_name": "Categories -> Summer Sale",
"permalink": "categories/summer-sale",
"seo_title": "Summer Sale",
"description": null,
"meta_title": null,
"meta_description": null,
"meta_keywords": null,
"left": 42,
"right": 43,
"position": 0,
"depth": 1,
"updated_at": "2021-10-02T11:03:15.118Z",
"is_root": false,
"is_child": true,
"is_leaf": true
},
"relationships": {
"parent": {
"data": {
"id": "1",
"type": "taxon"
}
},
"taxonomy": {
"data": {
"id": "1",
"type": "taxonomy"
}
},
"children": {
"data": []
},
"image": {
"data": null
}
}
},
{
"id": "17",
"type": "taxon",
"attributes": {
"name": "Pants",
"pretty_name": "Categories -> Sportswear -> Pants",
"permalink": "categories/sportswear/pants",
"seo_title": "Pants",
"description": null,
"meta_title": null,
"meta_description": null,
"meta_keywords": null,
"left": 31,
"right": 32,
"position": 0,
"depth": 2,
"updated_at": "2021-10-02T11:03:15.146Z",
"is_root": false,
"is_child": true,
"is_leaf": true
},
"relationships": {
"parent": {
"data": {
"id": "4",
"type": "taxon"
}
},
"taxonomy": {
"data": {
"id": "1",
"type": "taxonomy"
}
},
"children": {
"data": []
},
"image": {
"data": null
}
}
},
{
"id": "19",
"type": "taxon",
"attributes": {
"name": "Bestsellers",
"pretty_name": "Categories -> Bestsellers",
"permalink": "categories/bestsellers",
"seo_title": "Bestsellers",
"description": null,
"meta_title": null,
"meta_description": null,
"meta_keywords": null,
"left": 36,
"right": 37,
"position": 0,
"depth": 1,
"updated_at": "2021-10-02T11:03:15.082Z",
"is_root": false,
"is_child": true,
"is_leaf": true
},
"relationships": {
"parent": {
"data": {
"id": "1",
"type": "taxon"
}
},
"taxonomy": {
"data": {
"id": "1",
"type": "taxonomy"
}
},
"children": {
"data": []
},
"image": {
"data": null
}
}
},
{
"id": "16",
"type": "taxon",
"attributes": {
"name": "Sweatshirts",
"pretty_name": "Categories -> Sportswear -> Sweatshirts",
"permalink": "categories/sportswear/sweatshirts",
"seo_title": "Sweatshirts",
"description": null,
"meta_title": null,
"meta_description": null,
"meta_keywords": null,
"left": 29,
"right": 30,
"position": 0,
"depth": 2,
"updated_at": "2021-10-02T11:03:15.054Z",
"is_root": false,
"is_child": true,
"is_leaf": true
},
"relationships": {
"parent": {
"data": {
"id": "4",
"type": "taxon"
}
},
"taxonomy": {
"data": {
"id": "1",
"type": "taxonomy"
}
},
"children": {
"data": []
},
"image": {
"data": null
}
}
},
{
"id": "6",
"type": "taxon",
"attributes": {
"name": "T-shirts",
"pretty_name": "Categories -> Men -> T-shirts",
"permalink": "categories/men/t-shirts",
"seo_title": "T-shirts",
"description": null,
"meta_title": null,
"meta_description": null,
"meta_keywords": null,
"left": 5,
"right": 6,
"position": 0,
"depth": 2,
"updated_at": "2021-10-02T11:03:12.242Z",
"is_root": false,
"is_child": true,
"is_leaf": true
},
"relationships": {
"parent": {
"data": {
"id": "2",
"type": "taxon"
}
},
"taxonomy": {
"data": {
"id": "1",
"type": "taxonomy"
}
},
"children": {
"data": []
},
"image": {
"data": null
}
}
},
{
"id": "4",
"type": "taxon",
"attributes": {
"name": "Sportswear",
"pretty_name": "Categories -> Sportswear",
"permalink": "categories/sportswear",
"seo_title": "Sportswear",
"description": null,
"meta_title": null,
"meta_description": null,
"meta_keywords": null,
"left": 26,
"right": 33,
"position": 0,
"depth": 1,
"updated_at": "2021-10-02T11:03:15.146Z",
"is_root": false,
"is_child": true,
"is_leaf": false
},
"relationships": {
"parent": {
"data": {
"id": "1",
"type": "taxon"
}
},
"taxonomy": {
"data": {
"id": "1",
"type": "taxonomy"
}
},
"children": {
"data": [
{
"id": "15",
"type": "taxon"
},
{
"id": "16",
"type": "taxon"
},
{
"id": "17",
"type": "taxon"
}
]
},
"image": {
"data": null
}
}
},
{
"id": "9",
"type": "taxon",
"attributes": {
"name": "Skirts",
"pretty_name": "Categories -> Women -> Skirts",
"permalink": "categories/women/skirts",
"seo_title": "Skirts",
"description": null,
"meta_title": null,
"meta_description": null,
"meta_keywords": null,
"left": 13,
"right": 14,
"position": 0,
"depth": 2,
"updated_at": "2021-10-02T11:03:13.076Z",
"is_root": false,
"is_child": true,
"is_leaf": true
},
"relationships": {
"parent": {
"data": {
"id": "3",
"type": "taxon"
}
},
"taxonomy": {
"data": {
"id": "1",
"type": "taxonomy"
}
},
"children": {
"data": []
},
"image": {
"data": null
}
}
},
{
"id": "12",
"type": "taxon",
"attributes": {
"name": "Sweaters",
"pretty_name": "Categories -> Women -> Sweaters",
"permalink": "categories/women/sweaters",
"seo_title": "Sweaters",
"description": null,
"meta_title": null,
"meta_description": null,
"meta_keywords": null,
"left": 19,
"right": 20,
"position": 0,
"depth": 2,
"updated_at": "2021-10-02T11:03:14.071Z",
"is_root": false,
"is_child": true,
"is_leaf": true
},
"relationships": {
"parent": {
"data": {
"id": "3",
"type": "taxon"
}
},
"taxonomy": {
"data": {
"id": "1",
"type": "taxonomy"
}
},
"children": {
"data": []
},
"image": {
"data": null
}
}
},
{
"id": "15",
"type": "taxon",
"attributes": {
"name": "Tops",
"pretty_name": "Categories -> Sportswear -> Tops",
"permalink": "categories/sportswear/tops",
"seo_title": "Tops",
"description": null,
"meta_title": null,
"meta_description": null,
"meta_keywords": null,
"left": 27,
"right": 28,
"position": 0,
"depth": 2,
"updated_at": "2021-10-02T11:03:14.916Z",
"is_root": false,
"is_child": true,
"is_leaf": true
},
"relationships": {
"parent": {
"data": {
"id": "4",
"type": "taxon"
}
},
"taxonomy": {
"data": {
"id": "1",
"type": "taxonomy"
}
},
"children": {
"data": []
},
"image": {
"data": null
}
}
},
{
"id": "5",
"type": "taxon",
"attributes": {
"name": "Shirts",
"pretty_name": "Categories -> Men -> Shirts",
"permalink": "categories/men/shirts",
"seo_title": "Shirts",
"description": null,
"meta_title": null,
"meta_description": null,
"meta_keywords": null,
"left": 3,
"right": 4,
"position": 0,
"depth": 2,
"updated_at": "2021-10-02T11:03:11.998Z",
"is_root": false,
"is_child": true,
"is_leaf": true
},
"relationships": {
"parent": {
"data": {
"id": "2",
"type": "taxon"
}
},
"taxonomy": {
"data": {
"id": "1",
"type": "taxonomy"
}
},
"children": {
"data": []
},
"image": {
"data": null
}
}
},
{
"id": "20",
"type": "taxon",
"attributes": {
"name": "Trending",
"pretty_name": "Categories -> Trending",
"permalink": "categories/trending",
"seo_title": "Trending",
"description": null,
"meta_title": null,
"meta_description": null,
"meta_keywords": null,
"left": 38,
"right": 39,
"position": 0,
"depth": 1,
"updated_at": "2021-10-02T11:03:15.054Z",
"is_root": false,
"is_child": true,
"is_leaf": true
},
"relationships": {
"parent": {
"data": {
"id": "1",
"type": "taxon"
}
},
"taxonomy": {
"data": {
"id": "1",
"type": "taxonomy"
}
},
"children": {
"data": []
},
"image": {
"data": null
}
}
},
{
"id": "18",
"type": "taxon",
"attributes": {
"name": "New",
"pretty_name": "Categories -> New",
"permalink": "categories/new",
"seo_title": "New",
"description": null,
"meta_title": null,
"meta_description": null,
"meta_keywords": null,
"left": 34,
"right": 35,
"position": 0,
"depth": 1,
"updated_at": "2021-10-02T11:03:15.082Z",
"is_root": false,
"is_child": true,
"is_leaf": true
},
"relationships": {
"parent": {
"data": {
"id": "1",
"type": "taxon"
}
},
"taxonomy": {
"data": {
"id": "1",
"type": "taxonomy"
}
},
"children": {
"data": []
},
"image": {
"data": null
}
}
},
{
"id": "2",
"type": "taxon",
"attributes": {
"name": "Men",
"pretty_name": "Categories -> Men",
"permalink": "categories/men",
"seo_title": "Men",
"description": null,
"meta_title": null,
"meta_description": null,
"meta_keywords": null,
"left": 2,
"right": 11,
"position": 0,
"depth": 1,
"updated_at": "2021-10-02T11:03:12.728Z",
"is_root": false,
"is_child": true,
"is_leaf": false
},
"relationships": {
"parent": {
"data": {
"id": "1",
"type": "taxon"
}
},
"taxonomy": {
"data": {
"id": "1",
"type": "taxonomy"
}
},
"children": {
"data": [
{
"id": "5",
"type": "taxon"
},
{
"id": "6",
"type": "taxon"
},
{
"id": "7",
"type": "taxon"
},
{
"id": "8",
"type": "taxon"
}
]
},
"image": {
"data": null
}
}
},
{
"id": "8",
"type": "taxon",
"attributes": {
"name": "Jackets and Coats",
"pretty_name": "Categories -> Men -> Jackets and Coats",
"permalink": "categories/men/jackets-and-coats",
"seo_title": "Jackets and Coats",
"description": null,
"meta_title": null,
"meta_description": null,
"meta_keywords": null,
"left": 9,
"right": 10,
"position": 0,
"depth": 2,
"updated_at": "2021-10-02T11:03:12.728Z",
"is_root": false,
"is_child": true,
"is_leaf": true
},
"relationships": {
"parent": {
"data": {
"id": "2",
"type": "taxon"
}
},
"taxonomy": {
"data": {
"id": "1",
"type": "taxonomy"
}
},
"children": {
"data": []
},
"image": {
"data": null
}
}
},
{
"id": "7",
"type": "taxon",
"attributes": {
"name": "Sweaters",
"pretty_name": "Categories -> Men -> Sweaters",
"permalink": "categories/men/sweaters",
"seo_title": "Sweaters",
"description": null,
"meta_title": null,
"meta_description": null,
"meta_keywords": null,
"left": 7,
"right": 8,
"position": 0,
"depth": 2,
"updated_at": "2021-10-02T11:03:12.486Z",
"is_root": false,
"is_child": true,
"is_leaf": true
},
"relationships": {
"parent": {
"data": {
"id": "2",
"type": "taxon"
}
},
"taxonomy": {
"data": {
"id": "1",
"type": "taxonomy"
}
},
"children": {
"data": []
},
"image": {
"data": null
}
}
},
{
"id": "11",
"type": "taxon",
"attributes": {
"name": "Shirts and Blouses",
"pretty_name": "Categories -> Women -> Shirts and Blouses",
"permalink": "categories/women/shirts-and-blouses",
"seo_title": "Shirts and Blouses",
"description": null,
"meta_title": null,
"meta_description": null,
"meta_keywords": null,
"left": 17,
"right": 18,
"position": 0,
"depth": 2,
"updated_at": "2021-10-02T11:03:13.767Z",
"is_root": false,
"is_child": true,
"is_leaf": true
},
"relationships": {
"parent": {
"data": {
"id": "3",
"type": "taxon"
}
},
"taxonomy": {
"data": {
"id": "1",
"type": "taxonomy"
}
},
"children": {
"data": []
},
"image": {
"data": null
}
}
},
{
"id": "13",
"type": "taxon",
"attributes": {
"name": "Tops and T-shirts",
"pretty_name": "Categories -> Women -> Tops and T-shirts",
"permalink": "categories/women/tops-and-t-shirts",
"seo_title": "Tops and T-shirts",
"description": null,
"meta_title": null,
"meta_description": null,
"meta_keywords": null,
"left": 21,
"right": 22,
"position": 0,
"depth": 2,
"updated_at": "2021-10-02T11:03:14.340Z",
"is_root": false,
"is_child": true,
"is_leaf": true
},
"relationships": {
"parent": {
"data": {
"id": "3",
"type": "taxon"
}
},
"taxonomy": {
"data": {
"id": "1",
"type": "taxonomy"
}
},
"children": {
"data": []
},
"image": {
"data": null
}
}
},
{
"id": "10",
"type": "taxon",
"attributes": {
"name": "Dresses",
"pretty_name": "Categories -> Women -> Dresses",
"permalink": "categories/women/dresses",
"seo_title": "Dresses",
"description": null,
"meta_title": null,
"meta_description": null,
"meta_keywords": null,
"left": 15,
"right": 16,
"position": 0,
"depth": 2,
"updated_at": "2021-10-02T11:03:13.434Z",
"is_root": false,
"is_child": true,
"is_leaf": true
},
"relationships": {
"parent": {
"data": {
"id": "3",
"type": "taxon"
}
},
"taxonomy": {
"data": {
"id": "1",
"type": "taxonomy"
}
},
"children": {
"data": []
},
"image": {
"data": null
}
}
},
{
"id": "14",
"type": "taxon",
"attributes": {
"name": "Jackets and Coats",
"pretty_name": "Categories -> Women -> Jackets and Coats",
"permalink": "categories/women/jackets-and-coats",
"seo_title": "Jackets and Coats",
"description": null,
"meta_title": null,
"meta_description": null,
"meta_keywords": null,
"left": 23,
"right": 24,
"position": 0,
"depth": 2,
"updated_at": "2021-10-02T11:03:14.688Z",
"is_root": false,
"is_child": true,
"is_leaf": true
},
"relationships": {
"parent": {
"data": {
"id": "3",
"type": "taxon"
}
},
"taxonomy": {
"data": {
"id": "1",
"type": "taxonomy"
}
},
"children": {
"data": []
},
"image": {
"data": null
}
}
},
{
"id": "23",
"type": "taxon",
"attributes": {
"name": "New Collection",
"pretty_name": "Categories -> New Collection",
"permalink": "categories/new-collection",
"seo_title": "New Collection",
"description": null,
"meta_title": null,
"meta_description": null,
"meta_keywords": null,
"left": 44,
"right": 47,
"position": 0,
"depth": 1,
"updated_at": "2021-10-02T11:03:15.001Z",
"is_root": false,
"is_child": true,
"is_leaf": false
},
"relationships": {
"parent": {
"data": {
"id": "1",
"type": "taxon"
}
},
"taxonomy": {
"data": {
"id": "1",
"type": "taxonomy"
}
},
"children": {
"data": [
{
"id": "24",
"type": "taxon"
}
]
},
"image": {
"data": null
}
}
},
{
"id": "24",
"type": "taxon",
"attributes": {
"name": "Summer 2021",
"pretty_name": "Categories -> New Collection -> Summer 2021",
"permalink": "categories/new-collection/summer-2021",
"seo_title": "Summer 2021",
"description": null,
"meta_title": null,
"meta_description": null,
"meta_keywords": null,
"left": 45,
"right": 46,
"position": 0,
"depth": 2,
"updated_at": "2021-10-02T11:03:15.001Z",
"is_root": false,
"is_child": true,
"is_leaf": true
},
"relationships": {
"parent": {
"data": {
"id": "23",
"type": "taxon"
}
},
"taxonomy": {
"data": {
"id": "1",
"type": "taxonomy"
}
},
"children": {
"data": []
},
"image": {
"data": null
}
}
},
{
"id": "26",
"type": "taxon",
"attributes": {
"name": "30% Off",
"pretty_name": "Categories -> Special Offers -> 30% Off",
"permalink": "categories/special-offers/30-percent-off",
"seo_title": "30% Off",
"description": null,
"meta_title": null,
"meta_description": null,
"meta_keywords": null,
"left": 49,
"right": 50,
"position": 0,
"depth": 2,
"updated_at": "2021-10-02T11:03:15.118Z",
"is_root": false,
"is_child": true,
"is_leaf": true
},
"relationships": {
"parent": {
"data": {
"id": "25",
"type": "taxon"
}
},
"taxonomy": {
"data": {
"id": "1",
"type": "taxonomy"
}
},
"children": {
"data": []
},
"image": {
"data": null
}
}
},
{
"id": "25",
"type": "taxon",
"attributes": {
"name": "Special Offers",
"pretty_name": "Categories -> Special Offers",
"permalink": "categories/special-offers",
"seo_title": "Special Offers",
"description": null,
"meta_title": null,
"meta_description": null,
"meta_keywords": null,
"left": 48,
"right": 51,
"position": 0,
"depth": 1,
"updated_at": "2021-10-02T11:03:15.118Z",
"is_root": false,
"is_child": true,
"is_leaf": false
},
"relationships": {
"parent": {
"data": {
"id": "1",
"type": "taxon"
}
},
"taxonomy": {
"data": {
"id": "1",
"type": "taxonomy"
}
},
"children": {
"data": [
{
"id": "26",
"type": "taxon"
}
]
},
"image": {
"data": null
}
}
},
{
"id": "21",
"type": "taxon",
"attributes": {
"name": "Streetstyle",
"pretty_name": "Categories -> Streetstyle",
"permalink": "categories/streetstyle",
"seo_title": "Streetstyle",
"description": null,
"meta_title": null,
"meta_description": null,
"meta_keywords": null,
"left": 40,
"right": 41,
"position": 0,
"depth": 1,
"updated_at": "2021-10-02T11:03:15.146Z",
"is_root": false,
"is_child": true,
"is_leaf": true
},
"relationships": {
"parent": {
"data": {
"id": "1",
"type": "taxon"
}
},
"taxonomy": {
"data": {
"id": "1",
"type": "taxonomy"
}
},
"children": {
"data": []
},
"image": {
"data": null
}
}
},
{
"id": "1",
"type": "taxon",
"attributes": {
"name": "Categories",
"pretty_name": "Categories",
"permalink": "categories",
"seo_title": "Categories",
"description": null,
"meta_title": null,
"meta_description": null,
"meta_keywords": null,
"left": 1,
"right": 52,
"position": 0,
"depth": 0,
"updated_at": "2021-10-02T11:03:15.146Z",
"is_root": true,
"is_child": false,
"is_leaf": false
},
"relationships": {
"parent": {
"data": null
},
"taxonomy": {
"data": {
"id": "1",
"type": "taxonomy"
}
},
"children": {
"data": [
{
"id": "2",
"type": "taxon"
},
{
"id": "3",
"type": "taxon"
},
{
"id": "4",
"type": "taxon"
},
{
"id": "18",
"type": "taxon"
},
{
"id": "19",
"type": "taxon"
},
{
"id": "20",
"type": "taxon"
},
{
"id": "21",
"type": "taxon"
},
{
"id": "22",
"type": "taxon"
},
{
"id": "23",
"type": "taxon"
},
{
"id": "25",
"type": "taxon"
}
]
},
"image": {
"data": null
}
}
}
],
"meta": {
"count": 25,
"total_count": 26,
"total_pages": 2
},
"links": {
"self": "http://localhost:3000/api/v2/storefront/taxons",
"next": "http://localhost:3000/api/v2/storefront/taxons?page=2",
"prev": "http://localhost:3000/api/v2/storefront/taxons?page=1",
"last": "http://localhost:3000/api/v2/storefront/taxons?page=2",
"first": "http://localhost:3000/api/v2/storefront/taxons?page=1"
}
}