Interface MerchStrategyServiceClient


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

    • getStrategies

      @GET @Path("/${tenant}/strategies") List<Strategy> getStrategies(@QueryParam("pageNumber") Integer pageNumber, @QueryParam("pageSize") 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") 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") String id)
      getStrategy is an API for returning a Strategy entity with an id