This shows you the differences between two versions of the page.
|
bw2:bigcommerce_api [2020/12/15 12:48] akoehler created |
bw2:bigcommerce_api [2021/02/05 11:40] (current) akoehler |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== BigCommerce WebService Access ====== | ====== BigCommerce WebService Access ====== | ||
| - | Before a BigCommerce store can be accessed using the APIs, the store must be configured to allow this access. | + | Before a BigCommerce store can be accessed using the APIs, the store must be configured to access |
| <WRAP center round alert 60%> | <WRAP center round alert 60%> | ||
| - | Some of the BigCommerce APIs can be accessed using basic authentication, | + | Some of the BigCommerce APIs can be accessed using basic authentication, |
| </ | </ | ||
| Line 24: | Line 24: | ||
| ===== oAuth Scopes (API Resources) ===== | ===== oAuth Scopes (API Resources) ===== | ||
| - | Next you will identify the specific API resources that will be available to this connection. | + | Next, you will identify the specific API resources that will be available to this connection. |
| {{ : | {{ : | ||
| Line 31: | Line 31: | ||
| ===== API Credentials ===== | ===== API Credentials ===== | ||
| - | BigCommerce generates | + | BigCommerce generates |
| {{ : | {{ : | ||
| Line 45: | Line 45: | ||
| Note that hyphens (dashes) are not allowed in a variable name. So, an underscore is used instead. | Note that hyphens (dashes) are not allowed in a variable name. So, an underscore is used instead. | ||
| - | {{ :bw:bc_api5.png? | + | {{ :bw2:bigcommercevariables.png |}} |
| The variables can now be used in the WebService workflow step. | The variables can now be used in the WebService workflow step. | ||
| Line 53: | Line 53: | ||
| * The values “X-Auth-Client: | * The values “X-Auth-Client: | ||
| - | {{ :bw:bc_api6.png? | + | {{ :bw2:bigcommercews2.png |}} |