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...
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:
Addresses: We’ll create
toAddressandfromAddressusing the addresses endpoint.Parcels: ...