Hello, I need to figure out a way to update inventory items with a specific tag. What I am trying to do in my app is to count the number of inventory items with a specific tag and to update it. I a...
No content to show
User Activity
10-01-2022
I figured the cause out, it was because Shopify moved the location of the storage from s3 to cloudstorage, so my code broke.
08-31-2022
After some time, the same error started happening again, so I will do that
08-29-2022
I ended up creating another project and migrating to it and for some reason it worksso my code did not have any problems but it was because of the storewhat can I do in a situation like this? Can shopify support take care of it?
08-27-2022
hi I suddenly started to get a 403 error before bulk inserting products.I bulk insert multiple products and I write necessary params in a jsonl file and reserve a staged upload url by this graphql query. export type ReserveStagedUploadUrlPayload = {s...
01-26-2022
when I upload the same pics to google cloud storage and use the public urls, it worked. So I guess there is something wrong with the api or the code. Or because the resource urls were not public
01-23-2022
I am trying to figure out how to upload image files to Shopifythe flow of the process is like this. Create a staged target > Upload the file to the staged target > attach the resource url to product create mutation input.what happens is that sometim...