File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,9 @@ static async Task Main(string[] args)
27
27
IsDebugMode = true
28
28
} , loggerFactory : factory ) ;
29
29
30
+
31
+ var aa = amazonConnection . Seller . GetMarketplaceParticipations ( ) ;
32
+
30
33
var plan = amazonConnection . FulFillmentInboundv20240320 . ListInboundPlans ( new Parameter . FulFillmentInbound . v20240320 . ParameterListInboundPlans
31
34
{
32
35
Status = AmazonSpApiSDK . Models . FulfillmentInboundv20240320 . InboundPlanStatus . ACTIVE
Original file line number Diff line number Diff line change @@ -302,7 +302,7 @@ protected void ParseResponse(RestResponse response)
302
302
switch ( error . Code )
303
303
{
304
304
case "Unauthorized" :
305
- throw new AmazonUnauthorizedException ( error . Message , response ) ;
305
+ throw new AmazonUnauthorizedException ( $ " { error . Message } { error . Details } " , response ) ;
306
306
case "InvalidSignature" :
307
307
throw new AmazonInvalidSignatureException ( error . Message , response ) ;
308
308
case "InvalidInput" :
You can’t perform that action at this time.
0 commit comments