Subversion Repositories SmartDukaan

Rev

Rev 12573 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12573 Rev 12576
Line 1... Line -...
1
Unexpected error.  File contents could not be restored from local history during undo/redo.
-
 
2
1
<?xml version="1.0" encoding="UTF-8"?>
-
 
2
<ListOrderItemsResponse xmlns="https://mws.amazonservices.com/Orders/2011-01-01">
-
 
3
  <ListOrderItemsResult>
-
 
4
    <!--Optional:-->
-
 
5
    <NextToken>string</NextToken>
-
 
6
    <AmazonOrderId>string</AmazonOrderId>
-
 
7
    <!--Optional:-->
-
 
8
    <OrderItems>
-
 
9
      <!--1 or more repetitions:-->
-
 
10
      <OrderItem>
-
 
11
        <ASIN>string</ASIN>
-
 
12
        <!--Optional:-->
-
 
13
        <SellerSKU>string</SellerSKU>
-
 
14
        <OrderItemId>string</OrderItemId>
-
 
15
        <!--Optional:-->
-
 
16
        <Title>string</Title>
-
 
17
        <QuantityOrdered>100</QuantityOrdered>
-
 
18
        <!--Optional:-->
-
 
19
        <QuantityShipped>100</QuantityShipped>
-
 
20
        <!--Optional:-->
-
 
21
        <ItemPrice>
-
 
22
          <!--Optional:-->
-
 
23
          <CurrencyCode>string</CurrencyCode>
-
 
24
          <!--Optional:-->
-
 
25
          <Amount>string</Amount>
-
 
26
        </ItemPrice>
-
 
27
        <!--Optional:-->
-
 
28
        <ShippingPrice>
-
 
29
          <!--Optional:-->
-
 
30
          <CurrencyCode>string</CurrencyCode>
-
 
31
          <!--Optional:-->
-
 
32
          <Amount>string</Amount>
-
 
33
        </ShippingPrice>
-
 
34
        <!--Optional:-->
-
 
35
        <GiftWrapPrice>
-
 
36
          <!--Optional:-->
-
 
37
          <CurrencyCode>string</CurrencyCode>
-
 
38
          <!--Optional:-->
-
 
39
          <Amount>string</Amount>
-
 
40
        </GiftWrapPrice>
-
 
41
        <!--Optional:-->
-
 
42
        <ItemTax>
-
 
43
          <!--Optional:-->
-
 
44
          <CurrencyCode>string</CurrencyCode>
-
 
45
          <!--Optional:-->
-
 
46
          <Amount>string</Amount>
-
 
47
        </ItemTax>
-
 
48
        <!--Optional:-->
-
 
49
        <ShippingTax>
-
 
50
          <!--Optional:-->
-
 
51
          <CurrencyCode>string</CurrencyCode>
-
 
52
          <!--Optional:-->
-
 
53
          <Amount>string</Amount>
-
 
54
        </ShippingTax>
-
 
55
        <!--Optional:-->
-
 
56
        <GiftWrapTax>
-
 
57
          <!--Optional:-->
-
 
58
          <CurrencyCode>string</CurrencyCode>
-
 
59
          <!--Optional:-->
-
 
60
          <Amount>string</Amount>
-
 
61
        </GiftWrapTax>
-
 
62
        <!--Optional:-->
-
 
63
        <ShippingDiscount>
-
 
64
          <!--Optional:-->
-
 
65
          <CurrencyCode>string</CurrencyCode>
-
 
66
          <!--Optional:-->
-
 
67
          <Amount>string</Amount>
-
 
68
        </ShippingDiscount>
-
 
69
        <!--Optional:-->
-
 
70
        <PromotionDiscount>
-
 
71
          <!--Optional:-->
-
 
72
          <CurrencyCode>string</CurrencyCode>
-
 
73
          <!--Optional:-->
-
 
74
          <Amount>string</Amount>
-
 
75
        </PromotionDiscount>
-
 
76
        <!--Optional:-->
-
 
77
        <PromotionIds>
-
 
78
          <!--1 or more repetitions:-->
-
 
79
          <PromotionId>string</PromotionId>
-
 
80
        </PromotionIds>
-
 
81
        <!--Optional:-->
-
 
82
        <CODFee>
-
 
83
          <!--Optional:-->
-
 
84
          <CurrencyCode>string</CurrencyCode>
-
 
85
          <!--Optional:-->
-
 
86
          <Amount>string</Amount>
-
 
87
        </CODFee>
-
 
88
        <!--Optional:-->
-
 
89
        <CODFeeDiscount>
-
 
90
          <!--Optional:-->
-
 
91
          <CurrencyCode>string</CurrencyCode>
-
 
92
          <!--Optional:-->
-
 
93
          <Amount>string</Amount>
-
 
94
        </CODFeeDiscount>
-
 
95
        <!--Optional:-->
-
 
96
        <GiftMessageText>string</GiftMessageText>
-
 
97
        <!--Optional:-->
-
 
98
        <GiftWrapLevel>string</GiftWrapLevel>
-
 
99
        <!--Optional:-->
-
 
100
        <InvoiceData>
-
 
101
          <!--Optional:-->
-
 
102
          <InvoiceRequirement>string</InvoiceRequirement>
-
 
103
          <!--Optional:-->
-
 
104
          <BuyerSelectedInvoiceCategory>string</BuyerSelectedInvoiceCategory>
-
 
105
          <!--Optional:-->
-
 
106
          <InvoiceTitle>string</InvoiceTitle>
-
 
107
          <!--Optional:-->
-
 
108
          <InvoiceInformation>string</InvoiceInformation>
-
 
109
        </InvoiceData>
-
 
110
      </OrderItem>
-
 
111
    </OrderItems>
-
 
112
  </ListOrderItemsResult>
-
 
113
  <ResponseMetadata>
-
 
114
    <RequestId>string</RequestId>
-
 
115
  </ResponseMetadata>
-
 
116
</ListOrderItemsResponse>
-
 
117
3
118