Instacart
instacartInstacart Developer Platform APIs to create shoppable lists/recipes and discover nearby retailers
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ónCreate a recipe page on instacart + return shareable url. attempts prod first then falls back to dev; errors from prod bubble up if both fail.
INSTACART_CREATE_RECIPE_PAGEAcciónCreate 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
titlestringObligatorioTitle of the recipe
image_urlstringOptional image for the recipe
expires_inintegerOptional days until link expiration (1-365)
ingredientsobject[]ObligatorioRecipe ingredients
instructionsstring[]Optional list of instructions/steps
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
Create Shopping List PageINSTACART_CREATE_SHOPPING_LIST_PAGEAcciónCreate 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.
INSTACART_CREATE_SHOPPING_LIST_PAGEAcciónCreate 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
titlestringOptional title for the generated shopping list page
image_urlstringOptional image for the page
expires_inintegerOptional days until link expiration (1-365)
line_itemsobject[]ObligatorioList of items to include on the shopping list
instructionsstringOptional instructions/context shown on the page
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 Nearby RetailersINSTACART_GET_NEARBY_RETAILERSAcciónGet nearby retailers by postal code + country code. attempts prod first then falls back to dev; errors from prod bubble up if both fail.
INSTACART_GET_NEARBY_RETAILERSAcciónGet 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_codestringObligatorioPostal code
country_codestringObligatorioCountry code (US or CA)
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