jlevers / selling-partner-api

A PHP client library for Amazon's Selling Partner API
BSD 3-Clause "New" or "Revised" License
409 stars 200 forks source link

AmazonWarehousingAndDistributionV20240509\Api: method getInboundShipment doesn't accept "skuQuantities" attribute #789

Closed kkbur closed 1 month ago

kkbur commented 2 months ago

Problem description:

I'm implementing AWD Inbound Shipments polling service and I noticed that latest release of this package doesn't include option skuQuantities in getInboundShipment operation. It just missing there

Code

// src/Seller/AmazonWarehousingAndDistributionV20240509/Api.php:16
public function getInboundShipment(string $shipmentId): Response
{
    $request = new GetInboundShipment($shipmentId);

    return $this->connector->send($request);
}

Seller Central SP API config page screenshot

зображення

SP-API Docs Link: https://developer-docs.amazon.com/sp-api/docs/awd_2024-05-09-reference#getinboundshipment

kkbur commented 1 month ago

Fixed in v7.2.0