---
title: FulfillmentStatus - Customer API
description: The status of a fulfillment.
api_version: 2025-07
api_name: customer
type: enum
api_type: graphql
source_url:
  html: https://shopify.dev/docs/api/customer/2025-07/enums/FulfillmentStatus
  md: https://shopify.dev/docs/api/customer/2025-07/enums/FulfillmentStatus.md
---

# Fulfillment​Status

enum

The status of a fulfillment.

## Valid values

* CANCELLED

  The fulfillment was canceled.

* ERROR

  There was an error with the fulfillment request.

* FAILURE

  The fulfillment request failed.

* SUCCESS

  The fulfillment was completed successfully.

### Deprecated valid values

* OPEN

  Deprecated

* PENDING

  Deprecated

***

## Fields

* [Fulfillment.status](https://shopify.dev/docs/api/customer/2025-07/objects/Fulfillment#field-Fulfillment.fields.status)

  OBJECT

  Represents a single fulfillment in an order.

***

## Map

### Fields with this enum

* [Fulfillment.status](https://shopify.dev/docs/api/customer/2025-07/objects/Fulfillment#field-Fulfillment.fields.status)