@java.lang.SuppressWarnings(value: unused) interface OrderReleasePoint
Defines the API for the Order release extensions supported.
Constructor and description |
---|
OrderReleasePoint
() |
Type Params | Return Type | Name and description |
---|---|---|
|
OrderReleaseResponse |
postRelease(OrderReleaseResponse coreResponse, OrderReleaseRequest orderReleaseRequest) Post-release extension method for the order release process. |
|
void |
preRelease(OrderReleaseRequest orderReleaseRequest) Pre-release extension method for the order release process. |
Post-release extension method for the order release process. See the core method OrderService.release for details.
Note: This method is part of the Stable API.
coreResponse
- The response from the core method (or from other extensions that provide a response).orderReleaseRequest
- The details of the release request (order and qty).Pre-release extension method for the order release process. See the core method OrderService.release for details.
Note: This method is part of the Stable API.
orderReleaseRequest
- The details of the release request (order and qty).