I'm a Jr Python/Django developer, and I'm starting Django E-commerce project, using print on demand Printful tools, I will use the Printfull API. I can't find a way to test my API Key, on my script. Some of you can tell me where I can find more information about this integration? Thank you. Flavio
import json
import requests
key = ('mwi4tpvh-j0ka-pwsk:dgj0-83boo2cnfog2')
r = requests.get('https://api.printful.com/sync/products')
packages_json = r.key.json()
print(packages_json)