02-05-2024 04:21 AM
I am trying to upload tracking of an order but getting error
If I leave "shippingCarrierCode" empty, I get success response but when I go to order detail, I can't see any tracking updated.
Solved! Go to Best Answer
02-26-2024 10:54 AM
We noticed that you are using the incorrect field "shipmentTrackingNumber" in the request. You need to use the trackingNumber field to set the tracking number provided by the shipping carrier for the fulfillment.
02-11-2024 11:39 AM
The shipping carrier code looks odd. eBay usually does not have spaces within codes.
https://developer.ebay.com/devzone/xml/docs/Reference/ebay/types/ShippingCarrierCodeType.html
02-11-2024 06:06 PM
Unfortunately, it did not work. I tried with another courier service but get same error.
02-26-2024 10:54 AM
We noticed that you are using the incorrect field "shipmentTrackingNumber" in the request. You need to use the trackingNumber field to set the tracking number provided by the shipping carrier for the fulfillment.
02-26-2024 12:45 PM
Thank you, it is working now.
02-28-2024 10:48 PM - edited 02-28-2024 10:53 PM
I tried you example but it does not work for me only shippedDate is the error.
Any help on this?
02-28-2024 10:53 PM
I tried you example but it does not work for me only shippedDate is the error.
Any help on this?
02-28-2024 10:58 PM
I just added 1 day and it works.
I think it should not work if the same current date
02-29-2024 01:47 AM
Your date format is bit different. try format explained here