Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Introducing new param for the Api Class's request method `override_group` which allows you to override the default group for a particular method within a group. This is useful for certain cases when a particular api is moved to a new group but for backwards compatibility, you want to support old methods as well. For example, see ship_order_item method changes and new shipment create owing to the new change: https://api.bol.com/retailer/public/Retailer-API/v10/releasenotes.html#_new_features_and_improvements_4 * Shipments group's list endpoint needs `order-id` instead of `order_id`
- Loading branch information