Skip to Content

Inventory

Represents a store’s inventory, providing access to its identifying information, title, description, and stock policy.

Type Definition

type Inventory { title: String description: String policy: String }

Fields

FieldTypeDescription
titleStringThe name of the inventory.
descriptionStringThe description of the inventory.
policyStringThe stock policy for purchasing from the inventory.

Relationships

The Inventory type represents inventory management data for a store. It provides core inventory information including naming, descriptive details, and purchasing policies that define how customers can interact with the store’s stock.

Example

query { inventory { title description policy } }

Implements

This type does not implement any interfaces.

No related types are documented for this type.