All notable changes to grayloon/magento-laravel-api
will be documented in this file
- Added Bundle Product Options Endpoint
- Added Sources Endpoint
- Added Sources by name Endpoint
- Added Orders Endpoint
- Added Stocks Endpoint
- Ability to create cart as customer
- Ability to remove items from cart as guest
- Ability to remove items from cart as customer
- Fix: support custom singular API endpoints
- Fix for Laravel 8 Applications
- Ability to query custom extension API endpoints
- Added Delete and Put Methods
- Added Product Categories API Endpoint
- Added Payment as Guest Endpoint
- Added Payment as Customer Endpoint
- Added Cart Payment Methods Endpoint
- Added Shipping Information Endpoint
- Added Add Items as Customer to Cart Endpoint
- Now throws Exception when >500 error is thrown
- Support for Laravel 8 applications
- Removed Storage System (moved to its own package for less breaking changes)
- Added Guest Carts Endpoint
- Added Source Items Endpoint
- Added Product Links Endpoint
- Added Product Link Type Endpoint
- Ability to resolve Custom Attribute values
- Added helpers to easily retrieve product custom attribute values
- Added slug column to Magento Products table
- Ability to publish factories for application mocking
- Added slug attribute to Category Factory
- Downloads product images on product sync/import
- Initial Release