Class ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet

All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet>, ErrorableTrait<ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet>, ExpandableTrait<ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet>, PagingTrait<ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet>, QueryTrait<ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet>, SortableTrait<ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet>, ClientRequestCommand<ProductTailoringPagedQueryResponse>, CreateHttpRequestCommand, HttpRequestCommand<ProductTailoringPagedQueryResponse>, RequestCommand<ProductTailoringPagedQueryResponse>

Queries Product Tailoring in a specific Store.



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.product_tailoring.ProductTailoringPagedQueryResponse>> result = apiRoot
            .withProjectKey("{projectKey}")
            .inStoreKeyWithStoreKeyValue("{storeKey}")
            .productTailoring()
            .get()
            .execute()