No content to show

User Activity

Yes, I hope they will keep it for some years. Mechanic.dev is a 3rd party public app that is correct. I had the impression that partners usually get some preview infos.However, Shopify is usually not afraid of breaking changes eg. with API versions,A...
100 variants per product. Especially with 3 attributes it can become an issue easilyImagine you have a product with three options:Size (Small, Medium, Large, Extra Large) — 4 choicesColor (Red, Blue, Green, Black, White) — 5 choicesMaterial (Cotton, ...
productSet is the way to go also in the way that it updates and overwrites options, images, and variants.A lot is possible in the latest iteration (https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/ProductSetInput#field-files- option ...
productSet is the way to go also in the way that it updates and overwrites options, images, and variants.A lot is possible in the latest iteration (https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/ProductSetInput#field-files- option ...
The migration from REST is really a burden and high cost for all merchants. Apart from investing in ProductSet I would also think that it is very important to have a long legacy support of REST for at least 2 years. Might seem long but it really is n...
Having a lot of code reliant both on REST API and GraphQL, we need some clarifications that this thread has not provided until now.Keeping the REST API for existing customers seems like a soft rug:"By April 1 2025, all new apps will default to GraphQ...
I implemented https://shopify.dev/docs/api/admin-graphql/2024-07/mutations/inventoryAdjustQuantities for just one record at a time.Which is a step backwards.. but I could easily send multiple values if that is supported.Will check.
Shopify API error messages are not up to the task!When manually uploading in backend I have now a usable error message that is the reason for the problem.Error with filesYour plan allows you a maximum of 1000 videos and 3D models. Upgrade your plan t...
Still need a hand here. Let me reiterate so it becomes clear.My solution worked in AWS.My solution works with FILE and IMAGE type.But with VIDEO type I do not get an output.Even when I use the official code and variables from here:https://shopify.dev...
I have a problem with just the mutation stagedUploadsCreate($input: [StagedUploadInput!]!), which is the first step of uploading. It should provide a url and resourceUrl.I have uploaded 10.000 images and 1000 videos via graphql mutations with the sam...
Correct.Programmatically you would need to fetch all variants of a product via GET.Then assign the referenced image id to null via PUT.Payload looks like this:{ "variant": { "id": 4733234164, "image_id": null } }
The true reason is that when you uploaded images those got an ID for internal references to that ressource. You attached that ID to provide individual variants with their featured image.When you deleted the images without deattaching those IDs from t...
Hello, There are additional fields like new/used, gender, categories, etc. in Instagram/Facebook and Google Merchant.After being able to publish on these channels programmatically, of course the next step is to set these fields so that there is no ma...
First, get the channels list:  Then call 'publishablePublish':  
This widget could not be displayed.
This widget could not be displayed.