No content to show
User Activity
Hi @Huptech-Web I tried by removing the `id` but still the error is there, the tags doesn't get updated, and i get the same `{"errors":{"order":"Required parameter missing or invalid"}}` as response
11-27-2023
Hi, I am trying to update tags for a specific order, this is the curl I am using to do so:```curl --location --request PUT 'https://<my_domain>/admin/api/2021-07/orders/123456789.json' \--header 'X-Shopify-Access-Token: <my_token>' \--header 'Content...
11-17-2022
I am trying to verify a Shopify webhook request for the topic orders/create, but the verification is returning False, I am not able to figure out the reason. Here's the code snippet I am using to verify the request.views.pyclass ShopifyWebhookOrderCr...