Skip to main content

InitializeInventoryInput

Autogenerated input type of InitializeInventory

input InitializeInventoryInput {
brandId: ID
clientMutationId: String
locationInventory: [LocationInventoryInput!]!
productId: ID
sku: String
}

Fields

InitializeInventoryInput.brandId ● ID scalar common

The ID of the brand to which the product belongs. If not provided, the product will be found in company context.

InitializeInventoryInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

InitializeInventoryInput.locationInventory ● [LocationInventoryInput!]! non-null input warehouses

The inventory to initialize for the product at the location.

InitializeInventoryInput.productId ● ID scalar common

The ID of the product to initialize inventory for. Either this or the SKU must be provided.

InitializeInventoryInput.sku ● String scalar common

The SKU of the product to initialize inventory for. Either this or the product ID must be provided.

Member Of

initializeInventory mutation