Demo Application
Learn to build a fully functional React shipment management system using Shippo APIs.
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: We’ll create a
parcelusing the parcel's endpoint.Shipments: The addresses and the parcel above ...
Ask