From 4fc48db11eb76852893b82a14e2f08fffe194d7a Mon Sep 17 00:00:00 2001 From: Nicklas Gellner <85512181+MedusaNick@users.noreply.github.com> Date: Mon, 16 Oct 2023 01:18:45 -0700 Subject: [PATCH] docs: fix link not showing correctly (#5373) Co-authored-by: Shahed Nasser --- .../modules/multiwarehouse/backend/create-inventory-service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/apps/docs/content/modules/multiwarehouse/backend/create-inventory-service.md b/www/apps/docs/content/modules/multiwarehouse/backend/create-inventory-service.md index ce976b155d..7876370907 100644 --- a/www/apps/docs/content/modules/multiwarehouse/backend/create-inventory-service.md +++ b/www/apps/docs/content/modules/multiwarehouse/backend/create-inventory-service.md @@ -329,7 +329,7 @@ Make sure to replace `CustomInventoryItem` with your inventory item entity. ### Implementing listReservationItems Method -This method is used to retrieve a list of reservation items. It accepts the same parameters as the [[listInventoryItems method](#implementing-listinventoryitems-method)](#implementing-listinventoryitems-method), but the `selector` parameter has the following properties: +This method is used to retrieve a list of reservation items. It accepts the same parameters as the [listInventoryItems method](#implementing-listinventoryitems-method)](#implementing-listinventoryitems-method), but the `selector` parameter has the following properties: 1. `id`: an optional string or array of strings indicating the IDs of reservation items. It is used to filter the retrieved reservation items by ID. 2. `type`: an optional string or array of strings indicating the type of reservation items. It is used to filter the retrieved reservation items by type.