# FulfillmentOrderReschedulePayload - admin-graphql - PAYLOAD Version: 2024-10 ## Description Return type for `fulfillmentOrderReschedule` mutation. ### Access Scopes ## Fields * [fulfillmentOrder](/docs/api/admin-graphql/2024-10/objects/FulfillmentOrder): FulfillmentOrder - A fulfillment order with the rescheduled line items. Fulfillment orders may be merged if they have the same `fulfillAt` datetime. If the fulfillment order is merged then the resulting fulfillment order will be returned. Otherwise the original fulfillment order will be returned with an updated `fulfillAt` datetime. * [userErrors](/docs/api/admin-graphql/2024-10/objects/FulfillmentOrderRescheduleUserError): FulfillmentOrderRescheduleUserError! - The list of errors that occurred from executing the mutation. ## Connections ## Mutations with this payload * [fulfillmentOrderReschedule](/docs/api/admin-graphql/2024-10/mutations/fulfillmentOrderReschedule) ## Examples