Advertisement
pharmokan

global magento attributes price groups csv fields

Jul 22nd, 2019
596
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. name
  2. short_description
  3. sku
  4. price
  5. weight
  6. color
  7. notes
  8. product_category_type
  9. erp_sku
  10. dimensions
  11. cbm
  12. texture
  13. swatch
  14. upc
  15. width
  16. depth
  17. height
  18. material
  19. case_dimensions
  20. shipping_method
  21. item_status
  22. reclines
  23. number_packages
  24. recline_mechanism
  25. upholstery
  26. sewing_type
  27. foam_depth
  28. child_skus
  29. model
  30. packing
  31. frame_construction
  32. seat_construction
  33. assembly_required
  34. back_construction
  35. fixed_seat
  36. container_qty
  37. seat_width
  38. seat_depth
  39. seat_height
  40. carton_width
  41. carton_depth
  42. carton_height
  43. gross_weight
  44. cbft
  45. item_type
  46. bed_size
  47. diagram
  48. amazon_name
  49. asin
  50. diagram_link
  51. assembly_instructions
  52. package_dimensions
  53. density
  54. freight_class
  55. google_category
  56. headboard_height
  57. base_height
  58. shipping_skus
  59. warehouse_price
  60. pallet_length
  61. pallet_depth
  62. pallet_height
  63. pallet_weight
  64. pallet_cbft
  65. overstock_sku
  66. overstock_upc
  67. overstock_model
  68. amazon_upc
  69. amazon_sku
  70.  
  71. #child_skus is displayed on website
  72. #shipping_skus can have child skus in it that are not acctivate skus for example: 3 pc sofa set
  73.  
  74. #create/import products with images and group pricing
  75. php /var/www/html/magmi/magmi/cli/magmi.cli.php -profile=import -mode=xcreate -CSV:filename="/var/www/html/global/var/import/test.csv"
  76.  
  77. #update product information no image group pricing OK
  78. php /var/www/html/magmi/magmi/cli/magmi.cli.php -profile=default -mode=update -CSV:filename="/var/www/html/global/var/import/test2.csv"
  79.  
  80. sku image thumbnail small_image gallery type manage_stock is_in_stock qty tax_class_id store visibility status attribute_set
  81. aaa /aaa.jpg /aaa.jpg /aaa.jpg /bbb.jpg;/ccc.jpg simple 0 1 1 0 admin 4 Enabled Default
  82.  
  83.  
  84.  
  85. group_price:5_percent_off_regular group_price:arizona group_price:chicago group_price:flooring group_price:regular group_price:flooring group_price:amazon group_price:overstock group_price:wayfair group_price:houzz group_price:homeroots
  86.  
  87. product_category_type upholstery texture packing
  88. sofa_set chanille fabric cardboard_box
  89. sofa_love fabric high_gloss cardboard_with_plastic
  90. sectional genuine_italian_leather leather soft_package
  91. sofa leather_air wood_finish
  92. loveseat leather_air_match
  93. loveseat_console leather_gel_match
  94. chair leather_match
  95. bed microfiber
  96. bedroom_set palomino
  97. configurable_bed velvet_fabric
  98. armless_chair polyester
  99. armless_chair_recliner linen
  100. buffet
  101. chaise
  102. chest
  103. coffee_table
  104. console
  105. dining_chair
  106. dining_set
  107. dining_table
  108. dresser
  109. end_table
  110. laf_chaise
  111. laf_recliner
  112. mirror
  113. nightstand
  114. ottoman
  115. raf_chaise
  116. raf_recliner
  117. recliner
  118. tv_stand
  119. vetrine
  120. wedge
  121. accent_chair
  122.  
  123. "C:\Users\danielz\AppData\Local\Programs\Git\bin\sh.exe" -c "scp /c/z/magmi-juggler/ droplet2:/root/;ssh droplet2 php /var/www/html/magmi/magmi/cli/magmi.cli.php -profile=default -mode=update -CSV:filename=/root/ "
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement