Set customer state to 'invited' via API? by Ryan Foote
When creating a new customer via the API, is it possible to set that customer's state to 'invited'? The API seems to only accept 'enabled' or 'disabled' and ignores 'invited' when passed in via the API...
View ArticleDaniel - Charity Checkout commented on Checkout process through an app?
Hello, We realize that this is slightly different, but last week we released our Charity Checkout app into beta, and so far the merchants that are using it are loving...
View ArticleUsing "collections/all" to hide products created from the API by Daniel -...
We have a Shopify app (apps.shopify.com/charity-checkout) that creates a bunch of products when a user registers. We want to hide those products from the merchant's catalog by default. We know one...
View ArticleClaes Gustavsson commented on When a user deletes my app?
Nobody else that might have some input or some example of how to delete an app?Thanks!
View ArticleHunkyBill commented on When a user deletes my app?
Here's some simple code that works perfect.post '/uninstall' do domain = request.env["HTTP_X_SHOPIFY_SHOP_DOMAIN"] shop = Shop.find_by_myshopify_domain(domain) puts "App Uninstall WebHook called. Shop...
View ArticleScript On Order Confirmation by Asdomar
Hi guys!Is the first time i work with shopify and i need help...I need that my site launches a script on order confirmation. That script makes a get request to another site with some order...
View ArticleHunkyBill commented on When a user deletes my app?
ASP? Wow.. blast from the past. In the nineties I made websites with VB and ASP. That was fun. I dropped the Microsoft nonsense when they switched to .Net. Using fake Java never thrilled me since I...
View ArticleOrders line item variant_id fields are null by Dan
Hi,A number of the order line item variant ids on the store we're working on are coming up as null, as well as the variant_title field not relating to any current variant. An example of this can be...
View Articlejimmy atcost commented on custom API calls
Hi,I am trying to update the shipping status for an particular order using the following php code, but unfortunately it is not doing anything. Any help will be highly appreciated.$data = array( "order"...
View ArticleChris Saunders commented on Orders line item variant_id fields are null
Line items are historical data. When an order is created all the information is copied into the line item.While the product variant exists, the line item will point to that variant_id. Though when the...
View ArticleDan commented on Orders line item variant_id fields are null
Alright, thanks for that information Chris.
View ArticleDan commented on Orders line item variant_id fields are null
Alright, thanks for that information Chris.
View ArticleKevin Hughes commented on Set customer state to 'invited' via API?
This feature is planned for the API soon, stay tuned!
View ArticleMaarten van Grootel commented on Orders line item variant_id fields are null
Hi Dan,This is by design. When a product variant is deleted, the variant_id on line_items that have this product variant is nullified. The reason is that we can't keep direct references around to...
View ArticleDan commented on Orders line item variant_id fields are null
In that case when a product or variant id is nullified is it possible that you will re-use this id in the future?I ask this because I'm going to need to store and access variants and products that have...
View ArticleMaarten van Grootel commented on Orders line item variant_id fields are null
No, ids are never reused.
View Articlehj commented on Members-only, registration by invitation-only.
Hi Dmitriy,it's possible to create a password protected storefront. To accomplish this you have to modify your theme (using liquid and the customer object).The invitation part is not standard Shopify...
View ArticleCreating a ScriptTag using the example from the doc gives an error by Al James
Hello there,Just trying to create a new ScriptTag on my dev shop, I had the query saved in postman because it worked before, but it doesnt seem to work now - it returns a "Required parameter missing"...
View ArticleRequired parameter missing - Fulfillment Creation by Shawn
According to what I read in the API docs for creating a fulfillment, I can specify 1 tracking number and all of the items on the order will be marked as shipped so I won't have to add any line item...
View ArticleAdam Harrison commented on Members-only, registration by invitation-only.
Hey Dmitry,Yes, and no. You can truly password protect your website, but you can only have one password for the whole website.You can psuedo-protect your website by simply hiding everything if someone...
View Article