Skip to main content
Skip to main content

ClaimFulfillmentStatus

The claim's fulfillment status.

Enumeration Members

CANCELED

CANCELED = "canceled"

The claim's fulfillments are canceled.


FULFILLED

FULFILLED = "fulfilled"

The claim's replacement items are fulfilled.


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.


PARTIALLY_RETURNED

PARTIALLY_RETURNED = "partially_returned"

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


PARTIALLY_SHIPPED

PARTIALLY_SHIPPED = "partially_shipped"

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


REQUIRES_ACTION

REQUIRES_ACTION = "requires_action"

The claim's fulfillment requires action.


RETURNED

RETURNED = "returned"

The claim's items are returned.


SHIPPED

SHIPPED = "shipped"

The claim's replacement items are shipped.

Was this section helpful?