No content to show
User Activity
Bump on this, really frustrating that the test webhook contains no origin location data. Even when trying to manually trigger it nothing seems to be there, could be an issue around shipping labels not being present, but I'm not going to build my app ...
06-07-2024
Bumping this, we've just seen a bunch of orders duplicated, and since id is the safeguard we currently have in place. Think I will have to rush through transitioning to webhooks instead, since this caused quite a big mismatch in our accounts. Only ha...
Hello,I am trying to update some existing shipping rates using graphQL, but I keep getting an error saying : Profile is invalid: ID must be present during an update.This is my code: mutation {
deliveryProfileUpdate(
# Specify the delivery prof...
Hello I am trying to create multiple shipping zones with their respective rates via graphQL. This is what I have : mutation {
deliveryProfileUpdate(
# Specify the delivery profile ID to update.
id: "gid://shopify/DeliveryProfile/10292543519...
Thank you!I was also wondenring, is it possible to change the variant of a product of an order through PUT API call?
Thank you!I was also wondenring, is it possible to change the variant of a product of an order through PUT API call?
Hello I have the following cURL:curl -X POST \https://your-development-store.myshopify.com/admin/api/2022-10/graphql.json \-H 'Content-Type: application/json' \-H 'X-Shopify-Access-Token: {access_token}' \s- d'{"query": "query { productVariants(query...