Apr 8, 2021
Hello, We are pulling all fulfillments data via the Shopify REST APIs into databases for analytical purposes. I'm getting a 500 Internal Server Error when hitting `/admin/api/2021-04/orders/{o...
Hi, I noticed some discrepancies in the number of returned results between Order.find and Order.count in the Shopify API. Local timezone is taken into account with Order.find but not with Order.coun...
Hello, Is there any way to retrieve several fulfillments of several orders with 1 API call? The Order API in python let you do that with shopify.Order.find(), but it seems ...
Oct 8, 2019
Hi, Does Shopify support branching and merging (like git) on product pages? In other words, is there any way to test draft product updates (on description for instance) before publi...
Oct 8, 2019
Hi, I currently have Shopify advanced plan and the concept of versioning is currently not supported on product (and collection) pages. This has been a problem for us when testing ne...
Oct 8, 2019
Hi, I currently have Shopify advanced plan and the concept of versioning is currently not supported on product (and collection) pages. This has been a problem for us when testing ne...
Jun 19, 2019
Hello, Shopify recently made it possible to add item costs. This info is currently accessible through the Inventory API and I am wondering if there is no risk that marketing apps such as Fac...
No content to show
User Activity
+1 here I'd like to know how we can avoid sending notifications for subscription orders, or at least change the subject with liquid
Same here!
Did you find a solution for this?
Hi, I have a Shopify workflow where I'd like to make a HTTP request to a Shopify endpoint. Is there a way I can have an access token (X-Shopify-Access-Token) via liquid to make my HTTP request? I don't want the access token to be visible in the app. ...
Hi, I'm trying to create a flow that automatically fulfills a digital item on an order. Is it possible to do this with Shopify Flow? I've managed to do it with HTTP requests but I'm wondering if there's not a native way to do this.
Would this be possible to implement via Shopify Flow instead of a custom script on a private app?
09-21-2022
We just created a new product we want to exclude from discounts. We have thousands of active discount codes (and discount code groups) that would need to be edited to exclude the newly created collection of excluded products from discounts. This is s...
Hi @KetanKumar , how do you this with a Shopify Plus plan?
03-24-2021
@michaelm Have you posted the question for the roadmap? If yes, can you link me to the thread?
03-24-2021
@KarlOffenberger The order argument is still not listed in the official Order API page. Do you have an update on whether or not this will be officially supported (or deprecated) in the near future?Adding some context on my specific case:We're buildin...
07-01-2019
Hi @Josh , We are creating our own ERP using the Shopify API along with other APIs (Amazon, Facebook, Google Ads, etc...). The goal is to have access to real-time multi-channel revenues AND costs on a hourly basis. To have a proper ERP, we need to be...
06-19-2019
Interested by this feature too! Any news @Josh ? I would also be interested in having "shipping costs" on the Order API.