Problem Statement: Wrong product data coming in the response of Create Parcel API of HubBox Sandbox account. Solution: If you are facing this issue in HubBox sandbox account as shown below, you can ignore this on the sandbox account as It will work fine in the Production account of HubBox. Sent product data in the […]
Tips
How to delete products from MercadoLibre Marketplace?
Objective of the blog After reading this blog, you can understand how the seller can delete the products from MercadoLibre marketplace. Method to delete Products from MercadoLibre Marketplace: You can delete products from MercadoLibre marketplace by two methods: Delete manually from the merchant account Using CSV file. 1. Delete manually from the merchant account 1. […]
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 […]
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, […]
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 […]
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 […]
Spring Global (Spring Omni): Billing Concept
We want to know that Spring Global charges us on the shipments which we have created and registered OR parcels which we will hand over to them for delivery. We raised a ticket on Spring Global: Which shipments (parcels) will they charge us? Will it be on the shipments which we have created and registered […]
Spring Global (Spring Omni) Error: Resource Not Found
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: […]
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 […]