hope you all are doing great. It's my first time using UPS APIs and I am trying to create a test shipment in postman using UPS shipping test API but i am getting this error:
{
"response": {
"errors": [
{
"code": "120317",
"message": "The ShipFrom country must be the same as the Shipper country"
}
]
}
}
I have downloaded the shipping developer kit and read the documentation but I can't find the error code or any solution in the documentation.
It let me create shipments from Pakistan to US through UPS CampusShip platform.
My shipper's account country is US and I want to create shipment from Pakistan to US or any other country to US.
Is it possible to create shipment with ShipFrom country different from Shipper country? or Is their any other API to create import/export shipment?
Resource Links: