No content to show
User Activity
Hey Mrkarim, This is the code I wrote in python to update an existing subscription with a discount, maybe it is helpful to you !pip install ShopifyAPI pandas
import shopify
import urllib.request
import json
import pandas as pd
merchant_token = 'xxx...
Hi Alan, I appreciate the response - but I seem to be having trouble using the storefront api on the client @Shopify/shopify-api given its for node. Am I understanding you correctly?
Hi Alan, Thank you very much for your prompt response, it is very much appreciated! Hopefully, this will be sorted out soon!
Hello All! I am sending a request to the recurring_application_charges.json endpoint and all seems to be fine with the response I am receiving, however, in the middle of the day today, the confirmation URL was leading me to the page below. Im not s...