All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
- Added TaxAmount field to item-level data in order exports
- Tax amount now includes both base and store currency values based on price type configuration
- Replace signatures like Type $x = null with ?Type $x = null (or Type|null)
- The other way was deprecated in PHP 8.4
- Contribution made by ckd
- Removed const string from ShipmentNotification ORD-4355 Caused issued in PHP 8.2 and below
- Bumped to resync with Adobes published version
- Added UPC mapping functionality to order exports
- Added ability to select product attribute to use as UPC value in order exports
- Fixed Issue with page sizing with empty results
- Updated custom store export implementation to include the payment method.
- Release Job
- ShipEngine Connect Models
- Release Action
- New API Endpoints
- InventoryFetch (Beta)
- InventoryPush (Beta)
- SalesOrdersExport
- ShipmentNotification
- Diagnostics Routes
- Liveness - Endpoint to determine if api is available
- Version - Details about Magento installation & plugin version