ReturnItemViewModel
Object containing an item line to be added to the return order.
Name | Description | Type | Additional information |
---|---|---|---|
Quantity |
Quantity to be returned. |
integer |
None. |
OrderDetailID |
Original order detail identifier. |
integer |
None. |
ProductID |
Inventory product identifier. Optional if OrderDetailID is set. |
string |
None. |
PriceTaxFields |
Contains the price and tax fields to be overridden for the given return order. When this field is not instantiated it will use as default the values from the original order. |
OrderDetailOverridenPriceTaxFields |
None. |
VolumeFields |
Contains the volume fields to be overridden for the given return order. When this field is not instantiated it will use as default the values from the original order. |
OrderDetailOverridenVolumeFields |
None. |
OtherPriceFields |
Contains the other price fields to be overridden for the given return order. When this field is not instantiated it will use as default the values from the original order. |
OrderDetailOverridenOtherPriceFields |
None. |