The call to the InventoryService updateOffer() will always fail with a vague error message about "" (blank) being invalid.
This appears to be due to the InventoryService having a mixed up mapping between the resource (offer_Id) and the param (offerId) for this request type. The UpdateOfferRestRequest has the property as (offerId).
The call to the InventoryService updateOffer() will always fail with a vague error message about "" (blank) being invalid.
This appears to be due to the InventoryService having a mixed up mapping between the resource (offer_Id) and the param (offerId) for this request type. The UpdateOfferRestRequest has the property as (offerId).