PushProductsToIntegrationInput
Autogenerated input type of PushProductsToIntegration
input PushProductsToIntegrationInput {
clientMutationId: String
integrationId: ID!
productIds: [ID!]!
}
Fields
PushProductsToIntegrationInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
PushProductsToIntegrationInput.integrationId ● ID! non-null scalar common
The integration (connected store or ERP) to push the products to.
PushProductsToIntegrationInput.productIds ● [ID!]! non-null scalar common
The products to push. One id pushes a single product; many perform a bulk push.
Member Of
pushProductsToIntegration mutation