mirror of
https://github.com/LukeHagar/speakeasy-playground.git
synced 2025-12-07 04:21:23 +00:00
Shippo SDK
Overview
Available Operations
example
Example Usage
import shippo
from shippo.models import components
s = shippo.Shippo()
res = s.example(header_param='<value>', example_body=components.ExampleBody())
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) |
example_body |
Optional[components.ExampleBody] | ➖ | N/A |
Response
Union[components.ExampleOneResponse, components.ExampleTwoResponse]
Errors
| Error Object | Status Code | Content Type |
|---|---|---|
| errors.SDKError | 4xx-5xx | / |