No content to show
User Activity
I'll post some of the responses I get to illustrate. Here is the response to my bulk query operation <GraphQL::Client::Response:0x00007feae5332db8 @Original_hash={"data"=>{"bulkOperationRunMutation"=>{"bulkOperation"=>{"id"=>"gid://shopify/BulkOperat...
That does make sense, and I have built a bulk query version of my request. The thing is, when I start the request and I run the currentBulkOperation, I don't get any data back. I can't figure out if my operation has run or not! Another further wrinkl...
Hello,When I create a GraphQL mutation to append images to a product in the Shopify GraphQL app, I get a message back saying "message": "The server responded with invalid JSON, this is probably a server-side error". How do I fix this Query? Here is t...
I've located the source of the error. The query does not contain the httpMethod in its variables. The resourceUrl parameters are also missing. Here is the correct query. client = ShopifyAPI::GraphQL.client
staged_upload_query = cl...
Hello, When I try and use a staged upload mutation to upload a jsonl file, I get this response back:=> "#<GraphQL::Client::Response:0x00007fa9fd399cd0 @Original_hash={\"errors\"=>[{\"message\"=>\"Internal error. Looks like something went wrong on our...
04-30-2021
There is a section in the docs on how to do this. In your checkout modification, you need a hidden input to persist the values of your fields across all steps like this:{% for attribute in checkout.attributes %}
<input type=hidden name=”checkout[at...
10-13-2018
Figured it out. Do NOT use your app's shared secret like the docs tell you to.
Use the signature string at the bottom of your webhooks creation interface.
10-12-2018
Hello,
I'm trying to verify a webhook in my rails app according to the docs here: https://help.shopify.com/en/api/getting-started/webhooks
The code given in the docs does not seem to produce the same result as the HMAC header sent with the webhook....
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
1505 | 09-16-2021 06:53 PM |