Home > @infiniteobjects/shopify-data-manager > AdminTypes > FulfillmentOrderLineItemsPreparedForPickupUserErrorCode
Possible error codes that can be returned by FulfillmentOrderLineItemsPreparedForPickupUserError
.
Signature:
export declare enum FulfillmentOrderLineItemsPreparedForPickupUserErrorCode
Member | Value | Description |
---|---|---|
FulfillmentOrderInvalid | "FULFILLMENT_ORDER_INVALID" |
Invalid fulfillment order ID provided. |
NoLineItemsToPrepareForFulfillmentOrder | "NO_LINE_ITEMS_TO_PREPARE_FOR_FULFILLMENT_ORDER" |
The fulfillment order does not have any line items that can be prepared. |
UnableToPrepareQuantity | "UNABLE_TO_PREPARE_QUANTITY" |
Unable to prepare quantity. |