Product

A product [Product] is a type of goods or services that can be purchased from external sources. Products are used to create request items, which in turn appear as line items on purchase orders.

XML

SOAP

REST

Database table

Object

Product

oaProduct

product

Supported Commands

Add, Read, Modify

add(), read(), modify(), upsert()

The Product object has the following standard properties:

Note:

Product object properties may also include custom fields. The object type supports the custom equal to read method and the enable_custom read attribute.

XML / SOAP

Database

Description

active

active

A 1/0 field indicating that this is active. Defaults to 1 if not set when adding a product.

code

acct_code

Optional accounting system code for integration with external accounting systems.

created

created

[Read-only] Time the record was created. See Date Fields.

currency

currency

The currency this cost is quoted in.

externalid

external_id

If the record was imported from an external system, you store the unique external record ID here.

id

id

[Read-only] Unique ID. Automatically assigned by SuiteProjects Pro.

manufacturer_part

manufacturer_part

The manufacturer's part number, SKU or other unique identification for this product.

manufacturerid

manufacturer_id

The manufacturer of this product.

name

name

The name for the product. This shows up on all the product pop-up windows in the application.

notes

notes

Notes associated with the product.

standard_cost

standard_cost

The current standard cost per unit of measure for the product. 3 decimal places to handle amounts like mileage at 32.5 cents.

taxable

taxable

A 1/0 field indicating whether this item is taxable.

um

um

The unit of measure for the product, that is, EA.

updated

updated

[Read-only] Time the record was last updated or modified. See Date Fields.

vendorid

vendor_id

The preferred vendor from whom to purchase this product.

vendor_sku

vendor_sku

The preferred vendor's sku for this product.