Customers implement the Contacts interface.
Associated query | Returns multiple results |
---|
Customer | |
Customers | ✔️ |
Label | Type | Notes | Null |
---|
account_manager | Account Manager | The account manager linked to the customer | ✔️ |
active | integer | Indicates if the customer is active | |
addresses | Customer Addresses | The customer's address | ✔️ |
changed | Date | The date of the customer's last modification | |
created | Date | The date of the customer's creation | |
currency | Currency | The currency used for the customer | ✔️ |
customer_id | string | The customer's id | |
discount | decimal(10,2) | The discount applied to the customer | ✔️ |
emails | string list | The customer emails | ✔️ |
employees | Employees | The employees of the customer | ✔️ |
facebook | string | The facebook page of the customer | ✔️ |
id | integer | The customer's id | |
instagram | string | The customer's instagram | ✔️ |
label | string | The customer's label, automatically generated by combining the first and last name | |
location | Location | The customer's location | ✔️ |
notes | string | Some notes about the customer | ✔️ |
pdf_language | string | The language used for pdf for the customer | ✔️ |
price_level | Price Level | The price levels used for the customer. The price levels always have their type as "selling" | ✔️ |
phone | string | The customer's phone | ✔️ |
tags | Customer tags | The customer's tags | ✔️ |
taxes | Taxes | The taxes applied to the customer | ✔️ |
tax_number | string | The customer's tax number | ✔️ |
tax_type | Object | The type of taxes applied to the customer | ✔️ |
terms | string | Indicate when the payments are done ("net" means "Net terms", "eom" means "End of month terms") | ✔️ |
terms_and_conditions | string | The terms and conditions | ✔️ |
terms_of_payment | integer | The how much time the customer is given to pay in days | ✔️ |
twitter | string | The twitter page of the customer | ✔️ |
user | User | The user who created the customer | |
website | string | The customer's website | ✔️ |
query{
Customers{
edges{
node{
account_manager{
id
}
active
addresses{
edges{
node{
id
}
}
}
changed
created
currency{
iso
}
customer_id
discount
employees{
edges{
node{
id
}
}
}
facebook
id
instagram
label
location{
id
}
notes
pdf_language
price_level{
id
}
phone
tags{
edges{
node{
label
}
}
}
taxes{
edges{
node{
id
}
}
}
tax_number
tax_type
terms
terms_and_conditions
terms_of_payment
twitter
user{
id
}
website
}
}
}
}