Home > @infiniteobjects/shopify-data-manager > AdminTypes > FulfillmentEventCreatePayload
Return type for fulfillmentEventCreate mutation.
Signature:
export interface FulfillmentEventCreatePayload
| Property | Modifiers | Type | Description |
|---|---|---|---|
| fulfillmentEvent? | Maybe<FulfillmentEvent> | (Optional) The created fulfillment event. | |
| userErrors | Array<UserError> | The list of errors that occurred from executing the mutation. |