Hello We've added Schema.org markup to our headless storefront and Google recommends that we also expose the barcode (GTIN) value. From what I can see, right now there's no way to fetch this f...
No content to show
User Activity
04-20-2022
Hello @schaeken We have a use case for draft order subscriptions and I wanted to share it. We close sales offline via a call center. We can currently do this with ReCharge subscriptions via the ReCharge Checkout API. Not being able to create and clo...
12-20-2021
Hello Vrea The bundles app syncs inventory between products/variants, it does not create the product / variants used for bundles. It is purely an inventory management app for bundles. From the app Readme: When you're selling combinations of multiple ...
We ran into this limitation about a year or so ago. In short, MultiPass is the solution.If you don't want to use MultiPass the only current solution that I know of (I am not up-to-date with 2021-07 changes) is to use the Themes Engine for auth and on...
@KieranR wrote:Jumping to solutions without seeing the setup, you could possibly proxy via CloudFlare and use a CloudFlare Worker to control the sitemap (lookup sloth.cloud for an idea of how to) though this is making some assumptions, is a fairly te...
We're continuing to use the ReCharge Checkout API for our headless storefront and will look to migrate once support arrives. Looking at the roadmap, there's quite a features we may hold off for later this year / early next year.
It's in the product roadmap. Looks like since my last post it has moved up to Q3 21. Expect support later in the year.https://shopify.dev/concepts/apps/subscription-apps#product-roadmap
There's https://www.builder.io/ (This is not an endorsement as I've not used it).Personally we're using a headless CMS for our landing pages. We use Prismic but there's also Contentful.
No worries HectorWe used this minimal theme as a starting point:https://github.com/jaredkc/shopify-starter-themeIt uses webpack so the build process is very familiar to us. We have a CircleCI deployment pipeline setup. The relevant parts of our `them...
03-13-2021
@wheey wrote:Hi @martinfotp, this is very good example of how to properly use GraphQL to get everything in one request and I appreciate it!Tho, I did implement your way, but still problem persists, not just that persists, but in previous result I hav...
03-13-2021
You could try using the `before` and `after` with sortKey: `PUBLISHED_AT`: query RELATED($cursor: String) {
before: articles(before: $cursor, last: 5, sortKey: PUBLISHED_AT) {
edges {
cursor
node {
...article
}
}
...
You can't use a private app and instead need to build a public app unlisted app in order to apply for the Sales Channel access. Having explored this option, my recommendation is don't as it's a massive hassle for no gain.I would convince the client t...
03-13-2021
There's a currentlyNotInStock boolean on the ProductVariant:currentlyNotInStock (Boolean!)Whether a product is out of stock but still available for purchase (used for backorders).I'd assume you'd need to use this in combination with availableForSale ...
03-13-2021
Yes but it may depend on the app you’re using. We use the Bundles app. All the app does is sync inventory based on bundle rules. A bundle is just a product variant so is accessed in the same manner as any other product variant.
Yes, as per the checkoutCreate GraphQL docs, the CheckoutCreateInput type also takes a shippingAddress field of type MailingAddressInput.https://shopify.dev/docs/storefront-api/reference/checkouts/checkoutcreateinputMy recommendation would be to inst...
03-13-2021
This is currently not possible. The Subscriptions Roadmap has H1 2022 for this functionality.https://shopify.dev/concepts/apps/subscriptions-faqAs a user of the Storefront API, I find this very disappointing.
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
7172 | 03-17-2021 06:29 AM | |
1533 | 03-13-2021 08:22 AM | |
6963 | 10-26-2020 04:48 PM | |
7042 | 09-30-2020 06:42 PM |