mirror of
https://github.com/LukeHagar/speakeasy-playground.git
synced 2025-12-09 20:57:44 +00:00
Shippo SDK
Overview
Available Operations
example
Example Usage
import shippo
s = shippo.Shippo()
res = s.example(header_param='<value>')
if res is not None:
# handle response
pass
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
header_param |
Optional[str] | ➖ | The number of results to return per page (max 100) |
Response
Errors
| Error Object | Status Code | Content Type |
|---|---|---|
| errors.SDKError | 4x-5xx | / |