Solved

Get I get the product details through the rest api

  • 18 November 2022
  • 1 reply
  • 38 views

Badge +4

trying to create some simple consolidated reporting using the actual product description and I dont see a way to get more that product identifier through REST API using getOfferings… is there another way to get the desired information.

icon

Best answer by Haley Pace 22 November 2022, 20:45

View original

1 reply

Userlevel 4
Badge +8

Using our get offerings REST API, you should be getting the identifiers and descriptions. On the right side of the page under our try it, you can click our example responses, see part of one below with the information you are looking for:

{
"current_offering_id": "default",
"offerings": [
{
"description": "The default offering",
"identifier": "default",
"packages": [
{
"identifier": "$rc_monthly",
"platform_product_identifier": "monthly_free_trial"
},

 

Reply