Partner APIs
/Knownshippers APIs
/- Update Known Shipper State
Register Known Shipper
Update Known Shipper
Get Known Shipper
Delete Known Shipper
Update Known Shipper Stat...
This operation change current status of the known shipper
valid values are: Active or Inactive.
Security
bearerAuth
- Sandbox Serverhttps://api-sandbox.sendpro360.pitneybowes.com/shipping/api/v1/shippers/{shipperID}
- Production Serverhttps://api.sendpro360.pitneybowes.com/shipping/api/v1/shippers/{shipperID}
curl -i -X PUT \
'https://api-sandbox.sendpro360.pitneybowes.com/shipping/api/v1/shippers/{shipperID}?status=active' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'