knowledgeProductsUpsert Mutation
Upsert products to an existing knowledge source. Please note that while the response will synchronously return the list of products that have been marked for creation / update, this is actually an asynchronous process that may take some time, depending on the amount of products. You can upsert multiple product in one graphql request. Note that there is a limit of 20 products by request. You'll need to batch your requests if you need to handle more KnowledgeProducts.
Arguments
#
Response
#
Returns KnowledgeProductsUpsertPayload .
Example
#
Previous
knowledgeProductsDelete