← Tools Reference

Precoro

Precoro integration (Finance, Productivity). Imported from open-connector.

API key8 toolshttps://api.precoro.com
GET
precoro_list_purchase_orders
List Precoro purchase orders with pagination and optional status/date filters.

/purchaseorders

8 parameters
ParamTypeRequiredDescription
modifiedSincestringoptionalReturn records created or modified since this UTC timestamp.
per_pageintegeroptionalNumber of records per page. Precoro supports 10, 20, 50, 100, or 200.
pageintegeroptionalThe page number to request, or last to request the final page.
externalIdsarrayoptionalExternal IDs to pass as repeated external_id[] filters. Precoro supports up to …
approvalLeftDatestringoptionalReturn purchase orders approved on or after this UTC timestamp.
approvalRightDatestringoptionalReturn purchase orders approved on or before this UTC timestamp.
statusesarrayoptionalPurchase order status values to pass as repeated status[] filters.
logicTypesarrayoptionalPurchase order logic type values to pass as repeated logicType[] filters.
GET
precoro_get_purchase_order
Get one Precoro purchase order by its company-visible IDN.

/purchaseorders

1 parameter
ParamTypeRequiredDescription
idnstringoptionalThe Precoro company-visible document IDN.
GET
precoro_list_suppliers
List Precoro suppliers with pagination and optional modified-since filtering.

/suppliers

4 parameters
ParamTypeRequiredDescription
modifiedSincestringoptionalReturn records created or modified since this UTC timestamp.
per_pageintegeroptionalNumber of records per page. Precoro supports 10, 20, 50, 100, or 200.
pageintegeroptionalThe page number to request, or last to request the final page.
externalIdsarrayoptionalExternal IDs to pass as repeated external_id[] filters. Precoro supports up to …
GET
precoro_get_supplier
Get one Precoro supplier by numeric supplier ID.

/suppliers

1 parameter
ParamTypeRequiredDescription
idintegeroptionalThe Precoro numeric record ID.
GET
precoro_list_items
List Precoro catalog items with pagination and optional modified-since filtering.

/items

4 parameters
ParamTypeRequiredDescription
modifiedSincestringoptionalReturn records created or modified since this UTC timestamp.
per_pageintegeroptionalNumber of records per page. Precoro supports 10, 20, 50, 100, or 200.
pageintegeroptionalThe page number to request, or last to request the final page.
externalIdsarrayoptionalExternal IDs to pass as repeated external_id[] filters. Precoro supports up to …
GET
precoro_get_item
Get one Precoro catalog item by numeric item ID.

/items

1 parameter
ParamTypeRequiredDescription
idintegeroptionalThe Precoro numeric record ID.
GET
precoro_list_users
List Precoro users visible to the connected API user.

/users

GET
precoro_list_warehouses
List Precoro warehouses configured in the connected company.

/warehouses