v4

latestOpenAPI 3.0.02026-08-04101,002868.1 KB
Product

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

post/v1/pub/Product/points

Request body

Idstring required

Product Id on the ecommerce platform

Pricenumber required

Current product selling price

PriceCurrencystring nullable

Optional: the currency used in the pricing (eg: BRL)

Namestring nullable

Name of the product which price is being calculated

Example request

[
  {
    "Price": 10.5
  }
]