| key | description | type | pattern |
|---|---|---|---|
| domain | Technical domain for target location. | STRING | ^.*$ |
| classification.segment | An industry segmentation or vertical. | STRING | ^.*$ |
| classification.family | A broad division of segment. | STRING | ^.*$ |
| classification.class | A group of like categories. Sub-element of family. | STRING | ^.*$ |
| classification.brick | Categories of like products. Sub-element of class. | STRING | ^.*$ |
| certificates.asc | Aquaculture Stewardship Council | BOOLEAN | ^true|false$ |
| certificates.discount | BOOLEAN | ^true|false$ | |
| certificates.ecologic | BOOLEAN | ^true|false$ | |
| certificates.ecommerce | BOOLEAN | ^true|false$ | |
| certificates.environmentallyFriendly | BOOLEAN | ^true|false$ | |
| certificates.fairTrade | BOOLEAN | ^true|false$ | |
| certificates.giftCertificate | BOOLEAN | ^true|false$ | |
| certificates.gmo | BOOLEAN | ^true|false$ | |
| certificates.msc | Marine Stewardship Council | BOOLEAN | ^true|false$ |
| certificates.organic | BOOLEAN | ^true|false$ | |
| customerReview.rating | For 4.5/10 set to 4.5, you will to manage the '/10' in the graphical template. | NUMBER | ^-?\d+(\.\d+)?$ |
| customerReview.reviewCount | NUMBER | ^([1-9]\d*(\.\d+)?)|(\d+\.\d*[1-9]\d*)$ | |
| deposit.subUnitPrice | Deposit cost for the subunit item itself. | NUMBER | ^([1-9]\d*(\.\d+)?)|(\d+\.\d*[1-9]\d*)$ |
| deposit.unitPrice | Deposit cost for the item itself. | NUMBER | ^([1-9]\d*(\.\d+)?)|(\d+\.\d*[1-9]\d*)$ |
| internalId | Generally used to group many items under a single id. If Back-Office could manage it, it is very encouraged to use it as main item id and to use references field. E.g\: Coca bottle are manufactured into different factories and with different EAN, all those items are linked with a unique code to update main price. | STRING | ^.*$ |
| links | Linked items codes separated by comma. Eg: for 2 linked items: 3000000000502,3000000000519 | STRING | ^.*$ |
| localProduct | BOOLEAN | ^true|false$ | |
| multimedia.image | Image high quality for website, media+ or mobile phone. | STRING | ^.*$ |
| multimedia.picto | Small picture for low resolution media as label. | STRING | ^.*$ |
| multimedia.url | Url to inject into the NFC Ship or to generate a QR code. | STRING | ^.*$ |
| multimedia.websiteId | Id used on a website to reference the item. | STRING | ^.*$ |
| nested | Nested items codes separated by comma. Eg: for 2 nested items: 3000000000502,3000000000519 | STRING | ^.*$ |
| packaging.height | Height of the item in Centimeter. | NUMBER | ^\d+(\.\d+)?$ |
| packaging.keepProductsInBox | Items are keeped into their delivery package. E.g\: 'PAV: prêt à vendre' in french. | BOOLEAN | ^true|false$ |
| packaging.netWeight | STRING | ^.*$ | |
| packaging.packSize | E.g\: Count of bottles in a pack of bottle. | STRING | ^.*$ |
| packaging.subUnitName | E.g\: name of the bottle in a pack of bottle. | STRING | ^.*$ |
| packaging.subUnitPrice | E.g\: price for a bottle in a pack of bottle. | NUMBER | ^([1-9]\d*(\.\d+)?)|(\d+\.\d*[1-9]\d*)$ |
| packaging.width | Width of the package in Centimeter. | NUMBER | ^\d+(\.\d+)?$ |
| references | List of id matching this item. Could be different barcode present in the store. Eg: for 2 linked items: 3000000000502,3000000000519 | STRING | ^.*$ |
| storeReference | Generally used to group many items under a single id. | STRING | ^.*$ |
| taxes.eco | Tax relative to ecologic. | NUMBER | ^\d+(\.\d+)?$ |
| taxes.vat | Value-added tax. | NUMBER | ^\d+(\.\d+)?$ |