Skip to content

Documentation Norce [Storm] Connect Product Service (4.0)

The Product Service has Entities and Operations to create and update products and content in Norce Commerce.

Download OpenAPI description
Languages
Servers
https://customer-slug.api-se.norce.tech/commerce/connect/4.0/

Schemas

Schemas

SkuCulture

Translated SKU information.

CultureCodestringrequired

Culture code, e.g. "en-GB". Required when importing SKU cultures.

Commentstring

Translated comment.

ErpNamestring

Translated ERP name.

{ "CultureCode": "string", "Comment": "string", "ErpName": "string" }

SkuOnhand

Availability information about SKU.

LocationCodestringrequired

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

PartNostringrequired

SKU part number.

WarehouseCodestringrequired

Warehouse code. Used for warehouse matching in Norce Commerce.

IncomingValuenumber

Quantity of items that is purchased from a supplier but not yet recevied to the warehouse.

InfosArray of objects(Info)(Info)

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

IsActiveboolean

Sets warehouse SKU information to active or inactive.

LeadTimeDayCountinteger(int32)

Indication of time required for delivery from this warehouse for this product.

MaximumValuenumber

Target stock level (max value)

MinimumValuenumber

Reorder point (min value)

NextDeliveryDatestring(DateTime)

Determines when the next delivery of items to warehouse is expected to occur.

OnOrderValuenumber

Deprecated

OnhandValuenumber

Quantity of items on the shelf in the specified warehouse.

{ "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.

AccountIdinteger(int32)required

Account which initiated the import. Learn about system accounts here.

FullFilebooleanrequired

If set to true, all onHand records for the warehouses and locations in the import that is NOT included, will be deactivated.

SkuOnhandFieldsThatAreSetArray of stringsrequired

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

Items Enum"OnhandValue""IncomingValue""NextDeliveryDate""LeadTimeDayCount""OnOrderValue""MinimumValue""MaximumValue""IsActive""Infos"
JobIdstring

Norce Commerce Connect job id. Only exists in import logs. Should be omitted in the import request.

SerializationTypeArray of strings

Request serialization type.(Use the integer instead of the name for the xml content type)

0 = JSON, 1 = XML

Items Enum"JSON""XML"
StorageNamestring

Location of the import file on Norce's file area. Can be used instead of sending data directly in payload.

SupplierIdinteger(int32)

Derived from base header. Ignored in on hand import.

{ "AccountId": 0, "FullFile": true, "SkuOnhandFieldsThatAreSet": [ "OnhandValue" ], "JobId": "string", "SerializationType": [ "JSON" ], "StorageName": "string", "SupplierId": 0 }

Competitor

Operations

Product

Operations

Pricelist

Operations