Jan 15, 2021
I have successfully posted a Carrier Service so I can use it in Shopify, however no rates are listed and my server is never called however when I try the url in the browser I get the proper json resp...
I'm adding a rate (Rates provided by app) and I get a message when saving the profile To edit this profile, 1 change is required: Profile is invalid: Participant services cannot be empty.
No content to show
User Activity
I found the issue. I was getting all fulfillment_orders including the closed one. Added to the creation of a fulfillment was giving me this issue. To solve it, I filter the open fulfillment_orders only.It's just sad that this is the kind of error ...
Despite doing exactly that with api version 2023-07 and I triple checked every single value, I receive the below error. Any idea what I'm doing wrong ?422 Unprocessable Entity
I've been able to delete but using the id. The guid is not acceptable. Here's how :Since I created a webhook by code I'm getting the last one. It's not elegant of course but deleting a webhook using the id works like a charm. The problem is that ...
It's ok, my authentication was not exactly right.
03-21-2023
Hi, I'm trying to create a CARRIER SERVICE for my client. We all checked if the API KEY and TOKEN as well as the STORE were correct and all the permissions have been granted. The Carrier Service option is available for that store and the permissio...
03-21-2023
Hi, Who knows why my webhook is called at least 6 times ? I thought Shopify would call my webhook only once to tell me that the bulk operation is completed I don't know if I have to do it but I'm trying to delete the webhook in my action to make sur...
I'm really using DELETE here and I still get 406 - Not Acceptable. Any ideas ?
03-06-2023
Hi, I'm checking if anybody has an idea ?
03-02-2023
Hi, I requested a bulk operation for which I received a Global ID then requested the URL to download the data. However, either trying this URL on the browser or using an HttpClient from .NET with Shopify API key and API Password, nothing seems to wo...
02-22-2023
Bingo. Big thanx !
02-21-2023
Same fiddle and same error when you run it.https://dotnetfiddle.net/ZTA2J0 What you say about edges is a complete mystery to me. I know absolutely nothing about query like this. I'm a complete newbieYour suggestion is noted for the token. It's a p...
02-20-2023
Hi there,I get this : {
"errors": [{
"message": "Field 'nodes' doesn't exist on type 'ProductVariantConnection'",
"locations": [{
"line": 5,
"column": 7
}
...
02-17-2023
I find the result a little bit strange or maybe I'm not querying the right thing.I was expecting the metafields of 4 variants of the product but I get values that I don't know where they come from {
"data": {
"product": {
"met...
02-17-2023
Hi, When I gave you the fiddle, I did change the credentials so I don't transmit it ! Wow that is rather strange. Suddenly I tried and it works ???Well, I hve no clue why I was getting Unauthorized and now I don't. Thank you...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
1082 | 03-22-2023 07:01 AM |