We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e052b06 + 00710c7 commit 57486afCopy full SHA for 57486af
Source/FikaAmazonAPI/Parameter/FulFillmentInbound/ParameterGetShipments.cs
@@ -1,13 +1,14 @@
1
-using FikaAmazonAPI.Search;
+using FikaAmazonAPI.Search;
2
using System;
3
using System.Collections.Generic;
4
using static FikaAmazonAPI.Utils.Constants;
5
+using FikaAmazonAPI.AmazonSpApiSDK.Models.FulfillmentInbound;
6
7
namespace FikaAmazonAPI.Parameter.FulFillmentInbound
8
{
9
public class ParameterGetShipments : ParameterBased
10
- public IList<ShipmentStatusList> ShipmentStatusList { get; set; }
11
+ public IList<ShipmentStatus> ShipmentStatusList { get; set; }
12
public IList<string> ShipmentIdList { get; set; }
13
public DateTime? LastUpdatedAfter { get; set; }
14
public DateTime? LastUpdatedBefore { get; set; }
0 commit comments