← Tools Reference

Simla.com

Simla.com integration (Marketing, Productivity). Imported from open-connector.

API key9 toolshttps://api.simla.com
GET
simla_list_orders
List Simla orders with optional pagination and filter parameters.

/api/v5/orders

3 parameters
ParamTypeRequiredDescription
limitintegeroptionalNumber of records to return. Simla accepts only 20, 50, or 100.
pageintegeroptionalOne-based page number to request.
filterobjectoptionalFilter object encoded as Simla filter[...] query parameters.
GET
simla_get_order
Get full Simla order information by internal ID or external ID.

/api/v5/orders/{id}

3 parameters
ParamTypeRequiredDescription
idstringrequiredOrder internal ID or external ID.
bystringoptionalWhich identifier type is supplied in the id field.
sitestringoptionalOptional Simla store symbolic code.
POST
simla_create_order
Create a Simla order using the official order payload object.

/api/v5/orders/create

2 parameters
ParamTypeRequiredDescription
sitestringoptionalOptional Simla store symbolic code.
orderobjectrequiredEntity fields passed to Simla.
POST
simla_edit_order
Edit a Simla order by internal ID or external ID.

/api/v5/orders/{id}/edit

4 parameters
ParamTypeRequiredDescription
idstringrequiredOrder internal ID or external ID.
bystringoptionalWhich identifier type is supplied in the id field.
sitestringoptionalOptional Simla store symbolic code.
orderobjectrequiredEntity fields passed to Simla.
GET
simla_get_order_statuses
Get Simla status information for orders by internal IDs or external IDs.

/api/v5/orders/statuses

2 parameters
ParamTypeRequiredDescription
idsarrayoptionalSimla internal numeric identifiers.
externalIdsarrayoptionalSimla external identifiers.
GET
simla_list_customers
List Simla customers with optional pagination and filter parameters.

/api/v5/customers

3 parameters
ParamTypeRequiredDescription
limitintegeroptionalNumber of records to return. Simla accepts only 20, 50, or 100.
pageintegeroptionalOne-based page number to request.
filterobjectoptionalFilter object encoded as Simla filter[...] query parameters.
GET
simla_get_customer
Get full Simla customer information by internal ID or external ID.

/api/v5/customers/{id}

3 parameters
ParamTypeRequiredDescription
idstringrequiredCustomer internal ID or external ID.
bystringoptionalWhich identifier type is supplied in the id field.
sitestringoptionalOptional Simla store symbolic code.
POST
simla_create_customer
Create a Simla customer using the official customer payload object.

/api/v5/customers/create

2 parameters
ParamTypeRequiredDescription
sitestringoptionalOptional Simla store symbolic code.
customerobjectrequiredEntity fields passed to Simla.
POST
simla_edit_customer
Edit a Simla customer by internal ID or external ID.

/api/v5/customers/{id}/edit

4 parameters
ParamTypeRequiredDescription
idstringrequiredCustomer internal ID or external ID.
bystringoptionalWhich identifier type is supplied in the id field.
sitestringoptionalOptional Simla store symbolic code.
customerobjectrequiredEntity fields passed to Simla.