mirror of
https://github.com/LukeHagar/speakeasy-playground.git
synced 2025-12-09 12:47:46 +00:00
generate sdk
This commit is contained in:
10
docs/models/components/tracksrequest.md
Normal file
10
docs/models/components/tracksrequest.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# TracksRequest
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- |
|
||||
| `carrier` | *str* | :heavy_check_mark: | Name of the carrier of the shipment to track. | usps |
|
||||
| `tracking_number` | *str* | :heavy_check_mark: | Tracking number to track. | 9205590164917312751089 |
|
||||
| `metadata` | *Optional[str]* | :heavy_minus_sign: | A string of up to 100 characters that can be filled with any additional information you want to attach to the object. | Order 000123 |
|
||||
Reference in New Issue
Block a user