This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

GPN Python API empty list or no page index

Other Parts Discussed in Thread: TI-API

Hi team,

I tried to implement the GET /store/products API method (part of TI Inventory and Pricing API)  but I get either an empty list when page = 1, or ERROR: No page index given for TI Store products list when page = 1 or other numbers. Here the code, could you please let me know how to fix it?

y = catalog.get_products(gpn = gpn, page = 0, size = 20, verify=verify_ssl)
thanks,
Federico

**Attention** This is a public forum