Hammad Khalid commented on How do you fulfill a line item with the python SDK?
For reference, please see my response in this thread: http://ecommerce.shopify.com/c/shopify-apis-and-technology/t/how-to-fulfill-a-line-item-on-an-order-with-the-python-sdk-206326
View ArticleHammad Khalid commented on [Product API] updating product with "£" character...
Hi Marius, Which language's API are you using? I was unable to replicate this error in Ruby, Python or with cURL. ~ Hammad
View ArticleHammad Khalid commented on How do I get the name of a user's shop without...
Hi Josh,Have a look at the Shop object API: http://docs.shopify.com/api/shop. If you are authorized to read the Shop data, then you can retrieve information about the shop (such as its name) with GET...
View Article"error from gateway: you do not have permissions to make this api call"...
Lately I've been receiving emails from customers saying they've been receiving the 2 errors listed "error from gateway: you do not have permissions to make this api call"and"This transaction cannot be...
View ArticleShane Parkinson commented on Create product with variants fails 400 - bad...
Hi Hammad,Thank you, there is something funny going on then as it is a POST and I can create the product without the variants !!As soon as I add the options or the variants it fails...I will...
View ArticleKshitij shukla commented on How to embed js widget at frontend using app
I am looking for something same. But just not getting an idea how to embedd my JS code snippet on app installation other than making an instructions page for the clients ( just as in "Product Reviews"...
View ArticleJeremy commented on OAUTH error when logging in with staff account.
Hey there,Many of the stores who commented on not having app access now can.Thanks so much for your help!Jer
View Articlejosh smith commented on How do I get the name of a user's shop without them...
Thanks Hammad! That makes sense, but is there some way to get the name before the app is authorized to read from the shop, in order to use it in the authorization...
View ArticleHunkyBill commented on How do I get the name of a user's shop without them...
When users go to install your App, Shopify provides the name as the shop parameter. In fact, they tack on the shop name for almost every call made to your App. Only ones you make yourself may not...
View ArticleShane Parkinson commented on Create product with variants fails 400 - bad...
Hi Hammad,As an aside if anyone is looking for stupid reasons for a 400 return, I had serialised a c# dynamic object for the options and variants into a string, which hard coded escape characters in...
View ArticleOAuth state parameter by Dimitris
Hi,It looks like the Shopify OAuth provider is not repeating the state parameter from the auth request. From my server logs, I redirect the user:Redirected to...
View Articlewhere is the transaction data inside order (securepay transaction)? by Tim...
Hi, I'm new to the API. We have a test store (Australia). Securepay is configured as gateway. I put Securepay into live mode, and checked out with a $10 purchase, which shows in Securepay. Based on the...
View ArticleMarking orders as processed by Jeffrey Schweigler
I am currently pulling orders from shops via the API.I am trying to figure out a way to retrieve orders that haven't been pulled yet.Can someone offer some advice?Ideas I've had but are unsure...
View ArticlePaul Hughes commented on Recurring Charge - Is there a "Declined" Webhook
Thanks a lot for your reply; clears up what will be necessary for the process. :-) Up-voted.Paul
View ArticleHussien commented on Recurring Charge - Is there a "Declined" Webhook
I do exactly what HunkyBill says.I loop over all the shops through a scheduler that runs every 24 hours that does the Billing API call to check if the shop has an active charge.I also do that every...
View ArticleHussien commented on Marking orders as processed
For me personally, I would keep track of it away from writing to a Shopify API call (i.e writing into any of the fields on the Shopify Store orders themself). This is because if anything happens and...
View ArticleExceeded maximum number of variants allowed by Robert Banh
Hi, I found an interesting bug regarding Shopify API's product update (PUT) command.Shopify has a max limit of 100 variants but it does not behave that way when you try to update and replace / add new...
View Articlestandoutd commented on Exceeded maximum number of variants allowed
Robert, I recommend you go direct to support with this.
View ArticleRobert Banh commented on Exceeded maximum number of variants allowed
That's the problem at the moment. Support at shopify told me to post on this forum...To be 100% honest my API knowledge isn't at the level that you are referring to... we don't support API through our...
View Articlestandoutd commented on Exceeded maximum number of variants allowed
Sorry ... good luck! If you've described it accurately and it is indeed a bug (versus a limitation), seems like Shopify should be the ones to address. Maybe you can go back and escalate it and find...
View Article