Customers V3
- Host: api.bigcommerce.com/stores/store_hash/v3
- Protocols:
https
- Accepts:
application/json
- Responds With:
application/json
Create and manage customers.
Authentication
Requests can be authenticated by sending an access_token
via X-Auth-Token
HTTP header:
GET /stores/store_hash/v3/catalog/summary
host: api.bigcommerce.com
Accept: application/json
X-Auth-Token: {access_token}
Header | Parameter | Description |
---|---|---|
X-Auth-Token |
access_token |
Obtained by creating an API account or installing an app in a BigCommerce control panel. |
OAuth Scopes
UI Name | Permission | Parameter |
---|---|---|
Customers | modify | store_v2_customers |
Customers | read-only | store_v2_customers_read_only |
For more information on Authenticating BigCommerce APIs, see: Authentication.