post https://recognition.services.tiliter.com/v1/15/products/batch
Create Or Update Products Batch
This function handles the creation and registration of multiple products with the Tiliter Recognition API. It requires all the necessary fields that make up a product to be provided upon creation. Other product-related functions depend on the initial creation of a product.
Args: request_data (CreateProductsBatchRequest): The request data containing the list of products to be created or updated. request (Request): The request object containing metadata about the request.
Returns: CreateProductsBatchResponse: A response containing the results of each product creation or update.
