Selling Partner API SDK for JavaScript
Preparing search index...
@sp-api-sdk/fulfillment-inbound-api-2024-03-20
WeightRange
Interface WeightRange
The range of weights that are allowed for a package.
interface
WeightRange
{
maximum
:
number
;
minimum
:
number
;
unit
:
UnitOfWeight
;
}
Index
Properties
maximum
minimum
unit
Properties
maximum
maximum
:
number
Maximum allowed weight.
minimum
minimum
:
number
Minimum allowed weight.
unit
unit
:
UnitOfWeight
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
maximum
minimum
unit
Selling Partner API SDK for JavaScript
Loading...
The range of weights that are allowed for a package.