action api2cart_customer_info { label: "CustomerInfo" description: "Get customers' details from store." provider: api2cart method: GET path: "/customer.info.json" encoding: json input: { type: "object" properties: { exclude: { type: "string" } 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" } address_book: { type: "array" items: { 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" } } } } birth_day: { type: "object" properties: { additional_fields: { type: "object" } custom_fields: { type: "object" } format: { type: "string" } value: { type: "string" } } } company: { type: "string" } created_time: { type: "object" additionalProperties: true } custom_fields: { type: "object" } email: { type: "string" } fax: { type: "string" } first_name: { type: "string" } gender: { type: "string" } group: { type: "array" items: { type: "object" properties: { additional_fields: { type: "object" } custom_fields: { type: "object" } id: { type: "string" } name: { type: "string" } } } } id: { type: "string" } ip_address: { type: "string" } last_login: { type: "object" additionalProperties: true } last_name: { type: "string" } last_order_id: { type: "string" } login: { type: "string" } modified_time: { type: "object" additionalProperties: true } news_letter_subscription: { type: "boolean" } orders_count: { type: "integer" } phone: { type: "string" } status: { type: "string" } stores_ids: { type: "array" items: { type: "string" } } website: { type: "string" } } } return_code: { type: "integer" } return_message: { type: "string" } } } }