This commit is contained in:
2026-02-12 11:29:31 +03:30
parent 27ed70a3a5
commit 8b45f5f0ee
6 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -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()