AfterShip Shipper Accounts API

The Shipper Accounts API from AfterShip — 5 operation(s) for shipper accounts.

Operations 7

GET /shipper-accounts Get shipper accounts #
POST /shipper-accounts Create a shipper account #
GET /shipper-accounts/{id} Get a shipper account #
DELETE /shipper-accounts/{id} Delete a shipper account #
PUT /shipper-accounts/{id}/info Update a shipper account's information #
PATCH /shipper-accounts/{id}/credentials Update a shipper account's credentials #
PATCH /shipper-accounts/{id}/settings Update a shipper account's settings #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/aftership-shipper-accounts-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

aftership-shipper-accounts-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Overview Shipper Accounts API
  version: '1.0'
  summary: API Overview
  contact:
    name: AfterShip Support
    url: https://www.aftership.com/contact-us
    email: support@aftership.com
  termsOfService: https://www.aftership.com/legal/terms-of-service
  description: '> OAS Schema can be downloaded [here](https://stoplight.io/api/v1/projects/automizely/docs-core-postmenapi-com/nodes/reference/api.v3.json?branch=master&deref=optimizedBundle)'
servers:
- description: Sandbox
  url: https://sandbox-api.aftership.com/postmen/v3
- url: https://api.aftership.com/postmen/v3
  description: Production
