| Mandatory Elements |
|---|
| 1. content 2. group 3. attribute |
The following are the keypoints:
- The attribute (group) must have one specification-value (attribute) with caption-value as true.
- If the title (specification-value) is empty or null, then the specification-value will be ignored.
- Below is the valid value for the layout (content).
- TwoColumn
- ThreeColumn
- <layout>(content) will default to TwoColumn when the value is not sent or sent as an empty or null or invalid value.
- For valid attribute values refer Valid Tag Value section.
- <tag> (presentation) will default to Specifications 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="specs">
<presentation>
<power-page title="Specification"/>
<tag>
<![CDATA[Specifications]]>
</tag>
</presentation>
<!--Three Column Specification-->
<content template="specifications" layout="ThreeColumn">
<group title="Carton Dimensions">
<attribute>
<specification-value caption-value="true">
<title>
<![CDATA[Carton Depth]]>
</title>
<footnote>
<![CDATA[At the side of the box, measuring from the base to the top, determines the depth.]]>
</footnote>
<footnote>
<![CDATA[At the side of the box, measuring from the base to the top, determines the depth.]]>
</footnote>
</specification-value>
<specification-value>
<title>
<![CDATA[2.260000]]>
</title>
</specification-value>
<specification-value>
<title>
<![CDATA[Inches]]>
</title>
</specification-value>
</attribute>
<attribute>
<specification-value caption-value="true">
<title>
<![CDATA[Carton Width]]>
</title>
<footnote>
<![CDATA[View the base of a box, the width is shortest side.]]>
</footnote>
</specification-value>
<specification-value>
<title>
<![CDATA[2.030000]]>
</title>
</specification-value>
<specification-value>
<title>
<![CDATA[Inches]]>
</title>
</specification-value>
</attribute>
<attribute>
<specification-value caption-value="true">
<title>
<![CDATA[Carton Height]]>
</title>
<footnote>
<![CDATA[view the base of a box, the length is the longest side]]>
</footnote>
</specification-value>
<specification-value>
<title>
<![CDATA[2.850000]]>
</title>
</specification-value>
<specification-value>
<title>
<![CDATA[Inches]]>
</title>
</specification-value>
</attribute>
</group>
</content>
<!--Two Column Specification-->
<content template="specifications" layout="TwoColumn">
<group title="Carton Dimensions">
<attribute>
<specification-value caption-value="true">
<title>
<![CDATA[Carton Depth]]>
</title>
<footnote>
<![CDATA[At the side of the box, measuring from the base to the top, determines the depth.]]>
</footnote>
<footnote>
<![CDATA[At the side of the box, measuring from the base to the top, determines the depth.]]>
</footnote>
</specification-value>
<specification-value>
<title>
<![CDATA[2.260000]]>
</title>
</specification-value>
</attribute>
<attribute>
<specification-value caption-value="true">
<title>
<![CDATA[Carton Width]]>
</title>
<footnote>
<![CDATA[View the base of a box, the width is shortest side.]]>
</footnote>
</specification-value>
<specification-value>
<title>
<![CDATA[2.030000]]>
</title>
</specification-value>
</attribute>
<attribute>
<specification-value caption-value="true">
<title>
<![CDATA[Carton Height]]>
</title>
<footnote>
<![CDATA[view the base of a box, the length is the longest side]]>
</footnote>
</specification-value>
<specification-value>
<title>
<![CDATA[2.850000]]>
</title>
</specification-value>
</attribute>
</group>
</content>
</section>
</sections>
</content-package>
</feed>
Preview
