input CreateVendorInput
Fields
| Field | Type | Description |
|---|---|---|
customer_account_id | String | Use this when you are a 3PL acting on behalf of one of your customers |
name | String! | |
email | String! | |
account_number | String | |
address | AddressInput | |
currency | String | |
internal_note | String | |
default_po_note | String | |
logo | String | |
partner_vendor_id | Int |
Referenced By
- vendor_create Mutation
Example
{
"customer_account_id": "abc123",
"name": "abc123",
"email": "abc123",
"account_number": "abc123",
"address": AddressInput,
"currency": "abc123",
"internal_note": "abc123",
"default_po_note": "abc123",
"logo": "abc123",
"partner_vendor_id": 987
}