amzn / selling-partner-api-models

This repository contains OpenAPI models for developers to use when developing software to call Selling Partner APIs.
Apache License 2.0
569 stars 730 forks source link

AnyOfferChangedNotification has no `IsBuyBoxWinner` field #362

Closed AlexeyKosov closed 4 months ago

AlexeyKosov commented 4 months ago

The IsBuyBoxWinner field is missing in AnyOfferChangedNotification.json It should be under Payload / AnyOfferChangedNotification / Offers / OfferItem

shreeharsh-a commented 4 months ago

Hi, Per the docs the IsBuyBoxWinner field is an optional field & may not be included if its value is not set.

Thanks!