action api2cart_category_info { label: "CategoryInfo" description: "Get category info about category ID*** or specify other category ID." provider: api2cart method: GET path: "/category.info.json" encoding: json input: { type: "object" properties: { exclude: { type: "string" } id: { type: "string" } lang_id: { type: "string" } params: { type: "string" } response_fields: { type: "string" } store_id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" properties: { result: { type: "object" properties: { additional_fields: { type: "object" } avail: { type: "boolean" } created_at: { type: "object" properties: { additional_fields: { type: "object" } custom_fields: { type: "object" } format: { type: "string" } value: { type: "string" } } } custom_fields: { type: "object" } description: { type: "string" } id: { type: "string" } images: { type: "array" items: { type: "object" properties: { additional_fields: { type: "object" } alt: { type: "string" } avail: { type: "boolean" } create_at: { type: "object" additionalProperties: true } custom_fields: { type: "object" } file_name: { type: "string" } http_path: { type: "string" } id: { type: "string" } "mime-type": { type: "string" } modified_at: { type: "object" additionalProperties: true } size: { type: "integer" } sort_order: { type: "integer" } type: { type: "string" } } } } keywords: { type: "string" } meta_description: { type: "string" } meta_title: { type: "string" } modified_at: { type: "object" additionalProperties: true } name: { type: "string" } parent_id: { type: "string" } path: { type: "string" } seo_url: { type: "string" } short_description: { type: "string" } sort_order: { type: "integer" } stores_ids: { type: "array" items: { type: "string" } } } } return_code: { type: "integer" } return_message: { type: "string" } } } }