Skip to main content
Skip to main content

ClaimFulfillmentStatus

The claim's fulfillment status.

Enumeration Members

NOT_FULFILLED

NOT_FULFILLED = "not_fulfilled"

The claim's replacement items are not fulfilled.

PARTIALLY_FULFILLED

PARTIALLY_FULFILLED = "partially_fulfilled"

Some of the claim's replacement items, but not all, are fulfilled.

FULFILLED

FULFILLED = "fulfilled"

The claim's replacement items are fulfilled.

PARTIALLY_SHIPPED

PARTIALLY_SHIPPED = "partially_shipped"

Some of the claim's replacement items, but not all, are shipped.

SHIPPED

SHIPPED = "shipped"

The claim's replacement items are shipped.

PARTIALLY_RETURNED

PARTIALLY_RETURNED = "partially_returned"

Some of the claim's items, but not all, are returned.

RETURNED

RETURNED = "returned"

The claim's items are returned.

CANCELED

CANCELED = "canceled"

The claim's fulfillments are canceled.

REQUIRES_ACTION

REQUIRES_ACTION = "requires_action"

The claim's fulfillment requires action.

Was this section helpful?