Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 2.33 KB

index.mdx

File metadata and controls

57 lines (37 loc) · 2.33 KB
title
Introduction

import Bleed from "nextra-theme-docs/bleed"; import { Box, Center } from "@mantine/core"; import { Video } from "../components/Video"; import { LinkDiagram } from "../components/LinkDiagram"; import { IntroDiagram } from "../components/IntroDiagram"; import { ShopDiagram } from "../components/ShopDiagram"; import { ChannelDiagram } from "../components/ChannelDiagram"; import { MatchDiagram } from "../components/MatchDiagram";

Openship

Introduction

Openship is an open-source fulfillment platform that enables e-commerce companies to create and leverage multi-channel fulfillment.

Basic concepts

Shops

Shops represent your online stores where your customers place orders (e.g. Shopify, WooCommerce, eBay, Amazon). Once connected, new orders can be routed to Openship to be fulfilled.

Channels

Channels represent destinations where your orders can be routed and fulfilled. A channel could be an existing platform like your supplier's Shopify shop or a 3PL solution like FBA or ShipBob. It could also be something very simple like adding a row to a Google Sheet or sending an email with the order details. Openship currently only supports Shopify out of the box, but custom channels can be created. Check out this guide to learn more.

Links

Links represent a connection between a shop and a channel. Once linked, new shop orders are forwarded to the linked channel for fulfillment.

Matches

For finer control over the fulfillment process, matches can be created on the product level. Matches represent a connection between your shop products and your channel products. When a match is created between a shop product and channel product, Openship will automatically process that order. Matches can be easily changed between your channel products so you are not locked-in to any one vendor, supplier, or fulfillment system as you scale.

Demo Video

<Box component="video" sx={{ border: 3px solid black, display: "block" }} width="100%" controls src="https://user-images.githubusercontent.com/34615258/187966640-450e1d16-2f96-4d68-9a62-812ae1ad0633.mp4" data-canonical-src="https://user-images.githubusercontent.com/34615258/187966640-450e1d16-2f96-4d68-9a62-812ae1ad0633.mp4" />