The Product Service has Entities and Operations to create and update products and content in Norce Commerce.
- CompetitorSku
Documentation Norce [Storm] Connect Product Service (4.0)
CompetitorSku
Competitor SKU data.
Competitor sale price incl. freight, same as PriceSale if no freight.
Represents a popularity ranking from an external source.
Specifies target sales area.
{ "CompetitorCode": "string", "CompetitorPartNo": "string", "IsInStock": true, "IsPricesInclVat": true, "PartNo": "string", "PriceSale": 0, "PriceSaleInclFreight": 0, "Source": "string", "CompetitorName": "string", "CurrencyCode": "string", "ExternalPopularities": { "PartNo": "string", "PopularityValue": 0, "Source": "string" }, "ProductName": "string", "SalesArea": "Sweden", "VatRate": 0 }
CompetitorSkuHeader
Competitor SKU import settings
Account which initiated the import. Learn about system accounts here.
Array of strings representing competitor fields to be processed.
(Use the integer instead of the name for the xml content type)
0 = CompetitorName
1 = ProductName
2 = VatRate
3 = ExternalPopularities (Deprecated, not supported any longer)
Flag that specify how Norce Commerce Connect will handle the import. If true, all prices from the competitors not in this import will be deactivated. If false, the import will be handled as an update only, and other products already having prices will be ignored.
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, "CompetitorSkuFieldsThatAreSet": [ "CompetitorName" ], "FullFile": true, "JobId": "string", "SerializationType": [ "JSON" ], "StorageName": "http://example.com", "SupplierId": 0 }