Finerworks
finerworksFinerWorks 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 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ónTool to add images to a finerworks library. Use after preparing up to 5 images with metadata and URIs.
FINERWORKS_ADD_IMAGESAcciónTool to add images to a finerworks library. Use after preparing up to 5 images with metadata and URIs.
Parámetros de entrada
imagesobject[]ObligatorioList of up to 5 image details.
libraryobjectObligatorioTarget library information.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get UserFINERWORKS_GET_USERAcciónTool to retrieve the current user's profile. Use after authentication to fetch account details.
FINERWORKS_GET_USERAcciónTool to retrieve the current user's profile. Use after authentication to fetch account details.
Parámetros de entrada
account_keystringAccount unique identifier; applied only if your app key is permitted
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Media TypesFINERWORKS_LIST_MEDIA_TYPESAcciónTool to get available media types. Use when you need to retrieve all or filtered media types after authentication.
FINERWORKS_LIST_MEDIA_TYPESAcciónTool 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
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Product TypesFINERWORKS_LIST_PRODUCT_TYPESAcciónTool to list product types. Use when you need to retrieve available product types from FinerWorks after setting up credentials.
FINERWORKS_LIST_PRODUCT_TYPESAcciónTool 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
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Shipping Options MultipleFINERWORKS_LIST_SHIPPING_OPTIONS_MULTIPLEAcciónTool to list shipping options for multiple orders. Use when you need a batch rate quote before final submission.
FINERWORKS_LIST_SHIPPING_OPTIONS_MULTIPLEAcciónTool to list shipping options for multiple orders. Use when you need a batch rate quote before final submission.
Parámetros de entrada
ordersobject[]ObligatorioOne or more orders to rate
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Style TypesFINERWORKS_LIST_STYLE_TYPESAcciónTool to get a list of style types. Use when you need to retrieve available style options before configuring a product.
FINERWORKS_LIST_STYLE_TYPESAcciónTool 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
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Submit OrdersFINERWORKS_SUBMIT_ORDERSAcciónTool to submit up to five new orders. Use after all customer and line-item details are finalized.
FINERWORKS_SUBMIT_ORDERSAcciónTool to submit up to five new orders. Use after all customer and line-item details are finalized.
Parámetros de entrada
ordersobject[]ObligatorioUp to 5 orders to submit
validate_onlybooleanIf true, only validate payload; no submission
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Test My CredentialsFINERWORKS_TEST_MY_CREDENTIALSAcciónTool to test the configured FinerWorks credentials. Use after setting up your web_api_key and app_key to confirm validity.
FINERWORKS_TEST_MY_CREDENTIALSAcciónTool 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
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update File SelectionFINERWORKS_UPDATE_FILE_SELECTIONAcciónTool 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.
FINERWORKS_UPDATE_FILE_SELECTIONAcciónTool 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
guidstringObligatorioMaster key (GUID) assigned to this group of selected files
guidsstring[]ObligatorioList of file GUIDs to set as the current selection
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update UserFINERWORKS_UPDATE_USERAcciónTool 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.
FINERWORKS_UPDATE_USERAcciónTool 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_urlstringPublic URL of existing logo; omit to leave unchanged
logo_datastringbinaryRaw JPG bytes for logo; will be base64-encoded automatically; omit or null to leave unchanged
account_keystringAccount unique identifier; applied only if your app key is permitted
billing_infoobjectBilling address; omit or null to leave unchanged
business_infoobjectBusiness address; omit or null to leave unchanged
portrait_datastringbinaryRaw JPG bytes for portrait; will be base64-encoded automatically; omit or null to leave unchanged
payment_profile_idstringBraintree customer ID for billing API orders
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not