Update Company Basic Information
Update a company's basic info, you can update on or more options
Authentication
authTokenstring
API Key authentication via header
Path parameters
companyId
Headers
authToken
Auth token in header.
Request
Request body
addressLine1
Address string line 1
addressLine2
Address string line 2
catalogId
BigCommerce price list Id that company related(If put its 0 will clear the catalog).
city
companyEmail
companyName
companyStatus
Company status:
0=PENDING 1=APPROVED 2=REJECTED 3=INACTIVE 4=DELETED
country
Country full name or ISO2 country code. For Example:
A Country full name: Afghanistan
ISO2 Country code: AF
description
extraFields
To use customized extra fields with field names you need to first add company extra fields in Settings > Extra fields inside B2B edition. eg. If you want to create a new company with an extra integer field named licenseNO, you can use this structure [{‘fieldName’: ‘LicenseNO’, ‘fieldValue’: 10342340323}] in the request body.
phoneNumber
state
zipCode
priceListAssign
Response
Response Success
code
Response status code
data
Response data
message
Response message
Errors
404
Not Found Error