The BackendSystemID
that belongs to the ProductBackendID
s
An email address to mail the processing result to. When left empty, the logged in user context will be used
If set to false (default), only the stock for the products that are present in the file will be updated (delta).
If set to true, all the products will be updated - products not present in the file will be updated to quantity 0.
Entity type: OrganizationUnit
Entity type: StockLabel
Entity type: StockMutationReasons
Processes a (delta)stock mutation file.
Expected format of the file is JSON with the following markup:
[ { "ProductID": [Optional, int], "ProductBackendID": [Optional, string], "QuantityOnHand": [Required, int, value >= 0] }, ... ]
Mutation will only be processed for valid ProductIDs or ProductBackendIDs. In case ProductID and ProductBackendID are provided, ProductBackendID will be selected as the search parameter.