No content to show
User Activity
Hello VivekH, Thank you so much. My above mentioned solution works for me for now. However, it looks like your GraphQL solutions can run faster if there are many products with no images. I am sure, your answer will help others. Let me mark your answe...
Meanwhile, I found solution on my own. I check Shopify return message (REST API) immediately after creating a product. If created product contains no image, but it is supposed to have one, then set product status to "draft" and do some other tasks, l...
We have goods management system with tens of thousands of products. Automatically, every night (through our interface) we upload products to shopify. We need a way to be informed (before our customers are) about products without images (example: wher...
We use "Prestige Theme" and have thousands of products on Shopify. They have many different shades of basic colors. The colors are provided from our suppliers, and we cannot force them to use our color naming scheme. Suppliers colors are assigned to ...
Hello HunkyBill,nothing more to say or ask, just big "Thank You!" for finding time and describing you approach in such detail. It was pleasure to read it. I am marking your answer as the "Accepted Solution". Take care.
Hello HunkyBill, thanks a lot for your responses. Understood. You recommend updating instead of deleting/re-creating. Can I clarify few points to ensure, I am on the right trackt: You use one of these REST API calls possibly their GraphQL Alternative...
Hello Jason, we are talking about 6.000+ products. The company uses internal goods management system, which serves as their main database of all the goods they have. They want to export their products to Shopify to start selling there. The company ma...
Thank you Paul. I will check GraphQL. I am closing this question now.
Is it possible to upload Product with Images and assign those images to Variants in just one REST API request, please? At this moment, the fastest way we know is this:Create new product with multiple variants and multiple images using (here, images w...
is there a way to delete all Shopify products in one Rest API call, please?At this moment, we would do the following:Get all product IDs using: GET /admin/api/2021-07/products.json?fields=idDelete product after product individually by product IDDELET...