Overview

The Item Master provides Radial with the client’s product information at the SKU level. Data drives theRadial ERP and WMS system and is the foundation for building the webstore database. Radial receives new items and changes to existing items in this file.

Notes:

  • Default Character Encoding: Unicode: UTF-8
  • Recipient Acknowledgment Required: Yes
  • Exchange Frequency: Client Specific
  • Production Mailbox Location: Client Specific
  • Test Mailbox Location: Client Specific
  • Filename Format: ClientId_CatalogId_ItemMaster_yyyymmddhhmmss_counter.xml
  • The filename combined with the mailbox determines the destination of the Item Master.

When you send an update for an item record, the new data overwrites the existing data for that item. Because the full item record is overwritten with each update, you must send the full set of information for each item, and not just the changed fields.

Note: The exception to this behavior is Custom Attributes; see the following Custom Attributes section for information on how they work.

Schema

Type definitions and other details: CommonTypes.xsd

Item Master schema: ItemMaster-CommonIntegration.xsd

Item Master element table: ItemMaster-CommonIntegration.xsd.html

Item Types

Item types include both physical and virtual items. They are defined by the ItemType element in the Item Master feed.

For an order to be completed correctly, the client’s item catalog must contain all physical and virtual items that may be sold on the webstore and that would be passed in the order message. The Order Management System consumes the list of items sent by the client and cannot add order lines.

The following table lists the most common ItemType values.

Item Type Description

CUSTOM

Customization. A virtual item that represents a charge to the consumer to customize another item. The customization item includes a description of the customization options selected by the customer; for example, "Monogramming" or "Team jersey customization". Each type of customization offered to consumers must be defined as an individual item. A customization item is passed in the order message along with the item being customized.

DONATION

Donation. A virtual item that represents a consumer's donation to a charitable cause.

GC

Physical gift card. The gift card is fulfilled and then activated before the consumer receives the gift card in the shipment. Each option offered (such as choices of visual design or denominations) should be created as a separate item.

The value of the gift card is always passed in the order line. Tthe client has the choice of creating a separate item for each possible dollar value of the gift card or by using one gift card SKU. If a single SKU is used for gift cards, then store reports generated at the SKU level provide less specific information about gift cards.

GIFTMESSAGE

This item contains a gift message.

GIFTWRAP

Gift wrap. A physical item representing gift wrap or a gift box. If multiple options (for example, choices of designs or colors of gift wrap or gift boxes) are offered, each option must be created as a separate item.

MERCH

A physical merchandise item, such as a shirt, a blender, or a coupon insert. At a typical store, the vast majority of items sold are Merch items.

OGC

Online gift certificate that is hosted and processed by Radial. OGCs are Radial's in-house product for gift certificates that don’t have a physical card associated with them, just a payment account number and PIN.

POSTSALEFULFILLMENT

Post-sale fulfillment. A virtual item classified separately from other virtual item types such as Donation or Warranty SKUs. These items are not fulfilled from a warehouse and should not be printed on a packing slip.

REFUNDGC

Refund Physical Gift Cards are used when refunding the value of a return or a price adjustment to the consumer when a physical gift card was used as a tender in the original sale. This item type would be used for accounting purposes to differentiate refunds from the original tender.

This Item Type is optional. If not used, any refunds to the return order where a physical gift card was used reissue a GC item and not the RefundGC item.

REFUNDOGC

Refund online gift certificate. The "Refund" categorization is used for accounting purposes to differentiate refunds from the original tender.

REFUNDOGCFORCOD

Refund online gift certificate issued against a COD order.

REFUNDOGCFORCVS

Refund online gift certificate issued against a CVS order.

REFUNDVGC

Refund virtual gift cards. Used when refunding the value of a return or a price adjustment to the consumer when a virtual gift card was used as a tender in the original sale. This item type is used for accounting purposes to differentiate refunds from the original tender.

It is optional to use this item type. If not used, any refunds to the return order where a virtual gift card was used reissue a VGC item and not the RefundVGC item

VGC

Virtual gift card. The gift card is not physically fulfilled, but is activated in the same way a physical gift card is. VGC is functionally similar to OGC, but processed by a third-party gift-card provider (for example, SVS or ValueLink).

WARRANTY

Product warranty. A virtual item representing a warranty purchased for another physical item on the order.

WARRANTYDEP

Dependent warranty. Can only be purchased with another item. Is not included in search results.

WARRANTYALONEDEP

Warranty item can be sold independently or with the purchase of another item. Is included in search results.

INSTALLSVCDEP

A type of installation service that can be purchased with another item. When searching, this item is not returned in the search results. This item cannot be purchased alone.

INSTALLSVCALONEDEP

A type of installation service that can be purchased independently or with another item. Is included in search results.

Extended Attributes Elements

Within each item record, the ExtendedAttributes complex element encloses several attributes that describe the item's size, color, style, and other information. For successful processing, the elements within ExtendedAttributes must be listed in alphabetical order, as in the following simplified example.

Copy this code sample.

<ExtendedAttributes>
      <AllowGiftMessage/>
      <Brand/>
      <ColorAttributes/>
      <CountryOfOrigin/>
      <HazardousMaterialCode/>
      <IspEligible/%gt;
      <ItemDimension/>
      <MSRP/>
      <Price/>
      <SalesClass/>
      <SfsEligible/>
      <SizeAttributes/>
      <StsEligible/>
      <Style/>
      <UnitCost/>
</ExtendedAttributes>

If you are implementing omnichannel capabilities, the following extended attributes are available to specify an item's eligibility for the omnichannel fulfillment types.

There is an ASSOCIATE_DELIVERY_ELIGIBLE attribute, but it is a custom attribute, not an extended attribute. See Custom Attributes.

Attribute Name Description
IspEligible Specifies whether the item is eligible for In-Store Pickup.
StsEligible Specifies whether the item eligible for Ship-to Store; that is, whether the item is eligible to be fulfilled by a warehouse, store, or dropship vendor and then shipped to the designated store for customer pickup.
SfsEligible Specifies if this item is eligible for Ship-from Store; that is, if the item is eligible to be fulfilled at stores and shipped to the customer’s designated address.

Dropship Required Elements

For items that are fulfilled by dropship, the item entry must include the elements listed in the following example.

Copy this code sample.

<Item>
      <BaseAttributes>
             <IsDropShipped>true</IsDropShipped>
      </BaseAttributes>
      <DropShipSupplierInformation>
             <SupplierName>XXXXX</SupplierName>
             <SupplierNumber>XXXXX</SupplierNumber>
             <SupplierPartNumber>XXXXX</SupplierPartNumber>
      </DropShipSupplierInformation>
      <ExtendedAttributes>
             <UnitCost currency_code="CAD">33.6</UnitCost>
     </ExtendedAttributes>
</Item>

Custom Attributes

Custom attributes can be defined in the Item Master/Item/Custom Attributes element. You can use custom attributes to pass data elements that are not explicitly defined in the Item Master schema. Each custom attribute is specified in an <Attribute> element, with a name (Attribute@name) and a value (Attribute/Value), as shown in the following example.

Copy this code sample.
    <CustomAttributes>
         <Attribute name="OriginalClient">
            <Value>TMSNA</Value>
         </Attribute>
      </CustomAttributes>

Unless you want to update, add, or delete specific attributes, you don’t need to send custom attributes when you send an update for an item . This is how custom attribute updates work:

  • If you send a custom attribute when you send an update for an item record:

    • If the attribute does not exist, it is added.

    • If the attribute exists, it is updated.

  • If you do not send an existing custom attribute when you send an update for an item, the attribute is not deleted and remains unchanged.

  • To delete a custom attribute, you must explicitly specify the delete operation for the attribute. Note: You have the option to specify an Add, Update, or Delete operation for each custom attribute; however, an operation is not required.

The following table lists the custom attributes used to modify existing orders and create new orders.

Custom Attribute Name

Description

MinOrderableQuantity

Minimum quantity that must be purchased of this item in a single order.

MaxOrderableQuantity

Maximum quantity that may be purchased of this item in a single order.

FreightClass

Dictates how (Scac and Service) and where (destination region) the product is eligible to ship.

DimensionalWeight

The “weight” used to calculate the shipping cost of bulky, lightweight packages.

DimensionalWeightUOM

Dimensional Weight Unit of Measure (for example, LBS).

ShippingChargeOverride

Item Override Shipping Charge (per unit charge).

ShippingSurchargeOverride

Item Override Shipping Surcharge (per unit surcharge).

EligibleToModify

Specifies whether the item quantity can be modified when an existing order is modified.

ProductID

Product ID that is displayed on the product page on the client site and on the ROM UI on the Item Search screen.

ProductTitle

Product title that is displayed on the product page on the client site and on the ROM UI on the Item Search screen.

ASSOCIATE_DELIVERY_ELIGIBLE

Specifies whether the item is eligible for same-day delivery by a store associate.

Item Master Examples

ClosedVarious Item Types: ROM Implementation

The following example Item Master file includes examples of items of several different item types.

Copy this code sample.

