You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(sdk): add GetOrders endpoint and bump to v1.0.18
- Add GetOrders API endpoint with GetOrdersResponse, OrderInfo, and
OrderLineItem models, docs, and tests
- Bump version to 1.0.18 across all version-bearing files (pyproject.toml,
setup.py, config.json, __init__.py, api_client.py, configuration.py)
*DefaultApi* | [**get_currencies**](docs/DefaultApi.md#get_currencies) | **POST** /api.php?action=GetCurrencies | Get currencies
127
127
*DefaultApi* | [**get_invoices**](docs/DefaultApi.md#get_invoices) | **POST** /api.php?action=GetInvoices | Get invoices
128
128
*DefaultApi* | [**get_invoices_details**](docs/DefaultApi.md#get_invoices_details) | **POST** /api.php?action=GetInvoicesDetails | Get invoices with line item details
129
+
*DefaultApi* | [**get_orders**](docs/DefaultApi.md#get_orders) | **POST** /api.php?action=GetOrders | Get orders
[**get_currencies**](DefaultApi.md#get_currencies) | **POST** /api.php?action=GetCurrencies | Get currencies
13
13
[**get_invoices**](DefaultApi.md#get_invoices) | **POST** /api.php?action=GetInvoices | Get invoices
14
14
[**get_invoices_details**](DefaultApi.md#get_invoices_details) | **POST** /api.php?action=GetInvoicesDetails | Get invoices with line item details
15
+
[**get_orders**](DefaultApi.md#get_orders) | **POST** /api.php?action=GetOrders | Get orders
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments