> ## Documentation Index
> Fetch the complete documentation index at: https://docs.recheckapp.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Order editing restrictions

> Control which orders, products, or customers are allowed to make edits.

<Steps>
  <Step title="Open Recheck and click on Order Editing in the left menu." />

  <Step title="Select Order editing restrictions from the list of settings." />

  <Step title="Enable and configure the relevant restriction type.">
    You can choose to restrict editing based on order tags, product tags, or customer tags.
  </Step>
</Steps>

## Order tag testrictions

Use this to control which orders are eligible for editing based on their Shopify order tags.

* Add **allowed order tags** to only permit edits on orders with specific tags.
* Add **restricted order tags** to block editing for orders with certain tags.

If both are set, restricted tags take priority.

**Example use cases:**

* Allow edits only on orders tagged with `vip` or `custom-order`.
* Block edits for `b2b` or `priority shipping` orders, which may need to be processed faster or have stricter fulfillment workflows.

## Product tag restrictions

Block edits to specific products by adding product tags. No modifications can be done to such products in the order (like quantity / variant changes or removing the item). But the rest of the order remains editable.

**Example use cases:**

* Prevent changes to final sale items by tagging them with `final-sale`.
* Restrict edits on pre-order products or bundled SKUs that require fulfillment accuracy.

## Customer tag restrictions

Use this to limit which customers can edit orders based on customer tags.

* Add **allowed customer tags** to restrict access to a specific group (e.g. B2B, wholesale).
* Add **restricted customer tags** to prevent certain customer groups from making edits.

Similar to order tag restrictions, if both are set, restricted tags take priority.

**Example use cases:**

* Only allow customers tagged `vip` to edit orders.
* Block editing for customers tagged `fraud-risk` or `blocked`.
* Tag your own account with something like `recheck-test` to [test order editing flows](/getting-started/how-to-test-recheck) without affecting real customers during setup.

<NeedHelp />
