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
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
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
Url

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
Index

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
Sender Yes

The sender of the EDI message, identified by a GLN

 <sender gln="7340117815580"> 

/b24Message/presentationCatalog/sender/@gln

Number

None

1000 1
Image text

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
Recipient Yes

The recipient of the EDI message, identified by a GLN

 <recipient gln="7340117836950"> 

/b24Message/presentationCatalog/recipient/@gln

Number

None

1100 2
Action

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
Presentation Catalogue Number

The ID of the presentation catalogue

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

/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.

 <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
Supplier Yes

The supplier/brand, identified by a GLN

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

/b24Message/presentationCatalog/supplier/@gln

Number

None

1300 4
Authorized For Public Use

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
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
Copyright Owner

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
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
Color

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