Hammad Khalid commented on /admin/orders.json endpoint is still returning...
That's a good suggestion. I'll add that info in the docs. ~ Hammad
View ArticleArian Solberg commented on Can't correctly retrieve orders using the Python...
Excuse the type - this was related to the same issue about the archived orders not showing up. It's working not since we explicitly included all orders. Thanks for your help.
View ArticleHow to apply mutliple filter condition for order API during rest call by...
I am using the Order API provided by Shopify for my application. I have the requirement to get those orders whose fulfillment status is either partial or shipped.In the rest url I have tried the below...
View ArticleBug in the Fulfillment API of Shopify by Utpal Maity
Hi All,Recently I am woking with the Shopify API and I have found a critical bug in the core API of Fulfillment provided by Shopify. The situation is like that I have created an order with 5 items....
View ArticleEric commented on Get RecurringApplicationCharge REST
Hi James,I've got that working now. Thanks for your help!Eric
View ArticleFelix Steiner commented on Post to transactions.json returns "The gateway...
Hi JamesThanks a lot. We do not only need to implement a custom payment gateway, but a whole custom checkout process. To do so, we have to redirect the customer to our own checkout right after the cart...
View ArticleJames commented on How to POST a new simple product on shopify with JAVA
Paulo, if you absolutely need to use Java, you may want to look into using this library for issuing RESTful API calls:https://jaxb.java.net/
View ArticleJames commented on Bug in the Fulfillment API of Shopify
Please provide the code which returned this output.For all we know, you attempted to create two fulfillments, each time neglecting to specify quantities in your POST payload.
View ArticleShopify API "Flow" by Flo
Hi,I'm started programming a private app to exchange data between Shopify and our fulfillment center.First thing to know: The fulfillment center has some directories I can access via SFTP where I need...
View ArticleProduct Update Webhook repeat excessively till getting deleted. by Jason T
Hi, I have created a product update webhook that simply just insert the productId that was modified into a database queue.However Shopify Webhook seems to repeatedly send back the same webhook.My code...
View ArticleUtpal Maity commented on Bug in the Fulfillment API of Shopify
Hi,I have created the fulfillments manually in Shopify and then tried to get those fulfillments using the get API provided by Shopify. And the GET API of Shopify is returning the XML as provided...
View ArticleModifying weight_based_shipping_price via API call by Jason
Hi,I'd like to loop through the weigh based shipping price of my store and modify the shipping price through API call in php sdk,I have read about "country.json" but it doesn't works for me, may be I'm...
View ArticleAJAX POST /cart/add.js Functions but returns Syntax Error by Paleo To Me
Hi, everyone!I'm trying to figure out why I keep getting the following error as I'm trying to dynamically add items to a user's cart through the AJAX API:parsererror SyntaxError: missing ; before...
View ArticleHow to Render a Ruby on Rails Form in an App Proxy Page by Neil Charlton
I have a ruby on rails app that has a form in it. Its all working fine locally however I want to make it an app proxy page which involves adding this render :layout => false, :content_type =>...
View ArticleHow to fulfill a line item on an order with the python SDK? by Arian Solberg
I'm trying to fulfill a line item on an order with the python API but I'm getting an error. I'm trying to do this:xxxx is the line_item ID and yyyy is the order_idline_items =[{"id":...
View ArticleUsing Company Name in /Admin/Customers/ by Page Siplon
OK, so here is my situation...Our store (like many I am sure) sells to both retail/commercial customers as well as direct to consumers. When a customer account is created and stored it is indexed and...
View ArticleJason commented on Modifying weight_based_shipping_price via API call
Is there anyone ...?
View ArticleFlo commented on Shopify API "Flow"
Okay thank you.Do you think it's better to create a fulfillment when the webhook is triggered, or not until I have a response from our fulfillment center?
View Articlebenvindaloo commented on API request to fetch manually sorted products in...
Bump - i'm interested in the Shopify to SQL app.
View ArticleHelp with verifying a webhook came from Shopfiy by 3rd Iris Creative
Hi all,I am trying to include security checks to ensure that the webhook has come from shopfiy servers. However, the headers specified in the documentation...
View Article