No content to show
User Activity
05-08-2023
Hello Shopify (Staff)Is there any way to want a feature on Shopify? I don't understand why the translationsRegister and translationsRemove mutations have not yet been released for bulk operation mutation?
09-14-2022
hi I have the same problem, Plus Support told me the following: If you have tried renaming the payment gateway and it revert back to its original name, then it is likely something potentially contractual with the payment gateway which is preventing t...
08-26-2022
Hi Shopify has a well described doc: The source of the checkout. To use this field for sales attribution, you must register the channels that your app is managing. You can register the channels that your app is managing by completing this Google Form...
If you communicate it internally like this and fill the data correctly then it is definitely a solution.You can also tag the variants via metafield or tag whether something is digital or not.
Hi The first argument is optional and ignored if present, so it can be removed. Ref.https://shopify.dev/api/usage/bulk-operations/querieshttps://community.shopify.com/c/shopify-apis-and-sdks/bulk-operation-ignores-first-on-orders/td-p/796894
08-25-2022
created_at_min must be lower than created_at_max examplehttps://shop-name-here.myshopify.com/admin/api/2022-04/orders.json?status=any&created_at_min=2022-08-22T21:59:59+02:00&created_at_max=2022-08-23T22:00:00+02:00
08-25-2022
Hi You must define the timestamp according to the format as in the documentation. For example: 2022-08-25T07:48:59+00:00 Ref.https://shopify.dev/api/admin-rest/2022-07/resources/product#get-productshttps://www.shopify.com/partners/blog/liquid-date-fo...
Hi Use limit = 1 and created_at_max = (current datetime) to get the newest product only/admin/api/2021-10/products.json?limit=1&created_at_max=2022-08-25T07:48:59+00:00 You can generate the timestamp in the desired format with the following command:d...
08-16-2022
Maybe the "X-Shopify-Access-Token" header is missing in your query.It's hard to give help to such a problem without any sample code. Would recommend to test a query via cURL or a client like Insomnia. Good luck
08-11-2022
Looks like it only works if the query part does not contain newlines.In the API documentation are also all examples without newlines in the query part. curl -X POST \
https://my-site.myshopify.com/admin/api/2022-04/graphql.json \
-H 'Content-Type: ap...
08-02-2022
We can confirm the same issue with the current api version (2022-07). At the moment my workaround is to make the InventoryLevel from the FulfillmentService exclusive and remove all others from the InventoryItem. I have not yet tested what happens if ...
hi hauraki i'm not familar with ruby; in the example app from shopify i found the part with hmac validation, maybe it helps for you: reference: https://github.com/Shopify/example-ruby-app/blob/67a0decc5eb550f3a9228eda53925c3afd40dfe9/02%20Charging%20...
You need to use the query string instead of body. example with fetch_stock.json request:<?php
echo $_SERVER['QUERY_STRING'];
// max_retries=3&shop=hkdev.myshopify.com×tamp=1652271953
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
947 | 08-25-2022 05:52 AM | |
1107 | 08-25-2022 04:04 AM | |
2265 | 08-25-2022 03:53 AM | |
833 | 08-16-2022 08:32 AM | |
4717 | 08-11-2022 05:11 AM |