forked from saleweaver/python-amazon-sp-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathf.xml
More file actions
24 lines (24 loc) · 831 Bytes
/
f.xml
File metadata and controls
24 lines (24 loc) · 831 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version='1.0' encoding='utf-8'?>
<AmazonEnvelope>
<Header>
<DocumentVersion>1.01</DocumentVersion>
<MerchantIdentifier>A3BBIE4Z8LJZXC</MerchantIdentifier>
</Header>
<MessageType>CartonContentsRequest</MessageType>
<Message>
<MessageID>1</MessageID>
<CartonContentsRequest>
<ShipmentId>FBA16076TQX6</ShipmentId>
<NumCartons>1</NumCartons>
<Carton>
<CartonId>MICHITEST</CartonId>
<Item>
<SKU>2027</SKU>
<QuantityShipped>2</QuantityShipped>
<QuantityInCase>2</QuantityInCase>
<ExpirationDate>2022-12-12</ExpirationDate>
</Item>
</Carton>
</CartonContentsRequest>
</Message>
</AmazonEnvelope>