No content to show
User Activity
Hello, we have tested the new product API briefly. At the moment, we ran into workflow issues when we try to create many products.With the previous version, we were able to use productCreate with bulk mutation. With the new version, product creation ...
05-23-2024
I second this needs to be added... Before, we used to be able to do one bulk mutation on productCreate. Now we need to do productCreate then productVariantsBulkCreate but the latter isn't enabled with bulk mutation. Productset is not a solution becau...
11-05-2021
I have read the documentation multiple times. At the moment, I get an "Invalid OAuth callback" error.My server uses koa-shopify-auth to server a static index.html with index.js:server.use(
createShopifyAuth({
afterAuth(ctx) {
...
11-05-2021
I have read the documentations many times and even look at the Github repo issues.Currently I am getting:Invalid OAuth callback.My server is a simple koa-shopify-auth:const router = new Router();
const server = new Koa();
server.use(session(server));...
11-04-2021
Hello,I have a simple app set up to display 'Hello World' but I have been bashing my head for a few days trying to get App Bridge working. Can anyone provide a simple Node/React application using App Bridge? Specifically I would like to use "Cart" a...