GetShoppingListParams
Parameters for the getShoppingList API endpoint.
interface GetShoppingListParams extends MeShoppingListsArgs {
id?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
id | Optional | string | ID of the shopping list to fetch. |
Parameters for the getShoppingList API endpoint.
interface GetShoppingListParams extends MeShoppingListsArgs {
id?: string;
}| Name | Required | Type | Description |
|---|---|---|---|
id | Optional | string | ID of the shopping list to fetch. |