---
title: "Calculate how many points will be generate for a giving product, according to Purchase Objective configuration"
method: POST
path: "/v1/pub/Product/points"
tags: ["Product"]
---

# Calculate how many points will be generate for a giving product, according to Purchase Objective configuration

`POST /v1/pub/Product/points`

## Request body

- ProductPointRequest[]
  - `Id` string, required — Product Id on the ecommerce platform
  - `Price` number, required — Current product selling price
  - `PriceCurrency` string, nullable — Optional: the currency used in the pricing (eg: BRL)
  - `Name` string, nullable — Name of the product which price is being calculated

## Response `200`

---

[API](https://skmtc.net/bonifiq/apis/bonifiq-public-apis.md) · [All operations](https://skmtc.net/bonifiq/apis/bonifiq-public-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bonifiq/bonifiq-public-apis/revisions/8d1f2698a854/schema)
