Inventory
An inventory location, including its name, description, and stock policy.
Type Definition
type Inventory {
id: Int
title: String
description: String
policy: String
}Fields
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.
Related Types
No related types are specified for this object.