Wired Plus API Documentation

API v1 Guide

Account

Automation

Contacts

Dynamic Rows

Lists

Campaigns

Transactional Emails

Lead Score

Products

Carts

Orders

Custom Fields

GET GetOrderEvent

Get an order event by its id or event_reference.

This feature must be enabled for your account.

Input and output parameters

Input Parameter Name Type/Info
id id of the order event in the system
event_reference Your order event id.
Outputs:
  • id - unique identifier in our system.
  • event_reference - your system ID to identify the order event.
  • order_id - identifier for the order in our system.
  • event_type - type of event
  • event_date - date order event was applied in your system
  • message - A custom message regarding the event.
  • order_event_lines - array of objects representing overwrite properties for an order_line.
  • date_created - when the event was created in our system.
  • date_updated - when the event was updated in our system.

Examples

Curl

    
    
    

PHP

    
    


jQuery

    
    


Result Format JSON