Preparing search index...
The search index is not available
Selling Partner API SDK for JavaScript
Selling Partner API SDK for JavaScript
@sp-api-sdk/catalog-items-api-v0
DimensionType
Interface DimensionType
The dimension type attribute of an item.
Export
DimensionType
interface
DimensionType
{
Height
?:
DecimalWithUnits
;
Length
?:
DecimalWithUnits
;
Weight
?:
DecimalWithUnits
;
Width
?:
DecimalWithUnits
;
}
Index
Properties
Height?
Length?
Weight?
Width?
Properties
Optional
Height
Height
?:
DecimalWithUnits
Memberof
DimensionType
Optional
Length
Length
?:
DecimalWithUnits
Memberof
DimensionType
Optional
Weight
Weight
?:
DecimalWithUnits
Memberof
DimensionType
Optional
Width
Width
?:
DecimalWithUnits
Memberof
DimensionType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
Height
Length
Weight
Width
Selling Partner API SDK for JavaScript
Loading...
The dimension type attribute of an item.
Export
DimensionType