Simla.com integration (Marketing, Productivity). Imported from open-connector.
https://api.simla.com/api/v5/orders
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | Number of records to return. Simla accepts only 20, 50, or 100. |
| page | integer | optional | One-based page number to request. |
| filter | object | optional | Filter object encoded as Simla filter[...] query parameters. |
/api/v5/orders/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | Order internal ID or external ID. |
| by | string | optional | Which identifier type is supplied in the id field. |
| site | string | optional | Optional Simla store symbolic code. |
/api/v5/orders/create
| Param | Type | Required | Description |
|---|---|---|---|
| site | string | optional | Optional Simla store symbolic code. |
| order | object | required | Entity fields passed to Simla. |
/api/v5/orders/{id}/edit
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | Order internal ID or external ID. |
| by | string | optional | Which identifier type is supplied in the id field. |
| site | string | optional | Optional Simla store symbolic code. |
| order | object | required | Entity fields passed to Simla. |
/api/v5/orders/statuses
| Param | Type | Required | Description |
|---|---|---|---|
| ids | array | optional | Simla internal numeric identifiers. |
| externalIds | array | optional | Simla external identifiers. |
/api/v5/customers
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | Number of records to return. Simla accepts only 20, 50, or 100. |
| page | integer | optional | One-based page number to request. |
| filter | object | optional | Filter object encoded as Simla filter[...] query parameters. |
/api/v5/customers/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | Customer internal ID or external ID. |
| by | string | optional | Which identifier type is supplied in the id field. |
| site | string | optional | Optional Simla store symbolic code. |
/api/v5/customers/create
| Param | Type | Required | Description |
|---|---|---|---|
| site | string | optional | Optional Simla store symbolic code. |
| customer | object | required | Entity fields passed to Simla. |
/api/v5/customers/{id}/edit
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | Customer internal ID or external ID. |
| by | string | optional | Which identifier type is supplied in the id field. |
| site | string | optional | Optional Simla store symbolic code. |
| customer | object | required | Entity fields passed to Simla. |