I’m trying to create a checkout object. I’m using the shopify python 8.4.1 with API version 2021-04.
shopify.Checkout.create({"checkout": {"email": "jelo@bld.ai", "line_items": [ {"variant_id": 41075752632483, "quantity": 1} ]}})
I’m receiving the following error:
{
"errors": {
"line_items": {
"0": {
"variant_id": [
{
"code": "invalid",
"message": "is invalid",
"options": {}
}
]
}
}
}
}
My X-Request-ID is: 7be4f98a-60c0-471a-a126-b388182a1dba
