The Product Service has Entities and Operations to create and update products and content in Norce Commerce.
https://customer-slug.api-se.norce.tech/commerce/connect/4.0/
Use this to import data to the product catalog from price comparison solutions.
Read more about the method here.
Json serialized string in CompetitorSkuHeader format
List of competitor 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.
https://customer-slug.api-se.norce.tech/commerce/connect/4.0/Product/ImportCompetitorSkus
curl -i -X POST \
https://customer-slug.api-se.norce.tech/commerce/connect/4.0/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": [ … ] } }