Purchase_item
A purchase item [Purchase_item
] is an entry in a purchase order.
Review the Usage Guidelines for the Purchase_item
object.
— |
XML |
SOAP |
REST |
Database table |
---|---|---|---|---|
Object |
|
|
— |
|
Supported Commands |
— |
— |
The Purchase_item
object has the following standard properties:
Purchase_item
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 |
---|---|---|
|
|
The accounting period date of the purchase item. See Date Fields. |
|
|
A 1/0 field indicating whether the vendor may be substituted. |
|
|
A snap-shot of the approved cost from the request item (in the currency of the purchase order). 3 decimal places for handling amounts like mileage at 32.5 cents. Dated by the date field. |
|
|
If non-zero, the attachment record associated with this purchaseitem. |
|
|
The cost per unit of measure at which the product is ordered (in the currency of the purchase order). 3 decimal places for handling amounts like mileage at 32.5 cents. Dated by the date field. |
|
|
[Read-only] Time the record was created. See Date Fields. |
|
|
Currency for the money fields in the record. |
|
|
The ID of the associated customer. |
|
|
[Required] The date of the purchase item. The same as the purchase order date. See Date Fields. |
|
|
The date on which all of the quantity was fulfilled. See Date Fields. |
|
|
[Read-only] Unique ID. Automatically assigned by SuiteProjects Pro. |
|
|
The manufacturer's part number, SKU or other unique identification for this product. |
|
|
The ID of the associated manufacturer. |
|
|
The purchase name. |
|
|
A 1/0 field indicating that this purchase item was created without a purchase order. |
|
|
Notes associated with this purchase order block. |
|
|
Unique reference number within purchase order. |
|
|
The ID of the associated product. |
|
|
The ID of the associated project task. |
|
|
The ID of the associated project. |
|
|
[Read-only] The ID of the associated purchase order. |
|
|
The ID of the associated purchase request. |
|
|
The ID of the purchaser or purchasing agent. This is always the same as the purchase order creator (purchaser_id). |
|
|
[Read-only] The quantity of product_id for this purchase. |
|
|
The quantity that has been fulfilled. |
|
|
The quantity that is payable. |
|
|
The ID of the associated request item. |
|
— |
The name of the tax location. |
|
|
The total value of the purchase (in the currency of the purchase order). Dated by the date field. Overridden by calculated value when adding or modifying an object. |
|
— |
The total value of the purchase (in the currency of the purchase order)including tax. Dated by the date field. |
|
|
The unit of measure for the product, for example, EA. |
|
|
[Read-only] Time the record was last updated or modified. See Date Fields. |
|
|
The ID of the requester. |
|
|
The vendor's quote number. |
|
|
The vendor's sku for this product. |
|
|
The ID of the associated vendor |
Usage Guidelines
There are several limitations impacting the addition or modification of purchase item information into SuiteProjects Pro:
-
You can add or modify a purchase item record only if it is not associated with a PO record. These purchase items are also referred to as "Quick POs" or "non-po purchase items".
-
The Quick PO functionality must be enabled for your SuiteProjects Pro account. Otherwise, the API returns the following error: "Error code 846: Cannot create non-po purchase items".
To enable the Quick PO functionality, go to Administration > Application Settings > Purchases > Other Settings. Scroll down and check the Enable the ability to create quick POs. These are purchase items for purchases made without a SuiteProjects Pro PO box.
-
non_po
must be set to 1. Otherwise, the API returns the following error: "Error code 848: Only non_po purchase items can be added/modified". -
purchaseorderid
must be empty. Otherwise, the API returns the following error: "Error code 847: purchaseorderid must be blank".
-
-
An optional feature lets you update the project association (Customer: Project) for existing purchase item records associated with a PO using the API. This is the only information you can modify using the API. To enable project association update for purchase items associated with a PO, contact SuiteProjects Pro Support.