-
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 linter errors Outstanding questions : user.yaml - there is an error on lines 902 and 911 due to the '{field name}' requirement object invoice_management > invoice.yaml - Need array objects for `customerFields` and `customFields` invoice_management > payment.yaml - Need array objects for `fees` NOTE: In invoice_management > payment.yaml , on line 162, for the data object. I changed the field name to lineItems. I hope this is correct. ## 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
1caaf92
commit 1555be0
Showing
14 changed files
with
274 additions
and
245 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 |
---|---|---|
|
@@ -4,7 +4,9 @@ info: | |
version: v3 | ||
description: BigCommerce B2B Edition Address | ||
contact: | ||
name: string | ||
name: BigCommerce | ||
url: 'https://www.bigcommerce.com' | ||
email: [email protected] | ||
servers: | ||
- url: 'https://api-b2b.bigcommerce.com/api/v3/io' | ||
paths: | ||
|
@@ -218,10 +220,10 @@ paths: | |
meta: | ||
message: Resource not found | ||
examples: | ||
Resouce not found: | ||
Resource not found: | ||
value: | ||
code: 404 | ||
data: [] | ||
data: {} | ||
meta: | ||
message: Please enter a valid state name or state abbreviation for the country. | ||
operationId: get-addresses-states-stateName-code | ||
|
@@ -348,6 +350,7 @@ paths: | |
type: integer | ||
data: | ||
type: object | ||
properties: {} | ||
meta: | ||
type: object | ||
required: | ||
|
@@ -607,6 +610,7 @@ paths: | |
type: number | ||
data: | ||
type: object | ||
properties: {} | ||
meta: | ||
type: object | ||
required: | ||
|
@@ -1186,8 +1190,8 @@ paths: | |
addressLine2: 'Washington, DC 22202' | ||
city: Austin | ||
country: | ||
countryCode: US | ||
countryName: United States | ||
countryCode: US | ||
countryName: United States | ||
firstName: Jane | ||
lastName: Doe | ||
isBilling: true | ||
|
@@ -1199,7 +1203,7 @@ paths: | |
stateCode: TX | ||
stateName: Texas | ||
zipCode: '78751' | ||
companyId: 1840 | ||
companyId: "1840" | ||
meta: | ||
message: string | ||
tags: | ||
|
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: '3.0' | ||
description: API auth manage | ||
contact: | ||
name: BigCommerce | ||
url: 'https://www.bigcommerce.com' | ||
email: [email protected] | ||
servers: | ||
- url: 'https://api-b2b.bigcommerce.com/api/io' | ||
tags: | ||
|
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.