Class ByProjectKeyInStoreKeyByStoreKeyShoppingListsPostString

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<T,TResult,TBody>
io.vrap.rmf.base.client.TypeBodyApiMethod<T,TResult,String>
io.vrap.rmf.base.client.StringBodyApiMethod<ByProjectKeyInStoreKeyByStoreKeyShoppingListsPostString,ShoppingList>
com.commercetools.api.client.ByProjectKeyInStoreKeyByStoreKeyShoppingListsPostString
All Implemented Interfaces:
Deprecatable201Trait<ByProjectKeyInStoreKeyByStoreKeyShoppingListsPostString>, ErrorableTrait<ByProjectKeyInStoreKeyByStoreKeyShoppingListsPostString>, ExpandableTrait<ByProjectKeyInStoreKeyByStoreKeyShoppingListsPostString>, io.vrap.rmf.base.client.ClientRequestCommand<ShoppingList>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.HttpRequestCommand<ShoppingList>, io.vrap.rmf.base.client.RequestCommand<ShoppingList>

When using this endpoint, the store field of a ShoppingList is always set to the Store specified in the path parameter.



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