Class ByProjectKeyStandalonePricesByIDPostString

All Implemented Interfaces:
ConflictingTrait<ByProjectKeyStandalonePricesByIDPostString>, Deprecatable200Trait<ByProjectKeyStandalonePricesByIDPostString>, ErrorableTrait<ByProjectKeyStandalonePricesByIDPostString>, ExpandableTrait<ByProjectKeyStandalonePricesByIDPostString>, ClientRequestCommand<StandalonePrice>, CreateHttpRequestCommand, HttpRequestCommand<StandalonePrice>, RequestCommand<StandalonePrice>

If a modification is already in progress for the exact combination of SKU and price scope fields, an ExactLockConflict or ValidityLockConflict error is returned.



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.standalone_price.StandalonePrice>> result = apiRoot
            .withProjectKey("{projectKey}")
            .standalonePrices()
            .withId("{ID}")
            .post("")
            .execute()