Manage subscribers.
OAuth Scopes
UI Name |
Permission |
Parameter |
Customers |
modify |
store_v2_customers |
Customers |
read-only |
store_v2_customers_read_only |
Headers
Header |
Parameter |
Description |
X-Auth-Client |
client_id |
Obtained by creating an API account or installing an app in a BigCommerce control panel. |
X-Auth-Token |
access_token |
Obtained by creating an API account or installing an app in a BigCommerce control panel. |
Example
GET /stores/store_hash/v3/catalog/summary
api.bigcommerce.com
application/json
{client_id}
{access_token}
- For more information on Authenticating BigCommerce APIs, see: Authentication.