The Product Service has Entities and Operations to create and update products and content in Norce Commerce.
- SkuOnhand
Documentation Norce [Storm] Connect Product Service (4.0)
SkuOnhand
Availability information about SKU.
Quantity of items that is purchased from a supplier but not yet recevied to the warehouse.
Additional on hand information defined by 3rd party and configured in Norce Commerce administration GUI.
Indication of time required for delivery from this warehouse for this product.
Determines when the next delivery of items to warehouse is expected to occur.
{ "LocationCode": "string", "PartNo": "string", "WarehouseCode": "string", "IncomingValue": 0, "Infos": [ { … } ], "IsActive": true, "LeadTimeDayCount": 0, "MaximumValue": 0, "MinimumValue": 0, "NextDeliveryDate": "string", "OnOrderValue": 0, "OnhandValue": 0 }
SkuOnhandHeader
On hand import settings.
Account which initiated the import. Learn about system accounts here.
If set to true, all onHand records for the warehouses and locations in the import that is NOT included, will be deactivated.
Specifies which SKU on hand fields to be updated.
(Use the integer instead of the name for the xml content type)
3 = OnhandValue
4 = IncomingValue
5 = NextDeliveryDate
6 = LeadTimeDayCount
7 = OnOrderValue (Deprecated, not supported any longer)
8 = MinimumValue
9 = MaximumValue
10 = IsActive
11 = Infos
Norce Commerce Connect job id. Only exists in import logs. Should be omitted in the import request.
Request serialization type.(Use the integer instead of the name for the xml content type)
0 = JSON, 1 = XML
Location of the import file on Norce's file area. Can be used instead of sending data directly in payload.
{ "AccountId": 0, "FullFile": true, "SkuOnhandFieldsThatAreSet": [ "OnhandValue" ], "JobId": "string", "SerializationType": [ "JSON" ], "StorageName": "string", "SupplierId": 0 }