Skip to content

Commit

Permalink
change the description of turning off an independent company from dis…
Browse files Browse the repository at this point in the history
…abled to turned off
  • Loading branch information
JamessenLiu committed Sep 20, 2024
1 parent f53e242 commit bd1f10d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/b2b-edition/specs/api-v3/company/company.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ paths:
description: |-
Create a company.
* When the `independent company behavior` is enabled, the system will not automatically create a dedicated customer group for each new Company account. Instead, you can assign a customer group to a Company account as needed using the `customerGroupId` field. If the `customerGroupId` field is not provided, the B2B company will be associated with your configured default customer group. If you have not configured a default customer group, the B2B company will not be associated with any customer group, and the company users within the company will have their corresponding customer record assigned to "No Group" in BigCommerce.
* When the `independent company behavior` is disabled, a new customer group will be automatically created and associated with each new Company account. In this case, you will not use the `customerGroupId` field.
* When the `independent company behavior` is turned off, a new customer group will be automatically created and associated with each new Company account. In this case, you will not use the `customerGroupId` field.
operationId: post-companies
requestBody:
content:
Expand Down Expand Up @@ -875,7 +875,7 @@ paths:
description: |
Update a company's attributes.
* When the `independent company behavior` is enabled, you can assign a customer group to a Company using the `customerGroupId` field. Once assigned, the customer group will be associated with all users within that Company. If `customerGroupId` is set to 0, the customer group association will be removed from the Company, and all users within the Company will no longer have a group assigned. The `priceListAssign` field will not take effect; please configure the price list for the customer group directly in the BigCommerce Control Panel.
* When the `independent company behavior` is disabled, the `customerGroupId` field will not take effect. You cannot change the association between B2B companies and BigCommerce customer groups. You will use the `priceListAssign` field to configure the price list assigned to the Company.
* When the `independent company behavior` is turned off, the `customerGroupId` field will not take effect. You cannot change the association between B2B companies and BigCommerce customer groups. You will use the `priceListAssign` field to configure the price list assigned to the Company.
operationId: put-companies-companyId
parameters:
- name: companyId
Expand Down Expand Up @@ -1044,7 +1044,7 @@ paths:
summary: Delete a Company
description: |-
Delete A Company.
* When the `independent company behavior` is disabled. Deleting a company will also delete the corresponding BigCommerce Customer Group.
* When the `independent company behavior` is turned off. Deleting a company will also delete the corresponding BigCommerce Customer Group.
* When the `independent company behavior` is enabled. Deleting a company will not affect the customer group associated with the company.
operationId: delete-companies-companyId
parameters:
Expand Down

0 comments on commit bd1f10d

Please sign in to comment.