<ItemMaster>
   <MessageHeader>
      <Standard>EBE</Standard>
      <HeaderVersion>5.21</HeaderVersion>
      <VersionReleaseNumber>5.21</VersionReleaseNumber>
      <SourceData>
         <SourceId>TMSNA</SourceId>
         <SourceType>CLIENT</SourceType>
      </SourceData>
      <DestinationData>
         <DestinationId>GSI</DestinationId>
         <DestinationType>PH</DestinationType>
      </DestinationData>
      <EventType>ItemMaster</EventType>
      <MessageData>
         <MessageId>64</MessageId>
         <CorrelationId>64</CorrelationId>
      </MessageData>
      <CreateDateAndTime>2013-08-29T14:51:55.277</CreateDateAndTime>
   </MessageHeader>
   <Item operation_type="Change" gsi_client_id="TMSNA" catalog_id="21">
      <ItemId>
         <ClientItemId>843953242895</ClientItemId>
      </ItemId>
      <BaseAttributes>
         <CatalogClass>always</CatalogClass>
         <IsDropShipped>false</IsDropShipped>
         <ItemDescription>Physical Gift Card</ItemDescription>
         <ItemType>GC</ItemType>
         <ItemStatus>Active</ItemStatus>
         <TaxCode>61900</TaxCode>
         <Hierarchy>
            <DeptNumber>800</DeptNumber>
            <DeptDescription>800</DeptDescription>
            <SubDeptNumber>150</SubDeptNumber>
            <SubDeptDescription>OTHER</SubDeptDescription>
            <ClassNumber>260</ClassNumber>
            <ClassDescription>MKT</ClassDescription>
            <SubClass>370</SubClass>
            <SubClassDescription>OTHER</SubClassDescription>
         </Hierarchy>
      </BaseAttributes>
      <ExtendedAttributes>
         <AllowGiftMessage>true</AllowGiftMessage>
         <Brand>
            <Name>Generic TMS</Name>
         </Brand>
         <ColorAttributes>
            <Color>
               <Code>NA</Code>
               <Description>Not Applicable</Description>
            </Color>
         </ColorAttributes>
         <CountryOfOrigin>US</CountryOfOrigin>
         <GiftCardTenderCode>SP</GiftCardTenderCode>
         <ItemDimension>
            <Shipping>
               <Mass unit_of_measure="lb">
                  <Weight>0.25</Weight>
               </Mass>
               <Packaging unit_of_measure="cm">
                  <Width>7</Width>
                  <Length>9</Length>
                  <Height>0.5</Height>
               </Packaging>
            </Shipping>
         </ItemDimension>
         <MayShipExpedite>true</MayShipExpedite>
         <MayShipInternational>true</MayShipInternational>
         <MayShipUSPS>true</MayShipUSPS>
         <SafetyStock>0</SafetyStock>
         <SalesClass>stock</SalesClass>
         <SerialNumberType>GC</SerialNumberType>
         <ShipWindowMinHour>24</ShipWindowMinHour>
         <ShipWindowMaxHour>24</ShipWindowMaxHour>
         <SizeAttributes>
            <Size>
               <Code>NA</Code>
               <Description>NOT APPLICABLE</Description>
            </Size>
         </SizeAttributes>
         <SplitToOne>true</SplitToOne>
      </ExtendedAttributes>
      <CustomAttributes>
         <Attribute name="MinGCAmount">
            <Value>25</Value>
         </Attribute>
         <Attribute name="MaxGCAmount">
            <Value>1000</Value>
         </Attribute>
         <Attribute name="MinDenominationRangeAmount_USD">
            <Value>25</Value>
         </Attribute>
         <Attribute name="MaxDenominationRangeAmount_USD">
            <Value>1000</Value>
         </Attribute>
         <Attribute name="CardInstance">
            <Value>1;1;25;US Dollar</Value>
         </Attribute>
         <Attribute name="FreightClassID">
            <Value>ANY</Value>
         </Attribute>
         <Attribute name="OriginalClient">
            <Value>TMSNA</Value>
         </Attribute>
      </CustomAttributes>
   </Item>
   <Item operation_type="Change" gsi_client_id="TMSNA" catalog_id="21">
      <ItemId>
         <ClientItemId>843953242901</ClientItemId>
      </ItemId>
      <BaseAttributes>
         <CatalogClass>always</CatalogClass>
         <IsDropShipped>false</IsDropShipped>
         <ItemDescription>Virtual Gift Card</ItemDescription>
         <ItemType>VGC</ItemType>
         <ItemStatus>Active</ItemStatus>
         <TaxCode>61900</TaxCode>
         <Hierarchy>
            <DeptNumber>800</DeptNumber>
            <DeptDescription>800</DeptDescription>
            <SubDeptNumber>150</SubDeptNumber>
            <SubDeptDescription>OTHER</SubDeptDescription>
            <ClassNumber>260</ClassNumber>
            <ClassDescription>MKT</ClassDescription>
            <SubClass>370</SubClass>
            <SubClassDescription>OTHER</SubClassDescription>
         </Hierarchy>
      </BaseAttributes>
      <ExtendedAttributes>
         <AllowGiftMessage>true</AllowGiftMessage>
         <Brand>
            <Name>Generic TMS</Name>
         </Brand>
         <ColorAttributes>
            <Color>
               <Code>NA</Code>
               <Description>Not Applicable</Description>
            </Color>
         </ColorAttributes>
         <CountryOfOrigin>US</CountryOfOrigin>
         <GiftCardTenderCode>SV</GiftCardTenderCode>
         <ItemDimension>
            <Shipping>
               <Mass unit_of_measure="lb">
                  <Weight>0.25</Weight>
               </Mass>
               <Packaging unit_of_measure="cm">
                  <Width>7</Width>
                  <Length>9</Length>
                  <Height>0.5</Height>
               </Packaging>
            </Shipping>
         </ItemDimension>
         <MayShipExpedite>true</MayShipExpedite>
         <MayShipInternational>true</MayShipInternational>
         <MayShipUSPS>true</MayShipUSPS>
         <SafetyStock>0</SafetyStock>
         <SalesClass>stock</SalesClass>
         <SerialNumberType>GC</SerialNumberType>
         <ShipWindowMinHour>24</ShipWindowMinHour>
         <ShipWindowMaxHour>24</ShipWindowMaxHour>
         <SizeAttributes>
            <Size>
               <Code>NA</Code>
               <Description>NOT APPLICABLE</Description>
            </Size>
         </SizeAttributes>
         <SplitToOne>true</SplitToOne>
      </ExtendedAttributes>
      <CustomAttributes>
         <Attribute name="MinGCAmount">
            <Value>25</Value>
         </Attribute>
         <Attribute name="MaxGCAmount">
            <Value>1000</Value>
         </Attribute>
         <Attribute name="MinDenominationRangeAmount_USD">
            <Value>25</Value>
         </Attribute>
         <Attribute name="MaxDenominationRangeAmount_USD">
            <Value>1000</Value>
         </Attribute>
         <Attribute name="CardInstance">
            <Value>1;1;25;US Dollar</Value>
         </Attribute>
         <Attribute name="FreightClassID">
            <Value>ELTR</Value>
         </Attribute>
         <Attribute name="IsVirtual">
            <Value>true</Value>
         </Attribute>
         <Attribute name="OriginalClient">
            <Value>TMSNA</Value>
         </Attribute>
      </CustomAttributes>
   </Item>
   <Item operation_type="Change" gsi_client_id="TMSNA" catalog_id="21">
      <ItemId>
         <ClientItemId>843953252276</ClientItemId>
      </ItemId>
      <BaseAttributes>
         <CatalogClass>nosale</CatalogClass>
         <IsDropShipped>false</IsDropShipped>
         <ItemDescription>PHYSICAL GIFT CARD REFUND</ItemDescription>
         <ItemType>GC</ItemType>
         <ItemStatus>Active</ItemStatus>
         <TaxCode>61000</TaxCode>
         <Hierarchy>
            <DeptNumber>800</DeptNumber>
            <DeptDescription>TMSNA</DeptDescription>
            <SubDeptNumber>150</SubDeptNumber>
            <SubDeptDescription>OTHER</SubDeptDescription>
            <ClassNumber>260</ClassNumber>
            <ClassDescription>OTHER</ClassDescription>
            <SubClass>370</SubClass>
            <SubClassDescription>OTHER</SubClassDescription>
         </Hierarchy>
      </BaseAttributes>
      <ExtendedAttributes>
         <AllowGiftMessage>false</AllowGiftMessage>
         <Brand>
            <Name>Generic TMS</Name>
         </Brand>
         <ColorAttributes>
            <Color>
               <Code>NA</Code>
               <Description>Not Applicable</Description>
            </Color>
         </ColorAttributes>
         <CountryOfOrigin>US</CountryOfOrigin>
         <GiftCardTenderCode>SP</GiftCardTenderCode>
         <MayShipExpedite>true</MayShipExpedite>
         <MayShipInternational>false</MayShipInternational>
         <MayShipUSPS>true</MayShipUSPS>
         <SafetyStock>0</SafetyStock>
         <SalesClass>stock</SalesClass>
         <SerialNumberType>GC</SerialNumberType>
         <ShipWindowMinHour>24</ShipWindowMinHour>
         <ShipWindowMaxHour>48</ShipWindowMaxHour>
         <SizeAttributes>
            <Size>
               <Code>UNS</Code>
               <Description>UNS</Description>
            </Size>
         </SizeAttributes>
         <SplitToOne>true</SplitToOne>
      </ExtendedAttributes>
      <CustomAttributes>
         <Attribute name="MinGCAmount">
            <Value>25</Value>
         </Attribute>
         <Attribute name="MaxGCAmount">
            <Value>1000</Value>
         </Attribute>
         <Attribute name="MinDenominationRangeAmount_USD">
            <Value>25</Value>
         </Attribute>
         <Attribute name="MaxDenominationRangeAmount_USD">
            <Value>1000</Value>
         </Attribute>
         <Attribute name="CardInstance">
            <Value>1;1;25;US Dollar</Value>
         </Attribute>
         <Attribute name="FreightClassID">
            <Value>ANY</Value>
         </Attribute>
         <Attribute name="OriginalClient">
            <Value>TMSNA</Value>
         </Attribute>
      </CustomAttributes>
   </Item>
   <Item operation_type="Change" gsi_client_id="TMSNA" catalog_id="21">
      <ItemId>
         <ClientItemId>843953252269</ClientItemId>
      </ItemId>
      <BaseAttributes>
         <CatalogClass>nosale</CatalogClass>
         <IsDropShipped>false</IsDropShipped>
         <ItemDescription>VIRTUAL GIFT CARD REFUND</ItemDescription>
         <ItemType>RefundVGC</ItemType>
         <ItemStatus>Active</ItemStatus>
         <TaxCode>61000</TaxCode>
         <Hierarchy>
            <DeptNumber>800</DeptNumber>
            <DeptDescription>TMSNA</DeptDescription>
            <SubDeptNumber>150</SubDeptNumber>
            <SubDeptDescription>OTHER</SubDeptDescription>
            <ClassNumber>260</ClassNumber>
            <ClassDescription>OTHER</ClassDescription>
            <SubClass>370</SubClass>
            <SubClassDescription>OTHER</SubClassDescription>
         </Hierarchy>
      </BaseAttributes>
      <ExtendedAttributes>
         <AllowGiftMessage>false</AllowGiftMessage>
         <Brand>
            <Name>Generic TMS</Name>
         </Brand>
         <ColorAttributes>
            <Color>
               <Code>NA</Code>
               <Description>Not Applicable</Description>
            </Color>
         </ColorAttributes>
         <CountryOfOrigin>US</CountryOfOrigin>
         <GiftCardTenderCode>SV</GiftCardTenderCode>
         <MayShipExpedite>true</MayShipExpedite>
         <MayShipInternational>false</MayShipInternational>
         <MayShipUSPS>true</MayShipUSPS>
         <SafetyStock>0</SafetyStock>
         <SalesClass>advanceOrderOpen</SalesClass>
         <SerialNumberType>GC</SerialNumberType>
         <ShipWindowMinHour>24</ShipWindowMinHour>
         <ShipWindowMaxHour>48</ShipWindowMaxHour>
         <SizeAttributes>
            <Size>
               <Code>UNS</Code>
               <Description>UNS</Description>
            </Size>
         </SizeAttributes>
         <SplitToOne>true</SplitToOne>
      </ExtendedAttributes>
      <CustomAttributes>
         <Attribute name="MinGCAmount">
            <Value>25</Value>
         </Attribute>
         <Attribute name="MaxGCAmount">
            <Value>1000</Value>
         </Attribute>
         <Attribute name="MinDenominationRangeAmount_USD">
            <Value>25</Value>
         </Attribute>
         <Attribute name="MaxDenominationRangeAmount_USD">
            <Value>1000</Value>
         </Attribute>
         <Attribute name="CardInstance">
            <Value>1;1;25;US Dollar</Value>
         </Attribute>
         <Attribute name="FreightClassID">
            <Value>ELTR</Value>
         </Attribute>
         <Attribute name="IsVirtual">
            <Value>true</Value>
         </Attribute>
         <Attribute name="OriginalClient">
            <Value>TMSNA</Value>
         </Attribute>
      </CustomAttributes>
   </Item>
   <Item catalog_id="21" gsi_client_id="TMSNA" operation_type="Add">
      <ItemId>
         <ClientItemId>3384518</ClientItemId>
         <GTIN IdType="UPC">
            <IdNumber>00047505995000</IdNumber>
         </GTIN>
      </ItemId>
      <BaseAttributes>
         <CatalogClass>regular</CatalogClass>
         <IsDropShipped>true</IsDropShipped>
         <ItemDescription>RGUARD 21</ItemDescription>
         <ItemType>MERCH</ItemType>
         <ItemStatus>Active</ItemStatus>
         <TaxCode>61025</TaxCode>
         <Hierarchy>
            <DeptNumber>849</DeptNumber>
            <SubDeptNumber>02</SubDeptNumber>
            <SubDeptDescription>ACCESSORIES</SubDeptDescription>
            <ClassNumber>208</ClassNumber>
            <ClassDescription>MISC FLOOR ACCESSORIES</ClassDescription>
            <SubClass>138</SubClass>
            <SubClassDescription>LUGGAGE</SubClassDescription>
         </Hierarchy>
      </BaseAttributes>
      <DropShipSupplierInformation>
         <SupplierName>TMSDS</SupplierName>
         <SupplierNumber>22222</SupplierNumber>
         <SupplierPartNumber>000555995370</SupplierPartNumber>
      </DropShipSupplierInformation>
      <ExtendedAttributes>
         <AllowGiftMessage>false</AllowGiftMessage>
         <Brand>
            <Description xml:lang="en-US"/>
         </Brand>
         <ColorAttributes>
            <Color>
               <Code>401</Code>
               <Description xml:lang="en-US">NAVY</Description>
            </Color>
         </ColorAttributes>
         <SalesClass>stock</SalesClass>
         <SizeAttributes>
            <Size xml:lang="en-US">
               <Code>9999</Code>
               <Description>NO SIZE</Description>
            </Size>
         </SizeAttributes>
         <Style>
            <StyleID>2601C01</StyleID>
         </Style>
         <UnitCost currency_code="USD">30.00</UnitCost>
      </ExtendedAttributes>
   </Item>
   <Item operation_type="Change" gsi_client_id="TMSNA" catalog_id="21">
      <ItemId>
         <ClientItemId>111524010630</ClientItemId>
         <GTIN IdType="UPC">
            <IdNumber>111524010630</IdNumber>
         </GTIN>
      </ItemId>
      <BaseAttributes>
         <CatalogClass>always</CatalogClass>
         <IsDropShipped>false</IsDropShipped>
         <ItemDescription>CAMI</ItemDescription>
         <ItemType>Merch</ItemType>
         <ItemStatus>Active</ItemStatus>
         <TaxCode>61000</TaxCode>
         <Hierarchy>
            <DeptNumber>800</DeptNumber>
            <DeptDescription>TMSNA</DeptDescription>
            <SubDeptNumber>170</SubDeptNumber>
            <SubDeptDescription>SHAPEWEAR</SubDeptDescription>
            <ClassNumber>390</ClassNumber>
            <ClassDescription>TOPS</ClassDescription>
            <SubClass>200</SubClass>
            <SubClassDescription>CAMI</SubClassDescription>
         </Hierarchy>
      </BaseAttributes>
      <ExtendedAttributes>
         <AllowGiftMessage>false</AllowGiftMessage>
         <Brand>
            <Name>Generic TMS</Name>
         </Brand>
         <ColorAttributes>
            <Color>
               <Code>BLACK</Code>
               <Description>Black</Description>
            </Color>
         </ColorAttributes>
         <CountryOfOrigin>CR</CountryOfOrigin>
         <ItemDimension>
            <Shipping>
               <Mass unit_of_measure="lb">
                  <Weight>0.25</Weight>
               </Mass>
               <Packaging unit_of_measure="cm">
                  <Width>7.5</Width>
                  <Length>11</Length>
                  <Height>0.75</Height>
               </Packaging>
            </Shipping>
         </ItemDimension>
         <MayShipExpedite>true</MayShipExpedite>
         <MayShipUSPS>true</MayShipUSPS>
         <SalesClass>stock</SalesClass>
         <ShipWindowMinHour>24</ShipWindowMinHour>
         <ShipWindowMaxHour>48</ShipWindowMaxHour>
         <SizeAttributes>
            <Size>
               <Code>XL</Code>
               <Description>XL</Description>
            </Size>
         </SizeAttributes>
         <Style>
            <StyleID>MS050051</StyleID>
         </Style>
      </ExtendedAttributes>
      <CustomAttributes>
         <Attribute name="OriginalClient">
            <Value>TMSNA</Value>
         </Attribute>
      </CustomAttributes>
   </Item>
   <Item operation_type="Add" gsi_client_id="TMSNA" catalog_id="21">
      <ItemId>
         <ClientItemId>100140250</ClientItemId>
         <GTIN IdType="UPC">
            <IdNumber>00099000000080</IdNumber>
         </GTIN>
      </ItemId>
      <BaseAttributes>
         <CatalogClass>regular</CatalogClass>
         <IsDropShipped>false</IsDropShipped>
         <ItemDescription>GIFT CERT SALE</ItemDescription>
         <ItemType>OGC</ItemType>
         <ItemStatus>Active</ItemStatus>
         <TaxCode>89999</TaxCode>
         <Hierarchy>
            <DeptNumber>850</DeptNumber>
            <SubDeptNumber>78</SubDeptNumber>
            <SubDeptDescription>SERVICE SKU DIVISION</SubDeptDescription>
            <ClassNumber>789</ClassNumber>
            <ClassDescription>SERVICE SKUS</ClassDescription>
            <SubClass>788</SubClass>
            <SubClassDescription>SERVICE SKUS</SubClassDescription>
         </Hierarchy>
      </BaseAttributes>
      <ExtendedAttributes>
         <AllowGiftMessage>false</AllowGiftMessage>
         <Brand>
            <Name>Generic TMS</Name>
         </Brand>
         <ColorAttributes>
            <Color>
               <Code>999</Code>
               <Description xml:lang="en-US">EBONY</Description>
            </Color>
         </ColorAttributes>
         <SalesClass>stock</SalesClass>
         <SizeAttributes>
            <Size xml:lang="en-US">
               <Code>9999</Code>
               <Description>NO SIZE</Description>
            </Size>
         </SizeAttributes>
         <Style>
            <StyleID>GIFTCERT1</StyleID>
         </Style>
         <GiftCardTenderCode>GS</GiftCardTenderCode>
         <Price>1.00</Price>
         <SerialNumberType>GC</SerialNumberType>
         <SplitToOne>true</SplitToOne>
      </ExtendedAttributes>
      <CustomAttributes>
         <Attribute name="MinGCAmount">
            <Value>5.00</Value>
         </Attribute>
         <Attribute name="MaxGCAmount">
            <Value>500.00</Value>
         </Attribute>
         <Attribute name="EXTN_MAXIMUM_REFUND_AMOUNT">
            <Value>500.00</Value>
         </Attribute>
         <Attribute name="OriginalClient">
            <Value>TMSNA</Value>
         </Attribute>
      </CustomAttributes>
   </Item>
   <Item operation_type="Add" gsi_client_id="TMSNA" catalog_id="21">
      <ItemId>
         <ClientItemId>100140268</ClientItemId>
         <GTIN IdType="UPC">
            <IdNumber>00099000000097</IdNumber>
         </GTIN>
      </ItemId>
      <BaseAttributes>
         <CatalogClass>regular</CatalogClass>
         <IsDropShipped>false</IsDropShipped>
         <ItemDescription>GIFT CERT. REDEEM</ItemDescription>
         <ItemType>RefundOGC</ItemType>
         <ItemStatus>Active</ItemStatus>
         <TaxCode>89999</TaxCode>
         <Hierarchy>
            <DeptNumber>850</DeptNumber>
            <SubDeptNumber>78</SubDeptNumber>
            <SubDeptDescription>SERVICE SKU DIVISION</SubDeptDescription>
            <ClassNumber>789</ClassNumber>
            <ClassDescription>SERVICE SKUS</ClassDescription>
            <SubClass>788</SubClass>
            <SubClassDescription>SERVICE SKUS</SubClassDescription>
         </Hierarchy>
      </BaseAttributes>
      <ExtendedAttributes>
         <AllowGiftMessage>false</AllowGiftMessage>
         <Brand>
            <Name>Generic TMS</Name>
         </Brand>
         <ColorAttributes>
            <Color>
               <Code>999</Code>
               <Description xml:lang="en-US">EBONY</Description>
            </Color>
         </ColorAttributes>
         <SalesClass>stock</SalesClass>
         <SizeAttributes>
            <Size xml:lang="en-US">
               <Code>9999</Code>
               <Description>NO SIZE</Description>
            </Size>
         </SizeAttributes>
         <Style>
            <StyleID>GIFTCERT2</StyleID>
         </Style>
         <GiftCardTenderCode>GS</GiftCardTenderCode>
         <Price>1.00</Price>
         <SerialNumberType>GC</SerialNumberType>
         <SplitToOne>true</SplitToOne>
      </ExtendedAttributes>
      <CustomAttributes>
         <Attribute name="MinGCAmount">
            <Value>5.00</Value>
         </Attribute>
         <Attribute name="MaxGCAmount">
            <Value>100.00</Value>
         </Attribute>
         <Attribute name="EXTN_MAXIMUM_REFUND_AMOUNT">
            <Value>100.00</Value>
         </Attribute>
         <Attribute name="OriginalClient">
            <Value>TMSNA</Value>
         </Attribute>
      </CustomAttributes>
   </Item>
   <Item operation_type="Add" gsi_client_id="TMSNA" catalog_id="21">
      <ItemId>
         <ClientItemId>1001402681</ClientItemId>
         <GTIN IdType="UPC">
            <IdNumber>00099000000098</IdNumber>
         </GTIN>
      </ItemId>
      <BaseAttributes>
         <CatalogClass>regular</CatalogClass>
         <IsDropShipped>false</IsDropShipped>
         <ItemDescription>GIFT CERT. REDEEM for COD</ItemDescription>
         <ItemType>RefundOGCforCOD</ItemType>
         <ItemStatus>Active</ItemStatus>
         <TaxCode>89999</TaxCode>
         <Hierarchy>
            <DeptNumber>850</DeptNumber>
            <SubDeptNumber>78</SubDeptNumber>
            <SubDeptDescription>SERVICE SKU DIVISION</SubDeptDescription>
            <ClassNumber>789</ClassNumber>
            <ClassDescription>SERVICE SKUS</ClassDescription>
            <SubClass>788</SubClass>
            <SubClassDescription>SERVICE SKUS</SubClassDescription>
         </Hierarchy>
      </BaseAttributes>
      <ExtendedAttributes>
         <AllowGiftMessage>false</AllowGiftMessage>
         <Brand>
            <Name>Generic TMS</Name>
         </Brand>
         <ColorAttributes>
            <Color>
               <Code>9999</Code>
               <Description xml:lang="en-US">NO COLOR</Description>
            </Color>
         </ColorAttributes>
         <SalesClass>stock</SalesClass>
         <SizeAttributes>
            <Size xml:lang="en-US">
               <Code>9999</Code>
               <Description>NO SIZE</Description>
            </Size>
         </SizeAttributes>
         <Style>
            <StyleID>GIFTCERTCOD</StyleID>
         </Style>
         <GiftCardTenderCode>GS</GiftCardTenderCode>
         <Price>1.00</Price>
         <SerialNumberType>GC</SerialNumberType>
         <SplitToOne>true</SplitToOne>
      </ExtendedAttributes>
      <CustomAttributes>
         <Attribute name="MinGCAmount">
            <Value>5.00</Value>
         </Attribute>
         <Attribute name="MaxGCAmount">
            <Value>100.00</Value>
         </Attribute>
         <Attribute name="EXTN_MAXIMUM_REFUND_AMOUNT">
            <Value>100.00</Value>
         </Attribute>
         <Attribute name="OriginalClient">
            <Value>NEW</Value>
         </Attribute>
      </CustomAttributes>
   </Item>
   <Item operation_type="Add" gsi_client_id="TMSNA" catalog_id="21">
      <ItemId>
         <ClientItemId>1001402682</ClientItemId>
         <GTIN IdType="UPC">
            <IdNumber>00099000000096</IdNumber>
         </GTIN>
      </ItemId>
      <BaseAttributes>
         <CatalogClass>regular</CatalogClass>
         <IsDropShipped>false</IsDropShipped>
         <ItemDescription>GIFT CERT. REDEEM for CVS</ItemDescription>
         <ItemType>RefundOGCforCVS</ItemType>
         <ItemStatus>Active</ItemStatus>
         <TaxCode>89999</TaxCode>
         <Hierarchy>
            <DeptNumber>850</DeptNumber>
            <SubDeptNumber>78</SubDeptNumber>
            <SubDeptDescription>SERVICE SKU DIVISION</SubDeptDescription>
            <ClassNumber>789</ClassNumber>
            <ClassDescription>SERVICE SKUS</ClassDescription>
            <SubClass>788</SubClass>
            <SubClassDescription>SERVICE SKUS</SubClassDescription>
         </Hierarchy>
      </BaseAttributes>
      <ExtendedAttributes>
         <AllowGiftMessage>false</AllowGiftMessage>
         <Brand>
            <Name>Generic TMS</Name>
         </Brand>
         <ColorAttributes>
            <Color>
               <Code>9999</Code>
               <Description xml:lang="en-US">NO COLOR</Description>
            </Color>
         </ColorAttributes>
         <SalesClass>stock</SalesClass>
         <SizeAttributes>
            <Size xml:lang="en-US">
               <Code>9999</Code>
               <Description>NO SIZE</Description>
            </Size>
         </SizeAttributes>
         <Style>
            <StyleID>GIFTCERTCVS</StyleID>
         </Style>
         <GiftCardTenderCode>GS</GiftCardTenderCode>
         <Price>1.00</Price>
         <SerialNumberType>GC</SerialNumberType>
         <SplitToOne>true</SplitToOne>
      </ExtendedAttributes>
      <CustomAttributes>
         <Attribute name="MinGCAmount">
            <Value>5.00</Value>
         </Attribute>
         <Attribute name="MaxGCAmount">
            <Value>100.00</Value>
         </Attribute>
         <Attribute name="EXTN_MAXIMUM_REFUND_AMOUNT">
            <Value>100.00</Value>
         </Attribute>
         <Attribute name="OriginalClient">
            <Value>NEW</Value>
         </Attribute>
      </CustomAttributes>
   </Item>
   <Item operation_type="Add" gsi_client_id="TMSNA" catalog_id="21">
      <ItemId>
         <ClientItemId>100139906</ClientItemId>
         <GTIN IdType="UPC">
            <IdNumber>00099000000011</IdNumber>
         </GTIN>
      </ItemId>
      <BaseAttributes>
         <CatalogClass>regular</CatalogClass>
         <IsDropShipped>false</IsDropShipped>
         <ItemDescription>CHARITY $2</ItemDescription>
         <ItemType>CUSTOM</ItemType>
         <ItemStatus>Active</ItemStatus>
         <TaxCode>89999</TaxCode>
         <Hierarchy>
            <DeptNumber>850</DeptNumber>
            <SubDeptNumber>78</SubDeptNumber>
            <SubDeptDescription>SERVICE SKU DIVISION</SubDeptDescription>
            <ClassNumber>789</ClassNumber>
            <ClassDescription>SERVICE SKUS</ClassDescription>
            <SubClass>788</SubClass>
            <SubClassDescription>SERVICE SKUS</SubClassDescription>
         </Hierarchy>
      </BaseAttributes>
      <ExtendedAttributes>
         <AllowGiftMessage>false</AllowGiftMessage>
         <Brand>
            <Name>Generic TMS</Name>
         </Brand>
         <ColorAttributes>
            <Color>
               <Code>999</Code>
               <Description xml:lang="en-US">EBONY</Description>
            </Color>
         </ColorAttributes>
         <SalesClass>stock</SalesClass>
         <SizeAttributes>
            <Size xml:lang="en-US">
               <Code>9999</Code>
               <Description>NO SIZE</Description>
            </Size>
         </SizeAttributes>
         <Style>
            <StyleID>CH2</StyleID>
         </Style>
      </ExtendedAttributes>
      <CustomAttributes>
         <Attribute name="OriginalClient">
            <Value>TMSNA</Value>
         </Attribute>
      </CustomAttributes>
   </Item>
   <Item operation_type="Add" gsi_client_id="TMSNA" catalog_id="21">
      <ItemId>
         <ClientItemId>100139930</ClientItemId>
         <GTIN IdType="UPC">
            <IdNumber>00099000000042</IdNumber>
         </GTIN>
      </ItemId>
      <BaseAttributes>
         <CatalogClass>regular</CatalogClass>
         <IsDropShipped>false</IsDropShipped>
         <ItemDescription>CHARITY $20</ItemDescription>
         <ItemType>CUSTOM</ItemType>
         <ItemStatus>Active</ItemStatus>
         <TaxCode>89999</TaxCode>
         <Hierarchy>
            <DeptNumber>850</DeptNumber>
            <SubDeptNumber>78</SubDeptNumber>
            <SubDeptDescription>SERVICE SKU DIVISION</SubDeptDescription>
            <ClassNumber>789</ClassNumber>
            <ClassDescription>SERVICE SKUS</ClassDescription>
            <SubClass>788</SubClass>
            <SubClassDescription>SERVICE SKUS</SubClassDescription>
         </Hierarchy>
      </BaseAttributes>
      <ExtendedAttributes>
         <AllowGiftMessage>false</AllowGiftMessage>
         <Brand>
            <Name>Generic TMS</Name>
         </Brand>
         <ColorAttributes>
            <Color>
               <Code>999</Code>
               <Description xml:lang="en-US">EBONY</Description>
            </Color>
         </ColorAttributes>
         <SalesClass>stock</SalesClass>
         <SizeAttributes>
            <Size xml:lang="en-US">
               <Code>9999</Code>
               <Description>NO SIZE</Description>
            </Size>
         </SizeAttributes>
         <Style>
            <StyleID>CH20</StyleID>
         </Style>
      </ExtendedAttributes>
      <CustomAttributes>
         <Attribute name="OriginalClient">
            <Value>TMSNA</Value>
         </Attribute>
      </CustomAttributes>
   </Item>
   <Item operation_type="Add" gsi_client_id="TMSNA" catalog_id="21">
      <ItemId>
         <ClientItemId>100139914</ClientItemId>
         <GTIN IdType="UPC">
            <IdNumber>00099000000028</IdNumber>
         </GTIN>
      </ItemId>
      <BaseAttributes>
         <CatalogClass>regular</CatalogClass>
         <IsDropShipped>false</IsDropShipped>
         <ItemDescription>CHARITY $5</ItemDescription>
         <ItemType>CUSTOM</ItemType>
         <ItemStatus>Active</ItemStatus>
         <TaxCode>89999</TaxCode>
         <Hierarchy>
            <DeptNumber>850</DeptNumber>
            <SubDeptNumber>78</SubDeptNumber>
            <SubDeptDescription>SERVICE SKU DIVISION</SubDeptDescription>
            <ClassNumber>789</ClassNumber>
            <ClassDescription>SERVICE SKUS</ClassDescription>
            <SubClass>788</SubClass>
            <SubClassDescription>SERVICE SKUS</SubClassDescription>
         </Hierarchy>
      </BaseAttributes>
      <ExtendedAttributes>
         <AllowGiftMessage>false</AllowGiftMessage>
         <Brand>
            <Name>Generic TMS</Name>
         </Brand>
         <ColorAttributes>
            <Color>
               <Code>999</Code>
               <Description xml:lang="en-US">EBONY</Description>
            </Color>
         </ColorAttributes>
         <SalesClass>stock</SalesClass>
         <SizeAttributes>
            <Size xml:lang="en-US">
               <Code>9999</Code>
               <Description>NO SIZE</Description>
            </Size>
         </SizeAttributes>
         <Style>
            <StyleID>CH5</StyleID>
         </Style>
      </ExtendedAttributes>
      <CustomAttributes>
         <Attribute name="OriginalClient">
            <Value>TMSNA</Value>
         </Attribute>
      </CustomAttributes>
   </Item>
   <Item operation_type="Add" gsi_client_id="TMSNA" catalog_id="21">
      <ItemId>
         <ClientItemId>100139948</ClientItemId>
         <GTIN IdType="UPC">
            <IdNumber>00099000000059</IdNumber>
         </GTIN>
      </ItemId>
      <BaseAttributes>
         <CatalogClass>regular</CatalogClass>
         <IsDropShipped>false</IsDropShipped>
         <ItemDescription>CHARITY $50</ItemDescription>
         <ItemType>CUSTOM</ItemType>
         <ItemStatus>Active</ItemStatus>
         <TaxCode>89999</TaxCode>
         <Hierarchy>
            <DeptNumber>850</DeptNumber>
            <SubDeptNumber>78</SubDeptNumber>
            <SubDeptDescription>SERVICE SKU DIVISION</SubDeptDescription>
            <ClassNumber>789</ClassNumber>
            <ClassDescription>SERVICE SKUS</ClassDescription>
            <SubClass>788</SubClass>
            <SubClassDescription>SERVICE SKUS</SubClassDescription>
         </Hierarchy>
      </BaseAttributes>
      <ExtendedAttributes>
         <AllowGiftMessage>false</AllowGiftMessage>
         <Brand>
            <Name>Generic TMS</Name>
         </Brand>
         <ColorAttributes>
            <Color>
               <Code>999</Code>
               <Description xml:lang="en-US">EBONY</Description>
            </Color>
         </ColorAttributes>
         <SalesClass>stock</SalesClass>
         <SizeAttributes>
            <Size xml:lang="en-US">
               <Code>9999</Code>
               <Description>NO SIZE</Description>
            </Size>
         </SizeAttributes>
         <Style>
            <StyleID>CH50</StyleID>
         </Style>
      </ExtendedAttributes>
      <CustomAttributes>
         <Attribute name="OriginalClient">
            <Value>TMSNA</Value>
         </Attribute>
      </CustomAttributes>
   </Item>
   <Item operation_type="Add" gsi_client_id="TMSNA" catalog_id="21">
      <ItemId>
         <ClientItemId>100139955</ClientItemId>
         <GTIN IdType="UPC">
            <IdNumber>00099000000066</IdNumber>
         </GTIN>
      </ItemId>
      <BaseAttributes>
         <CatalogClass>regular</CatalogClass>
         <IsDropShipped>false</IsDropShipped>
         <ItemDescription>GIFT BOX</ItemDescription>
         <ItemType>GIFTWRAP</ItemType>
         <ItemStatus>Active</ItemStatus>
         <TaxCode>89999</TaxCode>
         <Hierarchy>
            <DeptNumber>850</DeptNumber>
            <SubDeptNumber>78</SubDeptNumber>
            <SubDeptDescription>SERVICE SKU DIVISION</SubDeptDescription>
            <ClassNumber>789</ClassNumber>
            <ClassDescription>SERVICE SKUS</ClassDescription>
            <SubClass>788</SubClass>
            <SubClassDescription>SERVICE SKUS</SubClassDescription>
         </Hierarchy>
      </BaseAttributes>
      <ExtendedAttributes>
         <AllowGiftMessage>false</AllowGiftMessage>
         <Brand>
            <Name>Generic TMS</Name>
         </Brand>
         <ColorAttributes>
            <Color>
               <Code>999</Code>
               <Description xml:lang="en-US">EBONY</Description>
            </Color>
         </ColorAttributes>
         <SalesClass>stock</SalesClass>
         <SizeAttributes>
            <Size xml:lang="en-US">
               <Code>9999</Code>
               <Description>NO SIZE</Description>
            </Size>
         </SizeAttributes>
         <Style>
            <StyleID>GIFTBOX6</StyleID>
         </Style>
      </ExtendedAttributes>
      <CustomAttributes>
         <Attribute name="OriginalClient">
            <Value>TMSN7</Value>
         </Attribute>
      </CustomAttributes>
   </Item>
   <Item operation_type="Add" gsi_client_id="TMSNA" catalog_id="21">
      <ItemId>
         <ClientItemId>1001399556</ClientItemId>
      </ItemId>
      <BaseAttributes>
         <CatalogClass>regular</CatalogClass>
         <IsDropShipped>false</IsDropShipped>
         <ItemDescription>GIFT MESSAGE</ItemDescription>
         <ItemType>GIFTMESSAGE</ItemType>
         <ItemStatus>Active</ItemStatus>
         <TaxCode>89999</TaxCode>
         <Hierarchy>
            <DeptNumber>850</DeptNumber>
            <SubDeptNumber>78</SubDeptNumber>
            <SubDeptDescription>SERVICE SKU DIVISION</SubDeptDescription>
            <ClassNumber>789</ClassNumber>
            <ClassDescription>SERVICE SKUS</ClassDescription>
            <SubClass>788</SubClass>
            <SubClassDescription>SERVICE SKUS</SubClassDescription>
         </Hierarchy>
      </BaseAttributes>
      <ExtendedAttributes>
         <AllowGiftMessage>true</AllowGiftMessage>
         <Brand>
            <Name>Generic TMS</Name>
         </Brand>
         <ColorAttributes>
            <Color>
               <Code>9999</Code>
               <Description xml:lang="en-US">NO COLOR</Description>
            </Color>
         </ColorAttributes>
         <SalesClass>stock</SalesClass>
         <SizeAttributes>
            <Size xml:lang="en-US">
               <Code>9999</Code>
               <Description>NO SIZE</Description>
            </Size>
         </SizeAttributes>
         <Style>
            <StyleID>GIFTMESSAGE</StyleID>
         </Style>
      </ExtendedAttributes>
      <CustomAttributes>
         <Attribute name="OriginalClient">
            <Value>NEW</Value>
         </Attribute>
      </CustomAttributes>
   </Item>
   <Item operation_type="Add" gsi_client_id="TMSNA" catalog_id="21">
      <ItemId>
         <ClientItemId>100139963</ClientItemId>
         <GTIN IdType="UPC">
            <IdNumber>00099000000073</IdNumber>
         </GTIN>
      </ItemId>
      <BaseAttributes>
         <CatalogClass>regular</CatalogClass>
         <IsDropShipped>false</IsDropShipped>
         <ItemDescription>MONOGRAM</ItemDescription>
         <ItemType>CUSTOM</ItemType>
         <ItemStatus>Active</ItemStatus>
         <TaxCode>89999</TaxCode>
         <Hierarchy>
            <DeptNumber>850</DeptNumber>
            <SubDeptNumber>78</SubDeptNumber>
            <SubDeptDescription>SERVICE SKU DIVISION</SubDeptDescription>
            <ClassNumber>789</ClassNumber>
            <ClassDescription>SERVICE SKUS</ClassDescription>
            <SubClass>788</SubClass>
            <SubClassDescription>SERVICE SKUS</SubClassDescription>
         </Hierarchy>
      </BaseAttributes>
      <ExtendedAttributes>
         <AllowGiftMessage>false</AllowGiftMessage>
         <Brand>
            <Name>Generic TMS</Name>
         </Brand>
         <ColorAttributes>
            <Color>
               <Code>999</Code>
               <Description xml:lang="en-US">EBONY</Description>
            </Color>
         </ColorAttributes>
         <SalesClass>stock</SalesClass>
         <SizeAttributes>
            <Size xml:lang="en-US">
               <Code>9999</Code>
               <Description>NO SIZE</Description>
            </Size>
         </SizeAttributes>
         <Style>
            <StyleID>MONOGRAM8</StyleID>
         </Style>
      </ExtendedAttributes>
      <CustomAttributes>
         <Attribute name="OriginalClient">
            <Value>TMSNA</Value>
         </Attribute>
      </CustomAttributes>
   </Item>
   <Item operation_type="Add" gsi_client_id="TMSNA" catalog_id="21">
      <ItemId>
         <ClientItemId>PPSDI3D03</ClientItemId>
      </ItemId>
      <BaseAttributes>
         <CatalogClass>always</CatalogClass>
         <IsDropShipped>false</IsDropShipped>
         <ItemDescription>PPSDI3D03</ItemDescription>
         <ItemType>WARRANTYALONEDEP</ItemType>
         <ItemStatus>Active</ItemStatus>
         <TaxCode>54020</TaxCode>
         <Hierarchy>
            <DeptNumber>346</DeptNumber>
            <SubDeptNumber>1</SubDeptNumber>
            <ClassNumber>2</ClassNumber>
            <SubClass>3</SubClass>
         </Hierarchy>
      </BaseAttributes>
      <ExtendedAttributes>
         <Brand>
            <Name>Generic TMS</Name>
         </Brand>
         <SalesClass>advanceOrderOpen</SalesClass>
         <ServiceIndicator>true</ServiceIndicator>
         <StreetDate>0002-11-30</StreetDate>
      </ExtendedAttributes>
      <CustomAttributes>
         <Attribute name="ServiceTag">
            <Value>Online</Value>
         </Attribute>
         <Attribute name="gsi.isn.eligibility">
            <Value>on</Value>
         </Attribute>
         <Attribute name="OriginalClient">
            <Value>TMSNA</Value>
         </Attribute>
      </CustomAttributes>
   </Item>
   <Item operation_type="Add" gsi_client_id="TMSNA" catalog_id="21">
      <ItemId>
         <ClientItemId>WARRANTY1234</ClientItemId>
      </ItemId>
      <BaseAttributes>
         <CatalogClass>always</CatalogClass>
         <IsDropShipped>false</IsDropShipped>
         <ItemDescription>WARRANTY1234</ItemDescription>
         <ItemType>WARRANTY</ItemType>
         <ItemStatus>Active</ItemStatus>
         <TaxCode>54020</TaxCode>
         <Hierarchy>
            <DeptNumber>346</DeptNumber>
            <SubDeptNumber>1</SubDeptNumber>
            <ClassNumber>2</ClassNumber>
            <SubClass>3</SubClass>
         </Hierarchy>
      </BaseAttributes>
      <ExtendedAttributes>
         <Brand>
            <Name>Generic TMS</Name>
         </Brand>
         <SalesClass>advanceOrderOpen</SalesClass>
         <ServiceIndicator>true</ServiceIndicator>
         <StreetDate>0002-11-30</StreetDate>
      </ExtendedAttributes>
      <CustomAttributes>
         <Attribute name="ServiceTag">
            <Value>Online</Value>
         </Attribute>
         <Attribute name="gsi.isn.eligibility">
            <Value>on</Value>
         </Attribute>
         <Attribute name="OriginalClient">
            <Value>NEW</Value>
         </Attribute>
      </CustomAttributes>
   </Item>
   <Item operation_type="Add" gsi_client_id="TMSNA" catalog_id="21">
      <ItemId>
         <ClientItemId>PPSDI3D035</ClientItemId>
      </ItemId>
      <BaseAttributes>
         <CatalogClass>always</CatalogClass>
         <IsDropShipped>false</IsDropShipped>
         <ItemDescription>PPSDI3D035</ItemDescription>
         <ItemType>WARRANTYDEP</ItemType>
         <ItemStatus>Active</ItemStatus>
         <TaxCode>54020</TaxCode>
         <Hierarchy>
            <DeptNumber>346</DeptNumber>
            <SubDeptNumber>1</SubDeptNumber>
            <ClassNumber>2</ClassNumber>
            <SubClass>3</SubClass>
         </Hierarchy>
      </BaseAttributes>
      <ExtendedAttributes>
         <Brand>
            <Name>Generic TMS</Name>
         </Brand>
         <SalesClass>advanceOrderOpen</SalesClass>
         <ServiceIndicator>true</ServiceIndicator>
         <SplitToOne>false</SplitToOne>
         <StreetDate>0002-11-30</StreetDate>
      </ExtendedAttributes>
      <CustomAttributes>
         <Attribute name="ServiceTag">
            <Value>Online</Value>
         </Attribute>
         <Attribute name="gsi.isn.eligibility">
            <Value>on</Value>
         </Attribute>
         <Attribute name="OriginalClient">
            <Value>NEW</Value>
         </Attribute>
      </CustomAttributes>
   </Item>
   <Item operation_type="Add" gsi_client_id="TMSNA" catalog_id="21">
      <ItemId>
         <ClientItemId>PSFF1234</ClientItemId>
      </ItemId>
      <BaseAttributes>
         <CatalogClass>always</CatalogClass>
         <IsDropShipped>false</IsDropShipped>
         <ItemDescription>PSFF1234</ItemDescription>
         <ItemType>POSTSALEFULFILLMENT</ItemType>
         <ItemStatus>Active</ItemStatus>
         <TaxCode>54020</TaxCode>
         <Hierarchy>
            <DeptNumber>1234</DeptNumber>
            <SubDeptNumber>1</SubDeptNumber>
            <ClassNumber>2</ClassNumber>
            <SubClass>3</SubClass>
         </Hierarchy>
      </BaseAttributes>
      <ExtendedAttributes>
         <Brand>
            <Name>Generic TMS</Name>
         </Brand>
         <SalesClass>advanceOrderOpen</SalesClass>
         <ServiceIndicator>true</ServiceIndicator>
         <StreetDate>0002-11-30</StreetDate>
      </ExtendedAttributes>
      <CustomAttributes>
         <Attribute name="ServiceTag">
            <Value>Online</Value>
         </Attribute>
         <Attribute name="gsi.isn.eligibility">
            <Value>on</Value>
         </Attribute>
         <Attribute name="OriginalClient">
            <Value>NEW</Value>
         </Attribute>
      </CustomAttributes>
   </Item>
   <Item operation_type="Add" gsi_client_id="TMSNA" catalog_id="21">
      <ItemId>
         <ClientItemId>DSESIHTV1B</ClientItemId>
      </ItemId>
      <BaseAttributes>
         <CatalogClass>always</CatalogClass>
         <IsDropShipped>false</IsDropShipped>
         <ItemDescription>DSESIHTV1B</ItemDescription>
         <ItemType>INSTALLSVCALONEDEP</ItemType>
         <ItemStatus>Active</ItemStatus>
         <TaxCode>54020</TaxCode>
         <Hierarchy>
            <DeptNumber>346</DeptNumber>
            <SubDeptNumber>1</SubDeptNumber>
            <ClassNumber>2</ClassNumber>
            <SubClass>3</SubClass>
         </Hierarchy>
      </BaseAttributes>
      <ExtendedAttributes>
         <Brand>
            <Name>Generic TMS</Name>
         </Brand>
         <SalesClass>advanceOrderOpen</SalesClass>
         <ServiceIndicator>true</ServiceIndicator>
         <StreetDate>0002-11-30</StreetDate>
      </ExtendedAttributes>
      <CustomAttributes>
         <Attribute name="ServiceTag">
            <Value>On-site</Value>
         </Attribute>
         <Attribute name="gsi.isn.eligibility">
            <Value>on</Value>
         </Attribute>
         <Attribute name="OriginalClient">
            <Value>TMSNA</Value>
         </Attribute>
      </CustomAttributes>
   </Item>
   <Item operation_type="Add" gsi_client_id="TMSNA" catalog_id="21">
      <ItemId>
         <ClientItemId>DSESIHTV1B5</ClientItemId>
      </ItemId>
      <BaseAttributes>
         <CatalogClass>always</CatalogClass>
         <IsDropShipped>false</IsDropShipped>
         <ItemDescription>DSESIHTV1B5</ItemDescription>
         <ItemType>INSTALLSVCDEP</ItemType>
         <ItemStatus>Active</ItemStatus>
         <TaxCode>54020</TaxCode>
         <Hierarchy>
            <DeptNumber>346</DeptNumber>
            <SubDeptNumber>1</SubDeptNumber>
            <ClassNumber>2</ClassNumber>
            <SubClass>3</SubClass>
         </Hierarchy>
      </BaseAttributes>
      <ExtendedAttributes>
         <Brand>
            <Name>Generic TMS</Name>
         </Brand>
         <SalesClass>advanceOrderOpen</SalesClass>
         <ServiceIndicator>true</ServiceIndicator>
         <SplitToOne>false</SplitToOne>
         <StreetDate>0002-11-30</StreetDate>
      </ExtendedAttributes>
      <CustomAttributes>
         <Attribute name="ServiceTag">
            <Value>On-site</Value>
         </Attribute>
         <Attribute name="gsi.isn.eligibility">
            <Value>on</Value>
         </Attribute>
         <Attribute name="OriginalClient">
            <Value>NEW</Value>
         </Attribute>
      </CustomAttributes>
   </Item>
   <Item operation_type="Change" gsi_client_id="TMSNA" catalog_id="21">
      <ItemId>
         <ClientItemId>5148157</ClientItemId>
         <GTIN IdType="UPC" operation_type="Add">
            <IdNumber>040051481571</IdNumber>
         </GTIN>
      </ItemId>
      <BaseAttributes>
         <CatalogClass>regular</CatalogClass>
         <IsDropShipped>false</IsDropShipped>
         <ItemDescription>Charities Donation</ItemDescription>
         <ItemType>Donation</ItemType>
         <ItemStatus>Active</ItemStatus>
         <TaxCode>89999</TaxCode>
         <Hierarchy>
            <DeptNumber>800</DeptNumber>
            <DeptDescription>TMSNA</DeptDescription>
            <SubDeptNumber>63</SubDeptNumber>
            <SubDeptDescription>Our Charities</SubDeptDescription>
            <ClassNumber>910</ClassNumber>
            <ClassDescription>Charities Promo</ClassDescription>
            <SubClass>110</SubClass>
            <SubClassDescription>HelpNow</SubClassDescription>
         </Hierarchy>
      </BaseAttributes>
      <ExtendedAttributes>
         <AllowGiftMessage>true</AllowGiftMessage>
         <Brand>
            <Name>Generic TMS</Name>
         </Brand>
         <SalesClass>advanceOrderOpen</SalesClass>
      </ExtendedAttributes>
      <CustomAttributes>
         <Attribute name="DonationDenomination" operation_type="Add" 
