Skip to content

Error Codes

Updated: Feb 16, 2025

The Facebook Graph API will output error codes attached to API responses. Catch these error codes and take action accordingly.

CodeError MessageActionCategory
1818111Cannot Ship Order: Orders in state 'cancelled' cannot be shipped.Self explanatoryOrder Management
1818105Cannot Refund Order: Orders in state 'cancelled' cannot be refunded.Do not attempt to refund orders that are already cancelledOrder Management
1818015Order already shipped: Payment has already been captured for this order and it can no longer be canceled or marked as shippedCatch error, stop shippingOrder Management
1818050Order Already Shipped: This order can't be canceled since it's already marked as shipped. To refund this order, go to Past Orders.Order has shipped so it cannot be cancelled. Refund it instead.Order Management
1818107Order not charged: This order has not been charged. There is nothing to refund.Double check why you're trying to refund this order; Payment was not captured on it. Catch error, do not continueOrder Management
1818048 / 1818049Order Already Canceled: This order has already been canceled.Catch error, stop trying to cancelOrder Management
1818214Order is already fulfilled,cancelled or refunded.Catch error, stop trying to cancelOrder Management
1818215Selected Order items are already fulfilled,cancelled or refunded.Catch error, stop trying to cancelOrder Management
2361076Refund Unavailable: This order can't be refunded until the customer's payment method has been charged. Please wait a few minutes and try again.Contact supportOrder Management
2382021Invalid 'retailer_id' for Item in Refund Request: We're unable to find the corresponding product in the refund request. Please make sure that the 'retailer_id' field has a valid value.Make sure you're passing in a retailer_id if it's an item-based requestOrder Management
2361091Refund Item Tax Higher Than Charged Amount: The tax amount '$X' you are trying to refund for the item is higher than what the buyer was initially charged of that has not yet been refunded, '$Y' .Double check dollar values on refundOrder Management
2361050Concurrent Order Modification: Multiple requests are attempting to modify this order at the same time. Only one request can modify an order at a time.Serialize your API calls and reduce the rate of your requestsOrder Management
2361084Missing or invalid shipment origin postal code: Missing or invalid shipment origin postal code.Self explanatoryOrder Management
2361086Provided Tax Amount is Too High: The amount of tax provided is higher than the tax amount authed of '$X' set at order creation, and cannot be charged while fulfilling the order.Self explanatoryOrder Management
2382030Cannot Refund Order: The total requested refund cannot be $0.Self explanatoryOrder Management
2382023Cannot Refund Order: The requested refund for <PRODUCT_NAME> '$X USD' is greater than the current charged amount of '$Y USD'.Self explanatory; Double check dollar valuesOrder Management
2361081Pending Action.Retry this request. This error comes when we try to perform updates on order while its being updated by other parallel request.Order Management
2361009Order cannot be acknowledged.Order cannot be acknowledged, order has already been either cancelled, shipped or refunded. Do not attempt to acknowledge orders that are not in CREATED state.Order Management
2382045Duplicate fulfillment details provided: Order already has a fulfillment with these fulfillment tracking details.You cannot use the same tracking number multiple times for multiple shipments. Each shipment requires a unique tracking number.Order Management
2361357 / 2382322Shipment must have at-least one item.Self explanatoryOrder Management
2382319 / 2382323Item Has Already Been Refunded.Self explanatoryOrder Management
2382021 / 2382324Invalid 'retailer_id' for Item in Refund Request.We're unable to find the corresponding product in the refund request. Please make sure that the 'retailer_id' field has a valid value.Order Management
2382030 / 2382325Cannot Refund OrderThe total requested refund cannot be $0.Order Management
2382022 / 2382326Cannot Refund OrderThe requested shipping refund amount is greater than the current charged amount.Order Management
2382052Cannot Update Disabled CMSFailed to update CMS because it has been disabledOnboarding
2361163Instagram User Already Onboarded To Another Commerce AccountInstagram user {username} is already onboarded to another Commerce Account. Please select a different Instagram user or deactivate the shop first.Onboarding

Unofficial mirror for reference/search purposes. All content originates from developers.facebook.com — see the source link at the top of each page. Machine-readable indexes: llms.txt · llms-full.txt · About