Actions80
- Account Actions
- Clipart Actions
- Clipart Storage Actions
- Design Actions
- Font Actions
- Image Actions
- Product Actions
- Project Actions
- Project Folder Actions
- Side Actions
- Storage Actions
- Store Actions
- Template Actions
- Webhook Actions
Overview
This node integrates with the Printcart API, enabling users to manage various resources related to print-on-demand services. Specifically for the Design resource and the Get List of Font Design operation, it fetches the list of fonts used in a particular design by its ID.
Common scenarios where this node is beneficial include:
- Retrieving font information from a specific design to analyze or reuse fonts.
- Automating workflows that require fetching design font details for further processing or reporting.
- Integrating design font data into other systems such as CMS, e-commerce platforms, or design tools.
Example use case:
- A user wants to get all fonts used in a design with ID
12345to ensure brand consistency across multiple designs.
Properties
| Name | Meaning |
|---|---|
| Authentication | Method of authentication; currently supports "API Token" |
| Design ID | The unique identifier of the design for which to retrieve the list of fonts (required) |
Output
The node outputs a JSON array containing the response from the Printcart API for the requested fonts layer of the specified design. The structure corresponds to the API's fonts endpoint for a design, typically including font details such as font names, aliases, URLs, types, subsets, and other metadata relevant to the fonts used in the design.
No binary data output is produced by this operation.
Dependencies
- Requires an API token credential for authenticating requests to the Printcart API.
- The node makes HTTP requests to the Printcart API endpoints using the provided credentials.
- No additional environment variables are required beyond the API token configuration.
Troubleshooting
- Invalid or missing Design ID: The operation requires a valid design ID. Ensure the Design ID property is set and corresponds to an existing design.
- Authentication errors: If the API token is invalid or expired, the node will fail to authenticate. Verify the API token credential is correct and has necessary permissions.
- Network or API errors: Temporary network issues or API downtime can cause request failures. Retry after some time or check the Printcart API status.
- Unexpected response format: If the API changes its response schema, the node output may not match expectations. Check for updates to the node or API documentation.
Links and References
- Printcart API Documentation (general reference for API endpoints)
- Printcart Fonts API Endpoint (specific endpoint for fonts layer retrieval)