public interface CustomerService
Modifier and Type | Method and Description |
---|---|
Customer |
create(java.lang.String shopId,
Customer customer) |
Customer |
get(java.lang.String shopId,
GUID customerId) |
PageEP6<Customer> |
getAll(java.lang.String shopId,
ShopRequestContext shopRequestContext) |
Customer |
patch(java.lang.String shopId,
GUID customerId,
JsonPatch jsonPatch) |
PageEP6<Customer> getAll(java.lang.String shopId, ShopRequestContext shopRequestContext)