Skip to Content

Inventory

An inventory location, including its name, description, and stock policy.

Type Definition

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

Fields

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

Relationships

The Inventory type represents a discrete inventory location within the system. It can be referenced by other types that need to associate products, stock levels, or fulfillment operations with specific inventory locations.

Example

{ id title description policy }

Implements

This type does not implement any interfaces.

No related types are specified for this object.