How to get Product Custom attributes in revenue report?

Not applicable

I am trying to generate a report and want the report to have Product ID and Custom attributes.

The following body structure gets me Product ID, but I am unsure about how to get the PROUCT custom attributes.

{

"fromDate":"2017-10-25 00:00:00",

"toDate":"2017-10-27 00:00:00",

"showSummary":true,

"groupBy":[ "DEVELOPER", "RATEPLAN", "PRODUCT" ],

"transactionCustomAttributes": [ "rate_factor", "charge_type" ]

}

Thanks and Regards

Nishant

1 1 120
1 REPLY 1

Hi @Nishant,

Can you please tell how did you get transaction custom attributes in reports.

I am also trying to get transaction custom attributes in reports by following this https://docs.apigee.com/api-platform/monetization/create-reports#customattributes documentation, but Not getting them.