action api2cart_order_info { label: "OrderInfo" description: "Info about a specific order by ID" provider: api2cart method: GET path: "/order.info.json" encoding: json input: { type: "object" properties: { enable_cache: { type: "boolean" } exclude: { type: "string" } id: { type: "string" } order_id: { 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" } basket_id: { type: "string" } billing_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" } } } bundles: { type: "array" items: { type: "object" properties: { additional_fields: { type: "object" } barcode: { type: "string" } custom_fields: { type: "object" } discount_amount: { type: "number" } model: { type: "string" } name: { type: "string" } options: { type: "array" items: { type: "object" properties: { additional_fields: { type: "object" } custom_fields: { type: "object" } name: { type: "string" } option_id: { type: "string" } price: { type: "number" } product_option_value_id: { type: "string" } type: { type: "string" } value: { type: "string" } weight: { type: "number" } } } } order_product_id: { type: "string" } parent_order_product_id: { type: "string" } price: { type: "number" } price_inc_tax: { type: "number" } product_id: { type: "string" } quantity: { type: "number" } tax_percent: { type: "number" } tax_value: { type: "number" } tax_value_after_discount: { type: "number" } total_price: { type: "number" } variant_id: { type: "string" } weight: { type: "number" } weight_unit: { type: "string" } } } } channel_id: { type: "string" } comment: { type: "string" } create_at: { type: "object" properties: { additional_fields: { type: "object" } custom_fields: { type: "object" } format: { type: "string" } value: { 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" } customer: { type: "object" properties: { additional_fields: { type: "object" } custom_fields: { type: "object" } email: { type: "string" } first_name: { type: "string" } id: { type: "string" } last_name: { type: "string" } phone: { type: "string" } } } discounts: { type: "array" items: { type: "object" properties: { additional_fields: { type: "object" } code: { type: "string" } custom_fields: { type: "object" } type: { type: "string" } value: { type: "number" } } } } finished_time: { type: "object" additionalProperties: true } gift_message: { type: "string" } id: { type: "string" } modified_at: { type: "object" additionalProperties: true } order_details_url: { type: "string" } order_id: { type: "string" } order_products: { type: "array" items: { type: "object" additionalProperties: true } } payment_method: { type: "object" properties: { additional_fields: { type: "object" } custom_fields: { type: "object" } name: { type: "string" } } } refunds: { type: "array" items: { type: "object" properties: { additional_fields: { type: "object" } comment: { type: "string" } custom_fields: { type: "object" } fee: { type: "number" } id: { type: "string" } items: { type: "array" items: { type: "object" properties: { additional_fields: { type: "object" } custom_fields: { type: "object" } order_product_id: { type: "string" } product_id: { type: "string" } qty: { type: "number" } refund: { type: "number" } variant_id: { type: "string" } } } } modified_time: { type: "object" additionalProperties: true } shipping: { type: "number" } tax: { type: "number" } total: { type: "number" } } } } shipping_address: { type: "object" additionalProperties: true } shipping_method: { type: "object" properties: { additional_fields: { type: "object" } custom_fields: { type: "object" } name: { type: "string" } } } shipping_methods: { type: "array" items: { type: "object" additionalProperties: true } } status: { type: "object" properties: { additional_fields: { type: "object" } custom_fields: { type: "object" } history: { type: "array" items: { type: "object" properties: { additional_fields: { type: "object" } comment: { type: "string" } custom_fields: { type: "object" } id: { type: "string" } modified_time: { type: "object" additionalProperties: true } name: { type: "string" } notify: { type: "boolean" } } } } id: { type: "string" } name: { type: "string" } refund_info: { type: "object" properties: { additional_fields: { type: "object" } comment: { type: "string" } custom_fields: { type: "object" } fee: { type: "number" } refunded_items: { type: "array" items: { type: "object" additionalProperties: true } } shipping: { type: "number" } tax: { type: "number" } time: { type: "object" additionalProperties: true } total_refunded: { type: "number" } } } } } store_id: { type: "string" } total: { type: "object" properties: { additional_fields: { type: "object" } custom_fields: { type: "object" } shipping_ex_tax: { type: "number" } subtotal_ex_tax: { type: "number" } total: { type: "number" } total_discount: { type: "number" } total_paid: { type: "number" } total_tax: { type: "number" } wrapping_ex_tax: { type: "number" } } } totals: { type: "object" properties: { additional_fields: { type: "object" } custom_fields: { type: "object" } discount: { type: "number" } shipping: { type: "number" } subtotal: { type: "number" } tax: { type: "number" } total: { type: "number" } } } warehouses_ids: { type: "array" items: { type: "string" } } } } return_code: { type: "integer" } return_message: { type: "string" } } } }