# FulfillmentOrderReschedulePayload - admin - PAYLOAD Version: unstable ## Description Return type for `fulfillmentOrderReschedule` mutation. ### Access Scopes ## Fields * [fulfillmentOrder](/docs/api/admin/unstable/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/unstable/objects/FulfillmentOrderRescheduleUserError): FulfillmentOrderRescheduleUserError! - The list of errors that occurred from executing the mutation. ## Connections ## Mutations with this payload * [fulfillmentOrderReschedule](/docs/api/admin/unstable/mutations/fulfillmentOrderReschedule) ## Examples