action api2cart_tax_class_info { label: "TaxClassInfo" description: "Get info about tax" provider: api2cart method: GET path: "/tax.class.info.json" encoding: json input: { type: "object" properties: { exclude: { type: "string" } lang_id: { type: "string" } params: { type: "string" } response_fields: { type: "string" } store_id: { type: "string" } tax_class_id: { type: "string" } } required: ["tax_class_id"] additionalProperties: false } output: { type: "object" properties: { result: { type: "object" properties: { additional_fields: { type: "object" } avail: { type: "boolean" } custom_fields: { type: "object" } id: { type: "string" } name: { type: "string" } tax: { type: "number" } tax_rates: { type: "array" items: { type: "object" properties: { additional_fields: { type: "object" } address: { type: "array" items: { type: "string" } } cities: { type: "array" items: { type: "string" } } countries: { type: "array" items: { type: "object" properties: { additional_fields: { type: "object" } code: { type: "string" } custom_fields: { type: "object" } id: { type: "string" } name: { type: "string" } states: { type: "array" items: { type: "object" properties: { additional_fields: { type: "object" additionalProperties: true } code: { type: "object" additionalProperties: true } custom_fields: { type: "object" additionalProperties: true } id: { type: "object" additionalProperties: true } name: { type: "object" additionalProperties: true } tax: { type: "object" additionalProperties: true } tax_type: { type: "object" additionalProperties: true } zip_codes: { type: "object" additionalProperties: true } } } } tax: { type: "number" } tax_type: { type: "integer" } } } } custom_fields: { type: "object" } id: { type: "string" } name: { type: "string" } tax: { type: "number" } tax_based_on: { type: "string" } tax_type: { type: "integer" } zip_codes: { type: "array" items: { type: "object" properties: { additional_fields: { type: "object" } custom_fields: { type: "object" } fields: { type: "array" items: { type: "object" properties: { additional_fields: { type: "object" additionalProperties: true } custom_fields: { type: "object" additionalProperties: true } from: { type: "object" additionalProperties: true } to: { type: "object" additionalProperties: true } } } } is_range: { type: "boolean" } range: { type: "array" items: { type: "string" } } } } } } } } tax_type: { type: "integer" } } } return_code: { type: "integer" } return_message: { type: "string" } } } }