While creating a shipment using Spring Omni, you might get an error in response such as mentioned below: [status] => 404 [code] => 10002 [title] => Resource Not Found [detail] => One or more of the regions resource could not be found. We got this error while sending the following request to create the shipment: […]
Author: Aparajita Singh
Spring Global (Spring Omni) Error: Getting Blank Response While Fetching Label
We were facing an issue while we tried to create a shipment (Using /shipments API) and after that we were fetching the label (Using /shipments/{shipment_id}/files API). The issue was that we got blank response. When we checked Shipments on the back office, it looked like below screenshot: When we clicked on the shipment (with status […]
DHL Issue: The destination location is invalid. Please check the data
The logistics sector’s global leader is DHL. Specializing in transportation, courier services, and international shipping. While booking shipment on DHL using API (In our case, the delivery country was “Ireland”), we got an error in response to the capability request. The error was “The destination location is invalid. Please check the data“. Solution: For […]
Password Protection with htaccess
Introduction It is always a good idea to add password protection to any of the folders/webpages of your website if you want to restrict access on them. The method for applying the same is more important. We can use PHP for authorizing the information on each page, but that doesn’t protect your images or any […]