From f62db3ba8e9869e009de5af7e1856817c6b319cd Mon Sep 17 00:00:00 2001 From: Traci Porter Date: Tue, 10 Dec 2024 13:38:19 -0600 Subject: [PATCH] fix links (#700) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # NO TICKETS ## What changed? Fixed broken b2b links ## Release notes draft N/a * ## Anything else? ping {names} --- docs/b2b-edition/about/index.mdx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/b2b-edition/about/index.mdx b/docs/b2b-edition/about/index.mdx index 7265e2d36..56ae109e4 100644 --- a/docs/b2b-edition/about/index.mdx +++ b/docs/b2b-edition/about/index.mdx @@ -7,7 +7,7 @@ Make BigCommerce B2B Edition API requests in the context of the storefront or se | API | Base URL | |:--|:--| | GraphQL Storefront API | `https://api-b2b.bigcommerce.com/graphql` | -| REST Storefront API | See [endpoint reference](https://developer.bigcommerce.com/b2b-edition/apis/rest-storefront/auth) | +| REST Storefront API | See [endpoint reference](/b2b-edition/apis#storefront-apis) | | REST Management V3 | `https://api-b2b.bigcommerce.com/api/v3/io/`| | REST Management V2 | `https://api-b2b.bigcommerce.com/api/v2/io/`| @@ -15,12 +15,12 @@ Make BigCommerce B2B Edition API requests in the context of the storefront or se | Resource | Description | |:--|:--| -| [Company](https://developer.bigcommerce.com/b2b-edition/apis/rest-management/v3/company#create-a-company) | Set client company info, administrator, and more. | -| [Address](https://developer.bigcommerce.com/b2b-edition/apis/rest-management/v3/address#get-an-address) | Associate one or more addresses with a company. | -| [Order](https://developer.bigcommerce.com/b2b-edition/apis/rest-management/v3/orders/order#get-an-order) | Extend the BigCommerce order object with B2B-specific information, such as purchase order number. | -| [Payment](https://developer.bigcommerce.com/b2b-edition/apis/rest-management/v3/payment#update-company-payments) | Manage company payment methods. | -| [Sales staff](https://developer.bigcommerce.com/b2b-edition/apis/rest-management/v3/sales-staff#update-a-sales-staff) and [super admin](https://developer.bigcommerce.com/b2b-edition/apis/rest-management/v3/super-admin#update-company-&-super-admins-relationship) | Manage sales staff and admin access privileges. | -| [Quote](https://developer.bigcommerce.com/b2b-edition/apis/rest-management/v3/quote#get-quote-form-list) | Manage quotes. | +| [Company](/b2b-edition/apis/rest-storefront/company) | Set client company info, administrator, and more. | +| [Address](/b2b-edition/apis/rest-management/address) | Associate one or more addresses with a company. | +| [Order](/b2b-edition/apis/rest-management/order) | Extend the BigCommerce order object with B2B-specific information, such as purchase order number. | +| [Payment](/b2b-edition/apis/rest-management/payment) | Manage company payment methods. | +| [Sales staff](/b2b-edition/apis/rest-management/sales-staff) and [super admin](/b2b-edition/apis/rest-management/super-admin) | Manage sales staff and admin access privileges. | +| [Quote](/b2b-edition/apis/rest-management/quote) | Manage quotes. | ## Request headers