Amazon Selling Partner API (SP-API) SDK for TypeScript
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
Amazon Selling Partner API (SP-API) SDK for TypeScript
Loading...
The range of weights that are allowed for a package.