You are designing an Azure Cosmos DB database that will use the SQL API.
You have an application that will write the sale of products to the database. Before a sale is written, the application will verify whether the products in the sale exist. A typical sale includes 10 products.
You need to recommend a design for the database. The solution must minimize storage space.
What should you recommend