input CreateVendorInput

Fields

FieldTypeDescription
customer_account_idString

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

nameString!

Human-readable name for this vendor.

emailString!

Email address for the contact.

account_numberString

Account number for this vendor.

addressAddressInput

Address details for this vendor.

currencyString

ISO 4217 currency code for the monetary values on this vendor.

internal_noteString

Internal note for this vendor.

default_po_noteString

Default po note for this vendor.

logoString

Logo for this vendor.

partner_vendor_idInt

Public API partner vendor ID that identifies the related record.

Referenced By

Example

{
  "customer_account_id": "QWNjb3VudDoxMjM0",
  "name": "Acme Supplies",
  "email": "customer@example.com",
  "account_number": "2",
  "address": {address1: "123 Fulfillment Ave", city: "New York", country: "US"},
  "currency": "19.99",
  "internal_note": "Customer requested expedited handling.",
  "default_po_note": "Customer requested expedited handling.",
  "logo": "https://example.com/images/blue-tee.jpg",
  "partner_vendor_id": 1234
}