Alokai

GetShoppingListParams

Parameters for the getShoppingList API endpoint.

interface GetShoppingListParams extends MeShoppingListsArgs {
	id?: string;
}

Properties

NameRequiredTypeDescription
idOptionalstringID of the shopping list to fetch.

Referenced Types

On this page