# Import on hand data Use this to import availability data separated from other product data. Availability information on products not yet created in Norce Commerce will be ignored.Read more about the method here. Endpoint: POST /Product/ImportOnhands Version: 4.0 ## Header parameters: - `X-StormConnect-Header` (string, required) Json serialized string ## Request fields (application/json): - `LocationCode` (string, required) Location code. Used for SKU location matching in Norce Commerce. - `PartNo` (string, required) SKU part number. - `WarehouseCode` (string, required) Warehouse code. Used for warehouse matching in Norce Commerce. - `IncomingValue` (number) Quantity of items that is purchased from a supplier but not yet recevied to the warehouse. - `Infos` (array) Additional on hand information defined by 3rd party and configured in Norce Commerce administration GUI. - `Infos.Code` (string, required) External code for additional information field to be matched in Norce Commerce. - `Infos.Value` (string, required) Value to be set or updated on the information field. - `IsActive` (boolean) Sets warehouse SKU information to active or inactive. - `LeadTimeDayCount` (integer) Indication of time required for delivery from this warehouse for this product. - `MaximumValue` (number) Target stock level (max value) - `MinimumValue` (number) Reorder point (min value) - `NextDeliveryDate` (string) Determines when the next delivery of items to warehouse is expected to occur. - `OnOrderValue` (number) Deprecated - `OnhandValue` (number) Quantity of items on the shelf in the specified warehouse. ## Response 200 fields (application/json): - `StatusCode` (string) Status of the job - `Description` (string) Short message describing the job - `JobId` (string) Norce interal id created for this job. Refer to this for future requests. - `ValidationSummary` (object) Validation data for accepted payload - `ValidationSummary.NrOfItemsInTotal` (integer) Total number of items in payload. - `ValidationSummary.NrOfValidationFailures` (integer) Number of items that failed initial validation. - `ValidationSummary.Messages` (array) Messages concerning the validation.