Files
speakeasy-playground/docs/sdks/shippo/README.md
Mike Lueders ce42d22be9 union array
2024-03-21 16:38:48 -05:00

1.7 KiB

Shippo SDK

Overview

Available Operations

example

Example Usage

import shippo
from shippo.models import components

s = shippo.Shippo()

req = components.ExampleWithOneOfArray(
    one_of_array=[
        904965,
    ],
)

res = s.example(req)

if res is not None:
    # handle response
    pass

Parameters

Parameter Type Required Description
request components.ExampleWithOneOfArray ✔️ The request object to use for the request.

Response

operations.ExampleResponse

Errors

Error Object Status Code Content Type
errors.SDKError 4x-5xx /