Menü

Publisher Data

Publisher Data

Publisher Data

In Metabooks, three kinds of publishers may be listed

(Primary) Publisher

Listing a primary publisher is mandatory for any ONIX notification and is done via the publisher’s node. With this, the type of publisher (b291=01), its name and the MB identification number or association number will be sent.

Example: Primary publisher specified via MB identification number

ONIX 3.0 Short
<publisher> 
 <b291>01</b291>
 <publisheridentifier>
 <x447>01</x447>
 <b244>BR5100000</b244>
 </publisheridentifier>
 <b081>Test Publisher</b081> 
</publisher>
ONIX 3.0 Reference
<Publisher>
 <PublishingRole>01</PublishingRole>
 <PublisherIdentifier>
 <PublisherIDType>01</PublisherIDType>
 <IDValue>BR5100000</IDValue>
 </PublisherIdentifier>
 <PublisherName>Test Publisher</PublisherName>
</Publisher>

Secondary publisher

Secondary publishers are also identified via the publisher’s node. MB identification numbers or association numbers should be included, but are not mandatory.

For each product, multiple secondary publishers may be listed.

Example: Secondary publisher including MB identification number

ONIX 3.0 Short
<publisher> 
 <b291>02</b291> 
 <publisheridentifier>
 <x447>01</x447>
 <b244>BR5100000</b244>
 </publisheridentifier>
 <b081>Co Test Publisher</b081> 
</publisher>
ONIX 3.0 Reference
<Publisher>
 <PublishingRole>02</PublishingRole>
 <PublisherIdentifier>
 <PublisherIDType>01</PublisherIDType>
 <IDValue>BR5100000</IDValue>
 </PublisherIdentifier>
 <PublisherName>Co Test Publisher</PublisherName>
</Publisher>

As with the primary publisher, you can substitute the association number for the MB identification number.

Example: Secondary publisher without MB identification number or association number

ONIX 3.0 Short
<publisher> 
 <b291>02</b291> 
 <b081>Co Test Publisher</b081> 
</publisher>
ONIX 3.0 Reference
<Publisher>
 <PublishingRole>02</PublishingRole>
 <PublisherName>Co Test Publisher</PublisherName>
</Publisher>

Original Publisher

When specifying the original publisher, it is sufficient to enter PublishingRole and the publisher’s name. If you wish to enter an MB identification number or association number for your original publisher, you can do so in the same way as for primary or secondary publisher.

Example: Original publisher without MB identification number or association number

ONIX 3.0 Short
<publisher>
 <b291>04</b291>
 <b081>Originalverlag</b081>
</publisher>
ONIX 3.0 Reference
<Publisher>
 <PublishingRole>04</PublishingRole>
 <PublisherName>Originalverlag</PublisherName>
</Publisher>