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.

TI-API: Inventory and Pricing API - getting info on 'limit' and 'buyNowURL'

Part Number: TI-API

Dear team,

I have some issues with TI Inventory and Pricing API, GET /store/products method that requires a gpn input.

a) this method should return a pageable list. How can I get all the results for all the pages? Please advise.

b) I'm not able to get some internal info inside the GPN, for example the link or the info about the limit. Below examples of what works and what not. Could you please advise if "limit" and "buyNowURL' are correct syntaxes?

GPNContent = y.json()['content'] --> it works and I get the content of the gpn
  pn = GPNContent[i]['tiPartNumber'] it works
  pkg = GPNContent[i]['packageType'] it works
  pinCount = GPNContent[i]['pinCount'] it works
  inventory = GPNContent[i]['quantity'] it works
  limit = GPNContent[i]['limit'] it does not work
  link = GPNContent[i]['buyNowURL'] it does not work
thanks,
Federico

**Attention** This is a public forum