The Product Service has Entities and Operations to create and update products and content in Norce Commerce.
COMMERCE CONNECT
/Product Service
/- Info
JobResponse
ValidationSummary
CompetitorSku
CompetitorSkuHeader
DeliveryMethod
ExternalPopularity
Flag
Image
ImageCulture
ParametricValue
ParametricValueCulture
ParametricValueList
ParametricValueListCulture
PriceList
PriceListPriceRule
PriceListPopulation
PriceListPopulationAllCategories
PriceListPopulationCategory
PriceListHeader
Product
ProductCategory
ProductCulture
ProductFamily
ProductHeader
Relation
RelationCulture
RelationHeader
Sku
SkuCulture
SkuOnhand
SkuOnhandHeader
SkuPriceList
SkuPriceListHeader
SkuStructureItem
SkuStructureItemPriceList
Variant
VariantCulture
VariantDefinition
VariantDefinitionCulture
VariantDefinitionGroup
VariantDefinitionType
VatRate
Warehouse
WarehouseLocation
Info
Documentation Norce [Storm] Connect Product Service (4.0)
Download OpenAPI description
Languages
Servers
https://customer-slug.api-se.norce.tech/commerce/connect/4.0/
ParametricValue
Parametric value to set. Use one of the value fields, depending on the type of the parameter. If code does not exist it will be created. If List value does not exist it will be created. Cultures for list values will only be added or updated, never deleted. Null values will result in no changes from before.
External parametric code configured in Norce Commerce. Used to match parameter.
List of parametric translations.
List of possible values to set for parametrics with multiple value choice.
{ "ParametricCode": "string", "Cultures": [ { … } ], "MultipleValueList": [ { … } ], "ValueBoolean": true, "ValueDateTime": "string", "ValueDecimal": 0, "ValueInteger": 0, "ValueList": { "Code": "string", "Value": "string", "Description": "string", "Cultures": [ … ] } }