Cancellation Fees
Commerce (Orders & Inventory) (v1-2025-04-18)
The Orders & Inventory, or Commerce, API is focused on the processing and fulfillment of Orders. Additionally, you can use this API to manage your inventory, merchandise, and online store.
Like most of the other Rhythm apps, the Commerce API includes endpoints for Query Definitions. These endpoints are commonly used to retrieve saved queries, which can then be executed using the Query endpoints of the System API.
Download OpenAPI description
Languages
Servers
Mock server
https://docs.api.rhythmsoftware.com/_mock/apis/commerce/commerce-v1
https://commerce.api.rhythmsoftware.com
- Mock serverhttps://docs.api.rhythmsoftware.com/_mock/apis/commerce/commerce-v1/queryDefinitions/{tenantId}
- https://commerce.api.rhythmsoftware.com/queryDefinitions/{tenantId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.api.rhythmsoftware.com/_mock/apis/commerce/commerce-v1/queryDefinitions/{tenantId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
application/json
[ { "category": "string", "definition": {}, "id": "string", "name": "string" } ]