Cloud Elements Version 2.172-2.176
We added functionality for you to authenticate a BigCommerce element instance using OAuth 2.0 and your app's Client ID and Client Secret. in the UI, select custom
as the Authentication Type, and then enter your Client ID and Client Secret. The Client Secret appears when you click Show Optional Fields.
If you authenticate via api, include the following the configuration
object.
{
"authentication.type": "custom",
"oauth.api.key": "<Client Id>",
"oauth.api.secret": "<Client Secret>",
"store.url": "https://store-wuxeae6.mybigcommerce.com/api/v2"
}
We added the GET /orders/{id}/transactions
endpoint.
Add the CEQL expression letter=accountName
or crm_company_name=accountName
to a GET/accounts
request.
GET/me
to multiple elementsUse GET /me
to to retrieve information about the authenticated user on the following elements:
We added the following:
voucher-attachments
.POST /files API
GET folder/contents
and GET /folder/{id}/contents
revisions
endpoints for the files
resourceWe added the following revisions
endpoints to the files
resource:
ledger-accounts
resourceSee the element docs for the updated models.
balances
resourceRetrieve the current account balance with GET /balances
.
products
resourceUpdate or retrieve a product's inventory with:
contracts
resourceWe added the contracts resource with the following APIs:
We added objects/{objectName}/metadata
.
financial-settings
resourceUpdate or retrieve financial settings with: