20 lines
363 B
TypeScript
20 lines
363 B
TypeScript
/**
|
|
* @schema StoreUpdateCartLineItem
|
|
* type: object
|
|
* description: SUMMARY
|
|
* x-schemaName: StoreUpdateCartLineItem
|
|
* required:
|
|
* - quantity
|
|
* - metadata
|
|
* properties:
|
|
* quantity:
|
|
* type: number
|
|
* title: quantity
|
|
* description: The cart's quantity.
|
|
* metadata:
|
|
* type: object
|
|
* description: The cart's metadata.
|
|
*
|
|
*/
|
|
|