60 lines
1.7 KiB
Markdown
60 lines
1.7 KiB
Markdown
---
|
|
name: shipping-rates-routes
|
|
description: Handle 4 OpenAPI operation(s) under /v1/shipping_rates for the shipping rates route group.
|
|
---
|
|
|
|
# shipping rates API Routes
|
|
|
|
Handle 4 OpenAPI operation(s) under /v1/shipping_rates for the shipping rates route group.
|
|
|
|
Use the generated operation tools to make real API calls. Do not invent API responses.
|
|
If a tool reports missing setup, return the exact setup field name to the caller.
|
|
For write, update, or delete operations, state the intended action before calling the tool.
|
|
|
|
## Operations
|
|
|
|
### get_shipping_rates
|
|
|
|
- Operation ID: `get_shipping_rates`
|
|
- Route: `GET /v1/shipping_rates`
|
|
- Mode: READ
|
|
- Summary: List all shipping rates
|
|
- Parameters:
|
|
- `active` in `query`
|
|
- `created` in `query`
|
|
- `currency` in `query`
|
|
- `ending_before` in `query`
|
|
- `expand` in `query`
|
|
- `limit` in `query`
|
|
- `starting_after` in `query`
|
|
- Body: JSON request body accepted.
|
|
|
|
### post_shipping_rates
|
|
|
|
- Operation ID: `post_shipping_rates`
|
|
- Route: `POST /v1/shipping_rates`
|
|
- Mode: WRITE
|
|
- Summary: Create a shipping rate
|
|
- Body: JSON request body accepted.
|
|
|
|
### get_shipping_rates_shipping_rate_token
|
|
|
|
- Operation ID: `get_shipping_rates_shipping_rate_token`
|
|
- Route: `GET /v1/shipping_rates/{shipping_rate_token}`
|
|
- Mode: READ
|
|
- Summary: Retrieve a shipping rate
|
|
- Parameters:
|
|
- `expand` in `query`
|
|
- `shipping_rate_token` in `path` required
|
|
- Body: JSON request body accepted.
|
|
|
|
### post_shipping_rates_shipping_rate_token
|
|
|
|
- Operation ID: `post_shipping_rates_shipping_rate_token`
|
|
- Route: `POST /v1/shipping_rates/{shipping_rate_token}`
|
|
- Mode: WRITE
|
|
- Summary: Update a shipping rate
|
|
- Parameters:
|
|
- `shipping_rate_token` in `path` required
|
|
- Body: JSON request body accepted.
|