The Supplier Service has Entities and Operations to create and update supplier products and content in Norce [Storm].
The Supplier Service has Entities and Operations to create and update supplier products and content in Norce [Storm].
Use this to import data to the product catalog from price comparison solutions.
Read more about the method here.
List of copmetitor SKUs to import.
Competitor sale price incl. freight, same as PriceSale if no freight.
Represents a popularity ranking from an external source.
Specifies target sales area.
curl -i -X POST \ https://connect.lab.storm.io/4.0/api/Product/ImportCompetitorSkus \ -H 'Content-Type: application/json' \ -H 'X-StormConnect-Header: string' \ -d '[ { "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 } ]'
{ "StatusCode": "string", "Description": "string", "JobId": "string", "ValidationSummary": { "NrOfItemsInTotal": 0, "NrOfValidationFailures": 0, "Messages": [ … ] } }