22 lines
550 B
TypeScript
22 lines
550 B
TypeScript
/**
|
|
* @schema StoreUpdateCartLineItem
|
|
* type: object
|
|
* description: The details to update in the line item.
|
|
* x-schemaName: StoreUpdateCartLineItem
|
|
* required:
|
|
* - quantity
|
|
* properties:
|
|
* quantity:
|
|
* type: number
|
|
* title: quantity
|
|
* description: The item's quantity.
|
|
* metadata:
|
|
* type: object
|
|
* description: The item's metadata, can hold custom key-value pairs.
|
|
* externalDocs:
|
|
* url: https://docs.medusajs.com/api/store#manage-metadata
|
|
* description: Learn how to manage metadata
|
|
*
|
|
*/
|
|
|