This is a sample project that demonstrates how to use the Shippo C# SDK.
This sample illustrates how to
- Create a Shipment object, including sender/recipient addresses and parcel details
- Collect shipping rates offered by the carriers configured in your Shippo account
- Use a selected rate to request a label
- Download the label for use in shipping your package
Before you run this code, you will need to have performed the below steps:
- Install a recent version of the .NET SDK - this sample is using .NET 8
- Create a Shippo Account
- Generate a Shippo API Token. Since this is a sample app, it is recommended that you generate a test token rather than a production (i.e., paid) token.