No content to show
User Activity
Hey everyone,I'm running into an issue with the draftOrderCreate GraphQL mutation. No matter what valid provinceCode I input, the frontend throws a "Region is unspecified" error.I've attached the draft_order_create_req.csv and draft_order_create_res....
Found out I was being silly - for anyone stumbling across this in the future the solution is adding the ProductVariantsBulkCreateStrategy variable to the GQL request.
Hey,I was working with creating a product with variants which had unique prices and inventory quantities and found that the 'REMOVE_STANDALONE_VARIANT' wasn't working. When I try to request productVariantsBulkCreate using that param, I am hit with th...
03-15-2024
Figured it out, can't figure out how to delete, sorry, thanks for the consideration!
03-15-2024
import "@shopify/shopify-api/adapters/node";
import { shopifyApi, LATEST_API_VERSION, Session} from "@shopify/shopify-api";
import express from "express";
import dotenv from "dotenv";
import axios from "axios";
dotenv.config();
import cookieParser f...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
434 | 07-12-2024 01:56 PM |