The state shape would be something like:
{
products: [
{
price: 7500,
name: "Some product",
//other details
},
{
//More products
},
//...
],
//other state
}