File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Source/FikaAmazonAPI/NotificationMessages Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
- # Amazon Selling Partner API C# [ ![ Build status] ( https://dev.azure.com/FikaAmazonSpAPI/Amazon-SP-API-CSharp/_apis/build/status/Amazon-SP-API-CSharp )] ( https://dev.azure.com/FikaAmazonSpAPI/Amazon-SP-API-CSharp/_build/latest?definitionId=4 ) [ ![ NuGet] ( https://img.shields.io/nuget/v/CSharpAmazonSpAPI.svg )] ( https://www.nuget.org/packages/CSharpAmazonSpAPI/ ) [ ![ License: MIT ] ( https://img.shields.io/badge/License-MIT-yellow .svg )] ( https://opensource.org/licenses/MIT )
1
+ # Amazon Selling Partner API C# [ ![ Build status] ( https://dev.azure.com/FikaAmazonSpAPI/Amazon-SP-API-CSharp/_apis/build/status/Amazon-SP-API-CSharp )] ( https://dev.azure.com/FikaAmazonSpAPI/Amazon-SP-API-CSharp/_build/latest?definitionId=4 ) [ ![ NuGet] ( https://img.shields.io/nuget/v/CSharpAmazonSpAPI.svg )] ( https://www.nuget.org/packages/CSharpAmazonSpAPI/ ) [ ![ Gitter Chat ] ( https://badges.gitter.im/bitwarden/Lobby .svg )] ( https://gitter.im/Amazon-SP-API-CSharp/community )
2
2
3
3
4
4
This is an API Binding in .Net C# for the new Amazon Selling Partner API.
@@ -27,6 +27,7 @@ The purpose of this package is to have an easy way of getting started with the A
27
27
- [x] [ Reports] ( https://github.com/amzn/selling-partner-api-docs/blob/main/references/reports-api/reports_2020-09-04.md )
28
28
- [x] [ FinancesV0] ( https://github.com/amzn/selling-partner-api-docs/blob/main/references/finances-api/financesV0.md )
29
29
- [x] [ Feeds] ( https://github.com/amzn/selling-partner-api-docs/blob/main/references/feeds-api/feeds_2021-06-30.md ) for [ feedType] ( https://github.com/amzn/selling-partner-api-docs/blob/main/references/feeds-api/feedtype-values.md ) for step to call feed read [ doc] ( https://github.com/amzn/selling-partner-api-docs/blob/main/guides/en-US/use-case-guides/feeds-api-use-case-guide/feeds-api-use-case-guide_2021-06-30.md )
30
+ - [ ] [ ListingsItems] ( https://github.com/amzn/selling-partner-api-docs/blob/main/references/listings-items-api/listingsItems_2021-08-01.md )
30
31
- [x] [ Uploads] ( https://github.com/amzn/selling-partner-api-docs/blob/main/references/uploads-api/uploads_2020-11-01.md )
31
32
- [x] [ shipmentInvoicingV0] ( https://github.com/amzn/selling-partner-api-docs/blob/main/references/shipment-invoicing-api/shipmentInvoicingV0.md )
32
33
- [x] [ Shippings] ( https://github.com/amzn/selling-partner-api-docs/blob/main/references/shipping-api/shipping.md )
Original file line number Diff line number Diff line change @@ -29,6 +29,12 @@ public partial class OfferElement
29
29
[ JsonProperty ( "IsFulfilledByAmazon" ) ]
30
30
public bool IsFulfilledByAmazon { get ; set ; }
31
31
32
+ /// <summary>
33
+ /// Indicates if the offer is buy box winner
34
+ /// </summary>
35
+ [ JsonProperty ( "IsBuyBoxWinner" ) ]
36
+ public bool IsBuyBoxWinner { get ; set ; }
37
+
32
38
/// <summary>
33
39
/// An explanation about the purpose of this instance.
34
40
/// </summary>
You can’t perform that action at this time.
0 commit comments