Skip to content

Commit 33c654c

Browse files
committed
fix
1 parent 679f9e8 commit 33c654c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Source/FikaAmazonAPI.SampleCode/Program.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ static async Task Main(string[] args)
4242

4343
var offfers = amazonConnection.ProductPricing.GetItemOffers(new Parameter.ProductPricing.ParameterGetItemOffers
4444
{
45-
Asin = "B07WYJF6KJ"
45+
Asin = "B0000512CU",
46+
CustomerType=CustomerType.Business,
47+
ItemCondition = ItemCondition.New,
4648
});
4749

4850

0 commit comments

Comments
 (0)