Fetch Potential Points API

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
json

To display potential points to members on the checkout page, it is mandatory to include the "product_id" parameter, which specifies the product for which potential points will be presented. Additionally, you have the option to include the optional fields like "price," "quantity," and "category" to provide more context.

The code format is as follows:

[{

"product_id": "product_five",

"price": 20,

"quantity": "1",

"category": "cups"

},

{

"product_id": "product_six",

"price": 20.00,

"quantity": "3",

"category": "butter"

}]

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json