No content to show
User Activity
What is wrong with this query and variables? - References document: https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/validationCreate- Query and variables: query = <<~QUERY
mutation validationCreate($validation: ValidationCreateI...
On the checkout page, there is a section to choose whether the billing address is the same shipping address or not. However, I can't find the billing address info in the Payment Customization API input documents. Where can I get billing address info...
08-29-2023
I'm the developer of this app. What I'm trying to ask here is how to catch the delete button event. So that I can create a callback or something to delete the discount saved on my backend app.
08-02-2023
I'm trying to delete the discount saved on my backend app when the user deletes the discount on Shopify admin dashboard. Can I catch the Delete Discount event?
I've built multiple discounts using GraphQL discountAutomaticAppCreate. I want to combine various discounts on a single cart. Can I do this? Thanks. Also, is there any way that I can customize the discount page? I want to add a description and custom...
07-06-2023
I'm building a discount based on GraphQL called Free Gift based on the shipping address. Currently, I'm facing a problem with the DeliveryOutput field in the GraphQL input query. I'll explain the detail below. How do I think Shopify Function works? S...
I have tried to exclude the namespace and key fields. The features are running well now. Thank you very much, Liam!
I'm implementing a Discount update function using discountCodeAppUpdate, and meet this problem. When I call to update a discount, I received this message in the response body "Namespace and key cannot be changed for an existing record. Try creating ...