core / com.schibsted.account.network.service.client / ClientContract / getProduct

getProduct

@GET("api/2/product/{productId}") abstract fun getProduct(@Header("Authorization") clientBearer: String, @Path("productId") productId: String): Call<ApiContainer<Product>>