Path parameters
-
id
integer(int64) Required Numeric ID of the instance
Minimum value is
1
.
Body
Required
-
accountsEmail
string | null Accounts email
-
automaticallyBackorder
string | null Required Automatically backorder
Values are
company_default
,backorder
, orignore
. Default value iscompany_default
. -
companyCode
string | null Company code
Maximum length is
30
. -
createdAt
string(date-time) Created at
-
currencyId
integer(int32) | null Cost prices will be converted at this currency on purchase orders. You can either use fixed or automatic exchange rates. Currencies can be added under Setup > Currencies then assigned here.
-
deliveryDays
integer(int32) | null Required Delivery days
Default value is
0
. -
dropshipProcessing
string | null Required Dropship processing
Values are
direct
ordropship_provider
. Default value isdropship_provider
. -
email
string | null Email
-
fax
string | null Fax
Maximum length is
30
. -
firstName
string | null First name
-
fulfillmentPolicy
string | null Required Fulfillment policy
Values are
manual
,dropship
,fulfill
,company_default
, orblended
. Default value iscompany_default
. -
id
integer(int32) Id
-
lastName
string | null Last name
-
name
string Required Name
-
noInventoryPolicy
string | null Required No inventory policy
Values are
manual
,dropship
, orreplenish
. Default value ismanual
. -
notes
string | null Notes
-
orderEmail
string | null Order email
-
paymentDays
integer(int32) | null Required Payment days
Default value is
0
. -
phone
string | null Phone
Maximum length is
30
. -
returnsEmail
string | null Returns email
-
source
string | null Required Source
Values are
channel
,manual
,dropshipProvider
, orinvenotryFeed
. Default value ischannel
. -
specifyDropshipProviders
boolean Required Specify dropship providers
Default value is
true
. -
taxNumber
string | null Tax number
Maximum length is
30
. -
updatedAt
string(date-time) Updated at
-
warehouseId
integer(int32) | null Warehouse
-
warehouseRouting
string | null Required Warehouse routing
Values are
select
orrouted
. Default value isselect
. -
xeroId
string | null Xero
curl \
--request PUT 'http://api.example.com/v1/vendors/{id}.json' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"accountsEmail":"string","automaticallyBackorder":"company_default","companyCode":"string","createdAt":"2025-05-04T09:42:00Z","currencyId":42,"deliveryDays":0,"dropshipProcessing":"dropship_provider","email":"string","fax":"string","firstName":"string","fulfillmentPolicy":"company_default","id":42,"lastName":"string","name":"string","noInventoryPolicy":"manual","notes":"string","orderEmail":"string","paymentDays":0,"phone":"string","returnsEmail":"string","source":"channel","specifyDropshipProviders":true,"taxNumber":"string","updatedAt":"2025-05-04T09:42:00Z","warehouseId":42,"warehouseRouting":"select","xeroId":"string"}'
{
"accountsEmail": "string",
"automaticallyBackorder": "company_default",
"companyCode": "string",
"createdAt": "2025-05-04T09:42:00Z",
"currencyId": 42,
"deliveryDays": 0,
"dropshipProcessing": "dropship_provider",
"email": "string",
"fax": "string",
"firstName": "string",
"fulfillmentPolicy": "company_default",
"id": 42,
"lastName": "string",
"name": "string",
"noInventoryPolicy": "manual",
"notes": "string",
"orderEmail": "string",
"paymentDays": 0,
"phone": "string",
"returnsEmail": "string",
"source": "channel",
"specifyDropshipProviders": true,
"taxNumber": "string",
"updatedAt": "2025-05-04T09:42:00Z",
"warehouseId": 42,
"warehouseRouting": "select",
"xeroId": "string"
}