For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Logo
Resources
Log inGet a demo
Get startedAPI referenceImplementation
Get startedAPI referenceImplementation
    • Overview
          • The Item object
          • GET/items
          • POST/items
          • GET/items/{id}
          • PATCH/items/{id}
          • GET/items/meta/patch/{id}
          • GET/items/meta/post
UnifiedAgent HandlerGateway
UnifiedAgent HandlerGateway
Resources
Log inGet a demo
Common ModelsItems

The Item object

The Item Object
1{
2 "id": "string",
3 "remote_id": "string",
4 "created_at": "2023-01-01T00:00:00Z",
5 "modified_at": "2023-01-01T00:00:00Z",
6 "name": "string",
7 "status": "ACTIVE",
8 "type": "INVENTORY",
9 "unit_price": 1,
10 "purchase_price": 1,
11 "purchase_account": "string",
12 "sales_account": "string",
13 "company": "string",
14 "purchase_tax_rate": "string",
15 "sales_tax_rate": "string",
16 "remote_updated_at": "2023-01-01T00:00:00Z",
17 "remote_was_deleted": true,
18 "field_mappings": {},
19 "remote_data": [
20 {
21 "path": "string",
22 "data": {}
23 }
24 ]
25}
Was this page helpful?
Previous

/item-fulfillments/bulk/{batch_id}

Next

/items

Built with

The Item object refers to the goods involved in a transaction.

idstringOptionalRead-onlyformat: "uuid"
remote_idstring or nullOptional
created_atdatetimeOptionalRead-only
The datetime that this object was created by Merge.
modified_atdatetimeOptionalRead-only
The datetime that this object was modified by Merge.
namestring or nullOptional
The item's name.
statusenum or nullOptional
Allowed values:
typeenum or nullOptional
Allowed values:
unit_pricedouble or nullOptional
The item's unit price.
purchase_pricedouble or nullOptional
The price at which the item is purchased from a vendor.
purchase_accountstring or nullOptionalformat: "uuid"
References the default account used to record a purchase of the item.
sales_accountstring or nullOptionalformat: "uuid"
References the default account used to record a sale.
companystring or nullOptionalformat: "uuid"
The company the item belongs to.
purchase_tax_ratestring or nullOptionalformat: "uuid"
The default purchase tax rate for this item.
sales_tax_ratestring or nullOptionalformat: "uuid"
The default sales tax rate for this item.
remote_updated_atdatetime or nullOptional
When the third party's item note was updated.
remote_was_deletedbooleanOptionalRead-only
field_mappingsobject or nullOptionalRead-only
remote_datalist of objects or nullOptionalRead-only