# mechanic as toolkit

## Inquiry

Hi Mechanic Team,

I’m looking to set up an automation for managing product swaps in Shopify orders. Specifically, I need to automatically replace one product (e.g., SAMPLE1) in an order with another product (e.g., SAMPLE2), keeping the same quantity and discount.

Can your app handle this type of customization? Specifically, can it:

Remove a specific product (e.g., SAMPLE1) from an order? Add a new product (e.g., SAMPLE2) with the same quantity as the removed product? Please let me know if this is possible with Mechanic, and if so, how I can set it up.

Thanks for your help!

## Response

Hi ████! :)

In this scenario, Mechanic can be helpful as a developer toolkit. It has all the right tools for building an automation that does this kind of product swap.

Here's an example task that illustrates a general approach one might use:

<https://tasks.mechanic.dev/demonstration-order-editing>

And if this is your first time eyeing this kind of thing with Mechanic, here's a rundown on how custom code works on our platform:

<https://learn.mechanic.dev/custom>

This page also has resources for getting hands-on assistance, if that's helpful.

Thanks for asking! :) Let me know if you've got any questions about what might happen next.

Cheers,

\=Isaac


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.lightward.guide/support/samples/mechanic-as-toolkit.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
