May 11, 2021
We are setting up a custom app that uses the Shopify APIs to pull orders into an external system for processing and fulfillment. In our case we want to only target line items from an order which matc...
No content to show
User Activity
We are creating part pages for some of our products which have replacement parts using the REST API to generate the markup for each page based on data in our system. Currently we are grabbing the price and setting it directly in the HTML for the page...
02-20-2024
That link seems to be dead, but good to know that a password protected store will return null for this field. Interestingly enough, onlineStorePreviewUrl is populated.
So over a year later and the answer is still to use deprecated fields? Seems like a bad idea to deprecate a feature when it is the only way to achieve something.
Thanks for your response, but I am still not clear. You say that it shouldn't, but then you say come March 31st it probably will stop working? I've read through the migration guide it is not clear what actually needs to change, and how to test wheth...
Will it only break if I change API versions? I understand that updating to a new API version would definitely break it, I want to know if I change nothing (in other words, continue to hit the 2020-10 version of the API) will the app still break?
We were recently informed that our custom app is using the deprecated Order and Fulfillment API resources in the GraphQL, and that we need to upgrade to using the new FulfillmentOrder API resource before March 31st. My question is does that mean that...