Creates multiple products in bulk and adds them to the inventory of the provided store location.
Request
Path Params
Header Params
Body Params application/json
Example
{"invoiceNo":"#1234567890","supplierNo":"SUP123","supplyDate":"2019-08-24T14:15:22Z","products":[{"productCategory":"Electronics","subcategory":"Smartphones","itemDescription":"Latest model smartphone with 128GB storage","quantity":100,"costPrice":500,"sellingPrice":700,"bulkPrice":600,"qtyPerBulk":10,"barcode":"123456789012","productBrand":"BrandX","color":"Black","size":"Large","expireDate":"2019-08-24T14:15:22Z","memberPrice":650,"supplierNo":"SUP12345","storeId":"STORE001","productType":"whole_item","photoData":["string"]}]}