Class ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsByIDPost

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsByIDPost,ShoppingList,MyShoppingListUpdate>
com.commercetools.api.client.ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsByIDPost
All Implemented Interfaces:
ConflictingTrait<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsByIDPost>, Deprecatable200Trait<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsByIDPost>, ErrorableTrait<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsByIDPost>, ExpandableTrait<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsByIDPost>, io.vrap.rmf.base.client.ClientRequestCommand<ShoppingList>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.RequestCommand<ShoppingList>

If a ShoppingList exists in a Project but does not have the store field, or the store field references a different Store, the ResourceNotFound error is returned.



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.shopping_list.ShoppingList>> result = apiRoot
            .withProjectKey("{projectKey}")
            .inStoreKeyWithStoreKeyValue("{storeKey}")
            .me()
            .shoppingLists()
            .withId("{ID}")
            .post(null)
            .execute()