etiquetas.io icon

etiquetas.io

etiquetas.io

Overview

This node integrates with the etiquetas.io platform, focusing on managing electronic shelf labels and related resources. Specifically, the "Device" resource with the "Refresh De Etiquetas" operation triggers a forced update or refresh of price tags on devices associated with a particular store.

Common scenarios for this node include:

  • Forcing an immediate update of price tags on electronic shelf labels after a price change.
  • Synchronizing device displays with the latest pricing information in retail environments.
  • Automating label refreshes as part of inventory or pricing workflows.

Example: After updating product prices in your system, use this node to send a refresh command to all devices in a specific store so that their displayed price tags update instantly.

Properties

Name Meaning
storeId Identifier of the store where the device(s) are located. Can be selected from a list of stores or entered manually by ID (numeric only).
pricetag The price tag value or identifier to be refreshed on the device(s).

Output

The node outputs JSON data representing the result of the refresh operation. This typically includes confirmation of the update status for the specified device(s) and store. The exact structure depends on the API response from etiquetas.io but generally contains success indicators and any relevant metadata about the refresh action.

No binary data output is indicated.

Dependencies

  • Requires an API key credential for etiquetas.io to authenticate requests.
  • Depends on etiquetas.io's API endpoints to perform device and price tag operations.
  • Uses internal helper methods to fetch store lists for selection.

Troubleshooting

  • Invalid Store ID: If the store ID does not match the expected numeric format, the node will reject it. Ensure the store ID is numeric when entering manually.
  • Authentication Errors: Failure to provide valid API credentials will prevent the node from executing. Verify the API key is correctly configured.
  • Store Not Found: Selecting a store that does not exist or is inaccessible may cause errors. Use the provided store search method to select valid stores.
  • API Rate Limits or Network Issues: Temporary failures communicating with etiquetas.io can occur. Retry after some time or check network connectivity.

Links and References

Discussion