generate sdk

This commit is contained in:
Mike Lueders
2024-03-01 12:52:50 -06:00
parent 9246389907
commit 14c449163c
593 changed files with 29833 additions and 154 deletions

View 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 |