When attempting to push orders to Shopify using the Custom App, we are encountering an error message indicating a failure in the order transfer process by using WhatsApp Commerce using API. Earlier it was working fine, and after 1 week it’s stop working.
{
"error": {
"message": "Unauthorized",
"metadata": {
"data": {
"errors": "[API] Invalid API key or access token (unrecognized login or wrong password)"
},
"addData": null
},
"name": "BadRequestError"
}
}