---
title: "Update Vendor"
method: PUT
path: "/api/v1/partner/vendors/{vendorId}"
tags: ["Blaze Partner Vendor"]
---

# Update Vendor

`PUT /api/v1/partner/vendors/{vendorId}`

## Path parameters

- `vendorId` string, required

## Request body

- PartnerVendorUpdateRequest
  - `id` string
  - `created` integer
  - `modified` integer
  - `deleted` boolean
  - `updated` boolean
  - `companyId` string
  - `importId` string
  - `active` boolean
  - `name` string
  - `phone` string
  - `email` string
  - `fax` string
  - `address` Address
    - `id` string
    - `created` integer
    - `modified` integer
    - `deleted` boolean
    - `updated` boolean
    - `companyId` string
    - `address` string
    - `city` string
    - `state` string
    - `zipCode` string
    - `addressLine2` string
    - `country` string
    - `latitude` number
    - `longitude` number
    - `completeTransaction` boolean
  - `description` string
  - `website` string
  - `firstName` string
  - `lastName` string
  - `notes` Note[]
    - `id` string
    - `created` integer
    - `modified` integer
    - `deleted` boolean
    - `updated` boolean
    - `writerId` string
    - `writerName` string
    - `message` string
    - `enableOnFleet` boolean
  - `licenseNumber` string
  - `assets` CompanyAsset[]
    - `id` string
    - `created` integer
    - `modified` integer
    - `deleted` boolean
    - `updated` boolean
    - `companyId` string
    - `name` string
    - `key` string
    - `type` 'Photo' | 'Document' | 'Kml'
    - `publicURL` string
    - `active` boolean
    - `priority` integer
    - `secured` boolean
    - `thumbURL` string
    - `mediumURL` string
    - `largeURL` string
    - `largeX2URL` string
    - `origURL` string
    - `platformFileUrl` string
    - `assetType` 'Photo' | 'Document' | 'Kml'
  - `backOrderEnabled` boolean
  - `licenseExpirationDate` integer
  - `armsLengthType` 'ARMS_LENGTH' | 'NON_ARMS_LENGTH'
  - `brands` string[]
  - `qbVendorRef` object[]
  - `companyType` 'DISTRIBUTOR' | 'CULTIVATOR' | 'RETAILER' | 'MANUFACTURER' | 'TRANSPORTER' | 'OTHER' | 'TESTING_FACILITY'
  - `additionalAddressList` Address[]
    - `id` string
    - `created` integer
    - `modified` integer
    - `deleted` boolean
    - `updated` boolean
    - `companyId` string
    - `address` string
    - `city` string
    - `state` string
    - `zipCode` string
    - `addressLine2` string
    - `country` string
    - `latitude` number
    - `longitude` number
    - `completeTransaction` boolean
  - `credits` number
  - `mobileNumber` string
  - `licenceType` 'RECREATIONAL' | 'MEDICINAL' | 'BOTH'
  - `relatedEntity` boolean
  - `vendorType` 'CUSTOMER' | 'VENDOR' | 'BOTH'
  - `dbaName` string
  - `companyLicenses` CompanyLicense[]
    - `id` string
    - `created` integer
    - `modified` integer
    - `deleted` boolean
    - `updated` boolean
    - `companyType` 'DISTRIBUTOR' | 'CULTIVATOR' | 'RETAILER' | 'MANUFACTURER' | 'TRANSPORTER' | 'OTHER' | 'TESTING_FACILITY'
    - `licenseType` 'RECREATIONAL' | 'MEDICINAL' | 'BOTH'
    - `licenseNumber` string
    - `licenseExpirationDate` integer
    - `toDefault` boolean
  - `createdBy` string
  - `accountOwnerId` string
  - `defaultPaymentTerm` string
  - `salesPerson` string
  - `contactPerson` string
  - `defaultContactId` string
  - `externalId` string
  - `toDefault` boolean
  - `connectedShop` string
  - `platformVendorId` string
  - `employeeId` string
  - `giftCard` boolean
  - `vendorKey` string

