account_manager | Account manager | The account manager associated to this document | ✔️ |
amount_paid | decimal(12,2) | The amount paid in this document | |
bill_to | Address | The billing address | ✔️ |
changed | Date | The date of the invoice's last modification | |
created | Date | The date of the invoice's creation | |
created_from_estimate | Estimate | The estimate this document was created from | ✔️ |
created_from_type | integer | The type of document this Invoice was created from | ✔️ |
created_from_sales_order | Sales order | The sales order this document was created from | ✔️ |
created_from_shipping_order | Shipping order | The shipping order this document was created from | ✔️ |
created_from_subscription | Subscription | The subscription this document was created from | ✔️ |
currency | Currency | The currency used in this document | ✔️ |
customer | Customer | The customer this document is addressed to | ✔️ |
delivery_type | string | The type of delivery used in this document | |
deposit | boolean | | |
discount | decimal(10,2) | The discount applied in this document | ✔️ |
due_date | DateNoHour | The due date of this document | ✔️ |
exchange_rate | decimal(12,6) | The exchange rate for this document's currency | ✔️ |
external_reference | string | The external reference of this document | ✔️ |
for_the_attention_of | string | The person this document is addressed to | ✔️ |
global_discount | decimal(12,2) | The global discount applied to the document | ✔️ |
id | integer | The id of the document | |
internal_notes | string | Notes about this document that only you will see | ✔️ |
invoice_status | string | The status of this document ("paid", "unpaid", "partially_paid", "draft", "cancelled") | |
label | string | The order number of this specific invoice. Automatically generated | |
line_items | Line items | The line items of the document | |
location | Location | The location used in the document | ✔️ |
notes | string | Notes about this document that you AND the customer will see | ✔️ |
payments | Payments | The payments associated to this document | ✔️ |
payment_information | Payment information | Informations about the payments on this document | ✔️ |
price_level | Price level | The price level used in this document | |
product_returns_created | Product returns | The product returns created from this document | ✔️ |
season | Season | The season used int this document | ✔️ |
shipping_cost | decimal(10,2) | The shipping cost | ✔️ |
shipping_taxes | Taxes | The shipping taxes used in this document | ✔️ |
ship_to | Address | The shipping address | ✔️ |
subtotal | decimal(12,2) | The subtotal of this document | |
taxes | Taxes | The taxes used in this document | ✔️ |
tax_type | Object | The type of taxes in this document | ✔️ |
terms_and_conditions | string | The terms and condition of this document | ✔️ |
total | decimal(12,2) | The total of this document | |
total_taxes | Total taxes | The total taxes of this document | |
total_units | decimal(17,7) | The total units of this order | |
user | User | The user who created this order | |