Skip to content

Documentation Norce [Storm] Connect Product Service (4.0)

The Supplier Service has Entities and Operations to create and update supplier products and content in Norce [Storm].

Download OpenAPI description
Languages
Servers
https://connect.lab.storm.io/4.0/api/

Schemas

Schemas

Relation

Product relation

PartNostringrequired

Part number for the SKU with relations.

RelatedPartNostringrequired

Part number for the related SKU.

RelationTypeCodestringrequired

Code for the desired client defined relation type.

CulturesArray of objects(RelationCulture)(RelationCulture)

List of cultures for the relation.

IsActiveboolean

Sets the relation to active or inactive.

IsRelatedVariantUniqueboolean

True if the related product is variant unique.

IsVariantUniqueboolean

True if the relation is variant unique.

SortOrderinteger(int32)

Sort order for this relation on the SKU.

{ "PartNo": "string", "RelatedPartNo": "string", "RelationTypeCode": "string", "Cultures": [ {} ], "IsActive": true, "IsRelatedVariantUnique": true, "IsVariantUnique": true, "SortOrder": 0 }

RelationCulture

Culture for a specific relation and culture code.

CultureCodestringrequired

Culture code for this specific culture (e.g. "en-US")

Descriptionstring

Description for the relation.

DescriptionHeaderstring

Description header for the relation.

Namestring

Relation name

SubDescriptionstring

Sub description for the relation.

SubHeaderstring

Sub header for the relation.

{ "CultureCode": "string", "Description": "string", "DescriptionHeader": "string", "Name": "string", "SubDescription": "string", "SubHeader": "string" }

RelationHeader

Relation import settings.

AccountIdinteger(int32)required

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

FullFilebooleanrequired

If set to true. Relations not in the file will be deactivated.

RelationFieldsThatAreSetArray of stringsrequired

Specifies which relation fields that should be created/updated.
(Use the integer instead of the name for the xml content type)

0 = ManufacturerPartNo
1 = SortOrderValue
2 = StockDisplayBreakPoint
1 = IsActive
2 = IsVariantUnique
3 = IsVariantUniqueCreateOnly (Value is only set if the entity is created by the import)
4 = IsRelatedVariantUnique
5 = IsRelatedVariantUniqueCreateOnly (Value is only set if the entity is created by the import)
6 = DefaultName
7 = DefaultSubHeader
8 = DefaultSubDescription
9 = DefaultDescriptionHeader
10 = DefaultDescription
11 = Cultures (required if you have RelationCultureFieldsThatAreSet values)
12 = SortOrder

Items Enum"IsActive""IsVariantUnique""IsVariantUniqueCreateOnly""IsRelatedVariantUnique""IsRelatedVariantUniqueCreateOnly""DefaultName""DefaultSubHeader""DefaultSubDescription""DefaultDescriptionHeader""DefaultDescription"
RelationCultureFieldsThatAreSetArray of strings

Specifies which relation culture fields that should be created/updated.
Required settings: Culture (in RelationFieldsThatAreSet)
(Use the integer instead of the name for the xml content type)

1 = Name
2 = NameCreateOnly (Value is only set if the entity is created by the import)
3 = SubHeader
4 = SubDescription
5 = DescriptionHeader
6 = Description
7 = DescriptionCreateOnly (Value is only set if the entity is created by the import)

Items Enum"Name""NameCreateOnly""SubHeader""SubDescription""DescriptionHeader""Description""DescriptionCreateOnly"
{ "AccountId": 0, "FullFile": true, "RelationFieldsThatAreSet": [ "IsActive" ], "RelationCultureFieldsThatAreSet": [ "Name" ] }

Competitor

Operations

Product

Operations

Pricelist

Operations