Created
April 26, 2019 23:33
-
-
Save hamletbatista/1b4cff78452d4181d19696ab4ddd9d1e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from shopping.content import common | |
# Authenticate and construct service. | |
service, config, _ = common.init([], __doc__) | |
#Example Output | |
#Using service account credentials from /root/shopping-samples/content/service-account.json. | |
#Merchant Center XXXXXXX is not an MCA. | |
#Website for Merchant Center XXXXXXX: https://www.sitename.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment