<?xml version="1.0"?>
<GetPrepInstructionsForSKUResponse xmlns="http://mws.amazonaws.com/FulfillmentInboundShipment/2010-10-01/">
  <GetPrepInstructionsForSKUResult>
    <SKUPrepInstructionsList>
      <SKUPrepInstructions>
        <SellerSKU>ca_001</SellerSKU>
        <ASIN>B00EXAMPLE</ASIN>
        <BarcodeInstruction>RequiresFNSKULabel</BarcodeInstruction>
        <PrepGuidance>SeePrepInstructionsList</PrepGuidance>
        <PrepInstructionList>
          <PrepInstruction>Polybagging</PrepInstruction>
          <PrepInstruction>Taping</PrepInstruction>
          <PrepInstruction>Labeling</PrepInstruction>
        </PrepInstructionList>
        <AmazonPrepFeesDetailsList>
          <AmazonPrepFeesDetails>
            <PrepInstruction>Polybagging</PrepInstruction>
            <Amount>
              <CurrencyCode>USD</CurrencyCode>
              <Value>0.2</Value>
            </Amount>
          </AmazonPrepFeesDetails>
          <AmazonPrepFeesDetails>
            <PrepInstruction>Taping</PrepInstruction>
            <Amount>
              <CurrencyCode>USD</CurrencyCode>
              <Value>0.2</Value>
            </Amount>
          </AmazonPrepFeesDetails>
          <AmazonPrepFeesDetails>
            <PrepInstruction>Labeling</PrepInstruction>
            <Amount>
              <CurrencyCode>USD</CurrencyCode>
              <Value>0.2</Value>
            </Amount>
          </AmazonPrepFeesDetails>
        </AmazonPrepFeesDetailsList>
      </SKUPrepInstructions>
      <SKUPrepInstructions>
        <SellerSKU>ca_002</SellerSKU>
        <ASIN>B00EXAMPLE2</ASIN>
        <BarcodeInstruction>CanUseOriginalBarcode</BarcodeInstruction>
        <PrepGuidance>ConsultHelpDocuments</PrepGuidance>
        <PrepInstructionList>
          <PrepInstruction>Taping</PrepInstruction>
        </PrepInstructionList>
        <AmazonPrepFeesDetailsList>
          <AmazonPrepFeesDetails>
            <PrepInstruction>Taping</PrepInstruction>
            <Amount>
              <CurrencyCode>USD</CurrencyCode>
              <Value>0.4</Value>
            </Amount>
          </AmazonPrepFeesDetails>
        </AmazonPrepFeesDetailsList>
      </SKUPrepInstructions>
    </SKUPrepInstructionsList>
    <InvalidSKUList>
      <InvalidASIN>
        <SellerSKU>ca_007</SellerSKU>
        <ErrorReason>DoesNotExist</ErrorReason>
      </InvalidASIN>
      <InvalidASIN>
        <SellerSKU>ca_009</SellerSKU>
        <ErrorReason>DoesNotExist2</ErrorReason>
      </InvalidASIN>
    </InvalidSKUList>
  </GetPrepInstructionsForSKUResult>
  <ResponseMetadata>
    <RequestId>171a23ca-12f9-4599-bbdf-47bc5701d955</RequestId>
  </ResponseMetadata>
</GetPrepInstructionsForSKUResponse>
