curl --request GET \
--url https://api.myscalev.com/v3/product-taxonomies/{id} \
--header 'Authorization: Bearer <token>'{
"full_path": "<string>",
"id": 123,
"level_1": "<string>",
"level_2": "<string>",
"level_3": "<string>",
"level_4": "<string>",
"level_5": "<string>",
"level_6": "<string>",
"level_7": "<string>"
}Requires the product:read machine scope. Shows a single product taxonomy by ID.
curl --request GET \
--url https://api.myscalev.com/v3/product-taxonomies/{id} \
--header 'Authorization: Bearer <token>'{
"full_path": "<string>",
"id": 123,
"level_1": "<string>",
"level_2": "<string>",
"level_3": "<string>",
"level_4": "<string>",
"level_5": "<string>",
"level_6": "<string>",
"level_7": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.