xml:lang="en-US" is_list="false" dt="string">
            <Value>
               <![CDATA[ 1|2|3|5|10|15|20 ]]>
            </Value>
         </Attribute>
         <Attribute name="OriginalClient">
            <Value>TMSNA</Value>
         </Attribute>
      </CustomAttributes>
   </Item>
   <Item operation_type="Change" gsi_client_id="TMSNA" catalog_id="21">
      <ItemId>
         <ClientItemId>5214006</ClientItemId>
         <GTIN IdType="UPC" operation_type="Add">
            <IdNumber>040052140061</IdNumber>
         </GTIN>
      </ItemId>
      <BaseAttributes>
         <CatalogClass>regular</CatalogClass>
         <IsDropShipped>false</IsDropShipped>
         <ItemDescription>Web Gift Wrap Stripes</ItemDescription>
         <ItemType>GiftWrap</ItemType>
         <ItemStatus>Active</ItemStatus>
         <TaxCode>89999</TaxCode>
         <Hierarchy>
            <DeptNumber>800</DeptNumber>
            <DeptDescription>TMSNA</DeptDescription>
            <SubDeptNumber>60</SubDeptNumber>
            <SubDeptDescription>Misc.</SubDeptDescription>
            <ClassNumber>920</ClassNumber>
            <ClassDescription>Field</ClassDescription>
            <SubClass>120</SubClass>
            <SubClassDescription>Miscellaneous Merchandise</SubClassDescription>
         </Hierarchy>
      </BaseAttributes>
      <ExtendedAttributes>
         <AllowGiftMessage>true</AllowGiftMessage>
         <Brand>
            <Name>Generic TMS</Name>
         </Brand>
         <SalesClass>advanceOrderOpen</SalesClass>
      </ExtendedAttributes>
      <CustomAttributes>
         <Attribute name="OriginalClient">
            <Value>TMSNA</Value>
         </Attribute>
      </CustomAttributes>
   </Item>
   <Item operation_type="Change" gsi_client_id="TMSNA" catalog_id="21">
      <ItemId>
         <ClientItemId>5214007</ClientItemId>
         <GTIN IdType="UPC" operation_type="Add">
            <IdNumber>040052140071</IdNumber>
         </GTIN>
      </ItemId>
      <BaseAttributes>
         <CatalogClass>regular</CatalogClass>
         <IsDropShipped>false</IsDropShipped>
         <ItemDescription>Web Gift Wrap Extreme</ItemDescription>
         <ItemType>GiftWrap</ItemType>
         <ItemStatus>Active</ItemStatus>
         <TaxCode>89999</TaxCode>
         <Hierarchy>
            <DeptNumber>800</DeptNumber>
            <DeptDescription>TMSNA</DeptDescription>
            <SubDeptNumber>60</SubDeptNumber>
            <SubDeptDescription>Misc.</SubDeptDescription>
            <ClassNumber>920</ClassNumber>
            <ClassDescription>Field</ClassDescription>
            <SubClass>120</SubClass>
            <SubClassDescription>Miscellaneous Merchandise</SubClassDescription>
         </Hierarchy>
      </BaseAttributes>
      <ExtendedAttributes>
         <AllowGiftMessage>true</AllowGiftMessage>
         <Brand>
            <Name>Generic TMS</Name>
         </Brand>
         <SalesClass>advanceOrderOpen</SalesClass>
      </ExtendedAttributes>
      <CustomAttributes>
         <Attribute name="OriginalClient">
            <Value>TMSNA</Value>
         </Attribute>
      </CustomAttributes>
   </Item>
   <Item operation_type="Change" gsi_client_id="TMSNA" catalog_id="21">
      <ItemId>
         <ClientItemId>5214008</ClientItemId>
         <GTIN IdType="UPC" operation_type="Add">
            <IdNumber>040052140081</IdNumber>
         </GTIN>
      </ItemId>
      <BaseAttributes>
         <CatalogClass>regular</CatalogClass>
         <IsDropShipped>false</IsDropShipped>
         <ItemDescription>Web Gift Wrap Plaid</ItemDescription>
         <ItemType>GiftWrap</ItemType>
         <ItemStatus>Active</ItemStatus>
         <TaxCode>89999</TaxCode>
         <Hierarchy>
            <DeptNumber>800</DeptNumber>
            <DeptDescription>TMSNA</DeptDescription>
            <SubDeptNumber>60</SubDeptNumber>
            <SubDeptDescription>Misc.</SubDeptDescription>
            <ClassNumber>920</ClassNumber>
            <ClassDescription>Field</ClassDescription>
            <SubClass>120</SubClass>
            <SubClassDescription>Miscellaneous Merchandise</SubClassDescription>
         </Hierarchy>
      </BaseAttributes>
      <ExtendedAttributes>
         <AllowGiftMessage>true</AllowGiftMessage>
         <Brand>
            <Name>Generic TMS</Name>
         </Brand>
         <SalesClass>advanceOrderOpen</SalesClass>
      </ExtendedAttributes>
      <CustomAttributes>
         <Attribute name="OriginalClient">
            <Value>TMSNA</Value>
         </Attribute>
      </CustomAttributes>
   </Item>
