From bd1f10d5ce9c734ba6cc4a03ee8768a6128e5fe3 Mon Sep 17 00:00:00 2001 From: "Jamessen.Liu" <49837274+JamessenLiu@users.noreply.github.com> Date: Fri, 20 Sep 2024 08:37:47 +0800 Subject: [PATCH] change the description of turning off an independent company from disabled to turned off --- docs/b2b-edition/specs/api-v3/company/company.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/b2b-edition/specs/api-v3/company/company.yaml b/docs/b2b-edition/specs/api-v3/company/company.yaml index c15971632..e0d7ec6ee 100644 --- a/docs/b2b-edition/specs/api-v3/company/company.yaml +++ b/docs/b2b-edition/specs/api-v3/company/company.yaml @@ -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: @@ -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 @@ -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: