Update Known Shipper State

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

SecuritybearerAuth
Request
path Parameters
shipperID
required
string

The unique identifier of the Known Shipper.

query Parameters
status
required
string

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

Enum: "active" "inactive"
Responses
200

The known shipper's status has been successfully updated.

400

Invalid or Bad Request

401

Unauthorized Error

404

Known Shipper not found.

500

Internal Server Error

put/api/v1/shippers/{shipperID}
Request samples
Response samples
application/json
{
  • "message": "string"
}