Product Export:
excludeData
to specify which parts of the product information you do not want in return:includeOptions
= false to only retrieve selected values on the product and not other options where there are lists of valid choices. This can significantly reduce the data volume per product, especially where there is ETIM data or many data register attributes.productHeadOnly
= true to only retrieve this information (an alternative to excludeData
with everything except PRODUCT_HEAD).productNo
= “12345”, “23456”, “34567”altProductNo
= “12345”, “23456”, “34567”importCodes
= “1”, “2”, “3”productOwnerImportCodes
productStatusImportCodes
productTypeImportCodes
productGroupImportCodes
supplierImportCodes
name
alternativeName
productSearch
{ "attributes": [ { "importCode": "kode til attributt du skal søke på", "value": "verdi du søker etter" } ], "productTexts": [ { "textSearch": "string", "importCode": "string" } ], "etim": { "version": 0, "etimClassIds": [ "string" ], "features": [ { "featureId": "string", "value": {} } ] } } |
For attribute values, the syntax depends on the data type you are searching for.
Excerpt from Swagger documentation:
List of datatypes and how to send them: |