Storefront products api not returning some products

Hi @junaid1112 :waving_hand:

I’d recommend checking whether the product is published to the app with SFAPI access. If it appears to be published but remains inaccessible with SFAPI, please contact us here using an account with permissions to the store/app and share examples for investigation.

{ # Admin API
    product (id: "gid://shopify/Product/123"){
        publishedOnCurrentPublication
    }
}

Hope that helps!

1 Like