Actions27
- Account Actions
- Device Actions
- Estatísticas E Log Actions
- Item Actions
- Template Actions
Overview
This node integrates with the etiquetas.io platform, specifically providing access to various resources including statistics and logs. The operation "Consulta Status De Atualização De Etiquetas" (Check Tag Update Status) under the "Estatísticas E Log" resource allows users to query the update status of tags associated with a particular store.
Typical use cases include monitoring the synchronization or update state of electronic shelf labels (ESL) in retail environments, ensuring that tag data is current and correctly propagated. For example, a retail manager could automate checks on tag update statuses across multiple stores to maintain pricing accuracy and inventory visibility.
Properties
Name | Meaning |
---|---|
storeId | Identifier of the store for which to check the tag update status. Can be selected from a list of stores or provided directly by ID (numeric string). |
The storeId
property supports two modes:
- From list: Select a store from a searchable list fetched dynamically.
- By ID: Enter the numeric ID of the store manually.
Output
The node outputs JSON data representing the status of tag updates for the specified store. This typically includes information such as whether tags are up-to-date, pending updates, or if errors occurred during the update process.
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 dynamically.
- Relies on the etiquetas.io API endpoint corresponding to statistics and logs for retrieving tag update statuses.
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 contains only digits.
- Authentication Errors: Missing or invalid API credentials will prevent successful API calls. Verify that the API key credential is correctly configured.
- Store Not Found: Selecting a store from the list requires network connectivity and proper permissions. If the store list fails to load, check API access and network settings.
- API Rate Limits or Downtime: If the etiquetas.io service is unavailable or rate-limited, the node may return errors or empty results. Retry after some time or contact etiquetas.io support.