1. Push Identity events to Webhook
Attribuly Developers
  • Public API
    • API Authentication Guide
    • Attribution
      • All
        • Get attribution report
        • Get total numbers
        • Querying orders by a campaign
      • Ads
        • Channel/Campaign/Ad-set/Ad level ads attribution
        • list all customer level details
        • Customer level report for a specific campaign
      • Product analytics
        • List product analytics
        • List total data for product analysis
        • Attribution report for a single product
        • Total attribution report for a single product
      • Web Analytics
        • Web Analytics
        • Get total numbers
    • Tracking links
      • Influencer
      • Link Builder
    • Store
      • Customer journey of an order
      • Order First & Last Touchpoint of an order
      • Event summary of a landing page
    • Setting
      • Attribution models
      • Conversion Goals
    • Connections
      • List Source
      • List Destination
  • Push data to Attribuly
    • Quick Start
    • Events
      • Page viewed
      • Cart viewed
      • Product viewed
      • Collection viewed
      • Search submitted
      • Product added to cart
      • Product removed to cart
      • Lead form
      • Checkout started
      • Payment info submitted
      • Checkout completed
      • Checkout address info submitted
      • Checkout contact info submitted
      • Checkout shipping info submitted
      • Basic
        • Checkout
        • Context
        • Document
        • MailAddress
        • Navigator
        • Window
    • Store
      • Order
      • Customers
      • Products
  • Attribuly MCP Server
    • MCP Configure
  • Schemas
    • Push Identity events to Webhook
      • Active On site - Attribuly SS
      • Viewed Product - Attribuly SS
      • Collection View - Attribuly SS
      • Added to Cart - Attribuly SS
      • Checkout Started - Attribuly SS
      • Subscribe - Attribuly SS
  1. Push Identity events to Webhook

Checkout Started - Attribuly SS

{
    "type": "string",
    "attributes": {
        "time": "string",
        "value": 0,
        "value_currency": "string",
        "unique_id": "string",
        "properties": {
            "Collections": [
                "string"
            ],
            "$currency_code": "string",
            "Items": [
                "string"
            ],
            "Item Count": 0,
            "presentment_currency": "string",
            "$value": 0,
            "Discount Codes": [
                "string"
            ],
            "Total Discounts": 0,
            "$extra": {
                "full_landing_site": "string",
                "referring_site": "string",
                "checkout_url": "string",
                "responsive_checkout_url": "string",
                "line_items": [
                    {
                        "key": "string",
                        "presentment_title": "string",
                        "parent_relationship": "string",
                        "compare_at_price": 0,
                        "line_price_set": {
                            "shop_money": {
                                "amount": 0
                            },
                            "presentment_money": {
                                "amount": 0
                            }
                        },
                        "grams": "string",
                        "product_id": "string",
                        "line_price": 0,
                        "variant_price": 0,
                        "variant_id": "string",
                        "vendor": "string",
                        "quantity": 0,
                        "price": 0,
                        "sku": "string",
                        "variant_title": "string",
                        "presentment_variant_title": "string",
                        "title": "string",
                        "product": {
                            "body_html": "string",
                            "tags": "string",
                            "handle": "string",
                            "id": "string",
                            "title": "string",
                            "product_type": "string",
                            "url": "string",
                            "vendor": "string",
                            "images": [
                                {
                                    "src": "string"
                                }
                            ],
                            "variant": {
                                "sku": "string",
                                "title": "string",
                                "images": [
                                    {
                                        "src": "string"
                                    }
                                ],
                                "id": "string"
                            }
                        }
                    }
                ]
            }
        },
        "metric": {
            "data": {
                "type": "string",
                "attributes": {
                    "name": "string",
                    "service": "string"
                }
            }
        },
        "profile": {
            "data": {
                "type": "string",
                "attributes": {
                    "email": "string",
                    "phone_number": "string",
                    "first_name": "string",
                    "last_name": "string",
                    "location": {
                        "address1": "string",
                        "address2": "string",
                        "city": "string",
                        "country": "string",
                        "region": "string",
                        "zip": "string"
                    }
                }
            }
        }
    }
}
Built with