instacart · Schema

ProductsLinkResponse

Properties

Name Type Description
products_link_url string The unique URL to the generated shopping list or recipe page on Instacart Marketplace.
View JSON Schema on GitHub

JSON Schema

instacart-productslinkresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ProductsLinkResponse",
  "title": "ProductsLinkResponse",
  "type": "object",
  "properties": {
    "products_link_url": {
      "type": "string",
      "format": "uri",
      "description": "The unique URL to the generated shopping list or recipe page on Instacart Marketplace."
    }
  }
}