EPISHIP API Carrier Packages overview

EPISHIP Carrier Packages API icon 32px svg

Overview

The EPISHIP Carrier Packages API lets you manage the package definitions used within your logistics network. You can develop applications that integrate with EPISHIP to automate the retrieval of standard package types, map carrier-specific packaging codes to common definitions, and validate package availability for specific carriers.

View Doc →

The following figure shows the relationship between your EPISHIP app, the EPISHIP API, and Carrier Packages services.

EPISHIP Carrier Packages API icon 32px diagram

Figure 1. EPISHIP API relationship diagram. Package type standardization and retrieval flow.

EPISHIP App

EPISHIP’s package services provide a unified library of shipping containers, allowing shippers to select from standard carrier options or define custom packaging, ensuring accurate rating and labeling across all supported carriers.

EPISHIP API

The REST API that allows users to list, filter, and retrieve package definitions programmatically, serving as the translation layer between generic package types (e.g., “Small Box”) and carrier-specific rocket codes.

Standardization

A dedicated capability within the API that maps disparate carrier terminology into normalized “common package types,” simplifying cross-carrier rating logic for developers.

Carrier Specifics

A system that links package definitions to specific carriers to provide details such as internal IDs, enabled status, and carrier-specific naming conventions.

What can users do with the EPISHIP Carrier Packages API?

Users can use the EPISHIP Carrier Packages API to perform common workflows, such as:

  • Retrieve a normalized list of common package types (e.g., ’10kg’, ‘letter’, ‘tube’) for UI selection
  • List all carrier-specific package definitions with advanced filtering options
  • Filter packages by carrier, name, or enabled status
  • Get specific details for a single package resource by ID
  • Map internal “rocket codes” to user-friendly package names

Package properties available to view and filter through the EPISHIP Carrier Packages API:

  • Package ID
  • Carrier Name (e.g., fedex, ups)
  • Common Package Type (normalized key)
  • Name (Display Name)
  • Rocket Code (Carrier specific code)
  • Enabled Status

Additional info

  • Learn more about developing with EPISHIP API, including handling authentication, authorization, reference the Develop on EPISHIP API for your workspace. More →
  • Learn more about how to launch and run an EPISHIP API app, read the Developer Page. More →

Related

Related Categories