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);
}
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
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