I’m trying to get product information with Postman
“https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/product_listings.json?limit=250”
and response is “Not Found 404”.
But this request with products.json work perfect.
“https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products.json?limit=250”
What should I do to fix request with product_listings method?
Credentials for app looks fine:
Product listings
View or manage product or collection listings:
- read_product_listings
Products
View or manage products, variants, and collections
- read_products