Skip to content

Commit 98c3846

Browse files
committed
An example of using the ItemInput model has been updated
1 parent 8677c93 commit 98c3846

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Source/FikaAmazonAPI.SampleCode/FulFillmentInboundv20240320Sample .cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ public void CreateShipmentPlan()
3333
oInboundShipmentPlanRequestItem.Quantity = 1;
3434
oInboundShipmentPlanRequestItem.LabelOwner = AmazonSpApiSDK.Models.FulfillmentInboundv20240320.LabelOwner.SELLER;
3535
oInboundShipmentPlanRequestItem.PrepOwner = AmazonSpApiSDK.Models.FulfillmentInboundv20240320.PrepOwner.SELLER;
36-
36+
oInboundShipmentPlanRequestItem.Expiration = DateTime.Now.AddDays(110);
37+
3738
var oResult = amazonConnection.FulFillmentInboundv20240320.CreateInboundPlan(oCreateInboundShipmentPlanRequest);
3839

3940
}

0 commit comments

Comments
 (0)