Class ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet

All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet>, ErrorableTrait<ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet>, ExpandableTrait<ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet>, QueryTrait<ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet>, ClientRequestCommand<ProductsInStorePagedQueryResponse>, CreateHttpRequestCommand, HttpRequestCommand<ProductsInStorePagedQueryResponse>, RequestCommand<ProductsInStorePagedQueryResponse>

Queries Product Selection assignments in a specific Store.

The response will include duplicate Products whenever more than one active Product Selection of the Store includes a Product. To make clear through which Product Selection a Product is available in the Store the response contains assignments including both the Product and the Product Selection. Only Products of Product Selections that are activated in the Store will be returned.



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.product_selection.ProductsInStorePagedQueryResponse>> result = apiRoot
            .withProjectKey("{projectKey}")
            .inStoreKeyWithStoreKeyValue("{storeKey}")
            .productSelectionAssignments()
            .get()
            .execute()