Create a link withDocumentation Index
Fetch the complete documentation index at: https://incarts.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
POST /v1/links. The API accepts a shared request body plus retailer-specific options.
A successful request returns the link resource, a shareable short link, and default QR code metadata.
Supported intents
| Intent | Retailer | Status | Main requirement |
|---|---|---|---|
custom_url | Any | Available | Provide customUrl. |
add_to_cart | walmart | Available | Provide at least one product. |
product_detail | target | Coming soon | Provide at least one product. |
shopping_list | instacart | Available with Instacart scope | Provide options.instacart.shoppingList. |
recipe | instacart | Available with Instacart scope | Provide options.instacart.recipe. |
Walmart and Target requests without a ZIP code generate links from the provided product IDs only.
Request shape
This creates a direct Walmart add-to-cart link from the product IDs in the request.Walmart smart-select
Includelocation.zipCode and optionally location.storeId to use Walmart smart-select.
Smart-select may return an add-to-cart URL with resolved offers and a store ID.
Response
Successful creation returns201 with a data object containing the link ID, status, target URL, short link, and default QR code.
Create link endpoint
See request fields, examples, and response codes.
