Shopper Profiles
Get All Shopper Profiles
GET https://api.bigcommerce.com/stores/{store_hash}/v3/shopper-profilesRequest
Returns a paginated Shopper Profiles list.
Authentication
- X-Auth-Token in header
Parameters
- store_hash in path - string
- Accept in header with default of application/json - stringrequiredThe MIME type of the response body.
- page in query - integer
Page number.
- limit in query - integer
Items count per page.
example
Response
An array of Shopper Profiles objects and metadata.
Body
object | application/json
Response payload for the BigCommerce API.
dataarray[object]
example
Create Shopper Profiles
POST https://api.bigcommerce.com/stores/{store_hash}/v3/shopper-profilesRequest
Creates a Shopper Profile.
Authentication
- X-Auth-Token in header
Parameters
- store_hash in path - string
- Accept in header with default of application/json - stringrequiredThe MIME type of the response body.
- Content-Type in header with default of application/json - stringrequiredThe MIME type of the request body.
Body
array | application/json
Request payload for the BigCommerce API.
customer_idnumber
The ID of a registered Customer to associate with the new Shopper Profile.Example: 1
example
Response
An array of created Shopper Profiles.
Body
object | application/json
Response payload for the BigCommerce API.
dataarray[object]
example
Delete Shopper Profiles
DELETE https://api.bigcommerce.com/stores/{store_hash}/v3/shopper-profilesRequest
Deletes one or more Shopper Profiles from a store.
Authentication
- X-Auth-Token in header
Parameters
- store_hash in path - string
- Accept in header with default of application/json - stringrequiredThe MIME type of the response body.
- id:in in query - array
Comma separated IDs.
Type: array[string]
example
Response
An empty response.
Did you find what you were looking for?