interface ExtensionTrigger {
    actions: string[];
    condition?: string;
    resourceTypeId: string;
}

Properties

actions: string[]

Create and Update requests are supported.

condition?: string

Valid predicate that controls the conditions under which the API Extension is called. The Extension is not triggered when the specified condition is not fulfilled.

resourceTypeId: string

cart, order, payment, customer, quote-request, staged-quote, quote, and business-unit are supported.

Generated using TypeDoc