API Reference
cURL
curl --request GET \ --url https://api.shipbob.com/2.0/taxonomy/{id}/parent \ --header 'Authorization: Bearer <token>'
{ "children": [ { "has_children": true, "id": 0, "name": "string", "path": "string" } ], "id": 0, "name": "string", "parent": { "id": 0, "name": "string", "path": "string" }, "path": "string" }
Authentication using Personal Access Token (PAT) token
Success
The response is of type object.
object
Was this page helpful?