Import supplier products.

Use this to import whole supplier product catalogs with their prices (costs) and availability (onhand).
Read more about the method here.

Request
header Parameters
required
object <SupplierProductHeader> (SupplierProductHeader)

JSON or XML serialized string of the SupplierProductHeader object.
Note that the enums must be of integer values when using application/xml encoding and can be both string or integer for application/json.

Request Body schema:

List of supplier products to import.

Array
SupplierPartNo
required
string

Supplier article number. Max length: 50

CategoryCode
string

Name or code of the category, ideally this something readable, like "Utensils" or with a hierachy "Kitchen|Utensils". Max length: 255

CommodityCode
string

A classification of goods for import and export between countries. Max length: 50

Array of objects <ProductCulture> (ProductCulture)

List of culture specific texts on article.

EanCode
string

Bar code. Max length: 50

GrossWeight
number

Actual weight including package etc.

Array of objects <Image> (Image)

Additional images, use high definition. Norce Commerce will provide real-time resizing when used in Norce Commerce Services and Norce Administration GUI.

LogisticDepth
number

Logistic depth.

LogisticHeight
number

Logistic height

LogisticWidth
number

Logistic width

object <Image> (Image)

Represents an image that should be uploaded to Norce Commerce from the supplier regarding the specified article. The type and code must be set up in Norce Commerce Administration settings.

Manufacturer
string

Manufacturer code or name, required together with ManufacturerPartNo to be unique. Max length: 50

ManufacturerPartNo
string

Manufacturer article number, required together with Manufacturer to be unique. Max length: 50

NetWeight
number

Obsolete. Weight of item, without packaging.

Array of objects <SupplierOnHand> (SupplierOnHand)

Stock values, at least one is required.

Array of objects <Parametric> (Parametric)

List of supplier specific content attributes, like color or size.

Array of objects <SupplierPrice> (SupplierPrice)

Purchase cost and other price information. At least one is required.

Array of objects <SupplierProductInfo> (SupplierProductInfo)

List of supplier specific setting attributes. This is article specific information needed for supplier integrations, but will not be shown as content. For example "OnlySoldInSweden".

ProductName
string

Name of the article in default language. Max length: 500

ProductType
string

Product type.

UnitOfMeasurementCode
integer <int32>

Unit of measurement code for item: 0 = Unknown, 1 = Pieces, 2 = Hours, 3 = Kilograms, 4 = Litres. Default is pieces.

UnitOfMeasurementCount
integer <int32>

Number of units in the package.

VatCode
integer <int32>

Vat rate in percent

Responses
200

Success

400

Bad Request

500

Internal Server Error

post/Supplier/ImportProducts
Request samples
[
  • {
    }
]
Response samples
{
  • "StatusCode": "string",
  • "Description": "string",
  • "JobId": "string",
  • "ValidationSummary": {
    }
}