You are here

commerce1_order_item_type.yml in Commerce Migrate 3.1.x

modules/commerce/migrations/commerce1_order_item_type.yml

File

modules/commerce/migrations/commerce1_order_item_type.yml
View source
  1. id: commerce1_order_item_type
  2. label: Commerce order item type
  3. migration_tags:
  4. - Drupal 7
  5. - Commerce
  6. - Configuration
  7. source:
  8. plugin: commerce1_order_item_type
  9. process:
  10. id:
  11. -
  12. plugin: static_map
  13. source: type
  14. bypass: true
  15. map:
  16. shipping: false
  17. -
  18. plugin: skip_on_empty
  19. method: row
  20. type: type
  21. label: type
  22. purchasableEntityType:
  23. plugin: default_value
  24. default_value: 'commerce_product_variation'
  25. orderType:
  26. plugin: default_value
  27. default_value: 'default'
  28. destination:
  29. plugin: entity:commerce_order_item_type
  30. destination_module: commerce_order