NAiOS IconNAiOS Logo
Volver al catálogo

Goody

goody

Goody is a platform that enables users to send gifts and physical products without handling logistics, offering APIs for commerce and automation.

Acciones
9
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 (9)

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.

Calculate Price for Order BatchGOODY_CALCULATE_PRICE_FOR_ORDER_BATCHAcción

Tool to estimate per-recipient and total price for an order batch. Use when you want to preview costs before creating the batch.

Parámetros de entrada

  • cartobjectObligatorio

    Cart details (items and quantities)

  • recipientsobject[]Obligatorio

    List of recipients to estimate pricing for

  • send_methodstringObligatorioenum

    Sending method; 'direct_send' requires mailing_address for each recipient

    email_and_linklink_multiple_custom_listdirect_send

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 All Active CardsGOODY_LIST_ALL_ACTIVE_CARDSAcción

Tool to list all active digital greeting cards. Use when you need to fetch available card options before sending.

Parámetros de entrada

  • pageinteger

    Page number for pagination (starting from 1)

  • per_pageinteger

    Number of items per page for pagination (1-100)

Parámetros de salida

  • dataobject[]Obligatorio

    List of active digital greeting cards

  • errorstring

    Error if any occurred during the execution of the action

  • list_metaobjectObligatorio

    Pagination metadata

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List All Active ProductsGOODY_LIST_ALL_ACTIVE_PRODUCTSAcción

Tool to list all active products. Use when you need to fetch available active products with pagination and filters.

Parámetros de entrada

  • pageinteger

    Page index for pagination, starting from 1

  • per_pageinteger

    Number of items per page, range 1-100

  • country_codestring

    Filter products by shipping country, ISO country code

  • use_custom_catalogboolean

    Limit to custom catalog only (approved partners)

  • custom_catalog_show_inactiveboolean

    Show inactive products in custom catalog (Commerce API custom catalogs only)

Parámetros de salida

  • dataobject[]Obligatorio

    List of active products on this page

  • errorstring

    Error if any occurred during the execution of the action

  • list_metaobjectObligatorio

    Pagination metadata

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List All Order BatchesGOODY_LIST_ALL_ORDER_BATCHESAcción

Tool to list all order batches. Use when you need to paginate through your account's order batches.

Parámetros de entrada

  • pageinteger

    Page number for pagination, starting at 1

  • per_pageinteger

    Number of items per page, between 1 and 100

Parámetros de salida

  • dataobject[]Obligatorio

    List of order batches

  • errorstring

    Error if any occurred during the execution of the action

  • list_metaobjectObligatorio

    Pagination metadata

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List All OrdersGOODY_LIST_ALL_ORDERSAcción

Tool to retrieve a list of all orders. Use when you need to fetch paginated order data associated with the account after authenticating.

Parámetros de entrada

  • pageinteger

    Page number for pagination (must be >= 1).

  • per_pageinteger

    Number of orders to return per page (1-100).

Parámetros de salida

  • dataobject[]Obligatorio

    Array of orders returned on this page.

  • errorstring

    Error if any occurred during the execution of the action

  • list_metaobjectObligatorio

    Pagination metadata.

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List All Payment MethodsGOODY_LIST_ALL_PAYMENT_METHODSAcción

Tool to list all payment methods. Use when you need to retrieve all payment methods associated with the account.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobject[]Obligatorio

    List of payment methods returned

  • errorstring

    Error if any occurred during the execution of the action

  • list_metaobjectObligatorio

    Metadata for pagination lists

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List All WorkspacesGOODY_LIST_ALL_WORKSPACESAcción

Tool to list all workspaces. Use when you need to retrieve all workspaces associated with the account.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobject[]Obligatorio

    List of workspace objects

  • errorstring

    Error if any occurred during the execution of the action

  • list_metaobjectObligatorio

    Metadata about the list of workspaces

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Retrieve Current UserGOODY_RETRIEVE_CURRENT_USERAcción

Tool to retrieve current authenticated user information. Use after authentication to fetch the current user’s account details.

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

Retrieve ProductGOODY_RETRIEVE_PRODUCTAcción

Tool to retrieve details of a specific product by its ID. Use after obtaining the product ID.

Parámetros de entrada

  • idstringObligatorio

    Unique ID of the product

  • use_custom_catalogboolean

    Limit to custom catalog only (approved API partners)

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