No content to show
User Activity
Glad to were able to solve the problem But how did you arrive at the diagnosis that it was a permission error. I'm having a similar error (internal Error) while duplicating some store information from one to the other store ( which is not available v...
Private apps can no longer be created since Jan 2022. I'm ok to create a custom App and installing it in my clients store, purely for for purpose of getting the API_Key and secret_key ( as I'm not sure there's any other way to get them ), but then I ...
05-04-2022
Hi @ClaireBLondon did you figure out what to put as 'request_params' ? Im also stuck at this point
05-04-2022
There is a very useful Github article that shows how to authenticate and then access the APIs via custom or public Apps https://github.com/Shopify/shopify_python_api#public-and-custom-appsBut in that article I couldnt figure out where we are using th...
05-04-2022
I managed to figure out how to authenticate via custom Apps, but I'm not able to generate a session wise Access toke, Ive only been successfull using the Acces Token generated when I install the APp vai the Partner dashboard
We had got some third party application developed for Data exchange between our Shopify Store and our custom third party Apps. Shopify Store Admin Access was being done via Private Apps, which authenticated with Shopify Stores through basic HTTP aut...
We are using the dawn Theme for our Client store. We wish to use variant Pills for one of the variant options, and a Drop down for the other variant option. It seems that Dawn theme allows either all variant options to show as Pills or as Drop Down, ...
Dear ShipifyPartner@MetafieldGuru, Thanks for pointing me in the right direction. The suggested change got the code working. It’s a pity that there’s no single authoritative documentation for the Python APIs .. and spending unnecessary effort in the ...
WE have a custom ERP application, and basis some event in that we need to add or update the metafield associated to a specific product. We have tried three different code snippets, but the metafileds don't seem to get added, nor are we getting any er...
01-11-2022
I need to duplicate some information between two stores ( one being the source store and the other the destination store ) .. can I open access to both stores, do a fetch data query on the source store and then mutate to the destination store, rather...