<?xml version="1.0" encoding="UTF-8"?>
<AddMemberMessageAAQToPartnerRequest xmlns="urn:ebay:apis:eBLBaseComponents">
  <RequesterCredentials>
    <eBayAuthToken>A*******3</eBayAuthToken>
  </RequesterCredentials>
  <!-- The user making this call must be the buyer or seller of the listing ID posted below -->
  <ItemID>1**********8</ItemID>
  <MemberMessage>
    <Subject>Question about shipping</Subject>
    <Body>I would like to have the item shipped in a box, and not in a padded
    envelope. Is there any additional charge for that?</Body>
    <!-- The Question Type pass in the field below should be one of the enum values defined in QuestionTypeCodeType of Trading API, including 'General', 'Payment', or 'Shipping'  -->
    <QuestionType>Shipping</QuestionType>
    <!-- The recipient must be the order partner of the user making the call --> 
    <RecipientID>T************************r</RecipientID>
  </MemberMessage>
</AddMemberMessageAAQToPartnerRequest>
