remove product attribute
This commit is contained in:
@@ -107,12 +107,14 @@ export class CreateOrderAsAdminDto {
|
||||
{
|
||||
productId: 1,
|
||||
designerId: '',
|
||||
// print: [{ fieldId: '', value: '' }],
|
||||
// printAttachments: [{ url: '', type: '' }],
|
||||
attachments: [{ url: '', type: '' }],
|
||||
quantity: 100,
|
||||
attributes: [],
|
||||
attributes: [{ fieldId: 10, value: 'blue' }],
|
||||
unitPrice: 150000,
|
||||
discount: 20000
|
||||
discount: 20000,
|
||||
adminDescription: '',
|
||||
description:'توضیحات کاربر',
|
||||
|
||||
}
|
||||
]
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user