-
Notifications
You must be signed in to change notification settings - Fork 50
Closed
Description
If I try to run ShopifyCart.createCart and I specify line items I get the following error:
"errors": [
{
"message": "Variable $input of type CartInput! was provided invalid value for lines.0.id (Field is not defined on CartLineInput)",
"locations": [
{
"line": 1,
"column": 44
}
],
......
"problems": [
{
"path": [
"lines",
0,
"id"
],
"explanation": "Field is not defined on CartLineInput"
}
]
}
}
]
}
Metadata
Metadata
Assignees
Labels
No labels