Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions descriptions/0/api.intercom.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33505,7 +33505,10 @@ components:
nullable: true
in_stock:
type: boolean
description: Whether the product is available to purchase. If omitted, derived from variant stock — the product is in stock if at least one variant has `in_stock: true`. Products with no in-stock variants are hidden from Fin entirely and will not be recommended to shoppers.
description: |
Whether the product is available to purchase. If omitted, derived from variant stock — the
product is in stock if at least one variant has `in_stock: true`. Products with no in-stock
variants are hidden from Fin entirely and will not be recommended to shoppers.
example: true
nullable: true
tags:
Expand Down Expand Up @@ -33547,7 +33550,11 @@ components:
nullable: true
available_options:
type: array
description: Option types available for this product and their possible values (e.g. {"name": "Size", "values": ["S", "M", "L"]}). Fin uses these to understand what choices a shopper can make and to correctly filter variants when a shopper asks for a specific size, colour, or other attribute.
description: |
Option types available for this product and their possible values
(e.g. `{"name": "Size", "values": ["S", "M", "L"]}`). Fin uses these to understand what
choices a shopper can make and to correctly filter variants when a shopper asks for a
specific size, colour, or other attribute.
items:
type: object
properties:
Expand Down