> For the complete documentation index, see [llms.txt](https://docs.highcohesion.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.highcohesion.com/monitoring-streams/resending-data/replicate-event-without-event-in-control-panel.md).

# Replicate Event without Event in Control Panel

**Steps:**

1\. Login to your Shopify admin console

2\. Enter the Shopify order page for the order you are looking to reprocess&#x20;

3\. Delete the last part of the URL. See below for example:

**Before**:\
<https://simple-street-supplies.myshopify.com/admin/orders/2984532639901?orderListBeta=true>

**After**:\
<https://simple-street-supplies.myshopify.com/admin/orders/2984532639901>

4\. Add “.json” at the end of the URL. The page will reload and the order information will now be displayed as json directly in the browser. This json file is the payload-in for this specific order.\
See below for example:\
<https://simple-street-supplies.myshopify.com/admin/orders/2984532639901.json>

5\. Copy the json from the browser

6\. Paste the json in a text editor and make the following two edits in the start and the end of the file:

In the start, replace:

```
{ 
   "order": {
     ...
```

With:

```
{ 
  ...
```

In the end, remove:&#x20;

```
}
```

7\. Copy the updated json

8\. Enter the Control Panel (if you are an admin or reseller account, please ensure that you have selected the Organisation you are about to reprocess the event for) and navigate to the Event list page

**9. Filter the event list with the Stream you want to replicate the event for (example Shopify x FTP (UK))**

10\. Enter the Event detail page for any of the previously processed Events that have been run within the stream you selected above

11\. In the upper right corner, click the "Replicate" button

12\. In the modal window. Delete the existing json (the payload-in for the existing event) and paste the json you copied in step 6 (e.g. your new payload-in)

13\. Click "Replicate"

14\. Enter the event list page and ensure that the new event has been processed correctly

If you want to replicate multiple events, repeat step 1-14


---

# 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://docs.highcohesion.com/monitoring-streams/resending-data/replicate-event-without-event-in-control-panel.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.
