Cin7 Core integration (Data, Finance). Imported from open-connector.
https://inventory.dearsystems.com/ExternalApi/v2/customer
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The one-indexed Cin7 Core page number to return. |
| limit | integer | optional | The number of records to return. Cin7 Core allows 1 to 1000. |
| id | string | optional | Only return the customer with this Cin7 Core customer ID. |
| name | string | optional | Only return customers whose name starts with this value. |
| contactFilter | string | optional | Only return customers with contacts matching this Cin7 Core contact filter. |
| modifiedSince | string | optional | Only return customers modified after this ISO 8601 timestamp. |
| includeDeprecated | boolean | optional | Whether deprecated Cin7 Core customers should be included. |
| includeProductPrices | boolean | optional | Whether customer product prices should be included in each returned customer. |
/customer
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Cin7 Core customer ID to retrieve. |
/product
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The one-indexed Cin7 Core page number to return. |
| limit | integer | optional | The number of records to return. Cin7 Core allows 1 to 1000. |
| id | string | optional | Only return the product with this Cin7 Core product ID. |
| name | string | optional | Only return products whose name contains this value. |
| sku | string | optional | Only return products whose SKU contains this value. |
| modifiedSince | string | optional | Only return products modified after this ISO 8601 timestamp. |
| includeDeprecated | boolean | optional | Whether deprecated Cin7 Core products should be included. |
| includeBOM | boolean | optional | Whether bill of materials details should be included. |
| includeSuppliers | boolean | optional | Whether supplier details should be included. |
| includeMovements | boolean | optional | Whether product movement details should be included. |
| includeAttachments | boolean | optional | Whether product attachment metadata should be included. |
| includeReorderLevels | boolean | optional | Whether reorder level details should be included. |
| includeCustomPrices | boolean | optional | Whether custom product prices should be included. |
/product
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Cin7 Core product ID to retrieve. |