You are here

commerce_shipping.commerce_package_types.yml in Commerce Shipping 8.2

File

commerce_shipping.commerce_package_types.yml
View source
  1. custom_box:
  2. remote_id: custom
  3. label: 'Custom box (1x1x1 mm)'
  4. dimensions:
  5. length: 1
  6. width: 1
  7. height: 1
  8. unit: 'mm'
  9. commerce_package_type:
  10. class: \Drupal\commerce_shipping\Plugin\Commerce\PackageType\PackageType
  11. deriver: \Drupal\commerce_shipping\Plugin\Deriver\PackageTypeDeriver