Added product admin features
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
|
||||
When added as order rows :
|
||||
|
||||
|
||||
|
||||
kit 47851:
|
||||
'stockId'
|
||||
'productId' 47851
|
||||
'type' // always 'stock'
|
||||
'artNo'
|
||||
'path'
|
||||
'name'
|
||||
'baseName'
|
||||
'price'
|
||||
'weight'
|
||||
|
||||
|
||||
dyi frame 45479:
|
||||
'stockId'
|
||||
'productId' 45479
|
||||
'product_description'
|
||||
'type' // always 'stock'
|
||||
'artNo'
|
||||
'path'
|
||||
'name'
|
||||
'price'
|
||||
'width'
|
||||
'height'
|
||||
'weight'
|
||||
'measure_unit'
|
||||
'displayWidth'
|
||||
'displayHeight'
|
||||
|
||||
|
||||
sample:
|
||||
'productId'
|
||||
'name'
|
||||
'artNo'
|
||||
'material'
|
||||
'weight'
|
||||
'price'
|
||||
'type' // always 'stock'
|
||||
'path'
|
||||
Reference in New Issue
Block a user