PushInventoryInput
Autogenerated input type of PushInventory
input PushInventoryInput {
brandId: ID @deprecated
clientMutationId: String
}
Fields
PushInventoryInput.brandId ● ID deprecated scalar common
DEPRECATED
This argument will be removed in the future. Integrations are no longer configured by brand but by company. Integrations are configured by company now and will be scoped by company context from the X-Company-Id header.
Required brand scope. Inventory push will be limited to products belonging to this brand and to integrations configured for this brand within the company.
PushInventoryInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
Member Of
pushInventory mutation