cURL
curl --request POST \ --url https://api.bonifiq.com.br/v1/pub/Product/pointslist \ --header 'Content-Type: application/json' \ --header 'X-BQ-ApiToken: <api-key>' \ --data ' [ { "Id": "<string>", "Price": 10.5, "PriceCurrency": "<string>", "Name": "<string>" } ] '
[ { "Id": "<string>", "Points": 123, "Cashback": 123 } ]
The Id and Price are required fields
Id
Price
The PriceCurrency is optional. If not informed, the default currency (BRL) will be used.
PriceCurrency
The Name is optional. If not informed, the product will be identified by the Id.
Name
API Tokeen
Products
Product Id on the ecommerce platform
1
Current product selling price
10.5
Optional: the currency used in the pricing (eg: BRL)
Name of the product which price is being calculated
Product Id
Amount of points this product will give.
The amount of cashback that will be received from purchasing this product. It will be null if the cashback is not available.
Was this page helpful?