NAiOS IconNAiOS Logo
Volver al catálogo

Instacart

instacart

Instacart Developer Platform APIs to create shoppable lists/recipes and discover nearby retailers

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

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.

Create Recipe PageINSTACART_CREATE_RECIPE_PAGEAcción

Create a recipe page on instacart + return shareable url. attempts prod first then falls back to dev; errors from prod bubble up if both fail.

Parámetros de entrada

  • titlestringObligatorio

    Title of the recipe

  • image_urlstring

    Optional image for the recipe

  • expires_ininteger

    Optional days until link expiration (1-365)

  • ingredientsobject[]Obligatorio

    Recipe ingredients

  • instructionsstring[]

    Optional list of instructions/steps

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

Create Shopping List PageINSTACART_CREATE_SHOPPING_LIST_PAGEAcción

Create a shopping list page on instacart + return shareable url. attempts prod first then falls back to dev; errors from prod bubble up if both fail.

Parámetros de entrada

  • titlestring

    Optional title for the generated shopping list page

  • image_urlstring

    Optional image for the page

  • expires_ininteger

    Optional days until link expiration (1-365)

  • line_itemsobject[]Obligatorio

    List of items to include on the shopping list

  • instructionsstring

    Optional instructions/context shown on the page

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 Nearby RetailersINSTACART_GET_NEARBY_RETAILERSAcción

Get nearby retailers by postal code + country code. attempts prod first then falls back to dev; errors from prod bubble up if both fail.

Parámetros de entrada

  • postal_codestringObligatorio

    Postal code

  • country_codestringObligatorio

    Country code (US or CA)

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