InitializeInventoryInput
Autogenerated input type of InitializeInventory
input InitializeInventoryInput {
brandId: ID
clientMutationId: String
locationInventory: [LocationInventoryInput!]!
productId: ID
sku: String
}
Fields
InitializeInventoryInput.brandId
● ID
scalar
The ID of the brand to which the product belongs. If not provided, the brand provided in the header
X-Brand-Id
.
InitializeInventoryInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
InitializeInventoryInput.locationInventory
● [LocationInventoryInput!]!
non-null input
The inventory to initialize for the product at the location.
InitializeInventoryInput.productId
● ID
scalar
The ID of the product to initialize inventory for. Either this or the SKU must be provided.
InitializeInventoryInput.sku
● String
scalar
The SKU of the product to initialize inventory for. Either this or the product ID must be provided.
Member Of
initializeInventory
mutation