-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeed.xml
More file actions
40 lines (40 loc) · 1.58 KB
/
feed.xml
File metadata and controls
40 lines (40 loc) · 1.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?xml version="1.0" encoding="UTF-8"?>
<AmazonEnvelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="amzn-envelope.xsd">
<Header>
<DocumentVersion>1.0</DocumentVersion>
<MerchantIdentifier>DEI_APP</MerchantIdentifier>
</Header>
<MessageType>Price</MessageType>
<Message>
<MessageID>1</MessageID>
<OperationType>Update</OperationType>
<Price>
<SKU>12189CW-135</SKU>
<StandardPrice currency="USD">180.00</StandardPrice>
<BusinessPrice>175.46</BusinessPrice>
<QuantityPriceType>fixed</QuantityPriceType>
<QuantityPrice>
<QuantityPrice1>171.33</QuantityPrice1>
<QuantityLowerBound1>2</QuantityLowerBound1>
<QuantityPrice2>165.85</QuantityPrice2>
<QuantityLowerBound2>4</QuantityLowerBound2>
<QuantityPrice3>160.96</QuantityPrice3>
<QuantityLowerBound3>40</QuantityLowerBound3>
</QuantityPrice>
<MinimumSellerAllowedPrice currency="USD">140.00</MinimumSellerAllowedPrice>
<MaximumSellerAllowedPrice currency="USD">456.75</MaximumSellerAllowedPrice>
</Price>
</Message>
<Message>
<MessageID>2</MessageID>
<OperationType>Update</OperationType>
<Price>
<SKU>41586-38</SKU>
<StandardPrice currency="USD">66.00</StandardPrice>
<BusinessPrice>64.95</BusinessPrice>
<MinimumSellerAllowedPrice currency="USD">50.00</MinimumSellerAllowedPrice>
<MaximumSellerAllowedPrice currency="USD">119.46</MaximumSellerAllowedPrice>
<PricingAction>delete business_price</PricingAction>
</Price>
</Message>
</AmazonEnvelope>