Claytondus.AmazonMWS icon indicating copy to clipboard operation
Claytondus.AmazonMWS copied to clipboard

.NET Standard fork of Amazon MWS client

Results 8 Claytondus.AmazonMWS issues
Sort by recently updated
recently updated
newest added

When using the GetOrder, ListOrders or ListOrdersByNextToken endpoints, business orders will sometimes return an XML element for `TaxRegistrationDetails`: ``` GB0123456789 GB VAT ``` This is a child of the ``...

Hi , Could you please guide on how to mock the api for testing?

Hi, now i got the issue after come back again. You need to recode the WriteFragmentTo in the Claytondus.AmazonMWS.Products.Model.MoneyType class. With the german localization the ".ToString" function convert the decimal...

Hi, can you integrate or any quick hack? https://github.com/amzn/selling-partner-api-docs/blob/main/references/solicitations-api/solicitations.md in this lib?

Hi, the following fields are missing from the Item object: ItemWeight ItemDescription ItemLevelSellerInputsList (New type) I need the weight for International shipping :-)

Hello, i try to use the GetMyFeesEstimate API and get every time a Malformed error. The critical line is the Amount = 12.99M with 13 it works fine but i...

https://github.com/claytondus/Claytondus.AmazonMWS/blob/5a21e41403acf8c598b7bc65ae62be8b91f4787f/Claytondus.AmazonMWS.MerchantFulfillment.Test/MWSMerchantFulfillmentServiceSample.cs#L132 seems to me that label options are missing from your code see here a direct download from amazon. public CreateShipmentResponse InvokeCreateShipment() { // Create a request. CreateShipmentRequest request =...

Hello, i have this issue sice yesterday. Some important datas now null: "ShippingAddress":{ "Name":null, "AddressLine1":null, "AddressLine2":null, "AddressLine3":null, "County":null, }, "BuyerName":null, "BuyerCounty":null, "FulfillmentChannel":"MFN", Can someone help me? I need this information...