CustomerOrderReadService
in
Interface CustomerOrderReadService
Table of Contents
- getCustomerMemoById() : CustomerOrder
- Returns a specific customer order based on the given ID.
- getCustomerOrders() : CustomerOrders
- Returns all available customer orders.
Methods
getCustomerMemoById()
Returns a specific customer order based on the given ID.
public
getCustomerMemoById(int $orderId) : CustomerOrder
Parameters
- $orderId : int
Tags
Return values
CustomerOrder —getCustomerOrders()
Returns all available customer orders.
public
getCustomerOrders(int $customerId) : CustomerOrders
Parameters
- $customerId : int