</ItemMaster>

ClosedCustomization Item

Customization SKUs represent the action of customization of another item purchased on the order. They do not represent the customized item.

In the following example, elements with special meaning for this item type are noted in /*comments*/ before the element.

Copy this code sample.

<ItemMaster>
   <Item operation_type="Add" gsi_client_id="TMSNA" catalog_id="21">
      <ItemId>
         <ClientItemId>100139963</ClientItemId>
         <GTIN IdType="UPC">
            <IdNumber>00099000000073</IdNumber>
         </GTIN>
      </ItemId>
      <BaseAttributes>
         <CatalogClass>regular</CatalogClass>
         <IsDropShipped>false</IsDropShipped>
         <ItemDescription>MONOGRAM</ItemDescription>
         /*ItemType = "CUSTOM"*/
         <ItemType>CUSTOM</ItemType> 
         <ItemStatus>Active</ItemStatus>
         <TaxCode>89999</TaxCode>
         <Hierarchy>
            <DeptNumber>850</DeptNumber>
            <SubDeptNumber>78</SubDeptNumber>
            <SubDeptDescription>SERVICE SKU DIVISION</SubDeptDescription>
            <ClassNumber>789</ClassNumber>
            <ClassDescription>SERVICE SKUS</ClassDescription>
            <SubClass>788</SubClass>
            <SubClassDescription>SERVICE SKUS</SubClassDescription>
         </Hierarchy>
      </BaseAttributes>
      <ExtendedAttributes>
         <AllowGiftMessage>false</AllowGiftMessage>
         <Brand>
            <Name>Generic TMS</Name>
         </Brand>
         <ColorAttributes>
            <Color>
               <Code>999</Code>
               <Description xml:lang="en-US">NO COLOR</Description>
            </Color>
         </ColorAttributes>
         /*SalesClass is not meaningful for a Customization SKU. 
         Availability is controlled by the SalesClass of the 
         SKU being customized.*/
         <SalesClass>stock</SalesClass>    
         <SizeAttributes>
            <Size xml:lang="en-US">
               <Code>9999</Code>
               <Description>NO SIZE</Description>
            </Size>
         </SizeAttributes>
         <Style>
            <StyleID>MONOGRAM8</StyleID>
         </Style>
      </ExtendedAttributes>
   </Item>