## Response `200`

successful operation

- Vendor
  - `id` string
  - `created` integer
  - `modified` integer
  - `deleted` boolean
  - `updated` boolean
  - `companyId` string
  - `importId` string
  - `active` boolean
  - `name` string
  - `phone` string
  - `email` string
  - `fax` string
  - `address` Address
    - `id` string
    - `created` integer
    - `modified` integer
    - `deleted` boolean
    - `updated` boolean
    - `companyId` string
    - `address` string
    - `city` string
    - `state` string
    - `zipCode` string
    - `addressLine2` string
    - `country` string
    - `latitude` number
    - `longitude` number
    - `completeTransaction` boolean
  - `description` string
  - `website` string
  - `firstName` string
  - `lastName` string
  - `notes` Note[]
    - `id` string
    - `created` integer
    - `modified` integer
    - `deleted` boolean
    - `updated` boolean
    - `writerId` string
    - `writerName` string
    - `message` string
    - `enableOnFleet` boolean
  - `licenseNumber` string
  - `assets` CompanyAsset[]
    - `id` string
    - `created` integer
    - `modified` integer
    - `deleted` boolean
    - `updated` boolean
    - `companyId` string
    - `name` string
    - `key` string
    - `type` 'Photo' | 'Document' | 'Kml'
    - `publicURL` string
    - `active` boolean
    - `priority` integer
    - `secured` boolean
    - `thumbURL` string
    - `mediumURL` string
    - `largeURL` string
    - `largeX2URL` string
    - `origURL` string
    - `platformFileUrl` string
    - `assetType` 'Photo' | 'Document' | 'Kml'
  - `backOrderEnabled` boolean
  - `licenseExpirationDate` integer
  - `armsLengthType` 'ARMS_LENGTH' | 'NON_ARMS_LENGTH'
  - `brands` string[]
  - `qbVendorRef` object[]
  - `companyType` 'DISTRIBUTOR' | 'CULTIVATOR' | 'RETAILER' | 'MANUFACTURER' | 'TRANSPORTER' | 'OTHER' | 'TESTING_FACILITY'
  - `additionalAddressList` Address[]
    - `id` string
    - `created` integer
    - `modified` integer
    - `deleted` boolean
    - `updated` boolean
    - `companyId` string
    - `address` string
    - `city` string
    - `state` string
    - `zipCode` string
    - `addressLine2` string
    - `country` string
    - `latitude` number
    - `longitude` number
    - `completeTransaction` boolean
  - `credits` number
  - `mobileNumber` string
  - `licenceType` 'RECREATIONAL' | 'MEDICINAL' | 'BOTH'
  - `relatedEntity` boolean
  - `vendorType` 'CUSTOMER' | 'VENDOR' | 'BOTH'
  - `dbaName` string
  - `companyLicenses` CompanyLicense[]
    - `id` string
    - `created` integer
    - `modified` integer
    - `deleted` boolean
    - `updated` boolean
    - `companyType` 'DISTRIBUTOR' | 'CULTIVATOR' | 'RETAILER' | 'MANUFACTURER' | 'TRANSPORTER' | 'OTHER' | 'TESTING_FACILITY'
    - `licenseType` 'RECREATIONAL' | 'MEDICINAL' | 'BOTH'
    - `licenseNumber` string
    - `licenseExpirationDate` integer
    - `toDefault` boolean
  - `createdBy` string
  - `accountOwnerId` string
  - `defaultPaymentTerm` string
  - `salesPerson` string
  - `contactPerson` string
  - `defaultContactId` string
  - `externalId` string
  - `toDefault` boolean
  - `connectedShop` string
  - `platformVendorId` string
  - `giftCard` boolean
  - `vendorKey` string

---

[API](https://skmtc.dev/blaze/apis/blaze-developer-api.md) · [All operations](https://skmtc.dev/blaze/apis/blaze-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/blaze/blaze-developer-api/revisions/784b1a029ac6/schema)
