Class ByProjectKeyInStoreKeyByStoreKeyShoppingListsPostString

All Implemented Interfaces:
Deprecatable201Trait<ByProjectKeyInStoreKeyByStoreKeyShoppingListsPostString>, ErrorableTrait<ByProjectKeyInStoreKeyByStoreKeyShoppingListsPostString>, ExpandableTrait<ByProjectKeyInStoreKeyByStoreKeyShoppingListsPostString>, ClientRequestCommand<ShoppingList>, CreateHttpRequestCommand, HttpRequestCommand<ShoppingList>, 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()