account_manager | AccountManager | The account manager associated to the credit note | ✔️ |
bill_to | Address | The billing address | ✔️ |
changed | Date | The date of the credit note's last modification | |
created | Date | The date of the credit note's creation | |
created_from_invoice | Invoice | If this credit note was created from an invoice, return a sub-query on this invoice | ✔️ |
created_from_type | string | The type of document this credit note was created from | |
created_from_product_return | ProductReturn | If this credit note was created from a product return, return a sub-query on this product return | ✔️ |
credit_note_status | string | The status of the credit note ("pending", "credited", "partially_credited", "cancelled") | |
currency | Currency | The currency used in this credit note | ✔️ |
customer | Customer | The customer this credit note is addressed to | ✔️ |
internal_notes | string | Notes about this credit note that only you will see | ✔️ |
global_discount | decimal(12,2) | The global discount applied to the credit note | ✔️ |
id | integer | The id of the credit note | |
label | string | The order number of this specific credit note. Automatically generated | |
line_items | Line items | The line items of the credit note | |
location | Location | The location used in this credit note | ✔️ |
notes | string | Notes about this credit note that you AND the customer will see | ✔️ |
price_level | Price level | The price level used in this credit note | ✔️ |
season | Season | The season used for this credit note | ✔️ |
shipping_cost | decimal(10,2) | The shipping cost of this order | ✔️ |
shipping_taxes | Taxes | The shipping taxes of this order | ✔️ |
subtotal | decimal(12,2) | The subtotal of this order | |
taxes | Taxes | The taxes applied to this order | ✔️ |
tax_type | Object | The type of the taxes of this order ("Inclusive", "Exclusive") | ✔️ |
total | decimal(12,2) | The total cost of this order | |
total_taxes | TotalTaxes | The total taxes of this order | |
total_units | decimal(17,7) | The total units of this order | |
user | User | The user who created this order | |