{"section":"troubleshooting","requestedLocale":"en","requestedSlug":"the-order-doesnt-progress-after-the-status-handling-shipping","locale":"en","slug":"the-order-doesnt-progress-after-the-status-handling-shipping","path":"docs/en/troubleshooting/orders-and-fulfillment/the-order-doesnt-progress-after-the-status-handling-shipping.md","branch":"main","content":"The status `Handling shipping` occurs in the [order flow](/en/docs/tutorials/order-flow-and-status#fluxo-do-seller) shortly after the seller starts handling the items. At this point, VTEX must receive the order's invoice details, updating the flow with the `Invoiced` or `Canceled` status.\n\n> ℹ️ You can't [cancel orders](/en/docs/tutorials/canceling-orders) that have already been [partially invoiced](/en/docs/tracks/partial-invoices). If the customer wants to replace or remove items, they can [change the order](/en/docs/tutorials/changing-items-from-a-complete-order).\n\nAn order remaining in the status `Handling shipping` longer than expected may be due to the invoices not being registered on VTEX.\n\n## Solution\n\n### Checking invoices in ERP integrations\n\nThe first action required is to contact the person responsible for your [ERP integration](https://developers.vtex.com/docs/guides/erp-integration-guide) and check whether the single invoice or all [partial invoices](/en/docs/tracks/partial-invoices) have already been registered via the [Order invoice notification](https://developers.vtex.com/docs/api-reference/orders-api#post-/api/oms/pvt/orders/-orderId-/invoice) endpoint.\n\nAfter this confirmation, follow the steps below to check if the status has changed:\n\n1. In the VTEX Admin, go to __Orders > All Orders__, or type __All Orders__ in the search bar at the top of the page.\n2. Go to the desired order.\n3. On the [order details page](/en/docs/tutorials/order-details-page), check if the order status changed to `Invoiced`.\n\n> ⚠️ If the order still has the status `Handling shipping`, check if there's any inconsistency in the communication with the marketplace. Learn more in [The order was billed in the ERP but remains in the \"Handling shipping\" status. What to do?](/en/faq/the-order-was-billed-in-the-erp-but-remains-in-the-preparing-delivery-status).\n\n### Adding invoices manually (optional)\n\nMerchants can add invoices to the VTEX Admin via [manual order invoicing](/en/docs/tutorials/how-to-manually-invoice-an-order). This action allows the order status to be updated from `Handling shipping` to `Invoiced`.\n\nTo ensure that the order is invoiced correctly, the following requirements must be met:\n\n- The invoice total must be equal to the sum of the item prices in the order and their respective shipping costs. If the invoice amount is lower than the total, you must add a [partial invoice](/en/docs/tracks/partial-invoices) for the remaining amount.\n- Each invoice issued, whether total or partial, must have a unique number.\n- When you need to issue more than one invoice for an order, their combined total must equal the order's total amount.\n- The total order amount will be updated if [items are changed or removed](/en/docs/tutorials/changing-items-from-a-complete-order).\n\n> ⚠️ If the order remains in the `Invoiced` status after manually adding invoices, open a ticket with [Suporte VTEX](https://supporticket.vtex.com/support) for further assistance."}