stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > FulfillmentServiceCreatePayload

AdminTypes.FulfillmentServiceCreatePayload interface

Return type for fulfillmentServiceCreate mutation.

Signature:

export interface FulfillmentServiceCreatePayload 

Properties

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.