Answers for "no billing attempt event in shopify webhook"

0

no billing attempt event in shopify webhook

mutation {
  subscriptionDraftUpdate(
    draftId: "gid://shopify/SubscriptionDraft/22"
    input: { deliveryPolicy: { interval: MONTH, intervalCount: 2 } }
  ) {
    draft {
      id
    }
    userErrors {
      field
      message
    }
  }
}
Posted by: Guest on March-25-2021

Browse Popular Code Answers by Language