---
title: FulfillmentOrdersSetFulfillmentDeadlineUserError - GraphQL Admin
description: >-
  An error that occurs during the execution of
  `FulfillmentOrdersSetFulfillmentDeadline`.
api_version: unstable
api_name: admin
source_url:
  html: >-
    https://shopify.dev/docs/api/admin-graphql/unstable/objects/FulfillmentOrdersSetFulfillmentDeadlineUserError
  md: >-
    https://shopify.dev/docs/api/admin-graphql/unstable/objects/FulfillmentOrdersSetFulfillmentDeadlineUserError.md
---

# Fulfillment​Orders​Set​Fulfillment​Deadline​User​Error

object

An error that occurs during the execution of `FulfillmentOrdersSetFulfillmentDeadline`.

## Fields

* code

  [Fulfillment​Orders​Set​Fulfillment​Deadline​User​Error​Code](https://shopify.dev/docs/api/admin-graphql/unstable/enums/FulfillmentOrdersSetFulfillmentDeadlineUserErrorCode)

  The error code.

* field

  [\[String!\]](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String)

  The path to the input field that caused the error.

* message

  [String!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String)

  non-null

  The error message.

***

## Map

No referencing types

***

## Mutations

* [fulfillment​Orders​Set​Fulfillment​Deadline](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/fulfillmentOrdersSetFulfillmentDeadline)

  mutation

  Sets the latest date and time by which the fulfillment orders need to be fulfilled.

  * fulfillment​Order​Ids

    [\[ID!\]!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/ID)

    required

    ### Arguments

    The IDs of the fulfillment orders for which the deadline is being set.

  * fulfillment​Deadline

    [Date​Time!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/DateTime)

    required

    The new fulfillment deadline of the fulfillment orders.

  ***

***

## FulfillmentOrdersSetFulfillmentDeadlineUserError Mutations

### Mutated by

* [fulfillment​Orders​Set​Fulfillment​Deadline](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/fulfillmentOrdersSetFulfillmentDeadline)

***

## Interfaces

* [Displayable​Error](https://shopify.dev/docs/api/admin-graphql/unstable/interfaces/DisplayableError)

  interface

***

## FulfillmentOrdersSetFulfillmentDeadlineUserError Implements

### Implements

* [Displayable​Error](https://shopify.dev/docs/api/admin-graphql/unstable/interfaces/DisplayableError)