</ItemMaster>

ClosedItem Type: ROM plus Store Fulfillment Implementation

This example shows an item specification for a ROM plus Store Fulfillment implementation.
Copy this code sample.
<?xml version="1.0"?>
<ItemMaster>
    <MessageHeader>
        <Standard>GSI</Standard>
        <HeaderVersion>5.21</HeaderVersion>
        <VersionReleaseNumber>5.21</VersionReleaseNumber>
        <SourceData>
            <SourceId>RADNA</SourceId>
            <SourceType>CLIENT</SourceType>
        </SourceData>
        <DestinationData>
            <DestinationId>GSI</DestinationId>
            <DestinationType>PH</DestinationType>
        </DestinationData>
        <EventType>ItemMaster</EventType>
        <MessageData>
            <MessageId>1</MessageId>
            <CorrelationId>1</CorrelationId>
        </MessageData>
        <CreateDateAndTime>2016-06-22T22:01:56.341</CreateDateAndTime>
    </MessageHeader>
    <Item catalog_id="74" gsi_client_id="RADNA" operation_type="Change">
        <ItemId>
            <ClientItemId>1565943</ClientItemId>
            <GTIN operation_type="Add" IdType="UPC">
                <IdNumber>190299012966</IdNumber>
            </GTIN>
            <GTIN operation_type="Add" IdType="UPC">
                <IdNumber>190299012967</IdNumber>
            </GTIN>
            <GTIN operation_type="Add" IdType="UPC">
                <IdNumber>190299012968</IdNumber>
            </GTIN>
        </ItemId>
        <BaseAttributes>
            <CatalogClass>regular</CatalogClass>
            <IsDropShipped>true</IsDropShipped>
            <ItemDescription>Barney</ItemDescription>
            <ItemType>MERCH</ItemType>
            <ItemStatus>Active</ItemStatus>
            <TaxCode>61025</TaxCode>
            <Hierarchy>
                <DeptNumber>364</DeptNumber>
                <SubDeptNumber>1</SubDeptNumber>
                <ClassNumber>1</ClassNumber>
                <SubClass>2</SubClass>
            </Hierarchy>
        </BaseAttributes>
        <DropShipSupplierInformation>
            <SupplierPrefix>350</SupplierPrefix>
            <SupplierName>Sirish-1</SupplierName>
            <SupplierNumber>9999999</SupplierNumber>
            <SupplierPartNumber>888888888</SupplierPartNumber>
        </DropShipSupplierInformation>
        <ExtendedAttributes>
            <Brand>
                <Name>VOLAT</Name>
                <Description xml:lang="en-us">Volatile</Description>
            </Brand>
            <ColorAttributes>
                <Color>
                    <Code>171734</Code>
                    <Description xml:lang="en-us">Brown</Description>
                </Color>
            </ColorAttributes>
            <ItemDimension>
                <Display>
                    <Mass unit_of_measure="lb">
                        <Weight>1.19</Weight>
                    </Mass>
                    <Packaging unit_of_measure="in">
                        <Width>111</Width>
                        <Length>111</Length>
                        <Height>111</Height>
                    </Packaging>
                </Display>
            </ItemDimension>
            <Price>59.99</Price>
            <SalesClass>stock</SalesClass>
            <SizeAttributes>
                <Size xml:lang="en-US">
                    <Code>6M</Code>
                    <Description>6MEDIUM</Description>
                </Size>
            </SizeAttributes>
            <Style>
                <StyleID>89747</StyleID>
                <StyleDescription>Barney</StyleDescription>
            </Style>
            <UnitCost currency_code="USD">100</UnitCost>
            <SerialNumberType>GC</SerialNumberType>
            <CountryOfOrigin>USA</CountryOfOrigin>
        </ExtendedAttributes>
        <CustomAttributes>
            <Attribute operation_type="Add" name="DryIceWeight">
                <Value>10.20</Value>
            </Attribute>
            <Attribute operation_type="Add" name="Freight">
                <Value>100</Value>
            </Attribute>
            <Attribute operation_type="Add" name="Handling">
                <Value>1000</Value>
            </Attribute>
            <Attribute operation_type="Add" name="LeadDays">
                <Value>100</Value>
            </Attribute>
            <Attribute operation_type="Add" name="ShipAloneQty">
                <Value>1</Value>
            </Attribute>
            <Attribute xml:lang="en-US" operation_type="Add" name="HostDescriptionInfo">
                <Value>HostDescriptionInfo goes here-1</Value>
            </Attribute>
            <Attribute xml:lang="en-US" operation_type="Add" name="VendorDescriptionInfo">
                <Value>VendorDescriptionInfo goes here-1</Value>
            </Attribute>
        </CustomAttributes>
        <EB2C>
            <ItemImageURLs>
                <ImageURL width="115" height="70" view="main" type="prod_thumb">
                               http://s7d1.scene7.com/is/image/Shoecarnival/89747_171734_1?$</ImageURL>
                <ImageURL width="394" height="334" view="main" type="prod_main">
                               http://s7d1.scene7.com/is/image/Shoecarnival/89747_171734_1</ImageURL>
            </ItemImageURLs>
        </EB2C>
    </Item>
</ItemMaster>

ClosedItem Type: Store Fulfillment

In the following example, the specified item is not available for dropship.
Copy this code sample.
<?xml version="1.0"?>
<ItemMaster>
    <MessageHeader>
        <Standard>GSI</Standard>
        <HeaderVersion>5.21</HeaderVersion>
        <VersionReleaseNumber>5.21</VersionReleaseNumber>
        <SourceData>
            <SourceId>RADNA</SourceId>
            <SourceType>CLIENT</SourceType>
        </SourceData>
        <DestinationData>
            <DestinationId>GSI</DestinationId>
            <DestinationType>PH</DestinationType>
        </DestinationData>
        <EventType>ItemMaster</EventType>
        <MessageData>
            <MessageId>1</MessageId>
            <CorrelationId>1</CorrelationId>
        </MessageData>
        <CreateDateAndTime>2016-06-22T22:01:56.341</CreateDateAndTime>
    </MessageHeader>
    <Item catalog_id="74" gsi_client_id="RADNA" operation_type="Change">
        <ItemId>
            <ClientItemId>1565943</ClientItemId>
            <GTIN operation_type="Add" IdType="UPC">
                <IdNumber>190299012966</IdNumber>
            </GTIN>
            <GTIN operation_type="Add" IdType="UPC">
                <IdNumber>190299012967</IdNumber>
            </GTIN>
            <GTIN operation_type="Add" IdType="UPC">
                <IdNumber>190299012968</IdNumber>
            </GTIN>
        </ItemId>
        <BaseAttributes>
            <IsDropShipped>false</IsDropShipped>
            <ItemDescription>Barney</ItemDescription>
            <Hierarchy>
                <DeptNumber>364</DeptNumber>
                <SubDeptNumber>1</SubDeptNumber>
                <ClassNumber>1</ClassNumber>
                <SubClass>2</SubClass>
            </Hierarchy>
        </BaseAttributes>
        <ExtendedAttributes>
            <ColorAttributes>
                <Color>
                    <Code>171734</Code>
                    <Description xml:lang="en-us">Brown</Description>
                </Color>
            </ColorAttributes>
            <ItemDimension>
                <Display>
                    <Mass unit_of_measure="lb">
                        <Weight>1.19</Weight>
                    </Mass>
                    <Packaging unit_of_measure="in">
                        <Width>111</Width>
                        <Length>111</Length>
                        <Height>111</Height>
                    </Packaging>
                </Display>
            </ItemDimension>
            <Price>59.99</Price>
            <SizeAttributes>
                <Size xml:lang="en-US">
                    <Code>6M</Code>
                    <Description>6MEDIUM</Description>
                </Size>
            </SizeAttributes>
            <Style>
                <StyleID>89747</StyleID>
                <StyleDescription>Barney</StyleDescription>
            </Style>
            <UnitCost currency_code="USD">100</UnitCost>
            <SerialNumberType>GC</SerialNumberType>
            <CountryOfOrigin>USA</CountryOfOrigin>
        </ExtendedAttributes>
        <CustomAttributes>
            <Attribute operation_type="Add" name="DryIceWeight">
                <Value>10.20</Value>
            </Attribute>
            <Attribute operation_type="Add" name="Freight">
                <Value>100</Value>
            </Attribute>
            <Attribute operation_type="Add" name="ShipAloneQty">
                <Value>1</Value>
            </Attribute>
            <Attribute xml:lang="en-US" operation_type="Add" name="HostDescriptionInfo">
                <Value>HostDescriptionInfo goes here-1</Value>
            </Attribute>
            <Attribute xml:lang="en-US" operation_type="Add" name="VendorDescriptionInfo">
                <Value>VendorDescriptionInfo goes here-1</Value>
            </Attribute>
        </CustomAttributes>
        <EB2C>
            <ItemImageURLs>
                <ImageURL width="115" height="70" view="main" type="prod_thumb">
                     http://s7d1.scene7.com/is/image/Shoecarnival/89747_171734_1?$</ImageURL>
                <ImageURL width="394" height="334" view="main" type="prod_main">
                    http://s7d1.scene7.com/is/image/Shoecarnival/89747_171734_1</ImageURL>
            </ItemImageURLs>
        </EB2C>
    </Item>
</ItemMaster>

ClosedItem Type: Store Fulfillment with Dropship Manager

In the following example, the specified item is available for dropship.
Copy this code sample.
<?xml version="1.0"?>
<ItemMaster>
    <MessageHeader>
        <Standard>GSI</Standard>
        <HeaderVersion>5.21</HeaderVersion>
        <VersionReleaseNumber>5.21</VersionReleaseNumber>
        <SourceData>
            <SourceId>RADNA</SourceId>
            <SourceType>CLIENT</SourceType>
        </SourceData>
        <DestinationData>
            <DestinationId>GSI</DestinationId>
            <DestinationType>PH</DestinationType>
        </DestinationData>
        <EventType>ItemMaster</EventType>
        <MessageData>
            <MessageId>1</MessageId>
            <CorrelationId>1</CorrelationId>
        </MessageData>
        <CreateDateAndTime>2016-06-22T22:01:56.341</CreateDateAndTime>
    </MessageHeader>
    <Item catalog_id="74" gsi_client_id="RADNA" operation_type="Change">
        <ItemId>
            <ClientItemId>1565943</ClientItemId>
            <GTIN operation_type="Add" IdType="UPC">
                <IdNumber>190299012966</IdNumber>
            </GTIN>
            <GTIN operation_type="Add" IdType="UPC">
                <IdNumber>190299012967</IdNumber>
            </GTIN>
            <GTIN operation_type="Add" IdType="UPC">
                <IdNumber>190299012968</IdNumber>
            </GTIN>
        </ItemId>
        <BaseAttributes>
            <CatalogClass>regular</CatalogClass>
            <IsDropShipped>true</IsDropShipped>
            <ItemDescription>Barney</ItemDescription>
            <ItemType>MERCH</ItemType>
            <ItemStatus>Active</ItemStatus>
            <TaxCode>61025</TaxCode>
            <Hierarchy>
                <DeptNumber>364</DeptNumber>
                <SubDeptNumber>1</SubDeptNumber>
                <ClassNumber>1</ClassNumber>
                <SubClass>2</SubClass>
            </Hierarchy>
        </BaseAttributes>
        <DropShipSupplierInformation>
            <SupplierPrefix>350</SupplierPrefix>
            <SupplierName>Sirish-1</SupplierName>
            <SupplierNumber>9999999</SupplierNumber>
            <SupplierPartNumber>888888888</SupplierPartNumber>
        </DropShipSupplierInformation>
        <ExtendedAttributes>
            <Brand>
                <Name>VOLAT</Name>
                <Description xml:lang="en-us">Volatile</Description>
            </Brand>
            <ColorAttributes>
                <Color>
                    <Code>171734</Code>
                    <Description xml:lang="en-us">Brown</Description>
                </Color>
            </ColorAttributes>
            <ItemDimension>
                <Display>
                    <Mass unit_of_measure="lb">
                        <Weight>1.19</Weight>
                    </Mass>
                    <Packaging unit_of_measure="in">
                        <Width>111</Width>
                        <Length>111</Length>
                        <Height>111</Height>
                    </Packaging>
                </Display>
            </ItemDimension>
            <Price>59.99</Price>
            <SalesClass>stock</SalesClass>
            <SizeAttributes>
                <Size xml:lang="en-US">
                    <Code>6M</Code>
                    <Description>6MEDIUM</Description>
                </Size>
            </SizeAttributes>
            <Style>
                <StyleID>89747</StyleID>
                <StyleDescription>Barney</StyleDescription>
            </Style>
            <UnitCost currency_code="USD">100</UnitCost>
            <SerialNumberType>GC</SerialNumberType>
            <CountryOfOrigin>USA</CountryOfOrigin>
        </ExtendedAttributes>
        <CustomAttributes>
            <Attribute operation_type="Add" name="DryIceWeight">
                <Value>10.20</Value>
            </Attribute>
            <Attribute operation_type="Add" name="Freight">
                <Value>100</Value>
            </Attribute>
            <Attribute operation_type="Add" name="Handling">
                <Value>1000</Value>
            </Attribute>
            <Attribute operation_type="Add" name="LeadDays">
                <Value>100</Value>
            </Attribute>
            <Attribute operation_type="Add" name="ShipAloneQty">
                <Value>1</Value>
            </Attribute>
            <Attribute xml:lang="en-US" operation_type="Add" name="HostDescriptionInfo">
                <Value>HostDescriptionInfo goes here-1</Value>
            </Attribute>
            <Attribute xml:lang="en-US" operation_type="Add" name="VendorDescriptionInfo">
                <Value>VendorDescriptionInfo goes here-1</Value>
            </Attribute>
        </CustomAttributes>
        <EB2C>
            <ItemImageURLs>
                <ImageURL width="115" height="70" view="main" type="prod_thumb">
                     http://s7d1.scene7.com/is/image/Shoecarnival/89747_171734_1?$</ImageURL>
                <ImageURL width="394" height="334" view="main" type="prod_main">
                    http://s7d1.scene7.com/is/image/Shoecarnival/89747_171734_1</ImageURL>
            </ItemImageURLs>
        </EB2C>
    </Item>
</ItemMaster>

ClosedDonation Item

A Donation item is a virtual item that represents a consumer's donation to a charitable cause.

In the following example, elements with special meaning for this item type are noted in /*comments*/ before the element.

Copy this code sample.

