Class ByProjectKeyProductTailoringByIDGet

All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyProductTailoringByIDGet>, ErrorableTrait<ByProjectKeyProductTailoringByIDGet>, ExpandableTrait<ByProjectKeyProductTailoringByIDGet>, ClientRequestCommand<ProductTailoring>, CreateHttpRequestCommand, HttpRequestCommand<ProductTailoring>, RequestCommand<ProductTailoring>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.product_tailoring.ProductTailoring>> result = apiRoot
            .withProjectKey("{projectKey}")
            .productTailoring()
            .withId("{ID}")
            .get()
            .execute()