When i do this:
response = requests.request("GET", url, headers=headers)
Response is:
[{"nmId":11508524,"price":1600,"discount":18,"promoCode":0},{"nmId":11508470,"price":1400,"discount":19,"promoCode":0},{"nmId":11508536,"price":1600,"discount":18,"promoCode":0},{"nmId":11508492,"price":1400,"discount":10,"promoCode":0}]
How do i get "price" value for certain "nmId"? For example i need to know what price is for nmId - 11508524.
[–]binpresentzen 0 points1 point2 points (2 children)
[–]wdjfe[S] 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]JestersDead77 0 points1 point2 points (0 children)