Documentation
    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

    Cart Session Response

    {
        "code": "string",
        "message": "string",
        "data": {
            "cartId": "string",
            "cartData": {
                "store": {
                    "name": "string",
                    "url": "string",
                    "logo": "string"
                },
                "cart": {}
            },
            "expiresOn": "string"
        }
    }
    Built with