v1/apps/{appid}/appPricePoints doesnt return all paginated data

I am using v1/apps/{appid}/appPricePoints to get app pricepoints.

Few days ago i noticed that calling v1/apps/{appid}/appPricePointsfilter[territory]=USA&limit=200

i get four pages but last page just reaches only 400$ pricepoint.

As i can see also on App Store connect

Then i have to click additional prices

Please help what am i missing ?

Investigating further response from api connect

        "paging": {
            "total": 658,
            "nextCursor": "AMg",
            "limit": 200
        }
    }

Response from iris https://appstoreconnect.apple.com/iris/v1/apps/appid/appPricePoints?filter[territory]=USA&limit=1000&include=territory

 "meta" : {
    "paging" : {
      "total" : 801,
      "limit" : 1000
    }
  }

So

api store connect total 658

iris total 801

We are missing almost 200 pricepoints form api store connect

v1/apps/{appid}/appPricePoints doesnt return all paginated data
 
 
Q