No content to show
User Activity
03-27-2025
Did you find out what was the issue? I'm hitting the same problem...
12-12-2024
I tried to use a staged upload url and I saw that it accepts it without error. But it's unfortunate that you have to do a lot of work with staged uploads...I might try your approach
12-12-2024
@Ashley_KennerleI am facing the same issue using the `collectionUpdate` graphql mutation. Did you manage to find a way with this?
I am struggling to use those components. I om on the latest version.The TextField:I don’t understand the onInput and onChange methods. The documentation says we should use onInput for validation for example, and onChange to actually update the value ...
I am building a Shopify POS UI extension and I am updating the cart, and also reacting to cart updates. I am using the `useCartSubscription` hook, which by following the documentation should handle the 1 subscription per cart limitation of the `api.c...
It's very strange. I remember a couple months back that you would not need to run deploy when using app dev. Has that been changed? I feel lik this is a huge downside for DX
10-04-2024
Hmm, In my case I don't mind that productSet can't do it all, I also checked out the FAQ on it and it makes sense. But I think all other use-cases that are tied with products should also be bulkable. The list is short and it's a bit odd to build a pi...
10-04-2024
I am currently using it and it does not appear to set the tracked:true. Prolly we still need to run the other mutation
10-03-2024
I am running productSet in bulk, and I want it to return the variants. However, it returns an empty array. Here is the query that I'm sending: return <<<QUERY
mutation productSetBulk(\$productSet: ProductSetInput!) {
productSet(input: \$pr...
09-23-2024
I saw that the translationsRegister mutation can only register translations for a specific resource. How do you reckon we should deal with bulk operations? Are there any plans of making the mutation bulkable? Otherwise, could translations be included...
09-17-2024
In the webhook reference page there is a payload presented for the order/create topic. It has a field `device_id` which I would like to use for some customization.But from my findings, it does not map to a value that I would expect. For context, I am...
09-02-2024
It is working for me as well, I made a rookie mistake where I was sending requests to the wrong url
@AsafGitaiI have a question: so there is no way to create options within the `productVariantsBulkCreate` mutation?
08-15-2024
> We are also considering adding fileCreatre capabilities to productSet in the near future.Is there a roadmap for that?
Hello @Ash, in regards with this rule: 18. Apps that connect to a Third Party POS - Shopify is not currently accepting apps that connect to a POS system outside of Shopify. This applies to all apps that connect to a POS system outside of Shopify. Wil...