Skip to content

Commit

Permalink
docs: fix link not showing correctly (#5373)
Browse files Browse the repository at this point in the history
Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
  • Loading branch information
MedusaNick and shahednasser authored Oct 16, 2023
1 parent 3b45fdf commit 4fc48db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

2 comments on commit 4fc48db

@vercel
Copy link

@vercel vercel bot commented on 4fc48db Oct 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs-ui – ./www/apps/ui

docs-ui-git-develop-medusajs.vercel.app
docs-ui-medusajs.vercel.app
docs-ui.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 4fc48db Oct 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

api-reference – ./www/apps/api-reference

api-reference-git-develop-medusajs.vercel.app
api-reference-delta.vercel.app
api-reference-medusajs.vercel.app
docs.medusajs.com

Please sign in to comment.