Skip to content

Commit

Permalink
update the objects doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mariana-caetano committed Sep 27, 2024
1 parent 3b76d40 commit 3d93267
Showing 1 changed file with 62 additions and 0 deletions.
62 changes: 62 additions & 0 deletions docs/faststore/docs/faststore-api/schema/objects.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1681,6 +1681,68 @@ The delivery window end date information.
</tbody>
</table>

### StoreFacet

Search facet information.

<table>
<thead>
<tr>
<th align="left">Field</th>
<th align="right">Argument</th>
<th align="left">Type</th>
<th align="left">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td colspan="2" valign="top"><strong>key</strong></td>
<td valign="top"><a href="https://developers.vtex.com/docs/guides/faststore/schema-scalars#string">String</a>!</td>
<td>

Facet key.

</td>
</tr>
<tr>
<td colspan="2" valign="top"><strong>label</strong></td>
<td valign="top"><a href="https://developers.vtex.com/docs/guides/faststore/schema-scalars#string">String</a>!</td>
<td>

Facet label.

</td>
</tr>
<tr>
<td colspan="2" valign="top"><strong>values</strong></td>
<td valign="top">[<a href="#storefacetvalue">StoreFacetValue</a>!]!</td>
<td>

Array with information on each facet value.

</td>
</tr>
<tr>
<td colspan="2" valign="top"><strong>type</strong></td>
<td valign="top"><a href="#storefacetboolean">StoreFacetBoolean</a>!</td>
<td>

Facet type. Possible values are `BOOLEAN` and `RANGE`.

</td>
</tr>
<tr>
<td colspan="2" valign="top"><strong>type</strong></td>
<td valign="top"><a href="#storefacetrange">StoreFacetRange</a>!</td>
<td>

Facet type.

</td>
</tr>
</tbody>
</table>

### StoreFacetBoolean

Search facet boolean information.
Expand Down

0 comments on commit 3d93267

Please sign in to comment.