object

ProductSizeDetails

Represents the size details of a product, including dimensions, weight, and availability.
Fields
dimension
Dimension
The dimensions of the product size.
display
String
Display name of the product size.
is_available
Boolean
Indicates whether the product size is available for purchase.
quantity
Int
The quantity of the product size available.
seller_identifiers
[String]
List of identifiers used by sellers for the product size.
value
String
The value or label representing the product size.
weight
Weight
The weight of the product size.