QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

item_custom_price Property

Fixed price for this item.

Syntax

def get_item_custom_price(item_index: int) -> str: ...
def set_item_custom_price(item_index: int, value: str) -> None: ...

Default Value

""

Remarks

Fixed price for this item.

When you create a price level, you have the option to create it with a custom price that is either a fixed amount (item_custom_price) or a fixed discount percentage (item_custom_price_percent).

Alternatively, instead of a flat custom price or discount, you could apply a price discount based on either the current custom price, the standard price of the item, or the cost of the item.

When you create a price level, you must specify whether it is a FixedPercentage or a per item price level. Once you create the price level, you cannot change this. Currently, only QuickBooks Premier and Enterprise support the per item price level.

The amount should be formatted as a string in dollars.

If the item_custom_price property is left empty, no custom price will be sent to QuickBooks.

The item_index parameter specifies the index of the item in the array. The size of the array is controlled by the item_count property.

Copyright (c) 2021 /n software inc. - All rights reserved.
QuickBooks Integrator 2020 Python Edition - Version 20.0 [Build 7941]