Shippo Tables
The provider models the data in API as a list of tables in a relational database that can be queried using standard SQL statements.
Shippo Tables
| Name | Description |
| Addresses | Generates the list of all addresses. |
| Batches | Get batch shipment status |
| CarrierAccounts | List all and single carrier account. |
| CustomsDeclarations | List all customs-declaration objects. |
| CustomsItems | List all custom-items objects |
| Manifests | List all and single Manifest object. |
| Orders | List all order objects or single order. |
| Parcels | List all parcel objects or single parcel. |
| Rates | Get a rate for a shipment |
| Refunds | Retreive all refund objects. |
| Shipments | Generates List of shipments details or specific shipment |
| TrackingStatus | Get a tracking update |
| Transactions | List all transaction objects or existing transaction by object id. |
| ValidateAddress | Validate an existing address by object id. |