Hey! I have a product with 3 variants with an Option as size. Now I would like to update that product with another option color. Can anyone help me on how I can do that with ProductUpdate M...
Hi Guys, Can anyone help me with a solution on this. I am trying to get the variants which are updated after a specific time using the below query. { productVariants(first: 8, query:"update...
Oct 7, 2020
Hi, I have an authorized transaction on my Store. Sometimes the payment capture will be less than the authorized amount, so before I capture the amount, I try to void the remaining amount. ...
Sep 3, 2020
Hi, I am trying to upload an image to Shopify, using both graphql and also store Admin, but it fails showing the below error. Any idea why it could be ? The size of the image is very small(...
Aug 19, 2020
How do I write a mutation with metafield as json_string and value contain a double quote? mutation { SKUAKNB136COUNT4:productCreate( input :{title:"LCD Display (AKB136)" metafields:[{va...
No content to show
User Activity
yes, it was due to my development store settings.I created another developer store with “Extended Variants” selected and it worked for me.
Hello,For creating a product with multiple variants, is it possible to do it using a single mutation?What's the exact use case for productSet and productCreate/productVariantsBulkCreate mutations?I am trying to create a product with more than 100 var...
07-23-2024
@sunildath9 Were you able to figure out the issue ?
06-18-2024
I am trying to create a product with more than 100 variants with the productSet mutation in asynchronous mode, but getting an error VARIANTS_OVER_LIMIT. Is this not available yet ? I am trying on a development store. Below is the mutation (I am provi...
Hi @huangcong12 Did you got a solution ? Lily
I am trying to create a product with more than 100 variants with the productSet mutation in asynchronous mode, but getting an error VARIANTS_OVER_LIMIT. Below is the mutation (I am providing False for synchronous, and version is 2024-04) mutation cre...
Is there an api to collect payment as below ?
Hi ,I am getting this error on a product update mutation recently, this was always working.Cannot specify 'options' field when part of the 'extended_variants_graphql' beta. Thanks,Lily
10-13-2023
Hi Liam,We already created a custom meta field for the Company. But I can't find a mutation to add/update values to the same. Can you help me identify the mutation to use ?Thanks,Lily
10-11-2023
I am trying to create a company, but not sure how to create a company meta field, can someone help ?
06-06-2023
Yes @MichaelSD Instead of updating using products api, I used "metafields/{metafield_id}.json"A PUT request to the above worked for me. Payload similar to below - {"metafield": {"namespace": "custom", "key": "rec_products", "value": "["gid://shopify/...
05-17-2023
Hello @ShopifyDevSup I am looking into the same, not sure why we have to use inventoryAdjustQuantities instead of inventoryBulkAdjustQuantityAtLocation if both does the same. mutation MyMutation {
inventoryAdjustQuantities(
input: {reason: "rec...
03-03-2023
Hello,I am using the origin location (order/line_items/origin_location) field to get the name of the pos location from where the order was placed. Now that the field is getting deprecated, can anyone help me from where I can get the same (pos locatio...
10-14-2022
Hello,Can anyone help on this, I am trying to create a metafield for the same - list.product_reference.Trying a PUT request to products/{id}/metafields.jsonBelow is the json{ "metafield": { "namespace": "custom", "key": "rec_products...