Skip to main content

SyncInventoryInput

Autogenerated input type of SyncInventory

input SyncInventoryInput {
brandId: ID
clientMutationId: String
integrationId: ID
}

Fields

SyncInventoryInput.brandId ● ID scalar

The ID of the brand that the desired sync should be performed on.If no brand is given, then the context brand will be used.

SyncInventoryInput.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

SyncInventoryInput.integrationId ● ID scalar

The ID of the integration to sync products with. If not provided, all integrations will be used.

Member Of

syncInventory mutation