Is there a way to unpublish/publish a product from all sales channels, including custom websites? If I set: { published_at: null, published: false, published_scope: ""} the product ...
I am unable to call the Admin REST API from my Node server via the Axios lib. Trying like this: const axios = require("axios")const assemble_admin_url = require("./assemble_admin_url")con...
Hey there, I have finally set up my entire site to work with and use data from Shopify (had my own cms before so had to rewrite a better part of my client application). The one last...
May 14, 2019
Hey there, I have finally set up my entire site to work with and use data from Shopify (had my own cms before so had to rewrite a better part of my client application). The one last...
Apr 29, 2019
Hey there, I have just finished talking to a lovely lady on Shopify's Live Chat, however, she wasnt informed enough to answer my API related questions, so she has send send me here for some ...
No content to show
User Activity
Hey there JB, thanks for the answer! Well my usecase is simple, since I cant make a product available on a sales channel programmatically (other than the "Online store"), I have to load all products to the custom website (sales channel/private app), ...
03-17-2020
Hi, I am using Admin SDK API and since it doesnt allow publishing products on sales channel (like custom store) other than shopify store, I wanted to know if there is any way I could add a line item to checkout of a product that is not published on t...