Update a Company's Fedex account with Shipwell

Can only modify freight account number and smart post hub id at this time

SecurityAuthToken
Request
path Parameters
fedexAccountId
required
string <uuid>
Request Body schema: application/json
required
account_nickname
string or null
account_number
string or null
company
string or null <uuid>
object (FedexAccountContact)
object (FedexFreightAccount)
id
string or null <uuid>
key
string or null
meter_number
string or null
password
string or null
smart_post_hub_id
integer or null
Responses
200

Successfully updated Fedex account

Response Schema: application/json
account_nickname
string or null
account_number
string or null
company
string or null <uuid>
object (FedexAccountContact)
object (FedexFreightAccount)
id
string or null <uuid>
key
string or null
meter_number
string or null
password
string or null
smart_post_hub_id
integer or null
object (GenesisAddress)
default

Default error response

put/registration/FEDEX/{fedexAccountId}/
Request samples
application/json
{
  • "account_nickname": "string",
  • "account_number": "string",
  • "company": "87340f10-f684-4b06-8427-5981380bd9a9",
  • "contact": {
    },
  • "freight_account": {
    },
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "key": "string",
  • "meter_number": "string",
  • "password": "string",
  • "smart_post_hub_id": 0
}
Response samples
application/json
{
  • "account_nickname": "string",
  • "account_number": "string",
  • "company": "87340f10-f684-4b06-8427-5981380bd9a9",
  • "contact": {
    },
  • "freight_account": {
    },
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "key": "string",
  • "meter_number": "string",
  • "password": "string",
  • "smart_post_hub_id": 0,
  • "address": {
    }
}
Copyright © Shipwell 2025. All right reserved.