variant
This commit is contained in:
@@ -22,7 +22,7 @@ export class BulkAddItemsToCartDto {
|
||||
type: [AddItemToCartDto],
|
||||
example: [
|
||||
{ variantId: 'product-123', quantity: 2 },
|
||||
{ productId: 'product-456', quantity: 1 },
|
||||
{ variantId: 'product-456', quantity: 1 },
|
||||
],
|
||||
})
|
||||
@IsNotEmpty()
|
||||
|
||||
Reference in New Issue
Block a user