Amazon Selling Partner API (SP-API) SDK for TypeScript
Preparing search index...
@sp-api-sdk/amazon-warehousing-and-distribution-api-2024-05-09
PackageWeight
Interface PackageWeight
Represents the weight of the package with a unit of measurement.
interface
PackageWeight
{
unitOfMeasurement
:
WeightUnitOfMeasurement
;
weight
:
number
;
}
Index
Properties
unit
Of
Measurement
weight
Properties
unit
Of
Measurement
unitOfMeasurement
:
WeightUnitOfMeasurement
weight
weight
:
number
The package weight value.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
unit
Of
Measurement
weight
Amazon Selling Partner API (SP-API) SDK for TypeScript
Loading...
Represents the weight of the package with a unit of measurement.