You are here

commerce_order.commerce_order_item_type.physical_product_variation.yml in Commerce Demo 8

config/install/commerce_order.commerce_order_item_type.physical_product_variation.yml

File

config/install/commerce_order.commerce_order_item_type.physical_product_variation.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - commerce_tax
  6. third_party_settings:
  7. commerce_tax:
  8. taxable_type: physical_goods
  9. label: 'Physical (Product variation)'
  10. id: physical_product_variation
  11. purchasableEntityType: commerce_product_variation
  12. orderType: physical
  13. traits: { }
  14. locked: false