<ItemMaster>
   <Item operation_type="Add" gsi_client_id="TMSNA" catalog_id="21">
      <ItemId>
         <ClientItemId>100139906</ClientItemId>
      </ItemId>
      <BaseAttributes>
         <CatalogClass>regular</CatalogClass>
         <IsDropShipped>false</IsDropShipped>
         <ItemDescription>CHARITY $2</ItemDescription>
         /*ItemType = "Donation"*/    
         <ItemType>Donation</ItemType> 
         <ItemStatus>Active</ItemStatus>
         /*Donation SKUs are typically untaxable and would use a nontaxable tax class.*/            
         <TaxCode>89999</TaxCode>
         <Hierarchy>
            <DeptNumber>850</DeptNumber>
            <SubDeptNumber>78</SubDeptNumber>
            <SubDeptDescription>SERVICE SKU DIVISION</SubDeptDescription>
            <ClassNumber>789</ClassNumber>
            <ClassDescription>SERVICE SKUS</ClassDescription>
            <SubClass>788</SubClass>
            <SubClassDescription>SERVICE SKUS</SubClassDescription>
         </Hierarchy>
      </BaseAttributes>
      <ExtendedAttributes> 
         /*Donation SKUs would not typically be candidates to use gift messaging.*/            
         <AllowGiftMessage>false</AllowGiftMessage> 
         <Brand>
            <Name>Generic TMS</Name>
         </Brand>
         <ColorAttributes>
            <Color>
               <Code>999</Code>
               <Description xml:lang="en-US">NO COLOR</Description>
            </Color>
         </ColorAttributes>
         /*SalesClass value must be advanceOrderOpen.*/            
         <SalesClass>advanceOrderOpen</SalesClass> 
         <SizeAttributes>
            <Size xml:lang="en-US">
               <Code>9999</Code>
               <Description>NO SIZE</Description>
            </Size>
         </SizeAttributes>
         <Style>
            <StyleID>CH2</StyleID>
         </Style>
      </ExtendedAttributes>
   </Item>
</ItemMaster>

ClosedGift Wrap Item

For Gift Wrap and Gift Box items, each unique color of gift wrap and each color or size of gift box must have an item master.

In the following example, elements with special meaning for this item type are noted in /*comments*/ before the element.

Copy this code sample.

<ItemMaster>
   <Item operation_type="Add" gsi_client_id="TMSNA" catalog_id="21">
      <ItemId>
         <ClientItemId>100139955</ClientItemId>
      </ItemId>
      <BaseAttributes>
         <CatalogClass>regular</CatalogClass>
         <IsDropShipped>false</IsDropShipped>
         <ItemDescription>Gift Wrap</ItemDescription>
         /*ItemType = "GiftWrap"*/
         <ItemType>GiftWrap</ItemType> 
         <ItemStatus>Active</ItemStatus>
         /*If Gift Wrap is nontaxable, a nontaxable tax class is required.*/
         <TaxCode>89999</TaxCode> 
         <Hierarchy>
            <DeptNumber>850</DeptNumber>
            <SubDeptNumber>78</SubDeptNumber>
            <SubDeptDescription>SERVICE SKU DIVISION</SubDeptDescription>
            <ClassNumber>789</ClassNumber>
            <ClassDescription>SERVICE SKUS</ClassDescription>
            <SubClass>788</SubClass>
            <SubClassDescription>SERVICE SKUS</SubClassDescription>
         </Hierarchy>
      </BaseAttributes>
      <ExtendedAttributes>
         <AllowGiftMessage>false</AllowGiftMessage>
         <Brand>
            <Name>Generic TMS</Name>
         </Brand>
         <ColorAttributes>
            <Color>
               <Code>999</Code>
               <Description xml:lang="en-US">Red Stripe</Description>
            </Color>
         </ColorAttributes>
         /*Gift Wrap is a physical item. SalesClass = stock indicates 
         that it should not be backordered if no inventory exists.*/
         <SalesClass>stock</SalesClass> 
         <SizeAttributes>
            <Size xml:lang="en-US">
               <Code>999</Code>
               <Description>NO SIZE</Description>
            </Size>
         </SizeAttributes>
         <Style>
            <StyleID>GIFTBOX6</StyleID>
         </Style>
      </ExtendedAttributes>
   </Item>
</ItemMaster>

ClosedMERCH Item

A MERCH item is a physical item of merchandise. MERCH items include most of the items sold in a typical webstore.

The following example includes elements required for drop-shipped items. In the following example, elements with special meaning for this item type are noted in /*comments*/ before the element.

Copy this code sample.

<ItemMaster>
   <Item catalog_id="21" gsi_client_id="TMSNA" operation_type="Add">
      <ItemId>
         <ClientItemId>3384518</ClientItemId>
         <GTIN IdType="UPC">
            <IdNumber>00047505995370</IdNumber>
         </GTIN>
      </ItemId>
      <BaseAttributes>
         <CatalogClass>regular</CatalogClass>
         /*For drop-ship items, IsDropShipped=true. 
          For other items, IsDropShipped=false.*/
         <IsDropShipped>true</IsDropShipped> 
         <ItemDescription>RGUARD 21</ItemDescription>
         /*ItemType = "MERCH"*/
         <ItemType>MERCH</ItemType> 
         <ItemStatus>Active</ItemStatus>
         <TaxCode>61025</TaxCode>
         <Hierarchy>
            <DeptNumber>849</DeptNumber>
            <SubDeptNumber>02</SubDeptNumber>
            <SubDeptDescription>ACCESSORIES</SubDeptDescription>
            <ClassNumber>208</ClassNumber>
            <ClassDescription>MISC FLOOR ACCESSORIES</ClassDescription>
            <SubClass>138</SubClass>
            <SubClassDescription>LUGGAGE</SubClassDescription>
         </Hierarchy>
      </BaseAttributes>
      /*For drop-ship items, DropShipSupplierInformation is required.*/
      <DropShipSupplierInformation> 
         <SupplierName>TMSDS</SupplierName>
         /*SupplierNumber is a unique identifier assigned to each 
         supplier by Radial. Obtain this value
         from Radial before sending the item master.*/
         <SupplierNumber>27592</SupplierNumber> 
         <SupplierPartNumber>047505995370</SupplierPartNumber>
      </DropShipSupplierInformation>
      <ExtendedAttributes>
         <AllowGiftMessage>false</AllowGiftMessage>
         <Brand>
            <Description xml:lang="en-US"/>
         </Brand>
         <ColorAttributes>
            <Color>
               <Code>401</Code>
               <Description xml:lang="en-US">NAVY</Description>
            </Color>
         </ColorAttributes>
         <SalesClass>stock</SalesClass>
         <SizeAttributes>
            <Size xml:lang="en-US">
               <Code>9999</Code>
               <Description>NO SIZE</Description>
            </Size>
         </SizeAttributes>
         <Style>
            <StyleID>2601C01</StyleID>
         </Style>
         <UnitCost currency_code="USD">30.00</UnitCost>
      </ExtendedAttributes>
   </Item>
</ItemMaster>

ClosedMERCH Item - Omnichannel Eligibility

In the following example, the custom attributes define an item that is eligible for the omnichannel fulfillment type Associate Delivery. Other omnichannel fulfillment types are Ship-to Store (STS), Ship-from Store (SFS), and In-Store Pickup (ISPU).

Copy this code sample.

<?xml version="1.0" encoding="UTF-8"?>
<ItemMaster>
    <MessageHeader>
        <Standard>GSI</Standard>
        <HeaderVersion>NGP1_2_0</HeaderVersion>
        <VersionReleaseNumber>5.21</VersionReleaseNumber>
        <SourceData>
            <SourceId>BATEU</SourceId>
            <SourceType>CLIENT</SourceType>
        </SourceData>
        <DestinationData>
            <DestinationId>Phub</DestinationId>
            <DestinationType>Phub</DestinationType>
        </DestinationData>
        <EventType>ItemMaster</EventType>
        <MessageData>
            <MessageId>100</MessageId>
            <CorrelationId>100</CorrelationId>
        </MessageData>
        <CreateDateAndTime>2018-05-14T19:00:01-04:00</CreateDateAndTime>
    </MessageHeader>
    <Item operation_type="Add" gsi_client_id="BATEU" catalog_id="123">
        <ItemId>
            <ClientItemId>testBATA1</ClientItemId>
            <GTIN IdType="UPC" operation_type="Add">
                <IdNumber>750123658429</IdNumber>
            </GTIN>
        </ItemId>
        <BaseAttributes>
            <CatalogClass>regular</CatalogClass>
            <IsDropShipped>false</IsDropShipped>
            <ItemDescription>Jax Duffle Bag</ItemDescription>
            <ItemType>MERCH</ItemType>
            <ItemStatus>Active</ItemStatus>
            <TaxCode>89998</TaxCode>
            <Hierarchy>
                <DeptNumber>417</DeptNumber>
                <SubDeptNumber>998</SubDeptNumber>
                <ClassNumber>1</ClassNumber>
                <SubClass>1</SubClass>
            </Hierarchy>
        </BaseAttributes>
        <DropShipSupplierInformation>
            <SupplierName>Coastal Pets Products</SupplierName>
            <SupplierNumber>26600</SupplierNumber>
            <SupplierPartNumber>46966 E PNH06</SupplierPartNumber>
        </DropShipSupplierInformation>
        <ExtendedAttributes>
            <IspEligible>true</IspEligible>
            <StsEligible>true</StsEligible>
            <SfsEligible>true</SfsEligible>
            <Brand>
                <Name>ModelStore</Name>
                <Description>ModelStore</Description>
            </Brand>
            <ColorAttributes>
                <Color>
                    <Code>401</Code>
                    <Description>Dark Blue</Description>
                </Color>
            </ColorAttributes>
            <HazardousMaterialCode/>
            <ItemDimension>
                <Display>
                    <Mass unit_of_measure="kg">
                        <Weight>1</Weight>
                    </Mass>
                    <Packaging unit_of_measure="cm">
                        <Width>1</Width>
                        <Length>1</Length>
                        <Height>1</Height>
                    </Packaging>
                </Display>
                <Shipping>
                    <Mass unit_of_measure="kg">
                        <Weight>1</Weight>
                    </Mass>
                    <Packaging unit_of_measure="cm">
                        <Width>1</Width>
                        <Length>1</Length>
                        <Height>1</Height>
                    </Packaging>
                </Shipping>
                <Carton>
                    <Mass unit_of_measure="kg">
                        <Weight>1</Weight>
                    </Mass>
                    <Packaging unit_of_measure="cm">
                        <Width>1</Width>
                        <Length>1</Length>
                        <Height>1</Height>
                    </Packaging>
                </Carton>
            </ItemDimension>
            <Manufacturer>
                <Name>ApparelExchange</Name>
                <ManufacturerId>ApparelExchange_Id</ManufacturerId>
            </Manufacturer>
            <MSRP>30.00</MSRP>
            <Price>25.00</Price>
            <SalesClass>stock</SalesClass>
            <ShipWindowMinHour>24</ShipWindowMinHour>
            <ShipWindowMaxHour>48</ShipWindowMaxHour>
            <SizeAttributes>
                <Size>
                    <Code>000</Code>
                    <Description>No Size</Description>
            </Size>
            </SizeAttributes>
            <StreetDate>2021-09-05</StreetDate>
            <Style>
                <StyleID>MB01</StyleID>
            </Style>
            <UnitCost currency_code="USD">8.89</UnitCost>
        </ExtendedAttributes>
        <CustomAttributes>
            <Attribute name="SourcingOverride" operation_type="Delete" is_list="false" dt="string">
                <Value>StoreOnly</Value>
            </Attribute>
            <Attribute name="DimensionCode" operation_type="Add">
                <Value>S</Value>
            </Attribute>
            <Attribute name="INVENTORY_CHECK_ELIGIBLE" operation_type="Add">
                <Value>1</Value>
            </Attribute>
            <Attribute name="MaxPurchaseQuantity" operation_type="Add">
                <Value>100</Value>
            </Attribute>
            <Attribute name="MinPurchaseQuantity" operation_type="Add">
                <Value>1</Value>
            </Attribute>
            <Attribute name="ASSOCIATE_DELIVERY_ELIGIBLE" operation_type="Add">
                <Value>Y</Value>
            </Attribute>
            <Attribute name="AtpConfigId" operation_type="Add">
                <Value>123</Value>
            </Attribute>
            <Attribute name="Category" operation_type="Add">
                <Value>Shoes</Value>
            </Attribute>
            <Attribute name="Season" operation_type="Add">
                <Value>S1</Value>
            </Attribute>
        </CustomAttributes>
        <EB2C>
            <ItemImageURLs>
                <ImageURL width="75" height="93" view="main" type="prod_thumb">
                    http://lvsn01ssolwap002.osp.gspt.net/prioimages/MB01-NA_main_t75x93.jpg</ImageURL>
                <ImageURL width="400" height="496" view="main" type="prod_main">
                    http://lvsn01ssolwap002.osp.gspt.net/prioimages/MB01-NA_main_s400x496.jpg</ImageURL>
            </ItemImageURLs>
        </EB2C>
    </Item>
</ItemMaster>
        

ClosedMERCH: Endless Aisle

Endless Aisle refers to a fulfillment model where a shopper can order items that are out of stock at a store through a store associate or even through a store kiosk. The item is then shipped to the store or directly to the shopper. The following example feed illustrates how this model could be set up.

Copy this code sample.
<?xml version="1.0" encoding="UTF-8"?>
<ItemMaster>
    <MessageHeader>
        <Standard>GSI</Standard>
        <HeaderVersion>NGP1_2_0</HeaderVersion>
        <VersionReleaseNumber>5.21</VersionReleaseNumber>
        <SourceData>
            <SourceId>BATEU</SourceId>
            <SourceType>CLIENT</SourceType>
        </SourceData>
        <DestinationData>
            <DestinationId>Phub</DestinationId>
            <DestinationType>Phub</DestinationType>
        </DestinationData>
        <EventType>ItemMaster</EventType>
        <MessageData>
            <MessageId>100</MessageId>
            <CorrelationId>100</CorrelationId>
        </MessageData>
        <CreateDateAndTime>2018-05-14T19:00:01-04:00</CreateDateAndTime>
    </MessageHeader>
    <Item operation_type="Add" gsi_client_id="BATEU" catalog_id="123">
        <ItemId>
            <ClientItemId>testBATA1</ClientItemId>
            <GTIN IdType="UPC" operation_type="Add">
                <IdNumber>750123658429</IdNumber>
            </GTIN>
        </ItemId>
        <BaseAttributes>
            <CatalogClass>regular</CatalogClass>
            <IsDropShipped>false</IsDropShipped>
            <ItemDescription>Jax Duffle Bag</ItemDescription>
            <ItemType>MERCH</ItemType>
            <ItemStatus>Active</ItemStatus>
            <TaxCode>89998</TaxCode>
            <Hierarchy>
                <DeptNumber>417</DeptNumber>
                <SubDeptNumber>998</SubDeptNumber>
                <ClassNumber>1</ClassNumber>
                <SubClass>1</SubClass>
            </Hierarchy>
        </BaseAttributes>
        <DropShipSupplierInformation>
            <SupplierName>Coastal Pets Products</SupplierName>
            <SupplierNumber>26600</SupplierNumber>
            <SupplierPartNumber>46966 E PNH06</SupplierPartNumber>
        </DropShipSupplierInformation>
        <ExtendedAttributes>
            <IspEligible>true</IspEligible>
            <StsEligible>true</StsEligible>
            <SfsEligible>true</SfsEligible>
            <Brand>
                <Name>ModelStore</Name>
                <Description>ModelStore</Description>
            </Brand>
            <ColorAttributes>
                <Color>
                    <Code>401</Code>
                    <Description>Dark Blue</Description>
                </Color>
            </ColorAttributes>
            <HazardousMaterialCode/>
            <ItemDimension>
                <Display>
                    <Mass unit_of_measure="kg">
                        <Weight>1</Weight>
                    </Mass>
                    <Packaging unit_of_measure="cm">
                        <Width>1</Width>
                        <Length>1</Length>
                        <Height>1</Height>
                    </Packaging>
                </Display>
                <Shipping>
                    <Mass unit_of_measure="kg">
                        <Weight>1</Weight>
                    </Mass>
                    <Packaging unit_of_measure="cm">
                        <Width>1</Width>
                        <Length>1</Length>
                        <Height>1</Height>
                    </Packaging>
                </Shipping>
                <Carton>
                    <Mass unit_of_measure="kg">
                        <Weight>1</Weight>
                    </Mass>
                    <Packaging unit_of_measure="cm">
                        <Width>1</Width>
                        <Length>1</Length>
                        <Height>1</Height>
                    </Packaging>
                </Carton>
            </ItemDimension>
            <Manufacturer>
                <Name>ApparelExchange</Name>
                <ManufacturerId>ApparelExchange_Id</ManufacturerId>
            </Manufacturer>
            <MSRP>30.00</MSRP>
            <Price>25.00</Price>
            <SalesClass>stock</SalesClass>
            <ShipWindowMinHour>24</ShipWindowMinHour>
            <ShipWindowMaxHour>48</ShipWindowMaxHour>
            <SizeAttributes>
                <Size>
                    <Code>000</Code>
                    <Description>No Size</Description>
                </Size>
            </SizeAttributes>
            <StreetDate>2021-09-05</StreetDate>
            <Style>
                <StyleID>MB01</StyleID>
            </Style>
            <UnitCost currency_code="USD">8.89</UnitCost>
        </ExtendedAttributes>
        <CustomAttributes>
            <Attribute name="SourcingOverride" operation_type="Delete" is_list="false" dt="string">
                <Value>StoreOnly</Value>
            </Attribute>
            <Attribute name="DimensionCode" operation_type="Add">
                <Value>S</Value>
            </Attribute>
            <Attribute name="INVENTORY_CHECK_ELIGIBLE" operation_type="Add">
                <Value>1</Value>
            </Attribute>
            <Attribute name="MaxPurchaseQuantity" operation_type="Add">
                <Value>100</Value>
            </Attribute>
            <Attribute name="MinPurchaseQuantity" operation_type="Add">
                <Value>1</Value>
            </Attribute>
            <Attribute name="ASSOCIATE_DELIVERY_ELIGIBLE" operation_type="Add">
                <Value>Y</Value>
            </Attribute>
            <Attribute name="AtpConfigId" operation_type="Add">
                <Value>123</Value>
            </Attribute>
            <Attribute name="Category" operation_type="Add">
                <Value>Shoes</Value>
            </Attribute>
            <Attribute name="Season" operation_type="Add">
                <Value>S1</Value>
            </Attribute>
        </CustomAttributes>
        <EB2C>
            <ItemImageURLs>
                <ImageURL width="75" height="93" view="main" type="prod_thumb">
                    http://lvsn01ssolwap002.osp.gspt.net/prioimages/MB01-NA_main_t75x93.jpg</ImageURL>
                <ImageURL width="400" height="496" view="main" type="prod_main">
                    http://lvsn01ssolwap002.osp.gspt.net/prioimages/MB01-NA_main_s400x496.jpg</ImageURL>
            </ItemImageURLs>
        </EB2C>
    </Item>
