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.
1 parent 4fec1fd commit ebfdf76Copy full SHA for ebfdf76
Source/FikaAmazonAPI/Parameter/FulFillmentInbound/v20240320/ParameterUpdateItemComplianceDetails.cs
@@ -1,10 +1,9 @@
1
using FikaAmazonAPI.Search;
2
-using FikaAmazonAPI.Parameter.FulFillmentInbound;
3
4
namespace FikaAmazonAPI.Parameter.FulFillmentInbound.v20240320
5
{
6
public class ParameterUpdateItemComplianceDetails : ParameterBased
7
8
- public string MarketplaceId { get; set; }
+ public string marketplaceId { get; set; }
9
}
10
0 commit comments