Question

How to find the total number of items order through express check out. I am getting all other things but unable to get total items ordered.

Was it helpful?

Solution

Within the GetTransactionDetails API Call send this:

L_QTYn

From the PayPal Documentation this is Quantity set by you or entered by the buyer. Character length and limitations: no limit

If you need additional details of the different fields for GetTransactionDetails API Call, here is the direct link to the PayPal Developer Site:

PayPal Developer GetTransactionDetails Integration Guide

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top