action api2cart_product_info { label: "ProductInfo" description: "Get product info about product ID *** or specify other product ID." provider: api2cart method: GET path: "/product.info.json" encoding: json input: { type: "object" properties: { currency_id: { type: "string" } disable_report_cache: { type: "boolean" } exclude: { type: "string" } id: { type: "string" } lang_id: { type: "string" } params: { type: "string" } report_request_id: { 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" } advanced_price: { type: "array" items: { type: "object" properties: { additional_fields: { type: "object" } avail: { type: "boolean" } custom_fields: { type: "object" } expire_time: { type: "object" properties: { additional_fields: { type: "object" } custom_fields: { type: "object" } format: { type: "string" } value: { type: "string" } } } group_id: { type: "string" } id: { type: "string" } quantity_from: { type: "number" } start_time: { type: "object" additionalProperties: true } value: { type: "number" } } } } avail_sale: { type: "boolean" } avail_view: { type: "boolean" } backorders: { type: "string" } categories_ids: { type: "array" items: { type: "string" } } cost_price: { type: "number" } create_at: { type: "object" additionalProperties: true } custom_fields: { type: "object" } description: { type: "string" } dimensions_unit: { type: "string" } group_items: { type: "array" items: { type: "object" properties: { additional_fields: { type: "object" } child_item_id: { type: "string" } custom_fields: { type: "object" } default_qty_in_pack: { type: "string" } is_qty_in_pack_fixed: { type: "boolean" } product_id: { type: "string" } } } } group_price: { type: "array" items: { type: "object" properties: { additional_fields: { type: "object" } custom_fields: { type: "object" } expire_time: { type: "string" } group_id: { type: "string" } id: { type: "string" } price: { type: "number" } quantity: { type: "number" } start_time: { type: "string" } store_id: { type: "string" } } } } height: { type: "number" } 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" } } } } inventory: { type: "array" items: { type: "object" properties: { additional_fields: { type: "object" } custom_fields: { type: "object" } in_stock: { type: "boolean" } priority: { type: "integer" } quantity: { type: "number" } warehouse_id: { type: "string" } } } } is_downloadable: { type: "boolean" } is_stock_managed: { type: "boolean" } is_virtual: { type: "boolean" } length: { type: "number" } manage_stock: { type: "string" } meta_description: { type: "string" } meta_keywords: { type: "string" } meta_title: { type: "string" } modified_at: { type: "object" additionalProperties: true } name: { type: "string" } price: { type: "number" } product_options: { type: "array" items: { type: "object" properties: { additional_fields: { type: "object" } available: { type: "boolean" } custom_fields: { type: "object" } description: { type: "string" } id: { type: "string" } name: { type: "string" } option_items: { type: "array" items: { type: "object" properties: { additional_fields: { type: "object" } custom_fields: { type: "object" } id: { type: "string" } name: { type: "string" } price: { type: "string" } product_option_item_id: { type: "string" } quantity: { type: "integer" } sku: { type: "string" } sort_order: { type: "integer" } type_price: { type: "string" } weight: { type: "string" } } } } product_option_id: { type: "string" } required: { type: "boolean" } sort_order: { type: "integer" } type: { type: "string" } used_in_combination: { type: "boolean" } } } } quantity: { type: "number" } related_products_ids: { type: "array" items: { type: "string" } } seo_url: { type: "string" } short_description: { type: "string" } sort_order: { type: "integer" } special_price: { type: "object" properties: { additional_fields: { type: "object" } avail: { type: "boolean" } created_at: { type: "object" additionalProperties: true } custom_fields: { type: "object" } expired_at: { type: "object" additionalProperties: true } modified_at: { type: "object" additionalProperties: true } value: { type: "number" } } } stores_ids: { type: "array" items: { type: "string" } } tax_class_id: { type: "string" } tier_price: { type: "array" items: { type: "object" properties: { additional_fields: { type: "object" } custom_fields: { type: "object" } price: { type: "number" } qty: { type: "number" } } } } type: { type: "string" } u_brand: { type: "string" } u_brand_id: { type: "string" } u_model: { type: "string" } u_mpn: { type: "string" } u_sku: { type: "string" } u_upc: { type: "string" } url: { type: "string" } weight: { type: "number" } weight_unit: { type: "string" } width: { type: "number" } } } return_code: { type: "integer" } return_message: { type: "string" } } } }