1.7 KiB
1.7 KiB
name, description
| name | description |
|---|---|
| shipping-rates-routes | 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:
activeinquerycreatedinquerycurrencyinqueryending_beforeinqueryexpandinquerylimitinquerystarting_afterinquery
- 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:
expandinqueryshipping_rate_tokeninpathrequired
- 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_tokeninpathrequired
- Body: JSON request body accepted.