RemoveFeeFromItem
Remove a Fee from an Item.
Input
Name | Type | Required | Description |
ItemId | String | True | The Id of the item the fee will be removed from. |
FeeId | String | True | The Id of the fee that will be removed from the item. |
Result Set Columns
Name | Type | Description |
Result | String | The Id of the item with the fee removed. |