JeremyDunn / php-fedex-api-wrapper

This library provides a fluid interface for constructing requests to the FedEx web service API.
269 stars 184 forks source link

Fedex SHIP (Multiple Package) #189

Closed mnszaidi closed 2 years ago

mnszaidi commented 2 years ago

Kindly provide Example for Multiple Packages

mixisLv commented 2 years ago

https://github.com/JeremyDunn/php-fedex-api-wrapper/blob/master/examples/ship.php#L113

$requestedShipment->setRequestedPackageLineItems([
    $packageLineItem1, $packageLineItem2, $packageLineItem3
]);
github-actions[bot] commented 2 years ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 2 years ago

This issue was closed because it has been inactive for 14 days since being marked as stale.