Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 424 Bytes

loyalty-event-order-filter.md

File metadata and controls

23 lines (14 loc) · 424 Bytes

Loyalty Event Order Filter

Filter events by the order associated with the event.

Structure

LoyaltyEventOrderFilter

Fields

Name Type Tags Description
orderId string Required The ID of the order associated with the event.
Constraints: Minimum Length: 1

Example (as JSON)

{
  "order_id": "order_id6"
}