Documentation Index

Fetch the complete documentation index at: https://docx.syndigo.com/llms.txt

Use this file to discover all available pages before exploring further.

Document Widget

Prev Next
Mandatory Elements Mandatory Attributes
1. content
2. document
1. ref (document)

The following are the keypoints:

  • For valid attribute values refer Valid Tag Value section.
  • <tag> (presentation) will default to Documents when not sent.

XML

<feed updated="2021-05-17T05:00:00Z">
	<content-package id="12345678910" updated="2021-05-17T05:00:00Z">
		<name>Product 1</name>
		<description>This is product 1.</description>
		<brand>BrandXYZ</brand>
		<mpn>MPN-123456</mpn>
		<gtin>00012345678910</gtin>
		<msrp currency="USD">1,699.00</msrp>
		<sections>
			<section label="docs">
				<presentation>
					<power-page title="Product Documents"/>
					<tag>
						<![CDATA[Documents]]>
					</tag>
				</presentation>
				<content template="document-gallery">
					<document title="Complete Owner's Guide" lanuage="en" ref="http://manuals.test.com/prodinfo_pdf/Edison/12345678910-en.pdf">
						<description>
							<styled-text>
								<![CDATA[This is Complete Owner's Guide in English.]]>
							</styled-text>
						</description>
					</document>
					<document title="Complete Owner's Guide" lanuage="es" ref="http://manuals.test.com/prodinfo_pdf/Edison/12345678910-sp.pdf">
						<description>
							<styled-text>
								<![CDATA[This is Complete Owner's Guide in spanish.]]>
							</styled-text>
						</description>
					</document>
					<document title="Complete Owner's Guide" lanuage="fr" ref="http://manuals.test.com/prodinfo_pdf/Edison/12345678910-fr.pdf">
						<description>
							<styled-text>
								<![CDATA[This is Complete Owner's Guide in freanch.]]>
							</styled-text>
						</description>
					</document>
				</content>
			</section>
		</sections>
	</content-package>
</feed>

Preview

batch-content-delivery-document-widget