GrantDB
Shopify Partner
Contact Me
Status
Offline
Last Activity
‎02-09-2024 10:15 AM
Topic Started
12
Topics Started
Topic Solutions
3
Solutions
Post Count
70
Posts
Post Kudos
14
Likes

Community Badges

I can see product events https://shopify.dev/api/admin-rest/2021-07/resources/event That will tell be about the product, but is there anything about the variants, variant add, removed etc? Thanks ...
I use the api (rest) to create directs, this works fine unless the redirect already exists. In which case I get '{"errors":{"path":["has already been taken"]}}' I just what I am doing, so...
To add to my troubleshooting dashboard I would like to be able to report on changes made to a product. I looked at the event api but that only looks to deal with destroy and creates. Is t...
There looks to be a redirect character limit of 255, which is a problem For example {'redirect': {u'path': '/9780263299014', 'target': u'/products/modern-romance-january-2021-a-books-1-4-the-cost-o...
Is there an easy way to remove all products in a collection? I know I can loop through and delete, but that seems a bit intensive Currently I delete the whole collection and recreate, but that...
Hi there I thought I had this working, but now I am not sure I want to stop Shopify analytics until a user agrees to them So I changed the script that has the trekkie code to this <script type...
What is the best way to get the inventory levels for multiple products? I can use the mutation inventoryItems to get all products in a store (25,000), but what if I just want to get say 1000 of them...
Hi there Our product handles are ids, that come from our internal system that groups products together, for example: /12234 The ID will never change. This means that the url i...
Is it possible, using GraphQL, to add multiple image IDs to a variant. I can't see any reference to that The rest api talks of variant_ids, but I can't see any reference to that i...
Is there a limit as to the number of characters in the value for a product metadata field? Thanks Grant
I need to create a collection based on a list of product handles, using GrapgQL. I can see how to add a product to a collection using the ID. To be able to add a product to a collec...
I read the change log and it said it does, but I can't see anywhere where I enable that for Shopify Payments. I can see discussion around 3rd party integrations, but not with Shopify Payments ...
I am currently updating tags for a product by re-sending ll the tags, and this works. The business are now wanting to update through Shopify, although the majority of the tags will still com...
Is it possible to have shipping restrictions per product? I know that it can be done site wide. This is what I would need Product A - UK selling rights only Product B - US se...
Are the meta data field metafields_global_title_tag and metafields_global_description_tag still supported with graphql. I had a look but couldn't see anything, apart from more general...
I have some large shops where I am using the restapi to update products, this can be slow as I need to do quite a few api calls to update the products (handle to get ID, variants, locations etc) I...
I am seeing something strange using the invetory set api I use the varians api to get a list of variants for a product From that response I loop through the variants and get then get the i...
No content to show

User Activity

I was looking at the best way to update many products with inventory (https://community.shopify.com/c/shopify-discussions/fastest-most-efficient-way-to-set-inventory-using-api-graphql/td-p/2405187) I started to investigate InventorySetOnHandQuantitie...
I am after the most efficient way to set an inventory value.  It has to be set, rather than adjust Currently I am using the rest api: admin/inventory_levels/set.json That woks, but I have 10,000s of products to update, across multiple stores There do...
This is my experience We had this on one of our sites late 2023, then on another January 2024.  We had the same code base updating all sites using GraphQL, with some sites being affecting and others not.    We logged tickets with Shopify support and ...
We have recently noticed that the predicted cost may have changed for productUpdates.  Has nay change been made?I notice a while back a change was made to AppSubscription as detailed herehttps://community.shopify.com/c/shopify-apis-and-sdks/has-the-m...
For productUpdate, I will live with productCreate I have worked this out. I tried a number of different payloads in Shopify for a productUpdate, for example I removed chunks of metafields and images I was able to narrow it down to the image part (mos...
Has anyone had any experience of calls to productCreate (and productUpdate) taking longer than a second, for example I am see 5-10 seconds, maybe even more I have an example: "x-request-id": "2c24d6fe-6fc5-4dc7-8e6f-ffda10ed1b0b" Am I able see the lo...
I was told this, I am a Pro customer.  Not at all helpful as the document all say it is possible, just needs the correct scope, and even the response for the GraphQL call tells you what needs to be done"I've been looking into this and it appears that...
Thanks.  We have too many products 80k for that to work I am afraid, interesting idea though Thanks Grant
Hi there I have an image id like this gid://shopify/ProductImage/29842467192910 When I try and update the image I get "Image must be for this product" My question is, for a product image ID, am I able to find the product that image is associated to? ...
I don't want to change anything about the product variant order.  It is just the listing page that I want to take a user to specific variant.  I could of course build the page myself, I just want to make it as automated as possible Thanks Grant  
Easier with a link, the below is a standard collection, when I created it I used the sku, when it displays it show the product (I understand that Shopify uses the sku to get the product and then stores the product) https://harpercollins.co.uk/collect...
I want to be able to show specific variants in a listing page.  For example lets say a product A has variants 1, 2 and 3, I only want to show A-2 on a listing page. I can see apps that take a collection and show all variants, but I don't want that.  ...
I use Graphql to add products to my store and then apply a sales channel using the Publications api, that works for Shopify Plus shops, once I have aske Shopify to make that api permission available When I do that for standard shops , the publication...
Just so every knows.  I removed the Pinterest app and send the data through a csv directly to Pinterest.  I did that for three reasons: 1) I don't like apps; 2) I can have better control over the data 4) means I can control cookie acceptance 
I am using productCreate with bulkOperationRunMutation I am sending my graphql like thismutation { bulkOperationRunMutation( mutation: "mutation call($input: ProductInput!) { productCreate(input: $input) { product {id handle tags variants { ...
My Accepted Solutions
This widget could not be displayed.
This widget could not be displayed.