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
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.
Related Types
No related types are documented for this type.