Notification about changes to a resource. The payload format differs for resource creation, update, and deletion.

interface ChangeSubscription {
    resourceTypeId: string;
}

Properties

Properties

resourceTypeId: string

Unique identifier for the type of resource, for example, cart.

Generated using TypeDoc