Closed Benjamest closed 1 year ago
The code example * $request = new UpdateOffersRequest('SHOP_ID'); fails as UpdateOffersRequest accepts an array. If you remove the SHOP_ID the code works as expected.
Hello,
Thanks for your feedback, the v1.18.1 has been released and fixes the PHPDoc.
The code example * $request = new UpdateOffersRequest('SHOP_ID'); fails as UpdateOffersRequest accepts an array. If you remove the SHOP_ID the code works as expected.