Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
feat: add fulfillment_inventory_list_inventory_supply fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
justinemmanuelmercado committed May 18, 2020
1 parent 41bc969 commit ecd6fef
Showing 1 changed file with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0"?>
<ListInventorySupplyByNextTokenResponse xmlns="http://mws.amazonaws.com/FulfillmentInventory/2010-10-01">
<ListInventorySupplyByNextTokenResult>
<InventorySupplyList>
<member>
<SellerSKU>SampleSKU2</SellerSKU>
<ASIN>B00004RWQR</ASIN>
<TotalSupplyQuantity>0</TotalSupplyQuantity>
<FNSKU>X00008FZR1</FNSKU>
<Condition>UsedLikeNew</Condition>
<SupplyDetail/>
<InStockSupplyQuantity>0</InStockSupplyQuantity>
</member>
</InventorySupplyList>
</ListInventorySupplyByNextTokenResult>
<ResponseMetadata>
<RequestId>e8698ffa-8e59-11df-9acb-230ae7a8b736</RequestId>
</ResponseMetadata>
</ListInventorySupplyByNextTokenResponse>

0 comments on commit ecd6fef

Please sign in to comment.