← Tools Reference

Cin7 Core

Cin7 Core integration (Data, Finance). Imported from open-connector.

API key4 toolshttps://inventory.dearsystems.com/ExternalApi/v2
GET
cin7_core_list_customers
List Cin7 Core customers with optional official filters and page pagination.

/customer

8 parameters
ParamTypeRequiredDescription
pageintegeroptionalThe one-indexed Cin7 Core page number to return.
limitintegeroptionalThe number of records to return. Cin7 Core allows 1 to 1000.
idstringoptionalOnly return the customer with this Cin7 Core customer ID.
namestringoptionalOnly return customers whose name starts with this value.
contactFilterstringoptionalOnly return customers with contacts matching this Cin7 Core contact filter.
modifiedSincestringoptionalOnly return customers modified after this ISO 8601 timestamp.
includeDeprecatedbooleanoptionalWhether deprecated Cin7 Core customers should be included.
includeProductPricesbooleanoptionalWhether customer product prices should be included in each returned customer.
GET
cin7_core_get_customer
Retrieve one Cin7 Core customer by customer ID.

/customer

1 parameter
ParamTypeRequiredDescription
idstringrequiredThe Cin7 Core customer ID to retrieve.
GET
cin7_core_list_products
List Cin7 Core products with optional official filters and page pagination.

/product

13 parameters
ParamTypeRequiredDescription
pageintegeroptionalThe one-indexed Cin7 Core page number to return.
limitintegeroptionalThe number of records to return. Cin7 Core allows 1 to 1000.
idstringoptionalOnly return the product with this Cin7 Core product ID.
namestringoptionalOnly return products whose name contains this value.
skustringoptionalOnly return products whose SKU contains this value.
modifiedSincestringoptionalOnly return products modified after this ISO 8601 timestamp.
includeDeprecatedbooleanoptionalWhether deprecated Cin7 Core products should be included.
includeBOMbooleanoptionalWhether bill of materials details should be included.
includeSuppliersbooleanoptionalWhether supplier details should be included.
includeMovementsbooleanoptionalWhether product movement details should be included.
includeAttachmentsbooleanoptionalWhether product attachment metadata should be included.
includeReorderLevelsbooleanoptionalWhether reorder level details should be included.
includeCustomPricesbooleanoptionalWhether custom product prices should be included.
GET
cin7_core_get_product
Retrieve one Cin7 Core product by product ID.

/product

1 parameter
ParamTypeRequiredDescription
idstringrequiredThe Cin7 Core product ID to retrieve.