commerce1_product.yml in Commerce Migrate 3.0.x
Same filename and directory in other branches
modules/commerce/migrations/commerce1_product.yml
File
modules/commerce/migrations/commerce1_product.ymlView source
- id: commerce1_product
- label: Commerce product
- migration_tags:
- - Drupal 7
- - Commerce
- - Content
- deriver: Drupal\commerce_migrate_commerce\Plugin\migrate\ProductDeriver
- source:
- plugin: commerce1_product_display
- process:
- product_id: nid
- title: title
- type:
- plugin: migration_lookup
- migration: commerce1_product_type
- source: type
- uid: uid
- body: body
- status: status
- created: created
- changed: changed
- path: path
- variations:
- plugin: migration_lookup
- migration: commerce1_product_variation
- source: variations_field
- destination:
- plugin: 'entity:commerce_product'
- destination_module: commerce_product
- migration_dependencies:
- required:
- - commerce1_store
- - commerce1_product_variation
- - commerce1_product_type
- optional:
- - d7_field_instance