Actionsandbox - eCommerce API
Who Needs This? Developers building general-powered applications Data analysts needing structured general reference data Product teams integrating data, record, item, entry features Researchers looking for general-related datasets Key Features 3 endpoints — access different data categories Full-text search across all fields via ?q= parameter Pagination with ?limit= and ?offset= Detailed lookup…
Actionsandbox - eCommerce API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
getSandboxRules /actionsandbox/sandbox_rules/{id} |
Retrieve a single sandbox rules record by its unique identifier. |
| GET |
listSandboxRules /actionsandbox/sandbox_rules |
Retrieve a paginated list of sandbox rules records with optional search and filtering. |
| GET |
listRiskClassifications /actionsandbox/risk_classifications |
Retrieve a paginated list of risk classifications records with optional search and filtering. |
| GET |
listActionTypes /actionsandbox/action_types |
Retrieve a paginated list of action types records with optional search and filtering. |
| GET |
getRiskClassifications /actionsandbox/risk_classifications/{id} |
Retrieve a single risk classifications record by its unique identifier. |
| GET |
getActionTypes /actionsandbox/action_types/{id} |
Retrieve a single action types record by its unique identifier. |