Shop with ~20000 products, how to delete ~2000 duplicate products? by narzero
I have a shop with ~20000 products.There are ~2000 duplicate products I'd like to delete.The most simple option would be to delete all products and add them again. But this would take ~3,5 hours.I'm...
View ArticleJorrit commented on Javascript with liquids on every page
Is there anyone know how to do this?
View ArticleHunkyBill commented on Javascript with liquids on every page
One big problem you face is that the data you expect does not exist in most cases of Shopify rendering. _ac.value = '{{ transaction.amount }}'; _ac.product = '{{ product.id }}';There is no such thing...
View ArticleJorrit commented on Javascript with liquids on every page
@HunkyBill: it's no problem if the liquid is empty. We just want to add this piece of Javascript (including the liquids) to every page by API. I don't find how to do that in the right way.
View ArticleMassaad commented on 403 Error from code snippet within my store. Is any...
Hi there David,To keep your admin secure all calls that end point (to /admin) require authentication. The error your explaining sounds related to that. Why are you trying to create a smart collection...
View ArticleOlder line items do not have variant id or product id by Mike Taylor
In my api testing with my development store all line items that were created had a variant id and a product id. Now that our app is in production we are seeing line items from 2012 that do not have a...
View ArticleShopify Risk API - Missing Info by Fernando Plascencia
Hello,I am using the Order Risk API/JSON (http://docs.shopify.com/api/order_risks) to determine the risk of an order, but I'm getting conflicting information.For example, I have an order where if I go...
View Articlefulfillable_quantity and product availability by James Crosswell
I'm trying to calculate how many units of each product a customer has "available". For my purposes, available means that they have the stock on hand and they haven't already sold it. So if they have 5...
View ArticleHunkyBill commented on fulfillable_quantity and product availability
++++ BUMPITY BUMP BUMP ++++ DING DING DING... I asked this question some time ago too, to NO answer... please Shopify... another question where there is money on the line and not just some minor...
View ArticleStore Staff commented on Shop with ~20000 products, how to delete ~2000...
what makes the product a duplicate? barcode, title??two products with same handle are basically 1 product with 2 variants. Now if you have a list of product .handle that are duplicates then you can...
View ArticleHunkyBill commented on Shop with ~20000 products, how to delete ~2000...
You CANNOT have two products with the same handle.
View ArticleDavid commented on 403 Error from code snippet within my store. Is any...
My goal is to automate getting from this to this. Think of it as similar to creating a public wishlist. (Later I'll add an option to make them private.)Step 1 is go to this page and select a bundle...
View ArticleAlex M commented on Deleted store, webhook still active and multiple webhooks...
Hey HunkyBill, thanks for your input. Considering my other problem with trying to respond as quick as possible to shopify, the first sniff would add time to processing. Even it only is 50 miliseconds,...
View Articlenarzero commented on Shop with ~20000 products, how to delete ~2000 duplicate...
> what makes the product a duplicate? barcode, title??The title makes them a duplicate.> You CANNOT have two products with the same handle.I know. That's why I was thinking about checking the...
View Articlecollection products json api from client side javascript by Riccardo Canalicchio
Hi,I have seen that is available a json endpoint to get paginated products from a collection handle with this url:/collections/COLLECTION-HANDLE/products.json?page=Xactually it is working and I'm...
View ArticleGet JSON of sorted products by Seller Panda
Hi Im using the /admin/products.json api call, is there any option to get products sorted by price asc/desc or title alpha-bet asc/desc or best-selling with this api call, or maybe there is any other...
View ArticleJason commented on collection products json api from client side javascript
Perfectly safe to use.
View ArticleJustin Stern commented on Get JSON of sorted products
Hey, this is something I've wished for as well, but ordering/sorting isn't mentioned in the docs http://docs.shopify.com/api/product and does not appear to be supported by the Shopify Rest API. My...
View ArticleWEBHOOK for order/create by Unai
Hello, I have new using webhooks. I need to do very simple thing: execute a script in rails when a order will be created.I have an ROR App to make something, this thing execute correctly if I put...
View Article