Search⌘ K
AI Features

Demo Application

Explore how to build a shipment management system in React using Shippo API endpoints. Learn to create addresses, parcels, and shipments, retrieve carrier rates, select rates, and complete shipment transactions while understanding the code behind each step for integration.

We'll cover the following...

In this lesson, we’ll see a sample React application of a shipment management system.

Workflow

We’ve used the following endpoints in the application:

  1. Addresses: We’ll create toAddress and fromAddress using the addresses endpoint.

  2. Parcels: ...