Skip to content

Instantly share code, notes, and snippets.

@xcommerce-gists
Last active January 2, 2016 18:18
Show Gist options
  • Save xcommerce-gists/8342264 to your computer and use it in GitHub Desktop.
Save xcommerce-gists/8342264 to your computer and use it in GitHub Desktop.
eBay Enterprise Content Master Feed example
<?xml version="1.0" encoding="utf-8"?>
<ContentMaster>
<MessageHeader>
... <!-- omitted for brevity -->
</MessageHeader>
<Content catalog_id="45" gsi_client_id="YOUR-CLIENT-ID">
<UniqueID>45-B16F3D3E</UniqueID>
<ProductLinks> <!-- Associates this product with the listed related and cross-sell products -->
<ProductLink link_type="crosssell" operation_type="Add">
<LinkToUniqueID>45-69ED5562</LinkToUniqueID>
</ProductLink>
<ProductLink link_type="related" operation_type="Add">
<LinkToUniqueID>45-69ED5562</LinkToUniqueID>
</ProductLink>
</ProductLinks>
<CategoryLinks> <!-- Puts this product in the listed categories -->
... <!-- omitted for brevity -->
</CategoryLinks>
<BaseAttributes>
<Title xml:lang="en-US">Marvel Figure Factory: Ghostrider</Title>
</BaseAttributes>
<ExtendedAttributes>
<DisplayCountryOfOrigin xml:lang="en-US">CN</DisplayCountryOfOrigin>
<GiftWrap>Y</GiftWrap>
<LongDescription xml:lang="en-US">With so many pieces to build and trade, Figure Factory is sure to become the hot new must-have for every kid on the block. Kids will trade figures and cards with one another until their collections are complete! Each wave consists of 8 identified and</LongDescription>
<SearchKeywords xml:lang="en-US"/>
</ExtendedAttributes>
<CustomAttributes>
<Attribute name="PartnerDataSource" operation_type="Add" is_list="false" dt="string">
<Value>TRUS</Value>
</Attribute>
</CustomAttributes>
</Content>
</ContentMaster>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment