Actions27
- Account Actions
- Device Actions
- Estatísticas E Log Actions
- Item Actions
- Template Actions
Overview
This node integrates with the etiquetas.io platform, providing various operations related to account management, authentication, devices, items, templates, and statistics/logs. Specifically, for the Resource "Estatísticas E Log" and the Operation "Consulta Status De Bases", it allows users to query the status of data bases associated with a particular store.
Typical use cases include monitoring the synchronization or health status of stores' databases within etiquetas.io, which is useful for ensuring data consistency and operational reliability in retail or inventory environments.
For example, a user might want to check if a specific store's database is up-to-date or if there are any issues that require attention.
Properties
Name | Meaning |
---|---|
storeId | The identifier of the store whose database status is being queried. Can be selected from a searchable list of stores or entered manually by ID (numeric only). |
Output
The node outputs JSON data representing the status information of the specified store's database. This typically includes details such as synchronization state, last update timestamps, error messages if any, and other relevant metadata about the base status.
No binary data output is indicated for this operation.
Dependencies
- Requires an API key credential for etiquetas.io to authenticate requests.
- Uses internal helper methods to fetch the list of stores for selection.
- Relies on the etiquetas.io API endpoints corresponding to statistics and logs.
Troubleshooting
- Invalid Store ID: If the store ID does not match the expected numeric format, the node will reject the input. Ensure the store ID is numeric.
- Authentication Errors: Missing or invalid API credentials will cause authentication failures. Verify that the API key credential is correctly configured.
- Store Not Found: Selecting a store that does not exist or has been deleted may result in errors or empty responses.
- API Rate Limits or Connectivity Issues: Network problems or rate limiting by etiquetas.io can cause request failures. Check network connectivity and API usage limits.