Suppliers implement the Contacts interface.
Associated query | Returns multiple results |
---|
Supplier | |
Suppliers | ✔️ |
Label | Type | Notes | Null |
---|
active | boolean | Indicates if the supplier is active | |
address | Postal address | The supplier's address | ✔️ |
changed | Date | The date of the supplier's last modification | |
created | Date | The date of the supplier's creation | |
currency | Currency | The currency used for this supplier | ✔️ |
discount | decimal(10,2) | The discount applied to the supplier | ✔️ |
email | string | The supplier's email | ✔️ |
employees | Employees | The supplier's employee | ✔️ |
facebook | string | The supplier's facebook page | ✔️ |
id | integer | The supplier's id integer, not the supplier's id string | |
instagram | string | The supplier's instagram page | ✔️ |
label | string | The supplier's label, automatically generated by combining the first and last name | |
notes | string | Notes about the supplier | ✔️ |
phone | string | The supplier's phone number | ✔️ |
price_level | Price Level | The price level used for the supplier. The price level's type must be "purchase" | ✔️ |
supplier_id | string | The supplier's id string, not the supplier's machine id | |
tags | Supplier tags | The supplier's tags | ✔️ |
taxes | Taxes | The taxes applied to the supplier | ✔️ |
twitter | string | The supplier's twitter page | ✔️ |
user | Users | The user who created the supplier | |
website | string | The supplier's website | ✔️ |
query{
Suppliers{
edges{
node{
active
address{
country
}
changed
created
currency{
iso
}
discount
email
employees{
edges{
node{
id
}
}
}
facebook
id
instagram
label
notes
phone
price_level{
id
}
supplier_id
tags{
edges{
node{
id
}
}
}
taxes{
edges{
node{
id
}
}
}
twitter
user{
id
}
website
}
}
}
}