Accepting credit cards, warehouses, and shipping and fulfilling orders
We are trying migrate our Order API, to Fulfillment Order API, and we are calling this URL, with the code below, but we are receiving error as The api_client is not associated with any fulfillment service
Please let us know how to resolve this error, we have around 30 sites to migrate
var client = new RestClient();
client.Authenticator = new HttpBasicAuthenticator(apiKey, apiPwd);
var requestres = new RestRequest(shopifyURL, Method.GET);
requestres.AddHeader("X-Shopify-Access-Token", "xxxxxxxx");
requestres.AddHeader("header", "Content-Type: application/json");
IRestResponse response = client.Execute(requestres);
Did you ever figure out what you needed to do to resolve this?
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024