# Inputs / Suppliers

# Suppliers

**Object**
## SupplierAdditionalContactInput

| Fields | Type | Description | Validation |
| --- | --- | --- | --- |
| name | *String!* | The name of the additional contact | Minimum Length: 1Maximum Length: 160 |
| contact | [ContactInput!](/documentation/Inputs/Contact-Input#ContactInput) | The contact details of the additional contact |  |
| emailOrders | *Boolean* | Whether to automatically CC this contact on emailed orders |  |



**Object**
## SupplierInput

| Fields | Type | Description | Validation |
| --- | --- | --- | --- |
| id | [ID](/documentation/Types/UUID#UUID) | The Shopfront UUID of the requested supplier |  |
| mdbId | *Int* | The MDBId of the requested supplier | Minimum: 1 |
| abn | *String* | The ABN of the requested supplier | Maximum Length: 40 |
| name | *String* | The name of the requested supplier | Maximum Length: 160 |