Product Object Formats
Include Page | ||||
---|---|---|---|---|
|
Product Object Properties
 Required properties are in bold.
Property | Type | Description |
---|
Identifies allowed shipping locations for an ordered item when closing the work order with Closed Complete status. Mobile application will use Ordered Parts Shipping Location as default value if this property is missing
See: REST System Categories Ordered Parts Shipping Location
Status | ||
---|---|---|
|
Deleted | boolean | Identifies if the product is to be deleted. |
This property is only used in conjunction with the bulk REST APIs |
Desc |
collection | This |
collection contains a list of localized descriptions for the product. Each entry in the collection contains a key/value pair combination. The key identifies the language code (see: Language Culture Codes) and the value refers to the localized description for the language. | ||||||||||||
GeneralIncomeAccount | string | Identifies General Income Account for the product. This property will store information which will be used in preparation of the company's financial statements. Valid values are:
| ||||||||||
IsBatch | boolean | Identifies is the product is batch controlled. If true, then a batch number will be required to be entered on the mobile application any time this item is used. Valid values are:
| ||||||||||
IsInvCtrl | boolean | Identifies if this product is under inventory control. If Valid values are:
| ||||||||||
IsOffline | boolean | Identifies if this product should be part of the mobile application's offline catalog. If Valid values are:
| ||||||||||
IsSerialized | boolean | Identifies if the product is serialized or not. If true, then a serial number will be required to be entered on the mobile application any time this item is used. Valid values are:
| ||||||||||
Mfg | string | Identifies the manufacturer of the product. | ||||||||||
ModelNum | string | Identifies the manufacturer's model number for the product |
Indicates whether the product is exempt from applicable discounts
Valid values are:
- true - The product is exempt from discounts, concessions, service contracts, and warranties.
false
- The product is discountable. This is the default value if this property is missing.
. |
NonTaxable | boolean | Indicates whether the product is exempt from tax collection Valid values are:
| ||||
ProdNum | string | Identifies the unique product number. | ||||
ProdSubType | string |
Future | ||
ProdType | string | Identifies the product type or category. See: |
Price |
This object contains a list of localized price for the product. Each entry in the collection contains a key/value
pair combination. The key
identifies the language code (see: Language Culture Codes) and the value
refers to the localized price for each supported language.
This optional property specifies a collection of product group identifiers. Mobile application will utilize tags to group related products in a product catalog. The syntax of each item in the collection is:
<SubCatID>|<SysActID>
Pipe ('|') is a separator between SubCatID and SysActID.
See: Product Group Identifiers
decimal | Identifies the price of the product. The price property's value was changed in release 3.16.0 to support either be a single decimal value (which is how the data is sent to the mobile device) or an object with prices for each supported country code. | |
UPCUnitCode | string | Identifies the UPC of the product. |