Presentation Catalog
The Presentation Catalog message intent is to provide presentation information like images and other media for a series of products.
General usage
- The message includes functionality to add images and other media for a series of products.
- The images is used for enrichment of your Product Master Data
- Media is stored on the storage area in your Btwentyfour account
Fields used in the Presentation Catalog
Name | Required | Description | Examples | Xpath | Type | Limits | Sort | Id |
---|---|---|---|---|---|---|---|---|
Color Code | Yes | The product color code |
|
/b24Message/presentationCatalog/itemPresentation/dimension[@name="color"]/@code |
Text | None |
1700 | 8 |
Image bank ID | Yes | Reference to the name of uploaded image to Btwentyfour image storage |
|
/b24Message/presentationCatalog/itemPresentation/image/@imageBankId |
Text | None |
1800 | 9 |
Url | Reference to Image in complete public link |
|
/b24Message/presentationCatalog/itemPresentation/image/@url |
Text | None |
1900 | 10 | |
Index | Image index code You can download our image index specification here |
|
/b24Message/presentationCatalog/itemPresentation/image/@index |
Text | None |
2000 | 11 | |
Sender | Yes | The sender of the EDI message, identified by a GLN |
|
/b24Message/presentationCatalog/sender/@gln |
Number | None |
1000 | 1 |
Image text | Presentation information for product picture in plain text |
|
/b24Message/presentationCatalog/itemPresentation/image/@text |
Text | None |
2100 | 12 | |
Recipient | Yes | The recipient of the EDI message, identified by a GLN |
|
/b24Message/presentationCatalog/recipient/@gln |
Number | None |
1100 | 2 |
Action | Default value is "Add", use "Delete" to remove an image reference from a product |
|
/b24Message/presentationCatalog/itemPresentation/image/@action |
Text | None |
2200 | 13 | |
Presentation Catalogue Number | The ID of the presentation catalogue |
|
/b24Message/presentationCatalog/documentReference[@documentType="SupplierImage"]/@id |
Text | None |
1200 | 3 | |
Primary Picture | Primary picture (Y/N) to indicate whether the specific image is deemed as the primary/presentation image for the product. |
|
/b24Message/presentationCatalog/itemPresentation/image/@isPrimary |
Boolean (Y/N) | None |
2300 | 14 | |
Supplier | Yes | The supplier/brand, identified by a GLN |
|
/b24Message/presentationCatalog/supplier/@gln |
Number | None |
1300 | 4 |
Authorized For Public Use | Describes if image is authourized for public use(Y/N) |
|
/b24Message/presentationCatalog/itemPresentation/image/property[@name="authorizedForPublicUse"] |
Boolean (Y/N) | None |
2400 | 15 | |
Model Number | Yes | The model number of the product |
|
/b24Message/presentationCatalog/itemPresentation/property[@name="modelNo"] |
Text | None |
1400 | 5 |
Copyright Owner | Copyright owner of the image, identified with a GLN |
|
/b24Message/presentationCatalog/itemPresentation/image/property[@name="copyrightOwner"] |
Number | None |
2500 | 16 | |
Model Color | Yes | The model color (colorway) id of the product |
|
/b24Message/presentationCatalog/itemPresentation/property[@name="modelColor"] |
Text | None |
1500 | 6 |
Color | The product color in plain text |
|
/b24Message/presentationCatalog/itemPresentation/dimension[@name="color"] |
Text | None |
1600 | 7 |