Using our Sales Channel and the Checkout API we got the following response back from Shopify
"statusCode": 422,
"body": {
"errors": {
"checkout": {
"shipping_line": {
"id": [{
"code": "invalid",
"message": "is invalid",
"options": {}
}]
},
"shipping_rate": {
"id": [{
"code": "invalid",
"message": "is invalid",
"options": {}
}]
}
}
}
}
The request-id is
"x-request-id": "51f2aa61-2e60-459c-9943-330dc6c0629e"
I’d like to know what does that error mean. Thank you.