I want to create a product, specify the category of the product, and wrote the category field, but the submission has been invalid. Products cannot be added to categories.
product = shopify.Product()
product.category = " gid://shopify/TaxonomyCategory/aa-1-12-4 "
product.product_type = “Jeans”
product.body_html = “
- WOMEN’S SKINNY JEANS
- COLLECTION: AUTUMN/WINTER
- COMPOSITION: 70% COTTON, 27% POLYESTER, 3%/ELASTANE
”
product.title = “15092650 - ONLROYAL LIFE REG SKINNY 600 NOOS”
product.vendor = “Only”
product.save()