# Finerworks AI integration on Definable

> FinerWorks is an online platform specializing in fine art and photo printing services, offering artists and photographers the ability to order prints and manage their inventory.

## What this connects

FinerWorks is an online platform specializing in fine art and photo printing services, offering artists and photographers the ability to order prints and manage their inventory.

Vendor: https://www.finerworks.com/

## Tools available

**33** tools available. First 12:

- `FINERWORKS_ADD_IMAGES` — Add Images — Tool to add images to a finerworks library. Use after preparing up to 5 images with metadata and URIs.
- `FINERWORKS_ADD_UPDATE_GALLERY_COLLECTION` — Add or Update Gallery Collection — Tool to add or update personal gallery collections in GeoGalleries.com. Use when creating new collections or modifying existing ones. Omit id or set to 0 for new collections; provide existing id to update.
- `FINERWORKS_DELETE_IMAGES` — Delete Images — Tool to delete a list of image files from FinerWorks based on their unique GUIDs. Note: If an image is assigned to the inventory library, this will also remove any virtual inventory products assigned to those images. Use when you need to permanently remove images from a library.
- `FINERWORKS_DELETE_PENDING_ORDERS` — Delete Pending Orders — Tool to remove orders from temporary storage that were saved as pending. Use when you need to delete pending orders by their identifiers.
- `FINERWORKS_DELETE_VIRTUAL_INVENTORY` — Delete Virtual Inventory — Tool to delete virtual inventory products by SKU. Use when removing products from virtual inventory. Note that deleted items will lose any sync connection with 3rd party platforms.
- `FINERWORKS_DISCONNECT_VIRTUAL_INVENTORY` — Disconnect Virtual Inventory — Tool to disconnect ALL virtual inventory items from a 3rd party platform. Use when you need to remove platform data (e.g., Shopify, WooCommerce, Etsy) from all virtual inventory items.
- `FINERWORKS_FETCH_ORDER_STATUS` — Fetch Order Status — Tool to retrieve order production status and tracking details from FinerWorks. Use when you need to check the current status of orders including shipment tracking information.
- `FINERWORKS_GET_COMPANY_INFO` — Get Company Info — Tool to get essential information about FinerWorks including site identifier, company address, and operating hours. Use when you need to retrieve FinerWorks' contact information or business location details.
- `FINERWORKS_GET_FRAME_DETAILS` — Get Frame Details — Tool to retrieve detailed specifications for a specific frame by ID. Returns dimensions, pricing, material info, size constraints, and URLs for visual references. Use when you need complete frame specifications for order processing or product catalog display.
- `FINERWORKS_GET_PRICES` — Get Prices — Tool to retrieve pricing information for FinerWorks products. Use when you need to get price quotes for specific product SKUs and quantities.
- `FINERWORKS_GET_SHIPPING_OPTIONS_IDS` — Get Shipping Options IDs — Tool to list all available shipping option IDs from FinerWorks. Use this to retrieve IDs for various shipping methods that can be used for cross-reference purposes when configuring orders. Sites should periodically check and update this data in case new shipping methods are added or deleted.
- `FINERWORKS_GET_USER` — Get User — Retrieves the authenticated user's FinerWorks account profile including billing/business addresses, account credits, shipping preferences, connected platforms, and gallery settings. Use this to get user details like account_key, email, credits balance, or to verify authentication.

## Auth

Auth schemes: `API_KEY`.

## How agents use Finerworks

Inside a Definable workflow, Finerworks is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Finerworks** — the Researcher (GPT-5.5) pulls context from Finerworks (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Finerworks** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Finerworks (create record, post message, draft email).
- **Designer / Engineer → Distributor → Finerworks** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Finerworks (attach file, open PR comment, post status).

The Verifier checks every Finerworks call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- ecommerce — https://definable.ai/apps/category/ecommerce/
- images & design — https://definable.ai/apps/category/images-&-design/

## Related

- HTML page: https://definable.ai/apps/finerworks/
- Same category (ecommerce): https://definable.ai/apps/category/ecommerce/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
