I will use the Printfull API, but I can't find on way to test the API Key, on my script. Some of you can tell me how is the best way to do this? Thank you. Flavio
import json
import requests
key = ('random:key')
r = requests.get('https://api.printful.com/sync/products')
packages_json = r.key.json()
print(packages_json)