Registers Company's Fedex account with Shipwell

Company has to have an account with Fedex before registering with Shipwell.

SecurityAuthToken
Request
query Parameters
account_number
string

Fedex account number

Request Body schema: application/json
required
account_number
required
string
required
object (GenesisAddress)
required
object (FedexAccountContact)
object (FedexFreightAccount)
secondary_email
string or null
required
object (GenesisAddress)
smart_post_hub_id
integer or null
Responses
200

Fedex account was already registered with Shipwell

Response Schema: application/json
account_number
required
string
required
object (GenesisAddress)
required
object (FedexAccountContact)
object (FedexFreightAccount)
secondary_email
string or null
required
object (GenesisAddress)
smart_post_hub_id
integer or null
messages
Array of strings
201

Successfully registered Fedex account with Shipwell

Response Schema: application/json
account_number
required
string
required
object (GenesisAddress)
required
object (FedexAccountContact)
object (FedexFreightAccount)
secondary_email
string or null
required
object (GenesisAddress)
smart_post_hub_id
integer or null
messages
Array of strings
default

Default error response

post/registration/FEDEX/
Request samples
application/json
{
  • "account_number": "string",
  • "billing_address": {
    },
  • "contact": {
    },
  • "freight_account": {
    },
  • "secondary_email": "string",
  • "shipping_address": {
    },
  • "smart_post_hub_id": 0
}
Response samples
application/json
{
  • "account_number": "string",
  • "billing_address": {
    },
  • "contact": {
    },
  • "freight_account": {
    },
  • "secondary_email": "string",
  • "shipping_address": {
    },
  • "smart_post_hub_id": 0,
  • "messages": [
    ]
}
Copyright © Shipwell 2024. All right reserved.