Shipping APIs
/Ship Via Code APIs
/- Get Ship via Code by Code
Create Ship Via Code
Get all Ship Via Codes
Update Ship Via Code
Delete Ship Via Code
Get Ship via Code by Code
This operation retrieves the details of a specific ship via code mapping by its unique code.
A ship via code represents a saved configuration of carrier, carrier account, parcel, service, and special services.
Security
bearerAuth
- Sandbox Serverhttps://api-sandbox.sendpro360.pitneybowes.com/shipping/api/v1/shipviacode/{code}
- Production Server (uses live data)https://api.sendpro360.pitneybowes.com/shipping/api/v1/shipviacode/{code}
- Sandbox Server for Canadahttps://api-ppd.shipping360.pitneybowes.com/ca/shipping/api/v1/shipviacode/{code}
- Production Server for Canadahttps://api.shipping360.pitneybowes.com/ca/shipping/api/v1/shipviacode/{code}
curl -i -X GET \
'https://api-sandbox.sendpro360.pitneybowes.com/shipping/api/v1/shipviacode/{code}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Specified ship via codes has beed retreived successfully.
Unique identifier generated by the system for the ship via code.
Example:"68b6bf44e10c804a9c1441df"
Timestamp when the entry was created.
Example:"2025-09-02T09:56:20.851Z"
Timestamp when the entry was last updated.
Example:"0001-01-01T00:00:00Z"
Response
{ "id": "68b6bf44e10c804a9c1441df", "code": "FEDEX-custom-code", "subID": "sac4c3a", "carrier": "FEDEX", "carrierAccountId": "B9PZAR2QZzn01Xo", "parcelType": "PKG", "serviceId": "NDA", "specialServices": [ { "specialServiceId": "INS", "inputParameters": [ … ], "fee": 0 } ], "residential": false, "insertTimestamp": "2025-09-02T09:56:20.851Z", "updateTimestamp": "0001-01-01T00:00:00Z", "createdBy": "0oa2fok3669kX7can0h8", "archived": false }