Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.19 KB

OrderItemOption.md

File metadata and controls

31 lines (20 loc) · 1.19 KB

UltraCartRestApiV2.OrderItemOption

Properties

Name Type Description Notes
additional_dimension_application String How the additional dimensions are applied to the item. [optional]
cost_change Currency [optional]
file_attachment OrderItemOptionFileAttachment [optional]
height Distance [optional]
hidden Boolean True if this option is hidden from display on the order [optional]
label String Label [optional]
length Distance [optional]
one_time_fee Boolean True if the cost associated with this option is a one time fee or multiplied by the quantity of the item [optional]
value String Value [optional]
weight_change Weight [optional]
width Distance [optional]

Enum: AdditionalDimensionApplicationEnum

  • none (value: "none")

  • set_item_to (value: "set item to")

  • add_item (value: "add item")