JavaScript Desktop Notification

Objectives of the blog After reading this blog, you will able to setup the desktop notification for your site. You will also be able to customize your notification by your own message, image, icon etc. Benefit of Desktop Notification Suppose you want to notify your customer outside the webpage then we can use the desktop […]

Read More

Spring Global (Spring Omni) Error: Shipment is not being Registered

Problem Statement: Shipment is not being registered on the sent timestamp and also no error is reporting in the response. Solution: We have raised a ticket for the same and they replied that this issue was occurred because recipient’s email parameter was not sent in the Shipment API https://api.myparcel.com/shipments According to the Spring Omni documentation, […]

Read More

Spring Global (Spring Omni) Error: The property phone_number is required

Error in the response: The property phone_number is required while registering the shipment. Solution: This error is occurring when recipient’s phone_number parameter is not sent in the Shipment API https://api.myparcel.com/shipments According to the Spring Omni documentation, phone_number is an optional parameter: We raised ticket on Spring Omni and they replied: The shipment is failing to […]

Read More

Spring Omni Manifest

How to get the manifest report of the Spring Omni shipments? SOLUTION: We raised a query to spring Omni, if they have any API to generate the manifest of the shipments created on a particular day. They replied: “We don’t currently provide a manifest“. So we tried to generate manifest on our end and confirmed […]

Read More

DHL Issue: The destination location is invalid. Please check the data

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 […]

Read More