Registers Company's UPS account with Shipwell

Company has to have an account with UPS 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)
company
required
string
email
required
string
name
required
string
phone
required
string
Responses
200

UPS account was already registered with Shipwell

Response Schema: application/json
account_number
required
string
oauth_url
string or null
201

Successfully registered UPS account with Shipwell

Response Schema: application/json
account_number
required
string
oauth_url
string or null
default

Default error response

post/registration/UPS/
Request samples
application/json
{
  • "account_number": "string",
  • "address": {
    },
  • "company": "string",
  • "email": "string",
  • "name": "string",
  • "phone": "string"
}
Response samples
application/json
{
  • "account_number": "string",
  • "oauth_url": "string"
}
Copyright © Shipwell 2025. All right reserved.