No content to show
User Activity
08-16-2024
Hi @DavidT we wanted to send mediaSrc instead of mediaIds so we don't have to create them before we set the product. But regarding having to delete old media before, it will help. Thanks!
08-09-2024
@cbella any news on that? It is really taking a very long time to activate the inventory for all the variants running one by one. It would be really helpful for us to have the capability to activate the inventory for all the variants of a same produc...
@DAmphucs did you find a way to do it?
08-07-2024
Hi @cbella All right! That did work! Thanks a lot!! One last thing tho. Is there a way we can update all inventory levels at once? Otherwise, for a product with 100 variants it would mean 100 calls to activate inventory with inventoryBulkToggleActi...
08-06-2024
Ah, okay.. sorry Here it is an example:inventoryItemId: "gid://shopify/InventoryItem/47864330485986"
locationId: "gid://shopify/Location/77083803874"
08-06-2024
So, this is what I need: I have an app for our fulfillment service. So when I create a product I need to associate it with our fulfillment so later the user can request fulfillment for an order. In this update I'm following these steps I've mentioned...
08-05-2024
Okay, got it.. for media it's all good then. Yes! It will be super helpful if you add both media create and publish at productSet About inventoryBulkToggleActivation I think there might be a bug 樂I've tried this:mutation inventoryBulkToggleActivati...
08-05-2024
Hi @AsafGitai , thanks for replying! Sorry, I still have questions 1. So, only new dev stores will be able to use the new variants? What about the non-dev stores? When they will be able to use the extended variants feature? 2. So, our app is a thir...
08-01-2024
I'm trying to update my service to use new 2024-07 version and I came across several problems. For some of them I've found a workaround which I think are not so great and for some others I'm stuck. I'd appreciate some help with it. 1. The main motiva...
I didn't. I've tried to solve this for a while without success but then I had to do a pause on that and didn't go back yet. Waiting for some help here
07-20-2023
In the end I just want to make it work like old `images`
I can't update product media and associate them with the variants in `productUpdate` mutation. When I do that, the media gets created but not associated with the variants. When I try the same payoload for creating the product it works just fine. Also...
07-19-2023
I'm starting a new integration using graphql api and I need to run frequent media updates, but when I use the `media` input field it only appends the new content instead of overwriting the previous one. But in my case I need to actually replace the o...