Anchor to DeliveryConditionCriteriaDelivery
DeliveryConditionCriteria
union
Requires Any of or
shipping
access scopes or user permission.
The value (weight or price) that the condition field is compared to.
Anchor to Possible typesPossible types
- •OBJECT
A monetary value with currency.
- amount•Decimal!non-null
Decimal money amount.
- currency
Code •Currencynon-nullCode! Currency of the money.
- amount•
- •OBJECT
A weight, which includes a numeric value and a unit of measurement.
- unit•Weightnon-null
Unit! The unit of measurement for
value
.- value•Float!non-null
The weight value using the unit system specified with
unit
.
- unit•
Was this section helpful?
Anchor to Fields with this unionFields with this union
- •OBJECT
The value (weight or price) that the condition field is compared to.
Was this section helpful?
union DeliveryConditionCriteria = MoneyV2 | Weight