NAiOS IconNAiOS Logo
Volver al catálogo

Finerworks

finerworks

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.

Acciones
10
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

Acciones disponibles (10)

Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.

Add ImagesFINERWORKS_ADD_IMAGESAcción

Tool to add images to a finerworks library. Use after preparing up to 5 images with metadata and URIs.

Parámetros de entrada

  • imagesobject[]Obligatorio

    List of up to 5 image details.

  • libraryobjectObligatorio

    Target library information.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get UserFINERWORKS_GET_USERAcción

Tool to retrieve the current user's profile. Use after authentication to fetch account details.

Parámetros de entrada

  • account_keystring

    Account unique identifier; applied only if your app key is permitted

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Media TypesFINERWORKS_LIST_MEDIA_TYPESAcción

Tool to get available media types. Use when you need to retrieve all or filtered media types after authentication.

Parámetros de entrada

  • idsinteger[]

    Optional list of media type IDs to filter the results. If omitted, all media types are returned.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Product TypesFINERWORKS_LIST_PRODUCT_TYPESAcción

Tool to list product types. Use when you need to retrieve available product types from FinerWorks after setting up credentials.

Parámetros de entrada

  • idsinteger[]

    Optional list of product type IDs to filter results

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Shipping Options MultipleFINERWORKS_LIST_SHIPPING_OPTIONS_MULTIPLEAcción

Tool to list shipping options for multiple orders. Use when you need a batch rate quote before final submission.

Parámetros de entrada

  • ordersobject[]Obligatorio

    One or more orders to rate

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Style TypesFINERWORKS_LIST_STYLE_TYPESAcción

Tool to get a list of style types. Use when you need to retrieve available style options before configuring a product.

Parámetros de entrada

  • idsinteger[]

    Optional list of style type IDs to filter the results

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Submit OrdersFINERWORKS_SUBMIT_ORDERSAcción

Tool to submit up to five new orders. Use after all customer and line-item details are finalized.

Parámetros de entrada

  • ordersobject[]Obligatorio

    Up to 5 orders to submit

  • validate_onlyboolean

    If true, only validate payload; no submission

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Test My CredentialsFINERWORKS_TEST_MY_CREDENTIALSAcción

Tool to test the configured FinerWorks credentials. Use after setting up your web_api_key and app_key to confirm validity.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update File SelectionFINERWORKS_UPDATE_FILE_SELECTIONAcción

Tool to update a user's currently selected image files using the selection key. Use when you need to replace the current set of files associated with a selection GUID after authentication.

Parámetros de entrada

  • guidstringObligatorio

    Master key (GUID) assigned to this group of selected files

  • guidsstring[]Obligatorio

    List of file GUIDs to set as the current selection

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update UserFINERWORKS_UPDATE_USERAcción

Tool to update various features of a user's account profile. Use when you need to modify billing/business info, logos, or payment profile after retrieving current account.

Parámetros de entrada

  • logo_urlstring

    Public URL of existing logo; omit to leave unchanged

  • logo_datastringbinary

    Raw JPG bytes for logo; will be base64-encoded automatically; omit or null to leave unchanged

  • account_keystring

    Account unique identifier; applied only if your app key is permitted

  • billing_infoobject

    Billing address; omit or null to leave unchanged

  • business_infoobject

    Business address; omit or null to leave unchanged

  • portrait_datastringbinary

    Raw JPG bytes for portrait; will be base64-encoded automatically; omit or null to leave unchanged

  • payment_profile_idstring

    Braintree customer ID for billing API orders

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not