OBJECT
ShippingParcel
Shipping Parcel dimensions and weight.
link GraphQL Schema definition
- type ShippingParcel implements Node {
- Float :
- # Depth converted from 'distance_unit' to 'cm'
- Float :
- String! :
- ID! :
- Float :
- # Length converted from 'distance_unit' to 'cm'
- Float :
- String! :
- Float :
- # Weight converted from 'mass_unit' to 'kg'
- Float :
- Float :
- # Width converted from 'distance_unit' to 'cm'
- Float :
- }