action api2cart_cart_info { label: "CartInfo" description: "Get cart information" provider: api2cart method: GET path: "/cart.info.json" encoding: json input: { type: "object" properties: { exclude: { type: "string" } params: { type: "string" } response_fields: { type: "string" } store_id: { type: "string" } } additionalProperties: false } output: { type: "object" properties: { result: { type: "object" properties: { additional_fields: { type: "object" } custom_fields: { type: "object" } db_prefix: { type: "string" } name: { type: "string" } shipping_zones: { type: "array" items: { type: "object" properties: { additional_fields: { type: "object" } code: { type: "string" } country: { type: "string" } country_iso2_codes: { type: "array" items: { type: "string" } } custom_fields: { type: "object" } id: { type: "string" } name: { type: "string" } } } } stores_info: { type: "array" items: { type: "object" properties: { active: { type: "boolean" } additional_fields: { type: "object" } carrier_info: { type: "array" items: { type: "object" properties: { active: { type: "boolean" } additional_fields: { type: "object" } custom_fields: { type: "object" } id: { type: "string" } name: { type: "string" } shipping_methods: { type: "array" items: { type: "object" properties: { additional_fields: { type: "object" additionalProperties: true } custom_fields: { type: "object" additionalProperties: true } name: { type: "object" additionalProperties: true } } } } } } } channels: { type: "array" items: { type: "object" properties: { additional_fields: { type: "object" } custom_fields: { type: "object" } id: { type: "string" } is_enabled: { type: "boolean" } name: { type: "string" } platform: { type: "string" } } } } country: { type: "string" } currency: { type: "object" properties: { additional_fields: { type: "object" } avail: { type: "boolean" } custom_fields: { type: "object" } default: { type: "boolean" } id: { type: "string" } iso3: { type: "string" } name: { type: "string" } rate: { type: "number" } symbol_left: { type: "string" } symbol_right: { type: "string" } } } custom_fields: { type: "object" } default_warehouse_id: { type: "string" } dimension_unit: { type: "string" } language: { type: "string" } multi_store_url: { type: "string" } name: { type: "string" } prices_include_tax: { type: "boolean" } root_category_id: { type: "string" } store_currencies: { type: "array" items: { type: "object" additionalProperties: true } } store_id: { type: "string" } store_languages: { type: "array" items: { type: "object" properties: { additional_fields: { type: "object" } custom_fields: { type: "object" } id: { type: "string" } iso_code: { type: "string" } name: { type: "string" } } } } store_owner_info: { type: "object" properties: { additional_fields: { type: "object" } city: { type: "string" } country: { type: "string" } custom_fields: { type: "object" } email: { type: "string" } owner: { type: "string" } phone: { type: "string" } state: { type: "string" } state_code: { type: "string" } street_address: { type: "string" } street_address_line_2: { type: "string" } zip_code: { type: "string" } } } timezone: { type: "string" } weight_unit: { type: "string" } } } } url: { type: "string" } version: { type: "string" } warehouses: { type: "array" items: { type: "object" properties: { additional_fields: { type: "object" } address: { type: "object" properties: { additional_fields: { type: "object" } address1: { type: "string" } address2: { type: "string" } city: { type: "string" } company: { type: "string" } country: { type: "object" properties: { additional_fields: { type: "object" } code2: { type: "string" } code3: { type: "string" } custom_fields: { type: "object" } name: { type: "string" } } } custom_fields: { type: "object" } default: { type: "boolean" } fax: { type: "string" } first_name: { type: "string" } gender: { type: "string" } id: { type: "string" } last_name: { type: "string" } phone: { type: "string" } postcode: { type: "string" } region: { type: "string" } state: { type: "object" properties: { additional_fields: { type: "object" } code: { type: "string" } custom_fields: { type: "object" } name: { type: "string" } } } type: { type: "string" } website: { type: "string" } } } avail: { type: "boolean" } carriers_ids: { type: "array" items: { type: "string" } } custom_fields: { type: "object" } description: { type: "string" } id: { type: "string" } name: { type: "string" } stores_ids: { type: "array" items: { type: "string" } } } } } } } return_code: { type: "integer" } return_message: { type: "string" } } } }