Interface MerchStrategyServiceClient


  • public interface MerchStrategyServiceClient
    MerchStrategyServiceClient is an JAX-RS client for the Merch v2 Strategy Service.
    • Method Detail

      • getStrategies

        @GET
        @Path("/${tenant}/strategies")
        java.util.List<Strategy> getStrategies​(@QueryParam("pageNumber")
                                               java.lang.Integer pageNumber,
                                               @QueryParam("pageSize")
                                               java.lang.Integer pageSize)
        getStrategies is an API for returning a list of configured Strategy entities. This is intended for use with pagination.
      • getStrategies

        @GET
        @Path("/${tenant}/strategies")
        java.util.List<Strategy> getStrategies()
        getStrategies is an API for returning all Strategy entities configured without pagination.
      • getStrategy

        @GET
        @Path("/${tenant}/strategies/{id}")
        Strategy getStrategy​(@PathParam("id")
                             java.lang.String id)
        getStrategy is an API for returning a Strategy entity with an id