Hi Shopify dev team,
I ran the query product API and received the following HTML response, please help me solve this issue.
Request ID: 0a6ee116-3123-4854-9129-11709d090eab
Response
Query:
graphQLquery = """
query ($productID: ID!){
product(id: $productID) {
id
tags
handle
productType
}
}
"""
variable = {
"productID": f'gid://shopify/Product/{product_id}'
}
User | Count |
---|---|
13 | |
12 | |
10 | |
8 | |
8 |