Returns a list of Product Categories.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the user.
Filter by product category slugs (comma-separated)
"feature,default"
[
{
"uuid": "a13651d4-960e-4916-9874-c910c74f7b16",
"slug": "neque-rem-voluptates-voluptatibus-praesentium",
"enabled": true,
"is_cart_enabled": true,
"is_stock_enabled": true
},
{
"uuid": "a13651d4-9756-45bb-86ed-4052fb0e2fe8",
"slug": "itaque-totam-voluptates-occaecati-autem-eum",
"enabled": true,
"is_cart_enabled": true,
"is_stock_enabled": true
}
]