EPISHIP API MUD Templates overview

EPISHIP MUD Templates API icon 32px svg

Overview

Figure 1. EPISHIP API relationship diagram. MUD template hierarchy and fee application flow.

EPISHIP App

EPISHIP’s application interface allows administrators to visually configure pricing rules. Users can define percentage-based markups, fixed processing fees, or per-shipment charges, and assign these templates to specific companies or reseller accounts.

EPISHIP API

The REST API that provides programmatic access to MUD templates. It supports operations such as listing available templates, retrieving parent company templates for inheritance, and creating custom fee structures via JSON payloads.

Authentication

Secured via Bearer tokens in the Authorization header. Access to templates is governed by strict company hierarchy rules, preventing users from accessing unauthorized parent company data while allowing necessary inheritance logic.

Template Logic

A flexible system for defining cost adjustments. Templates can be configured as `percentage` (e.g., 50% markup), `fixed` (e.g., $99 flat fee), `per_shipment_fixed`, or `per_shipment_percent`, offering granular control over revenue generation.

What can users do with the EPISHIP MUD Templates API?

Users can use the EPISHIP MUD Templates API to perform common workflows, such as:

MUD Template properties available to view and filter through the EPISHIP MUD Templates API:

Additional info

Related

Related Categories