The Product Service has Entities and Operations to create and update products and content in Norce Commerce.
Documentation Norce [Storm] Connect Product Service (4.0)
Download OpenAPI description
Languages
Servers
https://customer-slug.api-se.norce.tech/commerce/connect/4.0/
Request
Use this to import data to the product catalog from price comparison solutions.
Read more about the method here.
- application/json
- application/xml
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.
Enum"Sweden""Norway""Denmark""Finland""UnitedKingdom""Estonia""Greenland""Germany""Italy""Austria"
https://customer-slug.api-se.norce.tech/commerce/connect/4.0/Product/ImportCompetitorSkus
- cURL
- JS
- C#
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
}
]'
Response
{ "StatusCode": "string", "Description": "string", "JobId": "string", "ValidationSummary": { "NrOfItemsInTotal": 0, "NrOfValidationFailures": 0, "Messages": [ … ] } }