Class ByProjectKeyInStoreKeyByStoreKeyProductTailoringPostString

All Implemented Interfaces:
Deprecatable201Trait<ByProjectKeyInStoreKeyByStoreKeyProductTailoringPostString>, ErrorableTrait<ByProjectKeyInStoreKeyByStoreKeyProductTailoringPostString>, ExpandableTrait<ByProjectKeyInStoreKeyByStoreKeyProductTailoringPostString>, ClientRequestCommand<ProductTailoring>, CreateHttpRequestCommand, HttpRequestCommand<ProductTailoring>, RequestCommand<ProductTailoring>

Creates a ProductTailoring in the Store specified by storeKey. When using this endpoint the ProductTailoring's store field is always set to the Store specified in the path parameter.

Generates the ProductTailoringCreated Message.



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