1.8 KiB
1.8 KiB
name, description
| name | description |
|---|---|
| prices-routes | Handle 5 OpenAPI operation(s) under /v1/prices for the prices route group. |
prices API Routes
Handle 5 OpenAPI operation(s) under /v1/prices for the prices 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_prices
- Operation ID:
get_prices - Route:
GET /v1/prices - Mode: READ
- Summary: List all prices
- Parameters:
activeinquerycreatedinquerycurrencyinqueryending_beforeinqueryexpandinquerylimitinquerylookup_keysinqueryproductinqueryrecurringinquerystarting_afterinquerytypeinquery
- Body: JSON request body accepted.
post_prices
- Operation ID:
post_prices - Route:
POST /v1/prices - Mode: WRITE
- Summary: Create a price
- Body: JSON request body accepted.
get_prices_search
- Operation ID:
get_prices_search - Route:
GET /v1/prices/search - Mode: READ
- Summary: Search prices
- Parameters:
expandinquerylimitinquerypageinqueryqueryinqueryrequired
- Body: JSON request body accepted.
get_prices_price
- Operation ID:
get_prices_price - Route:
GET /v1/prices/{price} - Mode: READ
- Summary: Retrieve a price
- Parameters:
expandinquerypriceinpathrequired
- Body: JSON request body accepted.
post_prices_price
- Operation ID:
post_prices_price - Route:
POST /v1/prices/{price} - Mode: WRITE
- Summary: Update a price
- Parameters:
priceinpathrequired
- Body: JSON request body accepted.