-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
<!-- Ticket number or summary of work --> # [B2B-1327] ## What changed? Fixed errors displayed in Visual Studio ## Release notes draft <!-- Provide an entry for the release notes using simple, conversational language. Don't be too technical. Explain how the change will benefit the merchant and link to the feature. Examples: * The newly-released [X feature] is now available to use. Now, you’ll be able to [perform Y action]. * We're happy to announce [X feature], which can help you [perform Y action]. * [X feature] helps you to create [Y response] using the [Z query parameter]. Now, you can deliver [ex, localized shopping experiences for your customers]. * Fixed a bug in the [X endpoint]. Now the [Y field] will appear when you click [Z option]. --> * ## Anything else? <!-- Add related PRs, salient notes, additional ticket numbers, etc. --> ping {names} [B2B-1327]: https://bigcommercecloud.atlassian.net/browse/B2B-1327?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
- Loading branch information
1 parent
1fb356d
commit 3a483bc
Showing
8 changed files
with
891 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ info: | |
title: Authentication | ||
version: '1.0' | ||
description: Storefront authentication for the BigCommerce B2B Edition API | ||
contact: | ||
name: BigCommerce | ||
url: 'https://www.bigcommerce.com' | ||
email: [email protected] | ||
servers: | ||
- url: 'https://api-b2b.bigcommerce.com/api' | ||
paths: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ info: | |
title: Company | ||
version: '1.0' | ||
description: Company refers to a collection of customers. BigCommerce B2B Edition special provided company member management and convenience of company purchasing. | ||
contact: | ||
name: BigCommerce | ||
url: 'https://www.bigcommerce.com' | ||
email: [email protected] | ||
servers: | ||
- url: 'https://api-b2b.bigcommerce.com/api/v2' | ||
security: | ||
|
@@ -14,7 +18,7 @@ paths: | |
description: |- | ||
Create a company on the storefront. | ||
Equivalent Storefront GraphQL API Mutation: `companyCreate`. For more information, see the [GraphQL Playground](https://api-b2b.bigcommerce.com/graphql/playground). | ||
operationId: createcompany(fronted) | ||
operationId: createcompany(frontend) | ||
parameters: [] | ||
requestBody: | ||
content: | ||
|
@@ -190,7 +194,7 @@ paths: | |
isRequired: | ||
type: string | ||
minLength: 1 | ||
description: If this fields is requied | ||
description: If this fields is required | ||
required: | ||
- fieldName | ||
- labelName | ||
|
@@ -635,22 +639,22 @@ paths: | |
type: string | ||
in: query | ||
name: minLastModifiedTime | ||
description: Mininum last modified time | ||
description: Minimum last modified time | ||
- schema: | ||
type: string | ||
in: query | ||
name: maxLastModifiedTime | ||
description: Maxinum last modified time | ||
description: Maximum last modified time | ||
- schema: | ||
type: string | ||
in: query | ||
name: minLastCreatedTime | ||
description: Mininum last created time | ||
description: Minimum last created time | ||
- schema: | ||
type: string | ||
in: query | ||
name: maxLastCreatedTime | ||
description: Maxinum last created time | ||
description: Maximum last created time | ||
- schema: | ||
type: string | ||
in: query | ||
|
@@ -2592,6 +2596,11 @@ paths: | |
description: States of this country | ||
items: | ||
type: object | ||
properties: | ||
stateName: | ||
type: string | ||
stateCode: | ||
type: string | ||
required: | ||
- id | ||
- countryName | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.