SetInventoryPushExclusionsInput
Autogenerated input type of SetInventoryPushExclusions
input SetInventoryPushExclusionsInput {
clientMutationId: String
excluded: Boolean!
integrationIds: [ID!]!
inventoryItemIds: [ID!]!
}
Fields
SetInventoryPushExclusionsInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
SetInventoryPushExclusionsInput.excluded ● Boolean! non-null scalar common
True to report out-of-stock (push 0); false to resume real availability.
SetInventoryPushExclusionsInput.integrationIds ● [ID!]! non-null scalar common
The sales-channel integrations to deactivate or resume for the selected SKUs.
SetInventoryPushExclusionsInput.inventoryItemIds ● [ID!]! non-null scalar common
The inventory items (SKUs) to update.
Member Of
setInventoryPushExclusions mutation