PackageInput
(INPUT_OBJECT)
Dimensions and weight of a product package
link GraphQL Schema definition
- input PackageInput {
- # unique identifier of the package
- ID :
- # package lengtt. Longest package dimension
- DimensionInput :
- # package width
- DimensionInput :
- # package height
- DimensionInput :
- # total package weight
- WeightInput :
- # additional note or description
- String :
- # custom label or name for the package
- String :
- }