You are here

commerce_usps.commerce_package_types.yml in Commerce USPS 8

File

commerce_usps.commerce_package_types.yml
View source
  1. # Domestic and International package types provided by USPS.
  2. usps_large_flat_rate_box:
  3. remote_id: 'Lg Flat Rate Box'
  4. label: 'USPS Large Flat Rate Box'
  5. dimensions:
  6. length: '12.25'
  7. width: '12.25'
  8. height: '6'
  9. unit: 'in'
  10. shipping_method: 'usps'
  11. usps_medium_flat_rate_box_top_loading:
  12. remote_id: 'Md Flat Rate Box'
  13. label: 'USPS Medium Flat Rate Box Top Loading'
  14. dimensions:
  15. length: '11.25'
  16. width: '8.75'
  17. height: '6'
  18. unit: 'in'
  19. shipping_method: 'usps'
  20. usps_medium_flat_rate_box:
  21. remote_id: 'Md Flat Rate Box'
  22. label: 'USPS Medium Flat Rate Box'
  23. dimensions:
  24. length: '12'
  25. width: '3.25'
  26. height: '14'
  27. unit: 'in'
  28. shipping_method: 'usps'
  29. usps_small_flat_rate_box:
  30. remote_id: 'Sm Flat Rate Box'
  31. label: 'USPS Small Flat Rate Box'
  32. dimensions:
  33. length: '8.69'
  34. width: '1.75'
  35. height: '5.5'
  36. unit: 'in'
  37. shipping_method: 'usps'
  38. commerce_package_type:
  39. class: \Drupal\commerce_shipping\Plugin\Commerce\PackageType\PackageType
  40. deriver: \Drupal\commerce_shipping\Plugin\Deriver\PackageTypeDeriver