Shoprenter
Short description
This middleware enables real-time transmission of order data from Shoprenter to Maileon. The order information is recorded as contact events in Maileon, making it easy to trigger automated email campaigns based on customer activity.
Order confirmation data send to Maileon
shoprenter_orders_v1 fields:
Name | Data type | Description |
|---|---|---|
| string | Shoprenter order id |
| datetime (Y-m-d H:i:s) | Order timestamp |
| string | Order status |
| json | Ordered items (details below) |
| float | Total order amount (gross) |
| float | Total order amount excluding shipping (gross) |
| float | Order VAT amount |
| float | Order other fees amount |
| json | Description of other order fees |
| string | Order currency |
| string | Payment method ID |
| string | Payment method name |
| string | Discount coupon code |
| float | Discount coupon amount (gross) |
| string | Customer full name |
| string | Customer firstname |
| string | Customer lastname |
| string | Customer Shoprenter ID |
| string | Billing address lastname |
| string | Billing address firstname |
| string | Billing address street, hnr |
| string | Billing address zip |
| string | Billing address city |
| string | Billing address region |
| string | Billing address country |
| string | Shipping address firstname |
| string | Shipping address lastname |
| string | Shipping address street, hnr |
| string | Shipping address zip |
| string | Shipping address city |
| string | Shipping address region |
| string | Shipping address country |
| string | Shipping service ID |
| string | Shipping service name |
| string | Pick Pack pont code |
order.items fields:
Name | Data type | Description |
|---|---|---|
| string | Shoprenter product ID |
| string | Product SKU |
| float | Product price (net) |
| float | Ordered products total amount |
| string | Product title |
| float | Product VAT amount |
| string | Product image url |
| integer | Product ordered quantity |
| string | Product categories comma separated list |
shoprenter_ordered_products_v1 fields:
Name | Data type | Description |
|---|---|---|
| string | Shoprenter order ID |
| datetime (Y-m-d H:i:s) | Order timestamp |
| string | Order status |
| string | Product SKU |
| string | Product Shoprenter ID |
| string | Product title |
| string | Product image url |
| integer | Product ordered quantity |
| float | Product price (net) |
| float | Ordered products total amount |
| string | Product categories comma separated list |
| float | Total order amount (gross) |
| string | Order currency |
| string | Payment method ID |
| string | Payment method name |
Order status changes sending to Maileon
shoprenter_orders_status_changed_v1 fields:
Name | Data type | Description |
|---|---|---|
| string | Order Shoprenter ID |
| datetime (Y-m-d H:i:s) | Order timestamp |
| string | Order státusz |
| json | Ordered items (details below) |
| float | Total order amount (gross) |
| float | Total order amount excluding shipping (gross) |
| float | Order VAT amount |
| float | Order other fees amount |
| json | Description of other order fees |
| string | Order currency |
| string | Payment method ID |
| string | Payment method name |
| string | Discount coupon code |
| float | Discount coupon amount (gross) |
| string | Customer full name |
| string | Customer firstname |
| string | Customer lastname |
| string | Customer Shoprenter ID |
| string | Billing address firstname |
| string | Billing address lastname |
| string | Billing address street, hnr |
| string | Billing address zip |
| string | Billing address city |
| string | Billing address region |
| string | Billing address country |
| string | Shipping address firstname |
| string | Shipping address lastname |
| string | Shipping address street, hnr |
| string | Shipping address zip |
| string | Shipping address city |
| string | Shipping address region |
| string | Shipping address country |
| string | Shipping service ID |
| string | Szállítási service name |
| string |