Documentation
  1. webhooks
Documentation
  • Introduction
  • Webhook
  • Integrations
    • REST Integration
    • Nodejs
    • Wordpress
  • Create Checkout Session
    POST
  • Schemas
    • webhooks
      • Webhook | Order Created
      • Webhook | Order Abandoned
      • Webhook | Order Refunded
      • Webhook | Order Failed
    • Cart Session Request
    • Cart Session Response
  1. webhooks

Webhook | Order Abandoned

{
    "type": "string",
    "orderUpdate": {
        "platformUuid": "string",
        "paymentStatus": "string",
        "products": [
            {
                "title": "string",
                "externalProductId": "string",
                "externalVariantId": "string",
                "extra": [
                    "string"
                ]
            }
        ],
        "orderShortCode": "string"
    },
    "customerUpdate": {
        "firstName": "string",
        "lastName": "string",
        "phoneNumber": "string",
        "email": "string"
    }
}
Built with