Export product IDs
get
/purchases/product_list
Use this endpoint to return a paginated lists of product IDs.
Rate limit
For customers who onboarded with Braze on or after September 16, 2021, we apply a shared rate limit of 1,000 requests per hour to this endpoint. This rate limit is shared with the /events/list
endpoint, as documented in API rate limits.
Request parameters
Parameter | Required | Data Type | Description |
---|---|---|---|
page |
Optional | String | The page of your product list that you would like to view. |
Example request
1
https://rest.iad-01.braze.com/purchases/product_list?page=1
Response
1
2
3
4
5
6
7
8
Content-Type: application/json
Authorization: Bearer YOUR-REST-API-KEY
{
"products": [
"product_name" (string), the name of the product
],
"message": "success"
}
tip:
For help with CSV and API exports, visit Export troubleshooting.