Loyverse integration (Finance, Data). Imported from open-connector.
https://api.loyverse.com/v1.0/merchant/
/stores
| Param | Type | Required | Description |
|---|---|---|---|
| ids | array | optional | Limit results to these Loyverse store IDs. |
| createdAtMin | string | optional | Only include resources created at or after this timestamp. |
| createdAtMax | string | optional | Only include resources created at or before this timestamp. |
| updatedAtMin | string | optional | Only include resources updated at or after this timestamp. |
| updatedAtMax | string | optional | Only include resources updated at or before this timestamp. |
| limit | integer | optional | The maximum number of records to return. Loyverse allows up to 250. |
| cursor | string | optional | The pagination cursor returned by a previous Loyverse list call. |
| showDeleted | boolean | optional | Whether to include soft-deleted Loyverse records. |
/stores/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Loyverse store ID. |
/items
| Param | Type | Required | Description |
|---|---|---|---|
| ids | array | optional | Limit results to these Loyverse item IDs. |
| createdAtMin | string | optional | Only include resources created at or after this timestamp. |
| createdAtMax | string | optional | Only include resources created at or before this timestamp. |
| updatedAtMin | string | optional | Only include resources updated at or after this timestamp. |
| updatedAtMax | string | optional | Only include resources updated at or before this timestamp. |
| limit | integer | optional | The maximum number of records to return. Loyverse allows up to 250. |
| cursor | string | optional | The pagination cursor returned by a previous Loyverse list call. |
| showDeleted | boolean | optional | Whether to include soft-deleted Loyverse records. |
/items/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Loyverse item ID. |
/categories
| Param | Type | Required | Description |
|---|---|---|---|
| ids | array | optional | Limit results to these Loyverse category IDs. |
| createdAtMin | string | optional | Only include resources created at or after this timestamp. |
| createdAtMax | string | optional | Only include resources created at or before this timestamp. |
| updatedAtMin | string | optional | Only include resources updated at or after this timestamp. |
| updatedAtMax | string | optional | Only include resources updated at or before this timestamp. |
| limit | integer | optional | The maximum number of records to return. Loyverse allows up to 250. |
| cursor | string | optional | The pagination cursor returned by a previous Loyverse list call. |
| showDeleted | boolean | optional | Whether to include soft-deleted Loyverse records. |
/categories/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Loyverse category ID. |
/customers
| Param | Type | Required | Description |
|---|---|---|---|
| ids | array | optional | Limit results to these Loyverse customer IDs. |
| string | optional | Filter customers by email address. | |
| createdAtMin | string | optional | Only include resources created at or after this timestamp. |
| createdAtMax | string | optional | Only include resources created at or before this timestamp. |
| updatedAtMin | string | optional | Only include resources updated at or after this timestamp. |
| updatedAtMax | string | optional | Only include resources updated at or before this timestamp. |
| limit | integer | optional | The maximum number of records to return. Loyverse allows up to 250. |
| cursor | string | optional | The pagination cursor returned by a previous Loyverse list call. |
/customers/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Loyverse customer ID. |
/receipts
| Param | Type | Required | Description |
|---|---|---|---|
| receiptNumbers | array | optional | Receipt numbers used to filter Loyverse receipt results. |
| sinceReceiptNumber | string | optional | Show receipts after the receipt with this number. |
| beforeReceiptNumber | string | optional | Show receipts before the receipt with this number. |
| storeId | string | optional | Filter receipts to one Loyverse store ID. |
| order | string | optional | Filter receipts by Loyverse order value. |
| source | string | optional | Filter receipts by source name. |
| createdAtMin | string | optional | Only include resources created at or after this timestamp. |
| createdAtMax | string | optional | Only include resources created at or before this timestamp. |
| updatedAtMin | string | optional | Only include resources updated at or after this timestamp. |
| updatedAtMax | string | optional | Only include resources updated at or before this timestamp. |
| limit | integer | optional | The maximum number of records to return. Loyverse allows up to 250. |
| cursor | string | optional | The pagination cursor returned by a previous Loyverse list call. |
/receipts/{receiptNumber}
| Param | Type | Required | Description |
|---|---|---|---|
| receiptNumber | string | required | The Loyverse receipt number. |