LogoLogo
  • πŸƒβ€β™€οΈ Get started
    • Create your first integration
      • Step 1 - Creating your Source & Destination System keys
        • Shopify Key
        • FTP Key
      • Step 2 - Select a Source Function
      • Step 3 - Select a Destination Function
      • Step 4 - Select a Transformation
      • Step 5 - Put it all together to create a Stream
      • Step 6 - Run your stream
    • Go-live best practice
  • πŸ„πŸ»β€β™€οΈ Integration Tutorials
    • Shopify with Descartes Peoplevox
    • Shopify with FTP
      • Shopify with FTP
      • Shopify with FTP (Part 2)
    • Shopify with ReBOUND
    • WooCommerce
      • WooCommerce with FTP
    • NetSuite
  • πŸ—οΈ Creating streams
    • Intro
    • Streams
      • Web hook installation
      • Web hook support
        • DEAR Systems
        • Descartes Peoplevox
        • Shopify
    • Systems
      • System library
        • DEAR Systems
        • Email
        • FTP
        • Descartes Peoplevox
        • Magento 1.x
        • Magento 2.x
        • ParcelLab
        • ReBOUND
        • Shopify
        • WooCommerce
    • Keys
      • Key library
        • Shopify private apps
        • Netsuite
        • FTP and sFTP
        • oAuth
    • Sources
    • Transformations
      • Public Transformations
      • Private Transformations
      • Customising a Public Transformation
      • Write a custom transformation
        • Transformation Library
        • Example 1 - Sales Order
        • Example 2 - Shipment
    • Destinations
      • Aggregated Events
    • Data uploads
    • Lookup table
  • πŸ”§ Editing streams
    • Updating source and destinations
    • Deleting a stream
  • πŸŽ›οΈ Monitoring streams
    • Job Statuses
    • Event Statuses
    • Resending data
      • Replicate Job
      • Replicate Event
      • Replicate Event without Event in Control Panel
    • Reporting
      • Jobs
      • Events
      • Entities
    • Alerts
  • βš™οΈ Administration
    • Login and security
      • Two factor authentication (2FA) setup
        • Signup to HighCohesion without QR scan
    • Creating an organisation
    • Billing Information
    • Creating a user
    • Roles & Permissions
  • πŸ’πŸ½ Help and support
    • Glossary of platform terminology
    • Security standards
    • Data retention policy
    • Contact us
Powered by GitBook
On this page

Was this helpful?

  1. πŸŽ›οΈ Monitoring streams
  2. Resending data

Replicate Event without Event in Control Panel

Replicate an Event that cannot be found directly from the Control Panel

Steps:

1. Login to your Shopify admin console

2. Enter the Shopify order page for the order you are looking to reprocess

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:

}

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

PreviousReplicate EventNextReporting

Last updated 4 years ago

Was this helpful?