Segments for a Shopper Profile
Get All Segments for a Shopper Profile
GET https://api.bigcommerce.com/stores/{store_hash}/v3/shopper-profiles/{shopperProfileId}/segmentsRequest
Returns a paginated Segments list for 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.
- shopperProfileId in path - stringrequiredThe Shopper Profile ID.
- page in query - integer
Page number.
- limit in query - integer
Items count per page.
example
Response
An array of Segments objects and metadata.
Body
object | application/json
Response payload for the BigCommerce API.
dataarray[object]
example
Did you find what you were looking for?