• Example searches: “transaction”, “CreateOrder”, “/v2/locations”, “inventory”, “delete customer”

Object Index

You are viewing an old version of the API
OrderReturnLineItemModifier BETA

A line item modifier being returned.

Properties

Name Description
uid
string

A unique ID that identifies the return modifier only within this order.

Max Length 60
source_modifier_uid
string

The modifier uid from the order's line item that contains the original sale of this line item modifier.

Max Length 60
catalog_object_id
string

The catalog object ID referencing CatalogModifier.

Max Length 192
catalog_version
integer (64-bit)

The version of the catalog object that this line item modifier references.

name
string

The name of the item modifier.

Max Length 255
base_price_money
Money

The base price for the modifier.

base_price_money is required for ad hoc modifiers. If both catalog_object_id and base_price_money are set, base_price_money overrides the predefined CatalogModifier price.

total_price_money
Money

Read only The total price of the item modifier for its line item. This is the modifier's base_price_money multiplied by the line item's quantity.