Skip to content

Update Known Shipper State

Request

This operation change current status of the known shipper
valid values are: Active or Inactive.

Security
bearerAuth
Path
shipperIDstringrequired

The unique identifier of the Known Shipper.

Query
statusstringrequired

Change the status of the known shipper. Valid values are: Active or Inactive.

Enum:"active""inactive"
curl -i -X PUT \
  'https://api-sandbox.sendpro360.pitneybowes.com/shipping/api/v1/shippers/{shipperID}?status=active' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

The known shipper's status has been successfully updated.

Response
No content