</ItemMaster>

Closed MERCH: Item Dimensions

If an item is eligible for Ship-to Store, Ship-from Store, or Associate Delivery fulfillment types, the weight, height, and width information must be included in the feed. The following example includes this information.

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ItemMaster>
	
Copy this code sample.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ItemMaster>
    <MessageHeader>
        <Standard>GSI</Standard>
        <HeaderVersion>5.21</HeaderVersion>
        <VersionReleaseNumber>5.21</VersionReleaseNumber>
        <SourceData>
            <SourceId>TMSNA</SourceId>
            <SourceType>CLIENT</SourceType>
        </SourceData>
        <DestinationData>
            <DestinationId>Phub</DestinationId>
            <DestinationType>Phub</DestinationType>
        </DestinationData>
        <EventType>ItemMaster</EventType>
        <MessageData>
            <MessageId>100</MessageId>
            <CorrelationId>100</CorrelationId>
        </MessageData>
        <CreateDateAndTime>2018-05-17T09:39:47-04:00</CreateDateAndTime>
    </MessageHeader>
    <Item operation_type="Add" gsi_client_id="TMSNA" catalog_id="21">
        <ItemId>
            <ClientItemId>TestItem08</ClientItemId>
            <GTIN IdType="UPC" operation_type="Add">
                <IdNumber>750123658437</IdNumber>
            </GTIN>
            <GTIN IdType="EAN" operation_type="Add">
                <IdNumber>750123658499</IdNumber>
            </GTIN>
        </ItemId>
        <BaseAttributes>
            <CatalogClass>always</CatalogClass>
            <IsDropShipped>false</IsDropShipped>
            <ItemDescription>Item master example</ItemDescription>
            <ItemType>MERCH</ItemType>
            <ItemStatus>Active</ItemStatus>
            <TaxCode>89998</TaxCode>
            <Hierarchy>
                <DeptNumber>417</DeptNumber>
                <SubDeptNumber>1</SubDeptNumber>
                <SubDeptDescription>FOOTWEAR</SubDeptDescription>
                <ClassNumber>1</ClassNumber>
                <ClassDescription>FOOTWEAR</ClassDescription>
                <SubClass>1</SubClass>
                <SubClassDescription>FOOTWEAR</SubClassDescription>
            </Hierarchy>
        </BaseAttributes>
        <ExtendedAttributes>
            <IspEligible>true</IspEligible>
            <StsEligible>true</StsEligible>
            <SfsEligible>false</SfsEligible>
            <Brand>
                <Name>Brand</Name>
                <Description>Brand Description</Description>
            </Brand>
            <AllowGiftMessage>false</AllowGiftMessage>
            <ShipGroup>ANY</ShipGroup>            
            <ColorAttributes>
                <Color>
                    <Code>999</Code>
                    <Description xml:lang="en-US">NO COLOR</Description>
                </Color>
            </ColorAttributes>
            <ItemDimension>
                <Display>
                    <Mass unit_of_measure="kg">
                        <Weight>1</Weight>
                    </Mass>
                    <Packaging unit_of_measure="cm">
                        <Width>1</Width>
                        <Length>1</Length>
                        <Height>1</Height>
                    </Packaging>
                </Display>
            </ItemDimension>
            <SalesClass>stock</SalesClass>    
            <SizeAttributes>
                <Size xml:lang="en-US">
                    <Code>9999</Code>
                    <Description>NO SIZE</Description>
                </Size>
            </SizeAttributes>         
            <Manufacturer>
                <Name>Name</Name>
            </Manufacturer>
            <Style>
                <StyleID>1234</StyleID>
                <StyleDescription>description</StyleDescription>
            </Style>
        </ExtendedAttributes>
        <CustomAttributes>
            <Attribute name="Category" operation_type="Add">
                <Value>Accessories</Value>
            </Attribute>
            <Attribute name="Season" operation_type="Add">
                <Value>Summer</Value>
            </Attribute>
            <Attribute name="Year_Collection" operation_type="Add">
                <Value>2021</Value>
            </Attribute>
            <Attribute name="Company" operation_type="Add">
                <Value>Company</Value>
            </Attribute>
            <Attribute name="Stylecolor_ID" operation_type="Add">
                <Value>ID value</Value>
            </Attribute>
            <Attribute name="Collection" operation_type="Add">
                <Value>Collection Value</Value>
            </Attribute>
            <Attribute name="Supplier" operation_type="Add">
                <Value>Supplier Value</Value>
            </Attribute>
            <Attribute name="INVENTORY_CHECK_ELIGIBLE" operation_type="Add">
                <Value>true</Value>
            </Attribute>
            <Attribute name="ASSOCIATE_DELIVERY_ELIGIBLE" operation_type="Add">
                <Value>Y</Value>
            </Attribute>
            <Attribute name="Gender" operation_type="Add">
                <Value>Male</Value>
            </Attribute>
            <Attribute name="CarryOver" operation_type="Add">
                <Value>String</Value>
            </Attribute>
            <Attribute name="Foot_NotFoot" operation_type="Add">
                <Value>Foot</Value>
            </Attribute>
        </CustomAttributes>
        <EB2C>
            <ItemImageURLs>
                <ImageURL width="75" height="93" view="main" type="prod_thumb">
                    https://testurl.net/images/testitem.jpg</ImageURL>
            </ItemImageURLs>
        </EB2C>
    </Item>
    <Item operation_type="Add" gsi_client_id="TMSNA" catalog_id="21">
        <ItemId>
            <ClientItemId>TestItem09</ClientItemId>
            <GTIN IdType="UPC" operation_type="Add">
                <IdNumber>750123658438</IdNumber>
            </GTIN>
            <GTIN IdType="EAN" operation_type="Add">
                <IdNumber>750123658500</IdNumber>
            </GTIN>
        </ItemId>
        <BaseAttributes>
            <CatalogClass>always</CatalogClass>
            <IsDropShipped>false</IsDropShipped>
            <ItemDescription>Item master example</ItemDescription>
            <ItemType>MERCH</ItemType>
            <ItemStatus>Active</ItemStatus>
            <TaxCode>89998</TaxCode>
            <Hierarchy>
                <DeptNumber>417</DeptNumber>
                <SubDeptNumber>1</SubDeptNumber>
                <SubDeptDescription>FOOTWEAR</SubDeptDescription>
                <ClassNumber>1</ClassNumber>
                <ClassDescription>FOOTWEAR</ClassDescription>
                <SubClass>1</SubClass>
                <SubClassDescription>FOOTWEAR</SubClassDescription>
            </Hierarchy>
        </BaseAttributes>
        <ExtendedAttributes>    
            <IspEligible>true</IspEligible>
            <StsEligible>true</StsEligible>
            <SfsEligible>false</SfsEligible>
            <Brand>
                <Name>Brand</Name>
                <Description>Brand Description</Description>
            </Brand>
            <AllowGiftMessage>false</AllowGiftMessage>
            <ShipGroup>ANY</ShipGroup>            
            <ColorAttributes>
                <Color>
                    <Code>999</Code>
                    <Description xml:lang="en-US">NO COLOR</Description>
                </Color>
            </ColorAttributes>
            <ItemDimension>
                <Display>
                    <Mass unit_of_measure="kg">
                        <Weight>1</Weight>
                    </Mass>
                    <Packaging unit_of_measure="cm">
                        <Width>1</Width>
                        <Length>1</Length>
                        <Height>1</Height>
                    </Packaging>
                </Display>
            </ItemDimension>
            <SalesClass>stock</SalesClass>    
            <SizeAttributes>
                <Size xml:lang="en-US">
                    <Code>9999</Code>
                    <Description>NO SIZE</Description>
                </Size>
            </SizeAttributes>         
            <Manufacturer>
                <Name>Name</Name>
            </Manufacturer>
            <Style>
                <StyleID>1234</StyleID>
                <StyleDescription>description</StyleDescription>
            </Style>
        </ExtendedAttributes>
        <CustomAttributes>
            <Attribute name="Category" operation_type="Add">
                <Value>Accessories</Value>
            </Attribute>
            <Attribute name="Season" operation_type="Add">
                <Value>Summer</Value>
            </Attribute>
            <Attribute name="Year_Collection" operation_type="Add">
                <Value>2018</Value>
            </Attribute>
            <Attribute name="Company" operation_type="Add">
                <Value>Company</Value>
            </Attribute>
            <Attribute name="Stylecolor_ID" operation_type="Add">
                <Value>ID value</Value>
            </Attribute>
            <Attribute name="Collection" operation_type="Add">
                <Value>Collection Value</Value>
            </Attribute>
            <Attribute name="Supplier" operation_type="Add">
                <Value>Supplier Value</Value>
            </Attribute>
            <Attribute name="INVENTORY_CHECK_ELIGIBLE" operation_type="Add">
                <Value>true</Value>
            </Attribute>
            <Attribute name="ASSOCIATE_DELIVERY_ELIGIBLE" operation_type="Add">
                <Value>Y</Value>
            </Attribute>
            <Attribute name="Gender" operation_type="Add">
                <Value>Male</Value>
            </Attribute>
            <Attribute name="CarryOver" operation_type="Add">
                <Value>String</Value>
            </Attribute>
            <Attribute name="Foot_NotFoot" operation_type="Add">
                <Value>Foot</Value>
        </CustomAttributes>
        <EB2C>
            <ItemImageURLs>
                <ImageURL width="75" height="93" view="main" type="prod_thumb">
                    https://testurl.net/images/testitem.jpg</ImageURL>
            </ItemImageURLs>
        </EB2C>
    </Item>
</ItemMaster>

Closed Package Type: Polybag

This example shows an item with a polybag package type.

Copy this code sample.
<?xml version="1.0" encoding="UTF-8"?>
<ItemMaster>
 <MessageHeader>
  <Standard>GSI</Standard>
  <HeaderVersion>NGP1_2_0</HeaderVersion>
  <VersionReleaseNumber>5.21</VersionReleaseNumber>
  <SourceData>
   <SourceId>PRONA</SourceId>
   <SourceType>CLIENT</SourceType>
  </SourceData>
  <DestinationData>
   <DestinationId>Phub</DestinationId>
   <DestinationType>Phub</DestinationType>
  </DestinationData>
  <EventType>ItemMaster</EventType>
  <MessageData>
   <MessageId>100</MessageId>
   <CorrelationId>100</CorrelationId>
  </MessageData>
  <CreateDateAndTime>2021-08-13T19:00:01-04:00</CreateDateAndTime>
 </MessageHeader>
 <Item operation_type="Add" gsi_client_id="TMSNA" catalog_id="21">
  <ItemId>
   <ClientItemId>testROMPLUS1</ClientItemId>
   <GTIN IdType="UPC" operation_type="Add">
    <IdNumber>750123658429</IdNumber>
   </GTIN>
  </ItemId>
  <BaseAttributes>
   <CatalogClass>regular</CatalogClass>
   <IsDropShipped>false</IsDropShipped>
   <ItemDescription>Jax Duffle Bag</ItemDescription>
   <ItemType>MERCH</ItemType>
   <ItemStatus>Active</ItemStatus>
   <TaxCode>89998</TaxCode>
   <Hierarchy>
    <DeptNumber>903</DeptNumber>
    <SubDeptNumber>300</SubDeptNumber>
    <SubDeptDescription>Bags</SubDeptDescription>
    <ClassNumber>10</ClassNumber>
    <ClassDescription>Backpacks and Duffles</ClassDescription>
    <SubClass>2</SubClass>
    <SubClassDescription>Duffle Bags</SubClassDescription>
   </Hierarchy>
  </BaseAttributes>
  <DropShipSupplierInformation>
   <SupplierName>Coastal Pets Products</SupplierName>
   <SupplierNumber>26600</SupplierNumber>
   <SupplierPartNumber>46966 E PNH06</SupplierPartNumber>
  </DropShipSupplierInformation>
  <ExtendedAttributes>
   <IspEligible>true</IspEligible>
   <StsEligible>false</StsEligible>
   <SfsEligible>true</SfsEligible>
   <Brand>
    <Name>ModelStore</Name>
    <Description>ModelStore</Description>
   </Brand>
   <ColorAttributes>
    <Color>
     <Code>401</Code>
     <Description>Dark Blue</Description>
    </Color>
   </ColorAttributes>
   <HazardousMaterialCode/>
   <ItemDimension>
    <Display>
     <Mass unit_of_measure="kg">
      <Weight>1</Weight>
     </Mass>
     <Packaging unit_of_measure="cm">
      <Width>1</Width>
      <Length>1</Length>
      <Height>1</Height>
     </Packaging>
    </Display>
    <Shipping>
     <Mass unit_of_measure="kg">
      <Weight>1</Weight>
     </Mass>
     <Packaging unit_of_measure="cm">
      <Width>1</Width>
      <Length>1</Length>
      <Height>1</Height>
     </Packaging>
    </Shipping>
    <Carton>
     <Mass unit_of_measure="kg">
      <Weight>1</Weight>
     </Mass>
     <Packaging unit_of_measure="cm">
      <Width>1</Width>
      <Length>1</Length>
      <Height>1</Height>
     </Packaging>
    </Carton>
   </ItemDimension>
   <Manufacturer>
    <Name>ApparelExchange</Name>
    <ManufacturerId>ApparelExchange_Id</ManufacturerId>
   </Manufacturer>
   <MSRP>30.00</MSRP>
   <Price>25.00</Price>
   <SalesClass>stock</SalesClass>
   <ShipWindowMinHour>24</ShipWindowMinHour>
   <ShipWindowMaxHour>48</ShipWindowMaxHour>
   <SizeAttributes>
    <Size>
     <Code>000</Code>
     <Description>No Size</Description>
    </Size>
   </SizeAttributes>
   <StreetDate>2021-09-05</StreetDate>
   <Style>
    <StyleID>MB01</StyleID>
   </Style>
   <UnitCost currency_code="USD">8.89</UnitCost>
  </ExtendedAttributes>
  <CustomAttributes>
   <Attribute name="SourcingOverride" operation_type="Delete" 
    is_list="false" dt="string">
    <Value>StoreOnly</Value>
   </Attribute>
   <Attribute name="DimensionCode" operation_type="Add">
    <Value>S</Value>
   </Attribute>
   <Attribute name="Gender" operation_type="Add">
    <Value>N</Value>
   </Attribute>
   <Attribute name="INVENTORY_CHECK_ELIGIBLE" operation_type="Add">
    <Value>1</Value>
   </Attribute>
   <Attribute name="MaxPurchaseQuantity" operation_type="Add">
    <Value>100</Value>
   </Attribute>
   <Attribute name="MinPurchaseQuantity" operation_type="Add">
    <Value>1</Value>
   </Attribute>
   <Attribute name="PartnerDataSource" operation_type="Add">
    <Value>TMSNA</Value>
   </Attribute>
   <Attribute name="ASSOCIATE_DELIVERY_ELIGIBLE" operation_type="Add">
    <Value>Y</Value>
   </Attribute>
   <Attribute name="AtpConfigId" operation_type="Add">
    <Value>123</Value>
   </Attribute>
   <Attribute name="Category" operation_type="Add">
    <Value>Shoes</Value>
   </Attribute>
   <Attribute name="Season" operation_type="Add">
    <Value>S1</Value>
   </Attribute>
   <Attribute name="PackageType" operation_type="Add">
    <Value>PolyBag</Value>
   </Attribute>
  </CustomAttributes>
  <EB2C>
   <ItemImageURLs>
    <ImageURL width="75" height="93" view="main" type="prod_thumb">
    http://lvsn01ssolwap002.osp.gspt.net/prioimages/MB01-NA_main_t75x93.jpg</ImageURL>
    <ImageURL width="400" height="496" view="main" type="prod_main">
    http://lvsn01ssolwap002.osp.gspt.net/prioimages/MB01-NA_main_s400x496.jpg</ImageURL>
   </ItemImageURLs>
  </EB2C>
 </Item>
