input CreateVendorInput

Fields

FieldTypeDescription
customer_account_idString

Use this when you are a 3PL acting on behalf of one of your customers

nameString!
emailString!
account_numberString
addressAddressInput
currencyString
internal_noteString
default_po_noteString
logoString
partner_vendor_idInt

Referenced By

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
}