InitializeBrandInventoryInput
Autogenerated input type of InitializeBrandInventory
input InitializeBrandInventoryInput {
brandId: ID
clientMutationId: String
}
Fields
InitializeBrandInventoryInput.brandId
● ID
scalar
The ID of the brand for which the inventory is being initialized.
InitializeBrandInventoryInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
Member Of
initializeBrandInventory
mutation