</ItemMaster>

ClosedPhysical Gift Card

The GC item type is a physical gift card.

In the following example, elements with special meaning for this item type are noted in /*comments*/ before the element.

Copy this code sample.

<ItemMaster>
   <Item operation_type="Change" gsi_client_id="TMSNA" catalog_id="21">
      <ItemId>
         <ClientItemId>843953242895</ClientItemId>
      </ItemId>
      <BaseAttributes>
         <CatalogClass>always</CatalogClass>
         <IsDropShipped>false</IsDropShipped> 
         <ItemDescription>Physical Gift Card</ItemDescription>
         /*ItemType = "GC"*/ 
         <ItemType>GC</ItemType> 
         <ItemStatus>Active</ItemStatus>
         <TaxCode>61900</TaxCode>
         <Hierarchy>
            <DeptNumber>800</DeptNumber>
            <DeptDescription>800</DeptDescription>
            <SubDeptNumber>150</SubDeptNumber>
            <SubDeptDescription>OTHER</SubDeptDescription>
            <ClassNumber>260</ClassNumber>
            <ClassDescription>MKT</ClassDescription>
            <SubClass>370</SubClass>
            <SubClassDescription>OTHER</SubClassDescription>
         </Hierarchy>
      </BaseAttributes>
      <ExtendedAttributes>
         <AllowGiftMessage>true</AllowGiftMessage>
         <Brand>
            <Name>Generic TMS</Name>
         </Brand>
         <ColorAttributes>
            <Color>
               <Code>NA</Code>
               <Description>Not Applicable</Description>
            </Color>
         </ColorAttributes>
         <CountryOfOrigin>US</CountryOfOrigin>
         /*GiftCardTenderCode is required for physical and virtual gift cards. 
         Radial provides you the correct value.*/
         <GiftCardTenderCode>SP</GiftCardTenderCode> 
         <ItemDimension>
            <Shipping>
               <Mass unit_of_measure="lb">
                  <Weight>0.25</Weight>
               </Mass>
               <Packaging unit_of_measure="cm">
                  <Width>7</Width>
                  <Length>9</Length>
                  <Height>0.5</Height>
               </Packaging>
            </Shipping>
         </ItemDimension>
         <MayShipExpedite>true</MayShipExpedite>
         <MayShipInternational>true</MayShipInternational>
         <MayShipUSPS>true</MayShipUSPS>
         <SafetyStock>0</SafetyStock>
         /*SalesClass is used for gift cards the same way 
         as for any other physical item.*/
         <SalesClass>stock</SalesClass>  
         /*SerialNumberType must be "GC"*/
         <SerialNumberType>GC</SerialNumberType>
         <ShipWindowMinHour>24</ShipWindowMinHour>
         <ShipWindowMaxHour>24</ShipWindowMaxHour>
         <SizeAttributes>
            <Size>
               <Code>NA</Code>
               <Description>NOT APPLICABLE</Description>
            </Size>
         </SizeAttributes>
         <SplitToOne>true</SplitToOne>
      </ExtendedAttributes>
      <CustomAttributes>
         /*MinGCAmount is the minimum value that a gift card may be sold for.*/
         <Attribute name="MinGCAmount"> 
            <Value>25</Value>
         </Attribute>
         /*MaxGCAmount is the maximum value that a gift card may be sold for.*/
         <Attribute name="MaxGCAmount"> 
            <Value>1000</Value>
         </Attribute>
      </CustomAttributes>
   </Item>
</ItemMaster>

ClosedPostSaleFulfillment Item

A PostSaleFulfillment item is a virtual item classified separately from other virtual item types, such as Donations. These items are not fulfilled from a warehouse and are not indicated on a packing slip.

In the following example, elements with special meaning for this item type are noted in /*comments*/ before the element.

Copy this code sample.

<ItemMaster>
   <Item operation_type="Add" gsi_client_id="TMSNA" catalog_id="21">
      <ItemId>
         <ClientItemId>PSFF1234</ClientItemId>
      </ItemId>
      <BaseAttributes>
         <CatalogClass>always</CatalogClass>
         <IsDropShipped>false</IsDropShipped>
         <ItemDescription>PSFF1234</ItemDescription>
         /*ItemType must be PostSaleFulfillment.*/
         <ItemType>PostSaleFulfillment </ItemType> 
         <ItemStatus>Active</ItemStatus>
         <TaxCode>54020</TaxCode>
         <Hierarchy>
            <DeptNumber>1234</DeptNumber>
            <SubDeptNumber>1</SubDeptNumber>
            <ClassNumber>2</ClassNumber>
            <SubClass>3</SubClass>
         </Hierarchy>
      </BaseAttributes>
      <ExtendedAttributes>
         <Brand>
            <Name>Generic TMS</Name>
         </Brand>
         /*SalesClass must be advanceOrderOpen.*/
         <SalesClass>advanceOrderOpen</SalesClass> 
         <ServiceIndicator>true</ServiceIndicator>
      </ExtendedAttributes>
   </Item>
</ItemMaster>

ClosedRefund Physical Gift Card

Refund Physical Gift Cards are used when refunding the value of a return or a price adjustment to the consumer when a Physical Gift Card was used as a tender in the original sale. This item type is used to differentiate refunds from the original tender for accounting purposes. The use of this ItemType is optional.

In the following example, elements with special meaning for this item type are noted in /*comments*/ before the element.

Copy this code sample.

<ItemMaster>
   <Item operation_type="Change" gsi_client_id="TMSNA" catalog_id="21">
      <ItemId>
         <ClientItemId>843953242895</ClientItemId>
      </ItemId>
      <BaseAttributes>
         <CatalogClass>always</CatalogClass>
         <IsDropShipped>false</IsDropShipped> 
         <ItemDescription>Refund Physical Gift Card</ItemDescription>
         /*ItemType = "RefundGC"*/
         <ItemType>RefundGC</ItemType> 
         <ItemStatus>Active</ItemStatus>
         <TaxCode>61900</TaxCode>
         <Hierarchy>
            <DeptNumber>800</DeptNumber>
            <DeptDescription>800</DeptDescription>
            <SubDeptNumber>150</SubDeptNumber>
            <SubDeptDescription>OTHER</SubDeptDescription>
            <ClassNumber>260</ClassNumber>
            <ClassDescription>MKT</ClassDescription>
            <SubClass>370</SubClass>
            <SubClassDescription>OTHER</SubClassDescription>
         </Hierarchy>
      </BaseAttributes>
      <ExtendedAttributes>
         <AllowGiftMessage>true</AllowGiftMessage>
         <Brand>
            <Name>Generic TMS</Name>
         </Brand>
         <ColorAttributes>
            <Color>
               <Code>NA</Code>
               <Description>Not Applicable</Description>
            </Color>
         </ColorAttributes>
         <CountryOfOrigin>US</CountryOfOrigin>
         /*GiftCardTenderCode is required for physical and virtual gift cards. 
         Radial provides you the correct value.*/
         <GiftCardTenderCode>SP</GiftCardTenderCode> 
         <ItemDimension>
            <Shipping>
               <Mass unit_of_measure="lb">
                  <Weight>0.25</Weight>
               </Mass>
               <Packaging unit_of_measure="cm">
                  <Width>7</Width>
                  <Length>9</Length>
                  <Height>0.5</Height>
               </Packaging>
            </Shipping>
         </ItemDimension>
         <MayShipExpedite>true</MayShipExpedite>
         <MayShipInternational>true</MayShipInternational>
         <MayShipUSPS>true</MayShipUSPS>
         <SafetyStock>0</SafetyStock>
         /*SalesClass is used the same way for gift cards as it 
         does for any other physical item.*/
         <SalesClass>stock</SalesClass> 
         /*SerialNumberType must be "GC"*/
         <SerialNumberType>GC</SerialNumberType> 
         <ShipWindowMinHour>24</ShipWindowMinHour>
         <ShipWindowMaxHour>24</ShipWindowMaxHour>
         <SizeAttributes>
            <Size>
               <Code>NA</Code>
               <Description>NOT APPLICABLE</Description>
            </Size>
         </SizeAttributes>
         <SplitToOne>true</SplitToOne>
      </ExtendedAttributes>
      <CustomAttributes>
         /*MinGCAmount is the minimum value that a gift card may be sold for.*/
         <Attribute name="MinGCAmount"> 
            <Value>25</Value>
         </Attribute>
         /*MaxGCAmount is the maximum value that a gift card may be sold for.*/
         <Attribute name="MaxGCAmount"> 
            <Value>1000</Value>
         </Attribute>
      </CustomAttributes>
   </Item>
</ItemMaster>

ClosedRefund Virtual Gift Card

A Refund Virtual Gift Card is used when refunding the value of a return or a price adjustment to the consumer when a Virtual Gift Card was used as a tender in the original sale. This item type is used to differentiate refunds from the original tender for accounting purposes. The use of this ItemType is optional.

In the following example, elements with special meaning for this item type are noted in /*comments*/ before the element.

Copy this code sample.

<ItemMaster>
   <Item operation_type="Add" gsi_client_id="TMSNA" catalog_id="21">
      <ItemId>
         <ClientItemId>843953242895</ClientItemId>
      </ItemId>
      <BaseAttributes>
         <CatalogClass>always</CatalogClass>
         <IsDropShipped>false</IsDropShipped> 
         <ItemDescription>Refund Virtual Gift Card</ItemDescription>
         /*ItemType = "RefundVGC"*/
         <ItemType>RefundVGC</ItemType> 
         <ItemStatus>Active</ItemStatus>
         <TaxCode>61900</TaxCode>
         /*Hierarchy values are client-specific.*/
         <Hierarchy> 
            <DeptNumber>800</DeptNumber>
            <DeptDescription>800</DeptDescription>
            <SubDeptNumber>150</SubDeptNumber>
            <SubDeptDescription>OTHER</SubDeptDescription>
            <ClassNumber>260</ClassNumber>
            <ClassDescription>MKT</ClassDescription>
            <SubClass>370</SubClass>
            <SubClassDescription>OTHER</SubClassDescription>
         </Hierarchy>
      </BaseAttributes>
      <ExtendedAttributes>
         <AllowGiftMessage>true</AllowGiftMessage>
         <Brand>
            <Name>Generic TMS</Name>
         </Brand>
         <ColorAttributes>
            <Color>
               <Code>NA</Code>
               <Description>Not Applicable</Description>
            </Color>
         </ColorAttributes>
         <CountryOfOrigin>US</CountryOfOrigin>
         /*GiftCardTenderCode is required for physical and virtual gift cards. 
         Radial provides you the correct value.*/
         <GiftCardTenderCode>SP</GiftCardTenderCode> 
         /*Dimensions are irrelevant for virtual gift cards.*/
         <ItemDimension> 
            <Shipping>
               <Mass unit_of_measure="lb">
                  <Weight>0.25</Weight>
               </Mass>
               <Packaging unit_of_measure="cm">
                  <Width>7</Width>
                  <Length>9</Length>
                  <Height>0.5</Height>
               </Packaging>
            </Shipping>
         </ItemDimension>
         <MayShipExpedite>true</MayShipExpedite>
         <MayShipInternational>true</MayShipInternational>
         <MayShipUSPS>true</MayShipUSPS>
         <SafetyStock>0</SafetyStock>
         /*SalesClass must be advanceOrderOpen for virtual gift cards.*/
         <SalesClass>advanceOrderOpen</SalesClass> 
         /*SerialNumberType must be "GC"*/
         <SerialNumberType>GC</SerialNumberType> 
         <ShipWindowMinHour>24</ShipWindowMinHour>
         <ShipWindowMaxHour>24</ShipWindowMaxHour>
         <SizeAttributes>
            <Size>
               <Code>NA</Code>
               <Description>NOT APPLICABLE</Description>
            </Size>
         </SizeAttributes>
         <SplitToOne>true</SplitToOne>
      </ExtendedAttributes>
      <CustomAttributes>
         /*MinGCAmount is the minimum value that a gift card may be sold for.*/
         <Attribute name="MinGCAmount"> 
            <Value>25</Value>
         </Attribute>
         /*MaxGCAmount is the maximum value that a gift card may be sold for.*/
         <Attribute name="MaxGCAmount"> 
            <Value>1000</Value>
         </Attribute>
      </CustomAttributes>
   </Item>
</ItemMaster>

ClosedVirtual Gift Card

In the following example, elements with special meaning for this item type are noted in /*comments*/ before the element.

Copy this code sample.

<ItemMaster>
   <Item operation_type="Add" gsi_client_id="TMSNA" catalog_id="21">
      <ItemId>
         <ClientItemId>843953242895</ClientItemId>
      </ItemId>
      <BaseAttributes>
         <CatalogClass>always</CatalogClass>
         <IsDropShipped>false</IsDropShipped> 
         <ItemDescription>Physical Gift Card</ItemDescription>
         /*ItemType = "VGC"*/
         <ItemType>VGC</ItemType> 
         <ItemStatus>Active</ItemStatus>
         <TaxCode>61900</TaxCode>
         <Hierarchy>
            <DeptNumber>800</DeptNumber>
            <DeptDescription>800</DeptDescription>
            <SubDeptNumber>150</SubDeptNumber>
            <SubDeptDescription>OTHER</SubDeptDescription>
            <ClassNumber>260</ClassNumber>
            <ClassDescription>MKT</ClassDescription>
            <SubClass>370</SubClass>
            <SubClassDescription>OTHER</SubClassDescription>
         </Hierarchy>
      </BaseAttributes>
      <ExtendedAttributes>
         <AllowGiftMessage>true</AllowGiftMessage>
         <Brand>
            <Name>Generic TMS</Name>
         </Brand>
         <ColorAttributes>
            <Color>
               <Code>NA</Code>
               <Description>Not Applicable</Description>
            </Color>
         </ColorAttributes>
         <CountryOfOrigin>US</CountryOfOrigin> 
         /*GiftCardTenderCode is required for physical and virtual gift cards. 
         Radial provides you the correct value*/ 
         <GiftCardTenderCode>SP</GiftCardTenderCode>
         /*Dimensions are irrelevant for virtual gift cards.*/
         <ItemDimension> 
            <Shipping>
               <Mass unit_of_measure="lb">
                  <Weight>0.25</Weight>
               </Mass>
               <Packaging unit_of_measure="cm">
                  <Width>7</Width>
                  <Length>9</Length>
                  <Height>0.5</Height>
               </Packaging>
            </Shipping>
         </ItemDimension>
         <MayShipExpedite>true</MayShipExpedite>
         <MayShipInternational>true</MayShipInternational>
         <MayShipUSPS>true</MayShipUSPS>
         <SafetyStock>0</SafetyStock>
         /*SalesClass must be advanceOrderOpen for virtual gift cards.*/
         <SalesClass>advanceOrderOpen</SalesClass> 
         /*SerialNumberType must be "GC"*/
         <SerialNumberType>GC</SerialNumberType> 
         <ShipWindowMinHour>24</ShipWindowMinHour>
         <ShipWindowMaxHour>24</ShipWindowMaxHour>
         <SizeAttributes>
            <Size>
               <Code>NA</Code>
               <Description>NOT APPLICABLE</Description>
            </Size>
         </SizeAttributes>
         <SplitToOne>true</SplitToOne>
      </ExtendedAttributes>
      <CustomAttributes>
         /*MinGCAmount is the minimum value that a gift card may be sold for.*/
         <Attribute name="MinGCAmount"> 
            <Value>25</Value>
         </Attribute>
         /*MaxGCAmount is the maximum value that a gift card may be sold for.*/
         <Attribute name="MaxGCAmount"> 
            <Value>1000</Value>
         </Attribute>
      </CustomAttributes>
   </Item>
</ItemMaster>