We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

unauthenticatedAdmin.admin.rest.resources.Product.all

unauthenticatedAdmin.admin.rest.resources.Product.all

thecuratist
Shopify Partner
2 0 0

When I try to fetch products using 

unauthenticatedAdmin.admin.rest.resources.Product.all() , it throws an error saying cannot read properties of undefined all()
 
This code executes on local but ducring production it throws the error. I cross checked the api and secret keys.
 
let products = await unauthenticatedAdmin.admin.rest.resources.Product.all({
      session: unauthenticatedAdmin.session,
      limit: 50,
      page_info: next_page_key,
    });
Replies 0 (0)