security:
- as-api-key: []
tags:
- name: Shipper Accounts
paths:
  /shipper-accounts:
    parameters: []
    get:
      summary: Get shipper accounts
      responses:
        '200':
          description: Get shipper accounts
          content:
            application/json:
              schema:
                type: object
                x-examples:
                  example-1:
                    meta:
                      code: 200
                      message: OK
                      details: []
                    data:
                      next_token: '1'
                      limit: 30
                      shipper_accounts:
                      - id: 00000000-0000-0000-0000-000000000000
                        description: royal-mail
                        slug: royal-mail
                        status: enabled
                        timezone: Asia/Hong_Kong
                        type: user
                        created_at: '2016-08-25T08:48:46+00:00'
                        updated_at: '2016-09-23T04:56:26+00:00'
                        address:
                          country: USA
                          contact_name: jesus
                          phone: null
                          fax: null
                          email: null
                          company_name: jesus company
                          street1: one street in the USA
                          street2: null
                          street3: null
                          city: Los Angeles
                          state: CA
                          postal_code: '90210'
                          type: null
                          tax_id: null
                      - id: 00000000-0000-0000-0000-000000000000
                        description: will_not_delete
                        slug: aramex
                        status: enabled
                        timezone: America/Vancouver
                        type: user
                        created_at: '2016-07-29T10:37:18+00:00'
                        updated_at: '2016-09-23T04:56:25+00:00'
                        address:
                          country: JOR
                          contact_name: Sir Foo
                          phone: +1 206-654-3100
                          fax: +1 206-654-3100
                          email: foo@foo.com
                          company_name: Foo Store
                          street1: 100 MAIN ST
                          street2: PO BOX 1022
                          street3: SEATTLE WA 98104
                          city: Seattle
                          state: TX
                          postal_code: '77055'
                          type: business
                          tax_id: 911-70-1234
                      - id: 00000000-0000-0000-0000-000000000000
                        description: ups
                        slug: ups
                        status: enabled
                        timezone: Asia/Hong_Kong
                        type: user
                        created_at: '2016-07-14T09:36:35+00:00'
                        updated_at: '2016-09-23T04:56:26+00:00'
                        address:
                          country: CHN
                          contact_name: hello
                          phone: 0601997749
                          fax: null
                          email: test@test.com
                          company_name: 天俞
                          street1: 150 Kennedy Road
                          street2: Flat 25, 12/F, Acacia Building
                          street3: null
                          city: Wan Chai
                          state: null
                          postal_code: 000852
                          type: business
                          tax_id: null
                      - id: 00000000-0000-0000-0000-000000000000
                        description: Bring sandbox
                        slug: bring
                        status: enabled
                        timezone: Europe/Amsterdam
                        type: user
                        created_at: '2016-07-12T08:57:03+00:00'
                        updated_at: '2016-09-23T04:56:26+00:00'
                        address:
                          country: NOR
                          contact_name: Sir Foo
                          phone: +1 206-654-3100
                          fax: +1 206-654-3100
                          email: test@test.com
                          company_name: Demo Parcel Norway Customer
                          street1: 100 MAIN ST
                          street2: PO BOX 1022
                          street3: SEATTLE WA 98104
                          city: Seattle
                          state: TX
                          postal_code: '7600'
                          type: business
                          tax_id: 911-70-1234
                      - id: 00000000-0000-0000-0000-000000000000
                        description: Bring sandbox
                        slug: bring
                        status: enabled
                        timezone: Europe/Amsterdam
                        type: user
                        created_at: '2016-07-12T08:56:54+00:00'
                        updated_at: '2016-09-23T04:56:25+00:00'
                        address:
                          country: NOR
                          contact_name: Sir Foo
                          phone: +1 206-654-3100
                          fax: +1 206-654-3100
                          email: test@test.com
                          company_name: Demo Parcel Norway Customer
                          street1: 100 MAIN ST
                          street2: PO BOX 1022
                          street3: SEATTLE WA 98104
                          city: Seattle
                          state: TX
                          postal_code: '7600'
                          type: business
                          tax_id: 911-70-1234
                      - id: 00000000-0000-0000-0000-000000000000
                        description: dpd-uk
                        slug: dpd-uk
                        status: enabled
                        timezone: Asia/Hong_Kong
                        type: user
                        created_at: '2016-06-30T05:02:52+00:00'
                        updated_at: '2016-09-23T04:56:25+00:00'
                        address:
                          country: USA
                          contact_name: jesus
                          phone: null
                          fax: null
                          email: null
                          company_name: jesus
                          street1: one street in the USA
                          street2: null
                          street3: null
                          city: Los Angeles
                          state: CA
                          postal_code: '90210'
                          type: null
                          tax_id: null
                      - id: 00000000-0000-0000-0000-000000000000
                        description: fedex-smartpost
                        slug: fedex-smartpost
                        status: enabled
                        timezone: Asia/Hong_Kong
                        type: user
                        created_at: '2016-06-29T08:53:44+00:00'
                        updated_at: '2016-09-23T04:56:25+00:00'
                        address:
                          country: USA
                          contact_name: Sir Foo
                          phone: +1 206-654-3100
                          fax: +1 206-654-3100
                          email: foo@foo.com
                          company_name: Foo Store
                          street1: 100 MAIN ST
                          street2: PO BOX 1022
                          street3: SEATTLE WA 98104
                          city: Seattle
                          state: TX
                          postal_code: '77055'
                          type: business
                          tax_id: 911-70-1234
                      - id: 00000000-0000-0000-0000-000000000000
                        description: bluedart
                        slug: bluedart
                        status: enabled
                        timezone: Asia/Kolkata
                        type: user
                        created_at: '2016-06-27T09:04:41+00:00'
                        updated_at: '2016-09-23T04:56:25+00:00'
                        address:
                          country: HKG
                          contact_name: Buckinghamshire Livingstone West
                          phone: null
                          fax: null
                          email: test@test.com
                          company_name: The Royal Family
                          street1: No.1 Northwesthamsexshirecaster Boulevard
                          street2: Turing Test Town
                          street3: null
                          city: Thisisalongnameingshumshire
                          state: Sussex
                          postal_code: '560084'
                          type: residential
                          tax_id: null
                      - id: 00000000-0000-0000-0000-000000000000
                        description: dpd-uk
                        slug: dpd-uk
                        status: enabled
                        timezone: Asia/Hong_Kong
                        type: user
                        created_at: '2016-06-24T05:59:57+00:00'
                        updated_at: '2016-09-23T04:56:26+00:00'
                        address:
                          country: USA
                          contact_name: jesus
                          phone: null
                          fax: null
                          email: null
                          company_name: asas
                          street1: one street in the USA
                          street2: null
                          street3: null
                          city: Los Angeles
                          state: NY
                          postal_code: '90210'
                          type: null
                          tax_id: null
                      - id: 00000000-0000-0000-0000-000000000000
                        description: gls-ireland
                        slug: gls-ireland
                        status: enabled
                        timezone: Asia/Hong_Kong
                        type: user
                        created_at: '2016-06-23T09:47:59+00:00'
                        updated_at: '2016-09-23T04:56:26+00:00'
                        address:
                          country: BEL
                          contact_name: Buckinghamshire Livingstone West
                          phone: null
                          fax: null
                          email: test@test.com
                          company_name: The Royal Family
                          street1: Elsensesteenweg 21
                          street2: null
                          street3: null
                          city: Brussel
                          state: Abcde
                          postal_code: '1050'
                          type: residential
                          tax_id: null
                      - id: 00000000-0000-0000-0000-000000000000
                        description: sf-express
                        slug: sf-express
                        status: enabled
                        timezone: Asia/Hong_Kong
                        type: user
                        created_at: '2016-06-23T09:43:37+00:00'
                        updated_at: '2016-09-23T04:56:26+00:00'
                        address:
                          country: HKG
                          contact_name: Sir Pudgu
                          phone: +1 206-654-3100
                          fax: +1 206-654-3100
                          email: foo@foo.com
                          company_name: Foo Store
                          street1: Tsuen Wan
                          street2: null
                          street3: null
                          city: Mississauga
                          state: null
                          postal_code: L4W5M8
                          type: business
                          tax_id: 911-70-1234
                      - id: 00000000-0000-0000-0000-000000000000
                        description: ups-mi
                        slug: ups-mi
                        status: enabled
                        timezone: Asia/Hong_Kong
                        type: user
                        created_at: '2016-06-23T09:29:56+00:00'
                        updated_at: '2016-09-23T04:56:25+00:00'
                        address:
                          country: HKG
                          contact_name: Elmira Zulauf
                          phone: 2433-1212
                          fax: null
                          email: null
                          company_name: Kemmer-Gerhold
                          street1: 662 Flatley Manors
                          street2: null
                          street3: null
                          city: Hong Kong
                          state: null
                          postal_code: null
                          type: business
                          tax_id: null
                      - id: 00000000-0000-0000-0000-000000000000
                        description: purolator
                        slug: purolator
                        status: enabled
                        timezone: America/Vancouver
                        type: user
                        created_at: '2016-06-17T08:06:05+00:00'
                        updated_at: '2016-09-23T04:56:26+00:00'
                        address:
                          country: CAN
                          contact_name: Sir Foo
                          phone: +1 206-654-3100
                          fax: +1 206-654-3100
                          email: foo@foo.com
                          company_name: Foo Store
                          street1: Tsuen Wan
                          street2: null
                          street3: null
                          city: Mississauga
                          state: BC
                          postal_code: L4W 5M8
                          type: business
                          tax_id: 911-70-1234
                      - id: 00000000-0000-0000-0000-000000000000
                        description: ups
                        slug: ups
                        status: enabled
                        timezone: Asia/Hong_Kong
                        type: user
                        created_at: '2016-06-16T09:02:27+00:00'
                        updated_at: '2016-09-23T04:56:25+00:00'
                        address:
                          country: HKG
                          contact_name: Sir Foo
                          phone: +1 206-654-3100
                          fax: +1 206-654-3100
                          email: foo@foo.com
                          company_name: Foo Store
                          street1: Tsuen Wan
                          street2: null
                          street3: null
                          city: Hong Kong
                          state: null
                          postal_code: '77055'
                          type: business
                          tax_id: 911-70-1234
                      - id: 00000000-0000-0000-0000-000000000000
                        description: canpar-01
                        slug: canpar
                        status: enabled
                        timezone: Canada/Central
                        type: user
                        created_at: '2016-06-14T07:17:23+00:00'
                        updated_at: '2016-09-23T04:56:26+00:00'
                        address:
                          country: CAN
                          contact_name: Ada
                          phone: '+16476942677'
                          fax: null
                          email: test@test.com
                          company_name: Testing Company
                          street1: 330-340 W 34th St
                          street2: Can Ada stop, Canada
                          street3: null
                          city: Central
                          state: AB
                          postal_code: T5A 1H1
                          type: residential
                          tax_id: null
                      - id: 00000000-0000-0000-0000-000000000000
                        description: bring 2
                        slug: bring
                        status: enabled
                        timezone: Africa/Abidjan
                        type: user
                        created_at: '2016-06-08T11:40:45+00:00'
                        updated_at: '2016-09-23T04:56:25+00:00'
                        address:
                          country: SWE
                          contact_name: qqqqq
                          phone: null
                          fax: null
                          email: null
                          company_name: wwww
                          street1: eee
                          street2: null
                          street3: null
                          city: null
                          state: null
                          postal_code: null
                          type: business
                          tax_id: null
                      - id: 00000000-0000-0000-0000-000000000000
                        description: fedex
                        slug: fedex
                        status: enabled
                        timezone: Asia/Kolkata
                        type: user
                        created_at: '2016-06-08T10:13:18+00:00'
                        updated_at: '2016-09-23T04:56:25+00:00'
                        address:
                          country: IND
                          contact_name: Sir Foo
                          phone: +1 206-654-3100
                          fax: +1 206-654-3100
                          email: edward@aftership.com
                          company_name: Demo Parcel Norway Customer
                          street1: 100 MAIN ST
                          street2: PO BOX 1022
                          street3: SEATTLE WA 98104
                          city: Bangalore
                          state: Karnataka
                          postal_code: '560034'
                          type: business
                          tax_id: 911-70-1234
                      - id: 00000000-0000-0000-0000-000000000000
                        description: bondscouriers
                        slug: bondscouriers
                        status: enabled
                        timezone: Australia/Brisbane
                        type: user
                        created_at: '2016-06-07T08:50:05+00:00'
                        updated_at: '2016-09-23T04:56:26+00:00'
                        address:
                          country: AUS
                          contact_name: Buckinghamshire Livingstone West
                          phone: null
                          fax: null
                          email: test@test.com
                          company_name: SICAB PTY LTD
                          street1: Level 2, Suite 4, 55 Norton St.
                          street2: null
                          street3: null
                          city: Leichhardt
                          state: NSW
                          postal_code: '1050'
                          type: residential
                          tax_id: null
                      - id: 00000000-0000-0000-0000-000000000000
                        description: bluedart
                        slug: courex
                        status: enabled
                        timezone: Asia/Singapore
                        type: user
                        created_at: '2016-06-07T08:48:51+00:00'
                        updated_at: '2016-09-23T04:56:26+00:00'
                        address:
                          country: SGP
                          contact_name: Buckinghamshire Livingstone West
                          phone: null
                          fax: null
                          email: test@test.com
                          company_name: The Royal Family
                          street1: No.1 Northwesthamsexshirecaster Boulevard
                          street2: Turing Test Town
                          street3: null
                          city: Thisisalongnameingshumshire
                          state: Sussex
                          postal_code: '560084'
                          type: residential
                          tax_id: null
                      - id: 00000000-0000-0000-0000-000000000000
                        description: delhivery description
                        slug: delhivery
                        status: enabled
                        timezone: Asia/Kolkata
                        type: user
                        created_at: '2016-05-13T10:09:43+00:00'
                        updated_at: '2016-09-23T04:56:26+00:00'
                        address:
                          country: IND
                          contact_name: Buckinghamshire Livingstone West
                          phone: null
                          fax: null
                          email: test@test.com
                          company_name: The Royal Family
                          street1: 113 Barthal, Dundahera
                          street2: null
                          street3: null
                          city: New Delhi
                          state: Delhi
                          postal_code: '110070'
                          type: residential
                          tax_id: null
                      - id: 00000000-0000-0000-0000-000000000000
                        description: endicia
                        slug: endicia
                        status: enabled
                        timezone: Asia/Hong_Kong
                        type: user
                        created_at: '2016-05-13T10:08:18+00:00'
                        updated_at: '2016-09-23T04:56:26+00:00'
                        address:
                          country: USA
                          contact_name: jesus
                          phone: null
                          fax: null
                          email: null
                          company_name: My Company
                          street1: one street in the USA
                          street2: null
                          street3: null
                          city: Los Angeles
                          state: CA
                          postal_code: '90210'
                          type: null
                          tax_id: null
                      - id: 00000000-0000-0000-0000-000000000000
                        description: Bring sandbox
                        slug: bring
                        status: enabled
                        timezone: Europe/Amsterdam
                        type: user
                        created_at: '2016-05-10T09:42:23+00:00'
                        updated_at: '2016-09-23T04:56:26+00:00'
                        address:
                          country: NOR
                          contact_name: Sir Foo
                          phone: +1 206-654-3100
                          fax: +1 206-654-3100
                          email: test@test.com
                          company_name: Demo Parcel Norway Customer
                          street1: 100 MAIN ST
                          street2: PO BOX 1022
                          street3: SEATTLE WA 98104
                          city: Seattle
                          state: TX
                          postal_code: '7600'
                          type: business
                          tax_id: 911-70-1234
                      - id: 00000000-0000-0000-0000-000000000000
                        description: DHL Express
                        slug: dhl
                        status: enabled
                        timezone: Asia/Hong_Kong
                        type: user
                        created_at: '2016-04-28T11:00:37+00:00'
                        updated_at: '2016-09-23T04:56:25+00:00'
                        address:
                          country: NLD
                          contact_name: Hombre Amsterdam
                          phone: +31 (0)20 683 8558
                          fax: null
                          email: support@hombreamsterdam.com
                          company_name: Hombre Amsterdam
                          street1: Jan Evertsenstraat 70
                          street2: null
                          street3: null
                          city: Amsterdam
                          state: null
                          postal_code: 1056 EE
                          type: business
                          tax_id: null
                      - id: 00000000-0000-0000-0000-000000000000
                        description: dhl-global-mail-asia account
                        slug: dhl-global-mail-asia
                        status: enabled
                        timezone: Asia/Hong_Kong
                        type: user
                        created_at: '2016-04-06T09:07:25+00:00'
                        updated_at: '2016-09-23T04:56:25+00:00'
                        address:
                          country: HKG
                          contact_name: Buyer Name
                          phone: '+85221234568'
                          fax: null
                          email: test@test.com
                          company_name: Testing Company
                          street1: 330-340 W 34th St
                          street2: Super smart building, Hong Kong
                          street3: null
                          city: Hong Kong
                          state: null
                          postal_code: null
                          type: residential
                          tax_id: null
                      - id: 00000000-0000-0000-0000-000000000000
                        description: fedex-for-cod-india
                        slug: fedex
                        status: enabled
                        timezone: Asia/Kolkata
                        type: user
                        created_at: '2016-03-10T07:09:51+00:00'
                        updated_at: '2016-09-23T04:56:25+00:00'
                        address:
                          country: IND
                          contact_name: Sir Foo
                          phone: +1 206-654-3100
                          fax: +1 206-654-3100
                          email: edward@aftership.com
                          company_name: Demo Parcel Norway Customer
                          street1: 100 MAIN ST
                          street2: PO BOX 1022
                          street3: SEATTLE WA 98104
                          city: Bangalore
                          state: Karnataka
                          postal_code: '560034'
                          type: business
                          tax_id: 911-70-1234
                      - id: 00000000-0000-0000-0000-000000000000
                        description: will_not_delete
                        slug: fedex
                        status: enabled
                        timezone: America/Vancouver
                        type: user
                        created_at: '2016-03-07T09:44:47+00:00'
                        updated_at: '2016-09-23T04:56:25+00:00'
                        address:
                          country: CAN
                          contact_name: Ada
                          phone: '+16476942677'
                          fax: null
                          email: test@test.com
                          company_name: Testing Company
                          street1: 330-340 W 34th St
                          street2: Can Ada stop, Canada
                          street3: null
                          city: Central
                          state: AB
                          postal_code: T5A 1H1
                          type: residential
                          tax_id: null
                      - id: 00000000-0000-0000-0000-000000000000
                        description: bpost
                        slug: bpost
                        status: enabled
                        timezone: Asia/Hong_Kong
                        type: user
                        created_at: '2016-02-17T10:28:52+00:00'
                        updated_at: '2016-09-23T04:56:26+00:00'
                        address:
                          country: BEL
                          contact_name: Buckinghamshire Livingstone West
                          phone: null
                          fax: null
                          email: test@test.com
                          company_name: The Royal Family
                          street1: Elsensesteenweg 21
                          street2: null
                          street3: null
                          city: Brussel
                          state: Abcde
                          postal_code: '1050'
                          type: residential
                          tax_id: null
                      - id: 00000000-0000-0000-0000-000000000000
                        description: tnt
                        slug: tnt
                        status: enabled
                        timezone: Asia/Hong_Kong
                        type: user
                        created_at: '2016-02-12T10:30:50+00:00'
                        updated_at: '2016-09-23T04:56:26+00:00'
                        address:
                          country: HKG
                          contact_name: Sir Foo
                          phone: '11111111'
                          fax: +1 206-654-3100
                          email: foo@foo.com
                          company_name: Foo Store
                          street1: Workshop A, 10/F, Wah Shing Industrial Building
                          street2: 18 Cheung Shun Street, Lai Chi Kok
                          street3: null
                          city: Lai Chi Kok
                          state: null
                          postal_code: null
                          type: business
                          tax_id: null
                      - id: 00000000-0000-0000-0000-000000000000
                        description: myhermes-uk
                        slug: hermes
                        status: enabled
                        timezone: Europe/London
                        type: user
                        created_at: '2016-02-12T10:28:31+00:00'
                        updated_at: '2016-09-23T04:56:25+00:00'
                        address:
                          country: GBR
                          contact_name: Buckinghamshire Livingstone West
                          phone: null
                          fax: null
                          email: test@test.com
                          company_name: The Royal Family
                          street1: No.1 Northwesthamsexshirecaster Boulevard
                          street2: Turing Test Town
                          street3: null
                          city: Thisisalongnameingshumshire
                          state: Sussex
                          postal_code: B17 0WD
                          type: residential
                          tax_id: null
                properties:
                  meta:
                    $ref: '#/components/schemas/Meta.v3'
                  data:
                    type: object
                    properties:
                      next_token:
                        type: string
                      limit:
                        type: integer
                      shipper_accounts:
                        type: array
                        desc

# --- truncated at 32 KB (66 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/aftership/refs/heads/main/openapi/aftership-shipper-accounts-api-openapi.yml