Inventory

Inventory Data

This page contains

    Fields

    id: ID!

    Inventory record ID

    editionCode: String!

    The edition code of the product

    sku: String

    The SKU of the product

    stock: Int

    The number of stock

    vendorId: ID

    The vendor id in the system

    Parent objects of Inventory

    ProductEdition

    ProductEdition definition

    Mutations for Inventory

    createInventory

    Create an inventory record

    updateInventory

    Update an inventory record

    Queries for Inventory

    inventory

    Query to fetch inventory by ID

    inventoryByEditionCode

    Query to fetch inventory by edition code