commerce_qb_webconnect-8.x-2.0-alpha7/migrations/qb_webconnect_order.yml
migrations/qb_webconnect_order.yml
id: qb_webconnect_order
label: QB Webconnect Order
migration_tags:
- QB Webconnect
source:
plugin: qb_webconnect_completed_order
entity_type: commerce_order
static:
send_callback: prepareOrderExport
receive_callback: updateIdentifier
# Change this value to another one if your database is not named 'default'
# in settings.php.
key: default
process:
billing_profile_list_id:
plugin: migration_lookup
migration: qb_webconnect_customer
source: billing_profile__target_id
destination:
plugin: commerce_qb_webconnect
migration_dependencies:
required:
- qb_webconnect_customer
- qb_webconnect_product_variation
