Skip to main content

FulfillmentTrackingNumberUpdated

Event sent when the tracking number is updated.

Added in Saleor 3.16
type FulfillmentTrackingNumberUpdated implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
fulfillment: Fulfillment
order: Order
}

Fields

FulfillmentTrackingNumberUpdated.issuedAt ● DateTime scalar miscellaneous

Time of the event.

FulfillmentTrackingNumberUpdated.version ● String scalar miscellaneous

Saleor version that triggered the event.

FulfillmentTrackingNumberUpdated.issuingPrincipal ● IssuingPrincipal union miscellaneous

The user or application that triggered the event.

FulfillmentTrackingNumberUpdated.recipient ● App object apps

The application receiving the webhook.

FulfillmentTrackingNumberUpdated.fulfillment ● Fulfillment object orders

The fulfillment the event relates to.

FulfillmentTrackingNumberUpdated.order ● Order object orders

The order the fulfillment belongs to.

Interfaces

Event interface miscellaneous