{"section":"tutorials","requestedLocale":"en","requestedSlug":"changing-items-from-a-complete-order","locale":"en","slug":"changing-items-from-a-complete-order","path":"docs/en/tutorials/orders/all-orders/changing-items-from-a-complete-order.md","branch":"main","content":"**Changing items** is a feature that allows retailers to modify the items from an order. With this feature, the store can handle eventual changes in orders motivated by customer mistakes, product unavailability and the inclusion of discounts, among other things.\n\nThere are two ways to make a change to an order:\n\n* [VTEX Admin:](#how-to-change-order-items) it is only possible if the order status is `Handling Shipping`.\n* [Order change API:](https://developers.vtex.com/docs/api-reference/orders-api#post-/api/oms/pvt/orders/-orderId-/changes) in addition to changing items, you can create discounts and change the order price. You can only change it if the order status in the order API is `handling` or `waiting-for-fulfillment`.\n\n> ⚠️ After it has been changed, the customer will receive an email notification if the `Change of information` template ([transactional email template related to the order](/en/docs/tutorials/order-transactional-email-templates)) is enabled in Message Center. The customer receives the messages with the information that was filled in the item change form.\n\n## Restrictions\n\nBefore making changes to the order, be aware of the restrictions of this feature:\n\n* You can only change [Multilevel Omnichannel Inventory](/en/docs/tutorials/multilevel-omnichannel-inventory) orders when they are mare in [external marketplaces](https://developers.vtex.com/docs/guides/change-orders-multilevel-omnichannel-inventory-external-marketplaces).\n* You cannot change [incomplete orders](/en/docs/tutorials/understanding-incomplete-orders).\n* An order can be changed up to 50 times.\n* You cannot apply discounts that are equal to or greater than the order value. \n* The request for change only occurs if there are changes in the number of items or replacement of at least one SKU in the order.\n* Changing items that are not from the marketplace itself or a franchise account is not allowed.\n* The [acquirer](/en/docs/tutorials/what-is-an-acquirer) must accept the new transaction value for the change to occur.\n* Additional amounts are only allowed if the order was paid using the **Promissory** or **CardPromissory** payment conditions (available in the Admin in **Store Settings > Payment > Settings > Payment Conditions**), [cash](/en/docs/tutorials/how-to-configure-a-custom-payment) or [credit control](/en/docs/tutorials/customer-credit-overview). In addition, the [acquirer](/en/docs/tutorials/what-is-an-acquirer) must allow transactions without the CVV code and two charging transactions in the same order.\n* The [reservation](/en/docs/tutorials/how-does-reservation-work) of the items in the inventory is not automatic. You must manually update the number of items that are still available in the [inventory](/en/docs/tutorials/managing-stock-items).\n* Orders with [partial invoices](/en/docs/tracks/partial-invoices) cannot be [canceled](/en/docs/tutorials/canceling-orders). If the customer wants to replace or remove items from the order, it is possible to change the order.\n* It is not possible to change an order when its transaction is finalized. For changes to the discounted order value, for example, the OMS considers that you can still change the transaction value if the status in Transaction Details is other than `Finished`, even if the value has already been settled.  \n* You cannot make changes to orders coming from [marketplaces integrated with VTEX](/en/docs/tutorials/marketplace-strategies-at-vtex) (either by native connectors or partner connectors).\n* You can only change orders that are being prepared for delivery.\n* For changes in which the final order value is higher than the initial value:\n    * If the [connector](/en/docs/tutorials/what-is-the-connector)does not allow changes to the order value (for higher values), a new transaction will be performed with the remaining value. This way, the transaction will not be linked to the original order. If it is necessary, search for transactions by value, change date or customer name.\n    * The settlement of the additional values occurs only after the order is invoiced. Therefore, be careful with this type of transaction. Since the additional amounts will only be settled later, it is more susceptible to fraud.\n\n## How to change order items\n\nTo make changes to items, follow the steps below:\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. Search for the order by using the search bar [or the filters](/en/docs/tutorials/filtering-all-orders) and select the desired order.    \n3. Click the order to access the **Order Details Page**.       \n4. In the Items to invoice section, click on **Change**. \n\n    > You can only change the order status if the order is in the Awaiting fulfillment status. Only change the order status after getting confirmation from your ecommerce operation. If your order is not Awaiting fulfillment, in the Order Status section, click **Start handling** > select the checkboxes > click **Proceed with status**. \n\n5. Fill out the form with the desired changes.\n<ul>\n<li>**To add new products**, type the SKU name in the search bar.</li>\n<li>**To change product quantities** adjust the control by increasing or decreasing it.</li>\n<li>**To change the value** select Discount or Increase, and enter the updated value.</li>\n<li>Comment the **Reason for changes** The comment entered in this field is recorded in the History of modified items. We advise you to describe what the customer who requested the change communicated.</li>\n</ul>\n6. Click on `Send`.    \n\nChanges to the order will be updated in the *Items to invoice* and *History of changed items* sections.  \n\n### Partial invoices\n\nWhen changing or removing items from an order, the order total changes. In this case, you have to [invoice the order](/en/docs/tracks/invoicing-an-order) by sending the [partial invoice](/en/docs/tracks/partial-invoices) corresponding to the amount that will be settled for the order after the change. \n\nThe order total will be updated once the invoice is added, corresponding to what is settled by the VTEX payment gateway. The VTEX Payments system will automatically refund the customer if an item is returned.\n\n> ℹ️ The partial invoices feature is available to all VTEX stores, but the partial settlement in the gateway is in beta. Besides, for partial invoices to trigger partial settlements in the transaction, it is necessary to use a connector with the [Payment Provider Protocol](/en/docs/tutorials/payment-provider-protocol). Legacy connectors do not support the functionality."}