Flows
A Flow describes a collection of Fields. It is named after the internal entity type you want to associate it with. For example, a Flow with a slug of products
is applied to all Product responses in your store.
The flow object
Attribute | Type | Description |
---|---|---|
id | string | The unique identifier for this flow. |
type | string | Represents the type of object being returned. |
name | string | The name of the flow. |
slug | string | A unique slug identifier for the flow. |
description | string | Any description for this flow. |
enabled | bool | true if enabled, false if not. |