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.

Request
header Parameters
required
object <SkuOnhandHeader> (SkuOnhandHeader)

Json serialized string

Request Body schema:

List of sku on hands to import.

Array
LocationCode
required
string

Location code. Used for SKU location matching in Norce Commerce.

PartNo
required
string

SKU part number.

WarehouseCode
required
string

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.

Array of objects <Info> (Info)

Additional on hand information defined by 3rd party and configured in Norce Commerce administration GUI.

IsActive
boolean

Sets warehouse SKU information to active or inactive.

LeadTimeDayCount
integer <int32>

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 <DateTime>

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.

Responses
200

Success

400

Bad Request

500

Internal Server Error

post/Product/ImportOnhands
Request samples
[
  • {
    }
]
Response samples
{
  • "StatusCode": "string",
  • "Description": "string",
  • "JobId": "string",
  • "ValidationSummary": {
    }
}