Error 502: Bad gateway Wait and retry when I am using ShipHero API on my CRM project
13:15 29 Apr 2026
{
    "type": "https://developers.cloudflare.com/support/troubleshooting/http-status-codes/cloudflare-5xx-errors/error-502/",
    "title": "Error 502: Bad gateway",
    "status": 502,
    "detail": "The origin web server returned an invalid or incomplete response to Cloudflare. This typically indicates the origin is overloaded or misconfigured.",
    "instance": "9f3fdd4e9e004633",
    "error_code": 502,
    "error_name": "origin_bad_gateway",
    "error_category": "origin",
    "ray_id": "9f3fdd4e9e004633",
    "timestamp": "2026-04-29T17:00:43Z",
    "zone": "app.saverack.com",
    "cloudflare_error": true,
    "retryable": true,
    "retry_after": 60,
    "owner_action_required": true,
    "what_you_should_do": "**Wait and retry.** Back off for at least 60 seconds. If the error persists, the website operator should check their origin server health and configuration.",
    "footer": "This error was generated by Cloudflare on behalf of the website owner."
}

While I was trying to get order detail information from Shiphero to my CRM(Laravel + Vue project), I got this errors but I was not able to fix this.

Thanks for your answers.

laravel vue.js rest