This file contains 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