« Back to Documentation OverviewecommOrderDel – v1.3
ecommOrderDel(string apikey, string store_id, string order_id)
Delete Ecommerce Order Information used for segmentation. This will generally be used by ecommerce package plugins
that we provide or by 3rd part system developers.
| Parameters | | apikey | a valid API Key for your user account. Get by visiting your API dashboard |
| store_id | the store id the order belongs to |
| order_id | the order id (generated by the store) to delete |
| Returns | | bool |
true if an order is deleted, otherwise an error is thrown. |