Ben Cox commented on Send fulfilment mail failed
Fulfillments include an optional parameter notify_customer that is default true when not explicitly set in the request. I just did some testing to make sure everything is working and emails are being...
View Articleupdated_at_min API filter not using UTC time by Anthony Musselwhite
updated_at_min filter in the API is using local time (apparently EDT in my case) rather than UTC time. Is this using the timezone of the user's store or the timezone of Shopify servers? Either way, we...
View Articlemenelaos vergis commented on Send fulfilment mail failed
Hi and thanks for the reply,This is what I am sending to /admin/orders/{0}/fulfillments.json API{"fulfillment": { "tracking_number": "2293460253", "tracking_url":...
View ArticleBen Cox commented on updated_at_min API filter not using UTC time
We return times over the API converted to local time as it makes more sense for many instances when displaying it for merchants. What you can do, though, is specify the timezone in your query so you...
View ArticleChris Saunders commented on Proxy to change just a portion of a public page.
You could pull something off using Javascript to inject HTML into a page if you wanted.Another solution would be to update all the product descriptions or whatever, but this is less than...
View ArticleAnthony Musselwhite commented on updated_at_min API filter not using UTC time
That's good to know that the updated_at_min field allows for an ISO-8601 date format. None of the documentation or examples point this out. In fact, all of the examples use a format that is not...
View ArticleWeUsePayPal commented on Automation of eGift Card Delivery?
Well I am just having difficulties getting everything to function properly. I do not have any experience with webhooks, rubyforge, or APIs. I have been trying to learn as I go and it has proved quite...
View ArticleJamie commented on Automation of eGift Card Delivery?
Hi Brandon!You can't be expected to learn to develop an app overnight. I would either suggest taking some classes and hanging out at Stack Overflow for some Q/A learning...
View Articlegift card fulfillment with shopify Order api by HTee
I am making a private app. I want to automatically generate a gift card with the ShopifyAPI::Order. I created a new order with the gift card product + variant as the line item and the gift_card as...
View ArticleChristian Joudrey commented on gift card fulfillment with shopify Order api
Hello,We haven't officially released the gift card API yet which why it's hard to find this information. We are actively working on making it public though.There is two important line item properties...
View ArticleRyan commented on Custom Collection API return no data
Hi Christian,Got it. I am able to retrieve smart collections, but unable to get /admin/collections.json working which does not seem to exist. I believe Collects do not seem to associate with Smart...
View ArticleChristian Joudrey commented on Custom Collection API return no data
Hi Ryan,I was able to request /admin/collections.json for that specific shop. Are you getting an error?You can obtain Collects via the /admin/products.json end-point by passing the collection_id in the...
View ArticleMaarten van Grootel commented on Public vs. Password Protected Shops
Hi Brandon - Unfortunately there is currently no way to tell via the API whether a shop has a storefront password or not. This information is not included in the JSON.
View ArticleBen Cox commented on Customer Creation Unexpected Token on Valid JSON
This error happens a lot of you haven't set the content type as json in the headers:"Content-Type: application/json"Once you do that you should get the result you're expecting
View Articlegetting always empty referring_site in the orders of the store by Nissim Lehyani
I use the application in Facebook to get to product in my store in shopify for example: http://yoni-9.myshopify.com/products/blue-chairmake a reservation. check the order and the referring_site object...
View ArticleBen Cox commented on Send fulfilment mail failed
I'm afraid I don't quite understand. Any POST to /admin/orders/{id}/fulfillments.json that fulfills line_items and any PUT to /admin/orders/{id}/fulfillments/{id}.json will generate and send an email...
View Articlemenelaos vergis commented on Send fulfilment mail failed
I am fulfilling for the first time the order using POST to /admin/orders/{id}/fulfillments.json with the above-mentioned data. Every order contains at least one line_item.If I understand right, from...
View ArticleBen Cox commented on Send fulfilment mail failed
I have tested this and sending a POST with your exact payload to an Order that has unfulfilled line items successfully generates and sends an email as it should. Here is the curl I used to do so:curl...
View ArticleRequest orders containing specific product line items? by MrPunkin
Maybe I'm just missing something, but is there no way to query orders containing specific products? I noticed there is no LineItem endpoint in the API, and can't seem to find a way to filter orders by...
View Article