Storefront APIs
Store

Store

Store shopping information settings.

Get Store Order Statuses Setting

GET /stores/order-statuses

Request

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
  • code
    number
    required

  • message
    string
    required

    >= 1 characters
  • data
    object
    required

example-1

Get Store Currencies Setting

GET /stores/currencies

Request

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 - string
    required
    Store Hash
  • channelId in query - string
    BigCommerce channel id

example

Response

OK

Body

object | application/json
  • code
    number
    required

  • message
    string
    required

    >= 1 characters
  • data
    object
    required

example-1

See something you can improve? Edit this file on GitHub

Did you find what you were looking for?