App reviews, troubleshooting, and recommendations
I am getting `Invalid ID` error, when I try to update my App Subscription via GraphQL
Here is the code that I am using:
Query:
mutation appSubscriptionLineItemUpdate($id: ID!, $cappedAmount: MoneyInput!) {
appSubscriptionLineItemUpdate(id: $id, cappedAmount: $cappedAmount) {
appSubscription {
id
}
confirmationUrl
userErrors {
field
message
}
}
}
Variables:
{
cappedAmount: {
amount: "4.99",
currencyCode: "USD",
},
id: "gid://shopify/AppSubscriptionLineItem/00000000000", // Example value used
}
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025