GraphQL cartLinesAdd API not working

GraphQL cartLinesAdd API not working

prashants6
New Member
9 0 0

Untitled.png

 

When I hit this API, below is the response I get:

{
    "data": {
        "cartLinesAdd"null
    },
    "errors": [
        {
            "message""invalid id",
            "locations": [
                {
                    "line"3,
                    "column"3
                }
            ],
            "path": [
                "cartLinesAdd"
            ]
        }
    ]
}
 
So, please check what's wrong here or which ID is invalid?
Replies 0 (0)