action api2cart_product_child_item_find { label: "ProductChildItemFind" description: "Search product child item (bundled item or configurable product variant) in store catalog." provider: api2cart method: GET path: "/product.child_item.find.json" encoding: json input: { type: "object" properties: { find_params: { type: "string" } find_value: { type: "string" } find_where: { type: "string" } store_id: { type: "string" } } required: ["find_value"] additionalProperties: false } output: { type: "object" properties: { result: { type: "object" properties: { children: { items: { 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" } } } } allow_backorders: { type: "boolean" } avail_for_sale: { type: "boolean" } combination: { type: "array" items: { type: "object" properties: { additional_fields: { type: "object" } custom_fields: { type: "object" } option_id: { type: "string" } option_value_id: { type: "string" } } } } cost_price: { type: "number" } created_time: { type: "object" additionalProperties: true } custom_fields: { type: "object" } default_price: { type: "number" } default_qty_in_pack: { type: "number" } dimensions_unit: { type: "string" } ean: { type: "string" } full_description: { type: "string" } gtin: { 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" } } } } in_stock: { type: "boolean" } 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" } } } } inventory_level: { type: "number" } is_qty_in_pack_fixed: { type: "boolean" } isbn: { type: "string" } length: { type: "number" } list_price: { type: "number" } manage_stock: { type: "boolean" } meta_description: { type: "string" } meta_keywords: { type: "string" } meta_title: { type: "string" } min_quantity: { type: "number" } modified_time: { type: "object" additionalProperties: true } mpn: { type: "string" } name: { type: "string" } parent_id: { type: "string" } short_description: { type: "string" } sku: { type: "string" } sort_order: { type: "integer" } tax_class_id: { type: "string" } upc: { type: "string" } weight: { type: "number" } weight_unit: { type: "string" } wholesale_price: { type: "number" } width: { type: "number" } } } } } } return_code: { type: "integer" } return_message: { type: "string" } } } }