Wishlist
- Host: api.bigcommerce.com/stores/store_hash/v3
- Protocols:
https
- Accepts:
application/json
- Responds With:
application/json
Create and manage customer wishlists.
Authentication
Authenticate requests by including an OAuth access_token
in the request header.
GET https://api.bigcommerce.com/stores/{{STORE_HASH}}/v3/{{ENDPOINT}}
Content-Type: application/json
X-Auth-Token: {{ACCESS_TOKEN}}
OAuth scopes
UI Name | Permission | Parameter |
---|---|---|
Customers | modify | store_v2_customers |
Customers | read-only | store_v2_customers_read_only |
For more information on OAuth scopes, see Authenticating BigCommerce’s REST APIs.