> For the complete documentation index, see [llms.txt](https://www.lightward.guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.lightward.guide/support/samples/mechanic-as-toolkit.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
