{ "operationId": "getTaxClasses", "method": "GET", "path": "/tax_classes", "summary": "BigCommerce Get All Tax Classes", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": [ { "id": "1", "name": "Non-Taxable Products", "created_at": "1973-01-20 21:34:57.903000+00:00", "updated_at": "1990-12-30 00:29:23.515000+00:00" }, { "id": "2", "name": "Shipping", "created_at": "1973-01-20 21:34:57.903000+00:00", "updated_at": "1990-12-30 00:29:23.515000+00:00" }, { "id": "3", "name": "Gift Wrapping", "created_at": "1973-01-20 21:34:57.903000+00:00", "updated_at": "1990-12-30 00:29:23.515000+00:00" } ] } ] }