{"id":14357,"date":"2025-12-10T10:30:55","date_gmt":"2025-12-10T10:30:55","guid":{"rendered":"https:\/\/tendify.net\/?p=14357"},"modified":"2026-07-15T05:33:51","modified_gmt":"2026-07-15T05:33:51","slug":"protrade-contract","status":"publish","type":"post","link":"https:\/\/tendify.net\/fa\/protrade-contract\/","title":{"rendered":"Free ProTrade Contract"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"14357\" class=\"elementor elementor-14357\" data-elementor-post-type=\"post\">\n\t\t\t\t<div class=\"wd-negative-gap elementor-element elementor-element-b458594 e-flex e-con-boxed e-con e-parent\" data-id=\"b458594\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-96ca502 elementor-widget elementor-widget-html\" data-id=\"96ca502\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>ProTrade Contract Generator V6 - English Standard<\/title>\r\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\r\n    <link href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0\/css\/all.min.css\" rel=\"stylesheet\">\r\n    <style>\r\n        \/* Main Styles and Fonts *\/\r\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;600&family=Merriweather:wght=300;400;700&display=swap');\r\n\r\n        body {\r\n            font-family: 'Inter', sans-serif;\r\n            background-color: #f3f4f6;\r\n        }\r\n\r\n        \/* A4 Paper Effect for Contract Preview *\/\r\n        .a4-paper {\r\n            background: white;\r\n            width: 210mm;\r\n            min-height: 297mm;\r\n            padding: 20mm;\r\n            margin: auto;\r\n            box-shadow: 0 0 15px rgba(0,0,0,0.15);\r\n            font-family: 'Merriweather', serif;\r\n            color: #1f2937;\r\n            line-height: 1.6;\r\n            position: relative;\r\n        }\r\n\r\n        \/* Input Field Styling *\/\r\n        .input-label {\r\n            display: block;\r\n            font-size: 0.875rem;\r\n            font-weight: 600;\r\n            color: #374151;\r\n            margin-bottom: 0.25rem;\r\n        }\r\n        \r\n        .input-field {\r\n            width: 100%;\r\n            padding: 0.5rem;\r\n            border: 1px solid #d1d5db;\r\n            border-radius: 0.375rem;\r\n            font-size: 0.875rem;\r\n            transition: border-color 0.2s;\r\n        }\r\n\r\n        .input-field:focus {\r\n            outline: none;\r\n            border-color: #2563eb;\r\n            box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);\r\n        }\r\n\r\n        \/* Print Styles *\/\r\n        @media print {\r\n            body * { visibility: hidden; }\r\n            .print-area, .print-area * { visibility: visible; }\r\n            .print-area { position: absolute; left: 0; top: 0; width: 100%; margin: 0; padding: 0; box-shadow: none; }\r\n            .no-print { display: none; }\r\n        }\r\n\r\n        .checkbox-wrapper {\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 0.5rem;\r\n            font-size: 0.875rem;\r\n            color: #374151;\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body class=\"h-screen flex flex-col overflow-hidden\">\r\n\r\n    <!-- Header -->\r\n    <header class=\"bg-slate-900 text-white p-4 flex justify-between items-center shadow-md z-10\">\r\n        <div class=\"flex items-center gap-3\">\r\n            <i class=\"fa-solid fa-file-contract text-2xl text-yellow-400\"><\/i>\r\n            <div>\r\n                <h1 class=\"font-bold text-lg\">ProTrade Contract Gen <span class=\"text-xs bg-yellow-500 text-slate-900 px-2 py-0.5 rounded ml-2\">V6<\/span><\/h1>\r\n                <p class=\"text-xs text-slate-400\">Comprehensive International Trade Drafting Tool (English Standard)<\/p>\r\n            <\/div>\r\n        <\/div>\r\n        <button onclick=\"window.print()\" class=\"bg-yellow-500 hover:bg-yellow-600 text-slate-900 px-4 py-2 rounded-lg font-medium transition flex items-center gap-2\">\r\n            <i class=\"fa-solid fa-print\"><\/i> Export \/ Print PDF\r\n        <\/button>\r\n    <\/header>\r\n\r\n    <!-- Main Content -->\r\n    <div class=\"flex flex-1 overflow-hidden\">\r\n        \r\n        <!-- Sidebar: Configuration -->\r\n        <aside class=\"w-1\/3 min-w-[350px] bg-white border-r border-gray-200 overflow-y-auto p-6 flex flex-col gap-6 no-print\">\r\n            \r\n            <!-- Section 1: Parties -->\r\n            <div class=\"bg-slate-50 p-4 rounded-lg border border-slate-200\">\r\n                <h2 class=\"text-blue-700 font-bold mb-3 border-b pb-2\"><i class=\"fa-solid fa-building mr-2\"><\/i>Parties Involved<\/h2>\r\n                \r\n                <div class=\"mb-3\">\r\n                    <label class=\"input-label\">Seller (Exporter) Name<\/label>\r\n                    <input type=\"text\" id=\"seller\" class=\"input-field\" placeholder=\"e.g. Alpha Trading Company\" oninput=\"update()\">\r\n                <\/div>\r\n                <div class=\"mb-3\">\r\n                    <label class=\"input-label\">Seller Address<\/label>\r\n                    <input type=\"text\" id=\"sellerAddress\" class=\"input-field\" placeholder=\"123 Commerce St, London, UK\" oninput=\"update()\">\r\n                <\/div>\r\n                <hr class=\"my-3 border-gray-200\">\r\n                <div class=\"mb-3\">\r\n                    <label class=\"input-label\">Buyer (Importer) Name<\/label>\r\n                    <input type=\"text\" id=\"buyer\" class=\"input-field\" placeholder=\"e.g. Pacific Retail Inc.\" oninput=\"update()\">\r\n                <\/div>\r\n                <div class=\"mb-3\">\r\n                    <label class=\"input-label\">Buyer Address<\/label>\r\n                    <input type=\"text\" id=\"buyerAddress\" class=\"input-field\" placeholder=\"456 Market St, New York, USA\" oninput=\"update()\">\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- Section 2: Goods & Value -->\r\n            <div class=\"bg-slate-50 p-4 rounded-lg border border-slate-200\">\r\n                <h2 class=\"text-blue-700 font-bold mb-3 border-b pb-2\"><i class=\"fa-solid fa-money-bill-transfer mr-2\"><\/i>Goods, Quantity & Value<\/h2>\r\n                \r\n                <div class=\"mb-3\">\r\n                    <label class=\"input-label\">Detailed Product Description<\/label>\r\n                    <textarea id=\"goods\" class=\"input-field h-16\" placeholder=\"e.g. 5,000 units of Monitor Model XYZ, Standard Code...\" oninput=\"update()\"><\/textarea>\r\n                <\/div>\r\n                \r\n                <div class=\"grid grid-cols-2 gap-3 mb-3\">\r\n                    <div>\r\n                        <label class=\"input-label\">HS Code (6-digit)<\/label>\r\n                        <input type=\"text\" id=\"hsCode\" class=\"input-field\" placeholder=\"e.g. 8517.18\" oninput=\"update()\">\r\n                    <\/div>\r\n                    <div>\r\n                        <label class=\"input-label\">Quantity & Unit<\/label>\r\n                        <input type=\"text\" id=\"quantity\" class=\"input-field\" placeholder=\"e.g. 5000 Units \/ 20 MT\" oninput=\"update()\">\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <div class=\"grid grid-cols-3 gap-3 mb-1\">\r\n                    <div class=\"col-span-1\">\r\n                        <label class=\"input-label\">Currency<\/label>\r\n                        <select id=\"currency\" class=\"input-field\" onchange=\"update()\">\r\n                            <optgroup label=\"Major Currencies\">\r\n                                <option value=\"USD\">USD ($)<\/option>\r\n                                <option value=\"EUR\">EUR (\u20ac)<\/option>\r\n                                <option value=\"GBP\">GBP (\u00a3)<\/option>\r\n                                <option value=\"CHF\">CHF (Fr)<\/option>\r\n                            <\/optgroup>\r\n                            <optgroup label=\"Other Currencies\">\r\n                                <option value=\"CAD\">CAD (C$)<\/option>\r\n                                <option value=\"AUD\">AUD (A$)<\/option>\r\n                                <option value=\"CNY\">CNY (\u00a5)<\/option>\r\n                                <option value=\"AED\">AED (\u062f.\u0625)<\/option>\r\n                            <\/optgroup>\r\n                        <\/select>\r\n                    <\/div>\r\n                    <div class=\"col-span-2\">\r\n                        <label class=\"input-label\">Total Contract Value (Numeric)<\/label>\r\n                        <input type=\"number\" id=\"price\" class=\"input-field\" placeholder=\"e.g. 50000\" oninput=\"update()\">\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- Section 3: Trade Terms (Logistics and Legal Core) -->\r\n            <div class=\"bg-slate-50 p-4 rounded-lg border border-slate-200\">\r\n                <h2 class=\"text-blue-700 font-bold mb-3 border-b pb-2\"><i class=\"fa-solid fa-ship mr-2\"><\/i>Logistics and Legal Terms<\/h2>\r\n                \r\n                <div class=\"grid grid-cols-2 gap-3 mb-3\">\r\n                    <div>\r\n                        <label class=\"input-label\">Incoterms\u00ae 2020<\/label>\r\n                        <select id=\"incoterm\" class=\"input-field bg-white\" onchange=\"update()\">\r\n                            <option value=\"EXW\">EXW - Ex Works<\/option>\r\n                            <option value=\"FCA\">FCA - Free Carrier<\/option>\r\n                            <option value=\"FOB\" selected>FOB - Free On Board<\/option>\r\n                            <option value=\"CIF\">CIF - Cost, Insurance, Freight<\/option>\r\n                            <option value=\"DDP\">DDP - Delivered Duty Paid<\/option>\r\n                        <\/select>\r\n                    <\/div>\r\n                    <div>\r\n                         <label class=\"input-label\">Delivery Deadline<\/label>\r\n                         <input type=\"date\" id=\"deliveryDate\" class=\"input-field\" oninput=\"update()\">\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <div class=\"grid grid-cols-2 gap-3 mb-3\">\r\n                    <div>\r\n                        <label class=\"input-label\">Port\/Place of Loading<\/label>\r\n                        <input type=\"text\" id=\"portLoad\" class=\"input-field\" placeholder=\"e.g. Shanghai\" oninput=\"update()\">\r\n                    <\/div>\r\n                    <div>\r\n                        <label class=\"input-label\">Port\/Place of Discharge<\/label>\r\n                        <input type=\"text\" id=\"portDischarge\" class=\"input-field\" placeholder=\"e.g. Rotterdam\" oninput=\"update()\">\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <hr class=\"my-3 border-gray-200\">\r\n\r\n                <div class=\"mb-3\">\r\n                    <label class=\"input-label\">Governing Law<\/label>\r\n                    <select id=\"governingLaw\" class=\"input-field bg-white\" onchange=\"update()\">\r\n                        <option value=\"UN_CISG\">UN CISG (International Trade Law)<\/option>\r\n                        <option value=\"UK\">Law of England and Wales<\/option>\r\n                        <option value=\"USA\">Law of New York, USA<\/option>\r\n                        <option value=\"Singapore\">Law of Singapore<\/option>\r\n                        <option value=\"Swiss\">Law of Switzerland<\/option>\r\n                    <\/select>\r\n                <\/div>\r\n                <div class=\"mb-3\">\r\n                    <label class=\"input-label\">Dispute Resolution (Jurisdiction)<\/label>\r\n                    <select id=\"disputeResolution\" class=\"input-field bg-white\" onchange=\"update()\">\r\n                        <option value=\"ICC_Arbitration\">ICC Arbitration (Standard)<\/option>\r\n                        <option value=\"London_Courts\">London Courts (UK)<\/option>\r\n                        <option value=\"NY_Courts\">New York Courts (USA)<\/option>\r\n                        <option value=\"SIAC_Arbitration\">SIAC Arbitration (Singapore)<\/option>\r\n                        <option value=\"HKIAC_Arbitration\">HKIAC Arbitration (Hong Kong)<\/option>\r\n                        <option value=\"DIFC_Arbitration\">DIFC-LCIA Arbitration (Dubai)<\/option>\r\n                    <\/select>\r\n                <\/div>\r\n\r\n                <div class=\"mb-3\">\r\n                    <label class=\"input-label\">Payment Method<\/label>\r\n                    <select id=\"payment\" class=\"input-field bg-white\" onchange=\"update()\">\r\n                        <option value=\"TT_30_70_Adv\">T\/T: 30% Advance, 70% Against BL<\/option>\r\n                        <option value=\"TT_100_CAD\">T\/T: 100% Cash Against Documents (CAD)<\/option>\r\n                        <option value=\"LC_Sight\">L\/C: Irrevocable At Sight<\/option>\r\n                        <option value=\"LC_Usance\">L\/C: Irrevocable Usance (e.g., 60 days)<\/option>\r\n                    <\/select>\r\n                <\/div>\r\n\r\n                <hr class=\"my-3\">\r\n                \r\n                <!-- Optional Advanced Clauses -->\r\n                <div class=\"space-y-2\">\r\n                    <label class=\"input-label\">Optional Advanced Clauses<\/label>\r\n                    <div class=\"checkbox-wrapper\">\r\n                        <input type=\"checkbox\" id=\"checkForceMajeure\" onchange=\"update()\"> \r\n                        <span>Include Force Majeure Clause<\/span>\r\n                    <\/div>\r\n                    <div class=\"checkbox-wrapper\">\r\n                        <input type=\"checkbox\" id=\"checkInspection\" onchange=\"update()\"> \r\n                        <span>Include Pre-Shipment Inspection<\/span>\r\n                    <\/div>\r\n                    <div class=\"checkbox-wrapper\">\r\n                        <input type=\"checkbox\" id=\"checkWarranty\" onchange=\"update()\"> \r\n                        <span>Include Standard Warranty Clause (NEW)<\/span>\r\n                    <\/div>\r\n                     <div class=\"checkbox-wrapper\">\r\n                        <input type=\"checkbox\" id=\"checkIP\" onchange=\"update()\"> \r\n                        <span>Include Intellectual Property (IP) Clause<\/span>\r\n                    <\/div>\r\n                    <div class=\"checkbox-wrapper\">\r\n                        <input type=\"checkbox\" id=\"checkConfidentiality\" onchange=\"update()\"> \r\n                        <span>Include Confidentiality \/ NDA Clause (NEW)<\/span>\r\n                    <\/div>\r\n                    <div class=\"checkbox-wrapper\">\r\n                        <input type=\"checkbox\" id=\"checkLiability\" onchange=\"update()\"> \r\n                        <span>Include Limitation of Liability Clause<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- Smart Advisor Panel -->\r\n            <div class=\"bg-amber-50 p-4 rounded-lg border border-amber-200 text-amber-900\">\r\n                <h3 class=\"font-bold text-sm mb-2\"><i class=\"fa-solid fa-triangle-exclamation\"><\/i> Smart Advisor \/ Warnings<\/h3>\r\n                <ul id=\"checklist\" class=\"text-xs space-y-2 list-disc pl-4\">\r\n                    <!-- Dynamic Items generated by JS -->\r\n                <\/ul>\r\n            <\/div>\r\n\r\n        <\/aside>\r\n\r\n        <!-- Preview Area -->\r\n        <main class=\"flex-1 bg-gray-200 overflow-y-auto p-8 flex justify-center\">\r\n            \r\n            <div class=\"a4-paper print-area\" id=\"contract-doc\">\r\n                <!-- Contract Header -->\r\n                <div class=\"text-center mb-8\">\r\n                    <h1 class=\"text-2xl font-bold uppercase tracking-wide mb-2\">INTERNATIONAL SALES CONTRACT<\/h1>\r\n                    <p class=\"text-sm text-gray-500\">Contract No: <span id=\"view-id\">2024-EXP-001<\/span><\/p>\r\n                    <p class=\"text-sm text-gray-500\">Date: <span id=\"view-date\"><\/span><\/p>\r\n                <\/div>\r\n\r\n                <!-- Preamble -->\r\n                <div class=\"mb-6 text-sm\">\r\n                    <p class=\"mb-2\">This Contract is made and entered into on <span id=\"view-eff-date\"><\/span> by and between:<\/p>\r\n                    <div class=\"grid grid-cols-2 gap-4 mb-4\">\r\n                        <div class=\"p-3 bg-gray-50 border border-gray-100\">\r\n                            <strong>SELLER:<\/strong><br>\r\n                            <span id=\"view-seller\" class=\"text-blue-800 font-semibold\">[Seller Name]<\/span><br>\r\n                            <span id=\"view-seller-addr\" class=\"text-xs text-gray-600\">[Seller Address]<\/span>\r\n                        <\/div>\r\n                        <div class=\"p-3 bg-gray-50 border border-gray-100\">\r\n                            <strong>BUYER:<\/strong><br>\r\n                            <span id=\"view-buyer\" class=\"text-blue-800 font-semibold\">[Buyer Name]<\/span><br>\r\n                            <span id=\"view-buyer-addr\" class=\"text-xs text-gray-600\">[Buyer Address]<\/span>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- Articles -->\r\n                <div class=\"space-y-4 text-sm text-justify\" id=\"contract-articles\">\r\n                    \r\n                    <div>\r\n                        <h3 class=\"font-bold border-b border-gray-300 mb-1\">ARTICLE 1: GOODS AND SPECIFICATIONS<\/h3>\r\n                        <p>The Seller agrees to sell the following goods to the Buyer:<\/p>\r\n                        <ul class=\"list-none pl-4 mt-1 border-l-2 border-gray-200\">\r\n                            <li><strong>Description:<\/strong> <span id=\"view-goods\">...<\/span><\/li>\r\n                            <li><strong>Quantity:<\/strong> <span id=\"view-quantity\">...<\/span><\/li>\r\n                            <li><strong>HS Code:<\/strong> <span id=\"view-hscode\">...<\/span><\/li>\r\n                        <\/ul>\r\n                    <\/div>\r\n\r\n                    <div>\r\n                        <h3 class=\"font-bold border-b border-gray-300 mb-1\">ARTICLE 2: PRICE & TOTAL VALUE<\/h3>\r\n                        <p>Total Contract Value: <strong id=\"view-currency-code\">USD<\/strong> <strong id=\"view-price\">0.00<\/strong><\/p>\r\n                    <\/div>\r\n\r\n                    <div>\r\n                        <h3 class=\"font-bold border-b border-gray-300 mb-1\">ARTICLE 3: DELIVERY TERMS (INCOTERMS\u00ae 2020)<\/h3>\r\n                        <p><strong>Incoterm:<\/strong> <span id=\"view-incoterm\">FOB<\/span> (<span id=\"view-incoterm-location\">Named Port<\/span>), Incoterms\u00ae 2020.<\/p>\r\n                        <p class=\"mt-1\"><strong>Delivery Deadline:<\/strong> <span id=\"view-del-date\">TBD<\/span><\/p>\r\n                        <p class=\"text-gray-600 italic mt-1 text-xs\" id=\"view-incoterm-desc\">...<\/p>\r\n                        <ul class=\"list-disc pl-5 mt-2 text-xs text-gray-700\">\r\n                            <li>Port of Loading: <span id=\"view-port-load\">N\/A<\/span><\/li>\r\n                            <li>Port of Discharge: <span id=\"view-port-discharge\">N\/A<\/span><\/li>\r\n                        <\/ul>\r\n                    <\/div>\r\n\r\n                    <div>\r\n                        <h3 class=\"font-bold border-b border-gray-300 mb-1\">ARTICLE 4: PAYMENT METHOD<\/h3>\r\n                        <p id=\"view-payment-clause\">Payment shall be made via Telegraphic Transfer (T\/T)...<\/p>\r\n                    <\/div>\r\n\r\n                    <div>\r\n                        <h3 class=\"font-bold border-b border-gray-300 mb-1\">ARTICLE 5: REGULATORY COMPLIANCE<\/h3>\r\n                        <p id=\"view-compliance-clause\">Both parties agree to comply with all applicable import\/export control regulations, including obtaining all necessary licenses and permits.<\/p>\r\n                    <\/div>\r\n\r\n                    <div>\r\n                        <h3 class=\"font-bold border-b border-gray-300 mb-1\">ARTICLE 6: GOVERNING LAW AND DISPUTE RESOLUTION<\/h3>\r\n                        <p id=\"view-dispute-law-clause\"><\/p>\r\n                    <\/div>\r\n                    \r\n                    <!-- DYNAMIC OPTIONAL ARTICLES START HERE (7+) -->\r\n\r\n                    <!-- Article X (Optional) - Force Majeure -->\r\n                    <div id=\"clause-force-majeure\" class=\"hidden\">\r\n                        <h3 class=\"font-bold border-b border-gray-300 mb-1\">ARTICLE 7: FORCE MAJEURE<\/h3>\r\n                        <p>Neither party shall be liable for failure to perform its obligations under this Contract if such failure results from circumstances beyond the party's reasonable control (\"Force Majeure\"), including but not limited to acts of God, war, or government actions (e.g., embargoes, trade restrictions). The affected party shall notify the other party within seven (7) days of the Force Majeure event.<\/p>\r\n                    <\/div>\r\n\r\n                    <!-- Article X (Optional) - Inspection -->\r\n                    <div id=\"clause-inspection\" class=\"hidden\">\r\n                        <h3 class=\"font-bold border-b border-gray-300 mb-1\">ARTICLE 8: INSPECTION<\/h3>\r\n                        <p>The Buyer shall have the right to inspect the goods at the Seller's premises before shipment. Inspection shall be carried out by an independent surveyor (e.g., SGS, Bureau Veritas) at the Buyer's expense. Any rejection must be made within seven (7) days of inspection, failing which the goods shall be deemed accepted.<\/p>\r\n                    <\/div>\r\n\r\n                    <!-- Article X (Optional) - Warranty -->\r\n                    <div id=\"clause-warranty\" class=\"hidden\">\r\n                        <h3 class=\"font-bold border-b border-gray-300 mb-1\">ARTICLE 9: WARRANTY<\/h3>\r\n                        <p>The Seller warrants that the goods will conform to the agreed specifications and be free from defects in material and workmanship for a period of twelve (12) months from the date of shipment. This warranty is subject to proper storage and use by the Buyer.<\/p>\r\n                    <\/div>\r\n                    \r\n                    <!-- Article X (Optional) - IP -->\r\n                    <div id=\"clause-ip\" class=\"hidden\">\r\n                        <h3 class=\"font-bold border-b border-gray-300 mb-1\">ARTICLE 10: INTELLECTUAL PROPERTY<\/h3>\r\n                        <p>The Seller warrants that the goods do not infringe on any third-party intellectual property rights in the Buyer's country. All existing IP rights related to the goods shall remain the sole property of the Seller.<\/p>\r\n                    <\/div>\r\n\r\n                    <!-- Article X (Optional) - Confidentiality -->\r\n                    <div id=\"clause-confidentiality\" class=\"hidden\">\r\n                        <h3 class=\"font-bold border-b border-gray-300 mb-1\">ARTICLE 11: CONFIDENTIALITY<\/h3>\r\n                        <p>Both parties agree to treat all commercial, financial, and technical information shared during the performance of this Contract as strictly confidential. This obligation shall survive the termination of this Contract for a period of three (3) years.<\/p>\r\n                    <\/div>\r\n\r\n\r\n                    <!-- Article X (Optional) - Limitation of Liability -->\r\n                    <div id=\"clause-liability\" class=\"hidden\">\r\n                        <h3 class=\"font-bold border-b border-gray-300 mb-1\">ARTICLE 12: LIMITATION OF LIABILITY<\/h3>\r\n                        <p>Neither party shall be liable for any indirect, incidental, or consequential damages (including loss of profit). The maximum aggregate liability of the Seller for any breach of this Contract shall not exceed the total price paid by the Buyer under this Contract (Article 2).<\/p>\r\n                    <\/div>\r\n\r\n                    <!-- Article X - Termination -->\r\n                    <div id=\"clause-termination\" class=\"hidden\">\r\n                        <h3 class=\"font-bold border-b border-gray-300 mb-1\">ARTICLE 13: TERMINATION<\/h3>\r\n                        <p>Either party may terminate this Contract immediately upon written notice if the other party breaches a material term of this Contract and fails to remedy the breach within thirty (30) days of receiving written notice.<\/p>\r\n                    <\/div>\r\n                    \r\n                    <!-- Article X (General Provisions) -->\r\n                    <div>\r\n                        <h3 class=\"font-bold border-b border-gray-300 mb-1\" id=\"clause-general-title\">ARTICLE 14: GENERAL PROVISIONS<\/h3>\r\n                        <p>This Contract constitutes the entire agreement between the parties and supersedes all prior agreements, representations, and understandings. This Contract may only be amended in writing signed by authorized representatives of both parties.<\/p>\r\n                    <\/div>\r\n\r\n                <\/div>\r\n\r\n                <!-- Signatures -->\r\n                <div class=\"mt-12 grid grid-cols-2 gap-10\">\r\n                    <div class=\"border-t border-black pt-2\">\r\n                        <p class=\"font-bold text-xs uppercase\">For and on behalf of Seller<\/p>\r\n                        <div class=\"h-12\"><\/div>\r\n                        <p class=\"text-xs\">Name\/Title: _________________<\/p>\r\n                        <p class=\"text-xs mt-1\">Signature: _________________<\/p>\r\n                    <\/div>\r\n                    <div class=\"border-t border-black pt-2\">\r\n                        <p class=\"font-bold text-xs uppercase\">For and on behalf of Buyer<\/p>\r\n                        <div class=\"h-12\"><\/div>\r\n                        <p class=\"text-xs\">Name\/Title: _________________<\/p>\r\n                        <p class=\"text-xs mt-1\">Signature: _________________<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- Footer -->\r\n                <div class=\"absolute bottom-5 left-0 w-full text-center text-xs text-gray-400\">\r\n                    Page 1 of 1 | Generated via ProTrade Tool V6\r\n                <\/div>\r\n            <\/div>\r\n\r\n        <\/main>\r\n    <\/div>\r\n\r\n    <script>\r\n        \/\/ --- LOGIC: The Brain of the Document ---\r\n\r\n        \/\/ Incoterm Definitions\r\n        const incotermDefs = {\r\n            \"EXW\": \"The Seller makes the goods available at their premises. The Buyer bears all costs and risks of loading and transport.\",\r\n            \"FCA\": \"The Seller delivers the goods, cleared for export, to the carrier nominated by the Buyer at the named place.\",\r\n            \"FOB\": \"The Seller delivers the goods on board the vessel nominated by the Buyer. Risk transfers when goods are on board.\",\r\n            \"CIF\": \"The Seller clears goods for export and pays freight and insurance to the destination port. Risk transfers upon loading.\",\r\n            \"DDP\": \"The Seller bears all costs and risks involved in bringing the goods to the destination place and has an obligation to clear goods for import.\"\r\n        };\r\n\r\n        \/\/ Payment Clauses\r\n        const paymentClauses = {\r\n            \"TT_30_70_Adv\": \"Payment shall be effected by T\/T: 30% advance payment within 5 days of signing, and the remaining 70% against copy of Bill of Lading.\",\r\n            \"TT_100_CAD\": \"Payment shall be effected by T\/T: 100% Cash Against Documents (CAD), within 7 days of shipment.\",\r\n            \"LC_Sight\": \"Payment shall be made by Irrevocable Letter of Credit (L\/C) at sight, opened by a first-class bank in favor of the Seller.\",\r\n            \"LC_Usance\": \"Payment shall be made by Irrevocable Usance Letter of Credit (L\/C) payable 60 days after sight (DAS), opened by a first-class bank in favor of the Seller.\"\r\n        };\r\n\r\n        \/\/ Currency Symbols (Comprehensive)\r\n        const currencySymbols = {\r\n            \"USD\": \"$\", \"EUR\": \"\u20ac\", \"GBP\": \"\u00a3\", \"AED\": \"\u062f.\u0625\", \"SAR\": \"\ufdfc\", \"KWD\": \"\u062f.\u0643\",\r\n            \"JPY\": \"\u00a5\", \"CNY\": \"\u00a5\", \"INR\": \"\u20b9\", \"CAD\": \"C$\", \"AUD\": \"A$\", \"CHF\": \"Fr\"\r\n        };\r\n\r\n        \/\/ Governing Laws\r\n        const governingLaws = {\r\n            \"UK\": \"laws of England and Wales (excl. its conflict of laws principles).\",\r\n            \"USA\": \"laws of the State of New York (excl. conflict of laws principles).\",\r\n            \"Singapore\": \"laws of Singapore.\",\r\n            \"Swiss\": \"substantive laws of Switzerland.\",\r\n            \"UN_CISG\": \"the United Nations Convention on Contracts for the International Sale of Goods (CISG). The Buyer and Seller confirm that CISG applies to this transaction.\"\r\n        };\r\n\r\n        \/\/ Dispute Resolutions\r\n        const disputeResolutions = {\r\n            \"ICC_Arbitration\": \"Any dispute shall be settled by binding arbitration in accordance with the rules of the International Chamber of Commerce (ICC), seated in Paris.\",\r\n            \"London_Courts\": \"The Courts of London, UK, shall have **exclusive jurisdiction** over any dispute arising from this Contract.\",\r\n            \"NY_Courts\": \"Any dispute shall be subject to the **exclusive jurisdiction** of the state and federal courts located in New York, NY.\",\r\n            \"SIAC_Arbitration\": \"Any dispute shall be referred to the **Singapore International Arbitration Centre (SIAC)** in accordance with the SIAC Rules, seated in Singapore.\",\r\n            \"HKIAC_Arbitration\": \"Any dispute shall be referred to the **Hong Kong International Arbitration Centre (HKIAC)** under its rules, seated in Hong Kong.\",\r\n            \"DIFC_Arbitration\": \"Any dispute shall be settled by arbitration in the **DIFC-LCIA Arbitration Centre** in Dubai, under the DIFC law.\"\r\n        };\r\n\r\n\r\n        function update() {\r\n            \/\/ 1. Get Values\r\n            const seller = document.getElementById('seller').value || \"[Seller Name]\";\r\n            const sellerAddr = document.getElementById('sellerAddress').value || \"[Seller Address]\";\r\n            const buyer = document.getElementById('buyer').value || \"[Buyer Name]\";\r\n            const buyerAddr = document.getElementById('buyerAddress').value || \"[Buyer Address]\";\r\n            const goods = document.getElementById('goods').value || \"..................................................\";\r\n            const quantity = document.getElementById('quantity').value || \"TBD\";\r\n            const hsCode = document.getElementById('hsCode').value || \".......\";\r\n            const price = document.getElementById('price').value || \"0.00\";\r\n            \r\n            const currency = document.getElementById('currency').value;\r\n            const incoterm = document.getElementById('incoterm').value;\r\n            const govLawKey = document.getElementById('governingLaw').value; \r\n            const disputeKey = document.getElementById('disputeResolution').value;\r\n            const payment = document.getElementById('payment').value;\r\n            const deliveryDate = document.getElementById('deliveryDate').value || \"TBD\";\r\n            \r\n            const portLoad = document.getElementById('portLoad').value || \"__________\";\r\n            const portDischarge = document.getElementById('portDischarge').value || \"__________\";\r\n\r\n            \/\/ Optional Checkboxes (V6 Additions: Warranty, Confidentiality)\r\n            const hasForceMajeure = document.getElementById('checkForceMajeure').checked;\r\n            const hasInspection = document.getElementById('checkInspection').checked;\r\n            const hasWarranty = document.getElementById('checkWarranty').checked; \r\n            const hasIP = document.getElementById('checkIP').checked;\r\n            const hasConfidentiality = document.getElementById('checkConfidentiality').checked;\r\n            const hasLiability = document.getElementById('checkLiability').checked;\r\n\r\n            \/\/ 2. Set Basic Fields in Preview\r\n            document.getElementById('view-seller').innerText = seller;\r\n            document.getElementById('view-seller-addr').innerText = sellerAddr;\r\n            document.getElementById('view-buyer').innerText = buyer;\r\n            document.getElementById('view-buyer-addr').innerText = buyerAddr;\r\n            \r\n            document.getElementById('view-goods').innerText = goods;\r\n            document.getElementById('view-quantity').innerText = quantity; \/\/ New Quantity Field\r\n            document.getElementById('view-hscode').innerText = hsCode;\r\n            \r\n            \/\/ Format Price\r\n            document.getElementById('view-currency-code').innerText = currency;\r\n            document.getElementById('view-price').innerText = (currencySymbols[currency] || \"\") + \" \" + Number(price).toLocaleString();\r\n            \r\n            \/\/ Dates\r\n            const today = new Date().toLocaleDateString('en-US'); \/\/ Use standard English date format\r\n            document.getElementById('view-date').innerText = today;\r\n            document.getElementById('view-eff-date').innerText = today;\r\n            document.getElementById('view-del-date').innerText = deliveryDate;\r\n\r\n            \/\/ 3. Logic: Update Incoterm Clause with Ports\r\n            document.getElementById('view-incoterm').innerText = incoterm;\r\n            document.getElementById('view-incoterm-desc').innerText = incotermDefs[incoterm];\r\n            \r\n            let locationText = \"Named Place\";\r\n            if(incoterm === 'FOB' || incoterm === 'CIF') locationText = portLoad;\r\n            else if(incoterm === 'DDP' || incoterm === 'DAP') locationText = portDischarge;\r\n            \r\n            document.getElementById('view-incoterm-location').innerText = locationText;\r\n            document.getElementById('view-port-load').innerText = portLoad;\r\n            document.getElementById('view-port-discharge').innerText = portDischarge;\r\n\r\n            \/\/ 4. Logic: Update Payment Clause\r\n            document.getElementById('view-payment-clause').innerText = paymentClauses[payment];\r\n\r\n            \/\/ 5. Logic: Update Governing Law and Dispute Resolution\r\n            const lawClause = `This Contract shall be governed by and construed in accordance with the **${governingLaws[govLawKey]}**.`;\r\n            const disputeClause = `Any dispute, controversy or claim arising out of or relating to this Contract shall be finally settled by **${disputeResolutions[disputeKey]}**`;\r\n            document.getElementById('view-dispute-law-clause').innerHTML = lawClause + \"<br><br>\" + disputeClause;\r\n\r\n            \/\/ 6. Toggle Optional Articles and Update Numbering\r\n            \r\n            \/\/ Start numbering after the mandatory 6 articles\r\n            let currentArticleNumber = 7;\r\n            \r\n            \/\/ Define all optional clauses in order\r\n            const clauses = [\r\n                { id: 'clause-force-majeure', checked: hasForceMajeure },\r\n                { id: 'clause-inspection', checked: hasInspection },\r\n                { id: 'clause-warranty', checked: hasWarranty },\r\n                { id: 'clause-ip', checked: hasIP },\r\n                { id: 'clause-confidentiality', checked: hasConfidentiality },\r\n                { id: 'clause-liability', checked: hasLiability },\r\n            ];\r\n\r\n            \/\/ Process optional clauses dynamically\r\n            clauses.forEach(clause => {\r\n                const el = document.getElementById(clause.id);\r\n                if (clause.checked) {\r\n                    updateArticle(el, currentArticleNumber++);\r\n                    el.classList.remove('hidden');\r\n                } else {\r\n                    el.classList.add('hidden');\r\n                }\r\n            });\r\n\r\n            \/\/ Termination (Always fixed immediately after optional clauses)\r\n            const terminationEl = document.getElementById('clause-termination');\r\n            updateArticle(terminationEl, currentArticleNumber++);\r\n            terminationEl.classList.remove('hidden'); \r\n            \r\n            \/\/ General Provisions (Always fixed after Termination)\r\n            const generalEl = document.getElementById('clause-general-title').parentNode.parentNode.id === 'contract-articles' \r\n                ? document.getElementById('clause-general-title').parentNode.parentNode.lastElementChild.querySelector('h3')\r\n                : document.getElementById('clause-general-title');\r\n\r\n            if (generalEl) {\r\n                generalEl.innerHTML = generalEl.innerHTML.replace(\/ARTICLE \\d+\/, `ARTICLE ${currentArticleNumber}`);\r\n            }\r\n\r\n            \/\/ 7. Logic: Generate Checklist\r\n            generateChecklist(incoterm, govLawKey, disputeKey, hsCode, portLoad, portDischarge, payment);\r\n        }\r\n\r\n        \/** Updates the article number in the title of an element and ensures visibility. *\/\r\n        function updateArticle(el, number) {\r\n            if (!el) return;\r\n            el.classList.remove('hidden');\r\n            const titleElement = el.querySelector('h3');\r\n            if (titleElement) {\r\n                \/\/ Ensure the base number is always 6, and optional clauses start from 7\r\n                titleElement.innerHTML = titleElement.innerHTML.replace(\/ARTICLE \\d+\/, `ARTICLE ${number}`);\r\n            }\r\n        }\r\n        \r\n        function generateChecklist(incoterm, govLawKey, disputeKey, hsCode, pLoad, pDisch, payment) {\r\n            const list = document.getElementById('checklist');\r\n            list.innerHTML = \"\"; \/\/ Clear list\r\n\r\n            addChecklistItem(list, \"Confirm HS Code matches invoice and customs documents.\", false);\r\n\r\n            \/\/ Incoterm Specific\r\n            if(incoterm === \"FOB\" && (!pLoad || pLoad.includes(\"_\"))) addChecklistItem(list, \"\u26a0\ufe0f LOGISTICS ALERT: FOB requires a specific Port of Loading.\", true);\r\n            if(incoterm === \"CIF\" && document.getElementById('checkInspection').checked === false) addChecklistItem(list, \"Recommendation: CIF should often be paired with Pre-Shipment Inspection for Buyer's protection.\", false);\r\n            if((incoterm === \"CIF\" || incoterm === \"DDP\") && (!pDisch || pDisch.includes(\"_\"))) addChecklistItem(list, \"\u26a0\ufe0f LOGISTICS ALERT: Port of Discharge is required for arrival Incoterms.\", true);\r\n\r\n            \/\/ Law Specific Warnings\r\n            if(govLawKey === \"USA\" || disputeKey.includes(\"NY_Courts\")) addChecklistItem(list, \"Legal Note: CISG is often explicitly excluded in US contracts (already set here).\", false);\r\n            if(govLawKey === \"UK\" && !disputeKey.includes(\"London_Courts\") && !disputeKey.includes(\"Arbitration\")) addChecklistItem(list, \"Legal Warning: For UK Law, London Courts or Arbitration is strongly recommended.\", true);\r\n            if(govLawKey === \"UN_CISG\" && disputeKey.includes(\"Courts\")) addChecklistItem(list, \"Legal Note: CISG pairs best with arbitration (like ICC) rather than national courts.\", false);\r\n            \r\n            \/\/ Payment Warnings\r\n            if(payment === \"TT_100_CAD\") addChecklistItem(list, \"Payment Risk: T\/T 100% CAD is high risk for the Buyer until documents are received.\", true);\r\n            if(payment === \"LC_Usance\") addChecklistItem(list, \"Cash Flow Note: LC Usance means payment is deferred (e.g., 60 days) - ensure terms match pricing.\", false);\r\n\r\n            \/\/ HS Code Specific\r\n            if(hsCode.startsWith(\"93\")) addChecklistItem(list, \"\u26a0\ufe0f HIGH RISK: Arms\/Ammunition require special export licenses.\", true);\r\n            if(hsCode.startsWith(\"30\")) addChecklistItem(list, \"Note: Pharmaceutical products require temperature controls (GMP certificates).\", false);\r\n        }\r\n\r\n        function addChecklistItem(parent, text, isAlert) {\r\n            const li = document.createElement(\"li\");\r\n            li.innerText = text;\r\n            if(isAlert) li.style.color = \"#b91c1c\"; \/\/ Red text for alerts\r\n            parent.appendChild(li);\r\n        }\r\n        \r\n        \/\/ Init\r\n        update();\r\n        \/\/ Initial delay is no longer strictly necessary due to the refactored numbering, but helps ensure the general provisions title is caught.\r\n        setTimeout(update, 100); \r\n\r\n    <\/script>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"wd-negative-gap elementor-element elementor-element-4dc7f3d e-flex e-con-boxed e-con e-parent\" data-id=\"4dc7f3d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dc27813 elementor-widget elementor-widget-wd_text_block\" data-id=\"dc27813\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"wd_text_block.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"wd-text-block reset-last-child text-left\">\n\t\t\t\n\t\t\t<h3 dir=\"auto\"><strong>ProTrade Contract Generator V6 \u2013 Free Professional International Sales Contract Drafting Tool\u00a0<\/strong><\/h3><p dir=\"auto\"><b>It'<\/b>s a completely free, browser-based, professional-grade international trade contract drafting tool designed for exporters, importers, freight forwarders, traders, and lawyers who need to create clear, legally solid, and Incoterms\u00ae 2020-compliant sales contracts in minutes \u2014 without installing any software.<\/p><p dir=\"auto\">This powerful HTML tool runs 100% offline in your browser and instantly generates a beautiful, print-ready A4 contract that looks like it was prepared by an international law firm.<\/p><h4 dir=\"auto\">Key Features (Why Thousands of Traders Love It)<\/h4><ul dir=\"auto\"><li>Instant real-time preview as you type<\/li><li>Full Incoterms\u00ae 2020 support (EXW, FCA, FOB, CIF, DDP, etc.)<\/li><li>Multiple payment terms (T\/T advance, CAD, L\/C at sight, Usance LC)<\/li><li>Choice of governing law (CISG, England &amp; Wales, New York, Singapore, Switzerland)<\/li><li>Arbitration &amp; jurisdiction options (ICC, SIAC, HKIAC, DIFC-LCIA, London\/NY courts)<\/li><li>Optional professional clauses: Force Majeure, Pre-Shipment Inspection, Warranty, IP Rights, Confidentiality\/NDA, Limitation of Liability<\/li><li>Smart Advisor panel with real-time warnings and recommendations<\/li><li>HS Code, quantity, currency, ports, delivery date \u2013 everything included<\/li><li>One-click \u201cPrint \/ Export to PDF\u201d (perfect quality, no watermarks)<\/li><li>Mobile-friendly and works offline after first load<\/li><\/ul><h4 dir=\"auto\">How to Use ProTrade Contract Generator V6 (Step-by-Step)<\/h4><ol dir=\"auto\"><li>Open the HTML file in any browser (Chrome, Edge, Firefox, Safari)<\/li><li>Fill in the left sidebar:<br \/><ul dir=\"auto\"><li>Seller &amp; Buyer company names and addresses<\/li><li>Full product description, HS code, quantity<\/li><li>Total price and currency<\/li><li>Select Incoterms\u00ae, ports, delivery date, payment method, governing law, and dispute resolution<\/li><li>Tick any optional clauses you need (warranty, confidentiality, etc.)<\/li><\/ul><\/li><li>Watch the contract update instantly on the right side (A4 preview)<\/li><li>Use the Smart Advisor panel (bottom-left) \u2013 it will warn you about common mistakes (e.g., missing port for FOB, risky payment terms, etc.)<\/li><li>When everything looks perfect, click the yellow Export \/ Print PDF button at the top-right<\/li><li>Print or save as PDF \u2013 ready to sign and send!<\/li><\/ol><p dir=\"auto\">No registration, no login, no limits, no watermarks \u2013 100% free forever.<\/p><h4 dir=\"auto\">Perfect For<\/h4><ul dir=\"auto\"><li>Export\/import companies<\/li><li>Trading houses &amp; sourcing agents<\/li><li>Freight forwarders issuing proforma invoices<\/li><li>Manufacturers selling internationally<\/li><li>Lawyers and compliance teams needing a quick draft<\/li><\/ul><p dir=\"auto\">Download or bookmark this single HTML file and you\u2019ll always have a professional international sales contract generator ready in seconds.<\/p><p dir=\"auto\"><strong>Tags:<\/strong> free international sales contract template, Incoterms 2020 contract generator, export sales agreement template, proforma invoice contract tool, FOB CIF DDP contract maker, ICC arbitration clause generator, English law sales contract, CISG contract template, free trade contract software 2025<\/p><p dir=\"auto\">Start creating bullet-proof international contracts today \u2014 completely free!<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"wd-negative-gap elementor-element elementor-element-ef301c5 e-flex e-con-boxed e-con e-parent\" data-id=\"ef301c5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e5ff794 elementor-widget elementor-widget-wd_text_block\" data-id=\"e5ff794\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"wd_text_block.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"wd-text-block reset-last-child text-left\">\n\t\t\t\n\t\t\t<h4>Related Tools :<\/h4><p class=\"wd-post-title wd-entities-title title post-title\"><strong><a href=\"https:\/\/tendify.net\/2025\/11\/29\/world-trade-tariff\/\" rel=\"bookmark\">World Trade Tariff<\/a><\/strong><\/p><p class=\"wd-post-title wd-entities-title title post-title\"><strong><a href=\"https:\/\/tendify.net\/2025\/11\/26\/incoterms-selection-assistant\/\" rel=\"bookmark\">Incoterms Selection Assistant<\/a><\/strong><\/p><p class=\"wd-post-title wd-entities-title title post-title\"><strong><a href=\"https:\/\/tendify.net\/2025\/11\/26\/searching-hs-code-tool\/\" rel=\"bookmark\">Searching HS Code Tool<\/a><\/strong><\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>It&#8217;s a completely free, browser-based, professional-grade international trade contract drafting tool designed for exporters, importers, freight forwarders, traders, and lawyers<\/p>","protected":false},"author":15,"featured_media":14362,"comment_status":"open","ping_status":"open","sticky":false,"template":"elementor_theme","format":"standard","meta":{"footnotes":""},"categories":[767],"tags":[],"class_list":["post-14357","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-b2b-online-tools"],"_links":{"self":[{"href":"https:\/\/tendify.net\/fa\/wp-json\/wp\/v2\/posts\/14357","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tendify.net\/fa\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tendify.net\/fa\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tendify.net\/fa\/wp-json\/wp\/v2\/users\/15"}],"replies":[{"embeddable":true,"href":"https:\/\/tendify.net\/fa\/wp-json\/wp\/v2\/comments?post=14357"}],"version-history":[{"count":1,"href":"https:\/\/tendify.net\/fa\/wp-json\/wp\/v2\/posts\/14357\/revisions"}],"predecessor-version":[{"id":18840,"href":"https:\/\/tendify.net\/fa\/wp-json\/wp\/v2\/posts\/14357\/revisions\/18840"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tendify.net\/fa\/wp-json\/wp\/v2\/media\/14362"}],"wp:attachment":[{"href":"https:\/\/tendify.net\/fa\/wp-json\/wp\/v2\/media?parent=14357"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tendify.net\/fa\/wp-json\/wp\/v2\/categories?post=14357"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tendify.net\/fa\/wp-json\/wp\/v2\/tags?post=14357"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}