Module: ShopifyTransporter
- Defined in:
- lib/shopify_transporter.rb,
lib/shopify_transporter/version.rb,
lib/shopify_transporter/shopify/order.rb,
lib/shopify_transporter/generators/new.rb,
lib/shopify_transporter/pipeline/stage.rb,
lib/shopify_transporter/shopify/record.rb,
lib/shopify_transporter/shopify/product.rb,
lib/shopify_transporter/shopify/customer.rb,
lib/shopify_transporter/exporters/exporter.rb,
lib/shopify_transporter/generators/generate.rb,
lib/shopify_transporter/exporters/magento/sql.rb,
lib/shopify_transporter/generators/base_group.rb,
lib/shopify_transporter/exporters/magento/soap.rb,
lib/shopify_transporter/shopify/attributes_helpers.rb,
lib/shopify_transporter/record_builder/record_builder.rb,
lib/shopify_transporter/shopify/attributes_accumulator.rb,
lib/shopify_transporter/exporters/magento/database_cache.rb,
lib/shopify_transporter/exporters/magento/order_exporter.rb,
lib/shopify_transporter/pipeline/magento/order/discounts.rb,
lib/shopify_transporter/exporters/magento/product_options.rb,
lib/shopify_transporter/pipeline/all_platforms/metafields.rb,
lib/shopify_transporter/pipeline/magento/order/line_items.rb,
lib/shopify_transporter/exporters/magento/magento_exporter.rb,
lib/shopify_transporter/exporters/magento/product_exporter.rb,
lib/shopify_transporter/exporters/magento/customer_exporter.rb,
lib/shopify_transporter/pipeline/magento/order/transactions.rb,
lib/shopify_transporter/pipeline/magento/order/shipping_lines.rb,
lib/shopify_transporter/record_builder/product_record_builder.rb,
lib/shopify_transporter/pipeline/magento/product/variant_image.rb,
lib/shopify_transporter/exporters/magento/database_table_exporter.rb,
lib/shopify_transporter/pipeline/magento/order/addresses_attribute.rb,
lib/shopify_transporter/pipeline/magento/order/top_level_attributes.rb,
lib/shopify_transporter/pipeline/magento/product/variant_attributes.rb,
lib/shopify_transporter/pipeline/magento/customer/addresses_attribute.rb,
lib/shopify_transporter/pipeline/magento/product/top_level_attributes.rb,
lib/shopify_transporter/pipeline/magento/customer/top_level_attributes.rb,
lib/shopify_transporter/pipeline/magento/product/top_level_variant_attributes.rb
Defined Under Namespace
Modules: Exporters, Pipeline, Shopify Classes: BaseGroup, Generate, KeyMissing, MissingParentObject, New, ProductRecordBuilder, RecordBuilder, RequiredKeyMissing
Constant Summary collapse
- DEFAULT_METAFIELD_NAMESPACE =
'migrated_data'- VERSION =
'2.5.0'