Body

xml 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
(Item/Line) : Color Code Yes

The product color code

 <dimension name="color" registry="Supplier" code="666" >Black</dimension> 

/b24Message/presentationCatalog/itemPresentation/dimension[@name="color"]/@code

Text

None

1700 8
(Item/Line) : Image bank ID Yes

Reference to the name of uploaded image to Btwentyfour image storage

 <image imageBankId="278815-900-120.jpeg" index="120" text="Presentation text" action="Add" isPrimary ="true"> 

/b24Message/presentationCatalog/itemPresentation/image/@imageBankId

Text

None

1800 9
(Item/Line) : Url No

Reference to Image in complete public link

 <image imageBankId="278815-900-120.jpeg" index="120" text="Presentation text" action="Add" isPrimary ="true"> 

/b24Message/presentationCatalog/itemPresentation/image/@url

Text

None

1900 10
(Item/Line) : Index No

Image index code You can download our image index specification here DOWNLOAD

 <image imageBankId="278815-900-120.jpeg" index="120" text="Presentation text" action="Add" isPrimary ="true"> 

/b24Message/presentationCatalog/itemPresentation/image/@index

Text

None

2000 11
(Header) : Sender gln Yes

The sender of the EDI message, identified by a GLN

 <sender gln="7340117815580"> 

/b24Message/presentationCatalog/sender/@gln

Number

None

1000 1
(Item/Line) : Image text No

Presentation information for product picture in plain text

 <image imageBankId="278815-900-120.jpeg" index="120" text="Presentation text" action="Add" isPrimary ="true"> 

/b24Message/presentationCatalog/itemPresentation/image/@text

Text

None

2100 12
(Header) : Recipient gln Yes

The recipient of the EDI message, identified by a GLN

 <recipient gln="7340117836950"> 

/b24Message/presentationCatalog/recipient/@gln

Number

None

1100 2
(Item/Line) : Action No

Default value is "Add", use "Delete" to remove an image reference from a product

 <image imageBankId="278815-900-120.jpeg" index="120" text="Presentation text" action="Add" isPrimary ="true"> 

/b24Message/presentationCatalog/itemPresentation/image/@action

Text

None

2200 13
(Header) : Presentation Catalogue Number No

The ID of the presentation catalogue

 <documentReference documentType="SupplierImage" id="23213213"/> 

/b24Message/presentationCatalog/documentReference[@documentType="SupplierImage"]/@id

Text

None

1200 3
(Item/Line) : Primary Picture No

Primary picture (Y/N) to indicate whether the specific image is deemed as the primary/presentation image for the product.

 <image imageBankId="278815-900-120.jpeg" index="120" text="Presentation text" action="Add" isPrimary ="true"> 

/b24Message/presentationCatalog/itemPresentation/image/@isPrimary

Boolean (Y/N)

None

2300 14
(Header) : Supplier gln Yes

The supplier/brand, identified by a GLN

 <supplier gln="7340117815580" name="Btwentyfour Demo Supplier"> 

/b24Message/presentationCatalog/supplier/@gln

Number

None

1300 4
(Item/Line) : Authorized For Public Use No

Describes if image is authourized for public use(Y/N)

 <property name="authorizedForPublicUse">Y</property> 

/b24Message/presentationCatalog/itemPresentation/image/property[@name="authorizedForPublicUse"]

Boolean (Y/N)

None

2400 15
(Item/Line) : Model Number Yes

The model number of the product

 <property name="modelNo" registry="Supplier">1064</property> 

/b24Message/presentationCatalog/itemPresentation/property[@name="modelNo"]

Text

None

1400 5
(Item/Line) : Copyright Owner No

Copyright owner of the image, identified with a GLN

 <property name="copyrightOwner">1111111111111</property> 

/b24Message/presentationCatalog/itemPresentation/image/property[@name="copyrightOwner"]

Number

None

2500 16
(Item/Line) : Model Color Yes

The model color (colorway) id of the product

 <property name="modelColor" registry="Supplier">1064-666</property> 

/b24Message/presentationCatalog/itemPresentation/property[@name="modelColor"]

Text

None

1500 6
(Item/Line) : Color No

The product color in plain text

 <dimension name="color" registry="Supplier" code="666" >Black</dimension> 

/b24Message/presentationCatalog/itemPresentation/dimension[@name="color"]

Text

None

1600 7