Magento 2.4.7 graphql get products
I’m trying to get products with grapqhl api using the attribute: new_from_date but I’m enable to do so. query { products( filter: { new_from_date: { eq: “2024-03-01 00:00:00” } } ) { items { id name sku new_from_date price {… Read More »Magento 2.4.7 graphql get products