supplier
query
Get supplier by ID
Retrieves the full details of a single supplier, including contact information, billing settings, associated taxes, delivery preferences, and payment terms.
query {
supplier(companyId: Int!, supplierId: Int!, options: SupplierOptionsSingle): Supplier!
}Returns: Supplier!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
supplierId | Int! | |
options | SupplierOptionsSingle |