SyncInventoryInput
Autogenerated input type of SyncInventory
input SyncInventoryInput {
brandId: ID @deprecated
clientMutationId: String
integrationId: ID
}
Fields
SyncInventoryInput.brandId ● ID deprecated scalar common
DEPRECATED
This argument will be removed in the future. Brand is becoming a product-only attribute. Use company context instead. If provided, brand's company context will be used.
SyncInventoryInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
SyncInventoryInput.integrationId ● ID scalar common
The ID of the integration to sync products with. If not provided, all integrations will be used.
Member Of
syncInventory mutation