> ## 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 Settings 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 restrictions

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.

# Need help?

Our guides contain information on everything from the basics of setting up Recheck to advanced customizations available with every feature. But we're always here to offer help personally if you need it.

<CardGroup cols={2}>
  <Card title="Contact us" icon="question" href="mailto:kunal@recheckapp.com">
    Get personalized support from our founders
  </Card>

  <Card title="Book a demo" icon="calendar" href="https://cal.com/kunalkonde/recheck-discussion">
    See how Recheck can help your brand
  </Card>
</CardGroup>
