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