fix(js-sdk): add missing query param to deleteLineItem jsdoc (#13835)
This commit is contained in:
committed by
GitHub
parent
2ce0e37e98
commit
22d23b148e
5
.changeset/tiny-seahorses-hang.md
Normal file
5
.changeset/tiny-seahorses-hang.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"@medusajs/js-sdk": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
add missing query param to deleteLineItem jsdoc
|
||||||
@@ -683,6 +683,7 @@ export class Store {
|
|||||||
*
|
*
|
||||||
* @param cartId - The cart's ID.
|
* @param cartId - The cart's ID.
|
||||||
* @param lineItemId - The item's ID.
|
* @param lineItemId - The item's ID.
|
||||||
|
* @param query - Configure the fields to retrieve in the cart.
|
||||||
* @param headers - Headers to pass in the request.
|
* @param headers - Headers to pass in the request.
|
||||||
* @returns The deletion's details.
|
* @returns The deletion's details.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user