EPISHIP API Products overview

EPISHIP Products API icon 32px svg

Overview

Figure 1. EPISHIP API relationship diagram. Notification generation and retrieval flow.

EPISHIP App

EPISHIP’s product management interface acts as a central repository for item details. It allows users to define product names, descriptions, and values, which are then used to auto-fill line items during the order creation process.

EPISHIP API

The REST API that provides comprehensive CRUD (Create, Read, Update, Delete) access to product records. It features specialized endpoints for bulk importing data from CSV files and restoring soft-deleted items to recover accidental removals.

Authentication

Secured via Bearer tokens in the Authorization header. API access is scoped to the specific Company ID, ensuring that product catalogs remain isolated between different tenants or resellers.

Lifecycle Management

The API supports a “soft-delete” mechanism. When a product is deleted, it is marked as inactive rather than being permanently removed immediately. The `restore` endpoint allows administrators to reactivate these products without re-entering data.

What can users do with the EPISHIP Products API?

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

Product properties available to view and filter through the EPISHIP Products API:

Additional info

Related

Related Categories