EPISHIP API Shipping Quotes overview

EPISHIP Shipping Quotes API icon 32px svg

Overview

The EPISHIP Shipping Quotes API allows you to programmatically generate and manage shipping cost estimates. You can develop applications that integrate real-time rate quoting into ecommerce checkouts, enabling customers to see accurate shipping costs before purchase, or build internal tools for auditing potential shipping expenses.

View Doc →

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

EPISHIP Shipping Quotes API diagram

Figure 1. EPISHIP API relationship diagram. Quote creation, retrieval, and management flow.

EPISHIP App

EPISHIP’s quoting interface provides a historical view of all generated rate estimates. Administrators can review quotes generated by external sources (like a shopping cart), manually delete obsolete quotes, or email quote details directly to customers.

EPISHIP API

The REST API that powers the quoting engine. It supports both public-facing endpoints for creating new quotes (ideal for frontend integrations) and administrative endpoints for listing, deleting, and managing existing quotes within the system.

Authentication

Secured via Bearer tokens in the Authorization header. While creating a quote can be integrated into public-facing tools, administrative actions like listing all quotes or deleting records require elevated permissions and authentication.

Quote Logic

A comprehensive calculation engine that takes package dimensions, weight, and line items into account to return a precise cost estimate. It factors in carrier specific logic to ensure the quoted price matches the eventual label cost as closely as possible.

What can users do with the EPISHIP Shipping Quotes API?

Users can use the EPISHIP Shipping Quotes API to perform common workflows, such as:

  • Create a new shipping quote with detailed package and product information
  • Retrieve a paginated list of all quotes generated for a specific company
  • View the details of a single quote using its unique slug
  • Email a specific quote to a customer or administrator
  • Delete obsolete or unused quotes to maintain data hygiene

Quote properties available to view and filter through the EPISHIP Shipping Quotes API:

  • Quote Slug (Unique Identifier)
  • Carrier Name and Service Level
  • Total Estimated Cost
  • Sender and Receiver Addresses
  • Package Dimensions and Weight

Additional info

  • Learn more about developing with EPISHIP Shipping Quotes 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 Shipping Quotes API app, read the Developer Page. More →

Related

Related Categories