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