Socket
Book a DemoInstallSign in
Socket

@evolv-delivery/shopify-handoff

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@evolv-delivery/shopify-handoff

This integration sends shopify allocations from Evolv shopify through the cart page form.

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
0
Created
Source

Evolv -> Shopfify handoff Integration

This integration sends shopify allcoations from Evolv through the shopify form attributes.

Setup in the Evolv Manager

Adding an integration to the Evolv Manager

Customization

By default this integration will match on the shopify standard path /cart to apply the allocations. If this does not match the cart page of your site, you can alter that by altering the '"cart"' attribute in the config json:

{
    "cart": "/my-cart-page"
}

An example of the payload that gets sent to shopify is as follows:

{
  "attributes": {
    "evolv_allocations": [
      {
        "uid": "72697758_1720475534433",
        "eid": "a62ea2641b",
        "cid": "258f24170ac2:a62ea2641b",
        "genome": { "shopify": { "banner-position": "top" } },
        "audience_query": {},
        "ordinal": 1,
        "group_id": "02797d45-f5f4-42ea-a0b7-da27c5531a26",
        "excluded": false,
        "environment": "000704fda3"
      }
    ]
  }
}

FAQs

Package last updated on 01 Aug 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts