This operation updates details of an existing known shipper.
Body must not be empty.
Known shipper details successfully updated.
Invalid or Bad Request
Unauthorized Error
Known Shipper not found.
Internal Server Error
{- "addressLine1": "1236 Elm Street",
- "addressLine2": "Suite 367",
- "addressLine3": "Building B",
- "cityTown": "San Francisco",
- "stateProvince": "UT",
- "postalCode": "941056743",
- "countryCode": "US",
- "name": "John Doe",
- "company": "PB",
- "phone": "1234512343",
- "email": "johndoe@yopmail.com"
}
{- "shipperID": "2000083071",
- "addressLine1": "1234 Elm Street",
- "addressLine2": "Suite 567",
- "addressLine3": "Building A",
- "cityTown": "San Francisco",
- "stateProvince": "CA",
- "postalCode": "941056743",
- "countryCode": "US",
- "name": "John Doe",
- "company": "PB",
- "phone": "1234512343",
- "email": "string",
- "status": "updated"
}