Store
Store shopping information settings.
Get Store Order Statuses Setting
GET https://api-b2b.bigcommerce.com/api/v2/stores/order-statusesRequest
Get a list of all statuses of the order, including status codes and custom status names.
Equivalent Storefront GraphQL API Query: orderStatuses
. For more information, see the GraphQL Playground.
Authentication
- Authorization in header in the format of Bearer {{token}}
example
Response
OK
Body
object | application/json
codenumber
requireddataobject
required
example-1
Get Store Currencies Setting
GET https://api-b2b.bigcommerce.com/api/v2/stores/currenciesRequest
Get store currencies config.
Equivalent Storefront GraphQL API Query: currencies
. For more information, see the GraphQL Playground.
Authentication
- Authorization in header in the format of Bearer {{token}}
Parameters
- storehash in query - stringrequiredStore Hash
- channelId in query - stringBigCommerce channel id
example
Response
OK
Body
object | application/json
codenumber
requireddataobject
required
example-1
See something you can improve? Edit this file on GitHub
Did you find what you were looking for?