{"id":7055,"date":"2025-01-14T14:23:04","date_gmt":"2025-01-14T14:23:04","guid":{"rendered":"https:\/\/shiprexnow.com\/en\/?p=7055"},"modified":"2025-01-14T16:36:33","modified_gmt":"2025-01-14T16:36:33","slug":"introducing-enhanced-webhook-features-in-shiprex","status":"publish","type":"post","link":"https:\/\/shiprexnow.com\/ar\/system-feature\/introducing-enhanced-webhook-features-in-shiprex\/","title":{"rendered":"\u062a\u0642\u062f\u064a\u0645 \u0645\u064a\u0632\u0627\u062a Webhook \u0627\u0644\u0645\u062d\u0633\u0646\u0629 \u0645\u0639 \u062a\u062d\u062f\u064a\u062b\u0627\u062a API \u0641\u064a Shiprex!"},"content":{"rendered":"<p>:<\/p>\n<hr \/>\n<h3>\ud83d\ude80 Introducing Enhanced Webhooks and Zones in Shiprex! \ud83c\udf1f<\/h3>\n<p>We are thrilled to announce a comprehensive suite of powerful new features added to the Shiprex API! These enhancements are designed to make your experience more seamless, efficient, and enriched, expanding the capabilities of our platform for all users. Check out the latest updates:<\/p>\n<hr \/>\n<h4><strong>1. Enhanced Webhook Management<\/strong><\/h4>\n<ul>\n<li>\n<p><strong>Webhook Logs Endpoint<\/strong><br \/>Monitor webhook events with detailed logs to track performance and troubleshoot effectively.<br \/>Analyze payloads and responses for better visibility.<\/p>\n<\/li>\n<li>\n<p><strong>Add New Webhook Endpoint<\/strong><br \/>Register new webhooks effortlessly with support for event types and validation to ensure reliable integration.<\/p>\n<\/li>\n<li>\n<p><strong>Edit Webhooks<\/strong><br \/>Update existing webhook configurations with ease to adapt to evolving needs.<\/p>\n<\/li>\n<li>\n<p><strong>List My Webhooks<\/strong><br \/>View and manage all your registered webhooks in one place for better control and organization.<\/p>\n<\/li>\n<\/ul>\n<hr \/>\n<h4><strong>2. Advanced Zones Management<\/strong><\/h4>\n<ul>\n<li>\n<p><strong>List Zones Available<\/strong><br \/>Access detailed information about all available zones within the Shiprex network.<\/p>\n<\/li>\n<li>\n<p><strong>List Zone Areas<\/strong><br \/>Discover specific areas within zones using our efficient, paginated endpoints.<\/p>\n<\/li>\n<li>\n<p><strong>List Zones with Alternative Names<\/strong><br \/>Easily find zones using their alternative names, making it simpler to manage location data.<\/p>\n<\/li>\n<li>\n<p><strong>List Zone Prices for the Seller<\/strong><br \/>Get a complete view of zone-specific pricing tailored for your account.<\/p>\n<\/li>\n<\/ul>\n<hr \/>\n<h4><strong>3. Comprehensive Order Insights<\/strong><\/h4>\n<ul>\n<li>\n<p><strong>List Order Tags<\/strong><br \/>Retrieve all available order tags to enhance order categorization and tracking.<\/p>\n<\/li>\n<li>\n<p><strong>List Order Statuses<\/strong><br \/>Gain clarity on order progress by accessing a detailed list of statuses.<\/p>\n<\/li>\n<li>\n<p><strong>Get Order Timeline<\/strong><br \/>Track the journey of your orders with precise timeline details.<\/p>\n<\/li>\n<li>\n<p><strong>Get Orders by References<\/strong><br \/>Fetch orders efficiently using reference-based queries.<\/p>\n<\/li>\n<\/ul>\n<hr \/>\n<h4><strong>4. Streamlined Pickup Management<\/strong><\/h4>\n<ul>\n<li><strong>List My Pickups (Locations)<\/strong><br \/>Effortlessly view and manage your pickup locations with newly added endpoints.<\/li>\n<\/ul>\n<hr \/>\n<h3>\ud83d\udca1 Why These Features Matter:<\/h3>\n<ul>\n<li><strong>Improved Visibility:<\/strong> Track and analyze webhook events and zone data effortlessly.<\/li>\n<li><strong>Better Organization:<\/strong> Manage your webhooks, zones, and orders in one streamlined interface.<\/li>\n<li><strong>Enhanced Efficiency:<\/strong> Utilize paginated endpoints to handle large datasets with ease.<\/li>\n<\/ul>\n<hr \/>\n<p>These updates reflect our ongoing commitment to providing cutting-edge features that address your needs. Whether you&#8217;re streamlining your operations or enhancing your integrations, the enriched Shiprex API functionalities are here to help you achieve more!<\/p>\n<p>\ud83d\udc49 <strong>Explore these new enhancements today and elevate your API experience!<br \/><br \/><br \/>Techyi!!<br \/><\/strong><\/p>\n<h3 class=\"code-line\" data-line-start=\"0\" data-line-end=\"1\">Enhanced Shiprex API with CURL Examples for Every Endpoint \ud83d\ude80<\/h3>\n<p class=\"has-line-data\" data-line-start=\"2\" data-line-end=\"3\">We are excited to announce a suite of new features added to the Shiprex API, designed to streamline your workflow and elevate your integration capabilities. Here\u2019s the detailed breakdown with\u00a0<strong>CURL examples<\/strong>\u00a0for each endpoint.<\/p>\n<hr \/>\n<h3 class=\"code-line\" data-line-start=\"6\" data-line-end=\"7\"><a id=\"Webhook_Management_6\"><\/a><strong>Webhook Management<\/strong><\/h3>\n<ol>\n<li class=\"has-line-data\" data-line-start=\"7\" data-line-end=\"15\">\n<p class=\"has-line-data\" data-line-start=\"7\" data-line-end=\"10\"><strong>List My Webhooks<\/strong><br \/>Retrieve all your registered webhooks.<br \/><strong>CURL Example:<\/strong><\/p>\n<pre><code class=\"has-line-data\" data-line-start=\"11\" data-line-end=\"14\">curl -X GET <span class=\"hljs-string\">'http:\/\/your-domain\/api\/v1\/webhooks\/listall'<\/span> \\\n-H <span class=\"hljs-string\">'Authorization: Bearer YOUR_TOKEN_HERE'<\/span>\n<\/code><\/pre>\n<\/li>\n<li class=\"has-line-data\" data-line-start=\"15\" data-line-end=\"23\">\n<p class=\"has-line-data\" data-line-start=\"15\" data-line-end=\"18\"><strong>Get Available Webhook Events<\/strong><br \/>Explore all available webhook events and their payloads.<br \/><strong>CURL Example:<\/strong><\/p>\n<pre><code class=\"has-line-data\" data-line-start=\"19\" data-line-end=\"22\">curl -X GET <span class=\"hljs-string\">'http:\/\/your-domain\/api\/v1\/webhooks\/get-available-events'<\/span> \\\n-H <span class=\"hljs-string\">'Authorization: Bearer YOUR_TOKEN_HERE'<\/span>\n<\/code><\/pre>\n<\/li>\n<li class=\"has-line-data\" data-line-start=\"23\" data-line-end=\"38\">\n<p class=\"has-line-data\" data-line-start=\"23\" data-line-end=\"26\"><strong>Add a New Webhook<\/strong><br \/>Register a new webhook with specific events.<br \/><strong>CURL Example:<\/strong><\/p>\n<pre><code class=\"has-line-data\" data-line-start=\"27\" data-line-end=\"37\">curl -X POST <span class=\"hljs-string\">'http:\/\/your-domain\/api\/v1\/webhooks\/add'<\/span> \\\n-H <span class=\"hljs-string\">'Authorization: Bearer YOUR_TOKEN_HERE'<\/span> \\\n-H <span class=\"hljs-string\">'Content-Type: application\/json'<\/span> \\\n<span class=\"hljs-operator\">-d<\/span> <span class=\"hljs-string\">'{\n    \"name\": \"My Webhook\",\n    \"url\": \"https:\/\/my-site.com\/webhook\",\n    \"events\": [\"order.created\", \"order.status_changed\"],\n    \"active\": true\n}'<\/span>\n<\/code><\/pre>\n<\/li>\n<li class=\"has-line-data\" data-line-start=\"38\" data-line-end=\"51\">\n<p class=\"has-line-data\" data-line-start=\"38\" data-line-end=\"41\"><strong>Edit a Webhook<\/strong><br \/>Modify an existing webhook.<br \/><strong>CURL Example:<\/strong><\/p>\n<pre><code class=\"has-line-data\" data-line-start=\"42\" data-line-end=\"50\">curl -X PUT <span class=\"hljs-string\">'http:\/\/your-domain\/api\/v1\/webhooks\/edit\/WEBHOOK_ID'<\/span> \\\n-H <span class=\"hljs-string\">'Authorization: Bearer YOUR_TOKEN_HERE'<\/span> \\\n-H <span class=\"hljs-string\">'Content-Type: application\/json'<\/span> \\\n<span class=\"hljs-operator\">-d<\/span> <span class=\"hljs-string\">'{\n    \"name\": \"Updated Webhook Name\",\n    \"active\": false\n}'<\/span>\n<\/code><\/pre>\n<\/li>\n<li class=\"has-line-data\" data-line-start=\"51\" data-line-end=\"59\">\n<p class=\"has-line-data\" data-line-start=\"51\" data-line-end=\"54\"><strong>Get Webhook Logs<\/strong><br \/>View logs for a specific webhook.<br \/><strong>CURL Example:<\/strong><\/p>\n<pre><code class=\"has-line-data\" data-line-start=\"55\" data-line-end=\"58\">curl -X GET <span class=\"hljs-string\">'http:\/\/your-domain\/api\/v1\/webhooks\/get-logs\/WEBHOOK_ID'<\/span> \\\n-H <span class=\"hljs-string\">'Authorization: Bearer YOUR_TOKEN_HERE'<\/span>\n<\/code><\/pre>\n<\/li>\n<\/ol>\n<hr \/>\n<h3 class=\"code-line\" data-line-start=\"61\" data-line-end=\"62\"><a id=\"Order_Management_61\"><\/a><strong>Order Management<\/strong><\/h3>\n<ol>\n<li class=\"has-line-data\" data-line-start=\"62\" data-line-end=\"70\">\n<p class=\"has-line-data\" data-line-start=\"62\" data-line-end=\"65\"><strong>Get Orders by Reference<\/strong><br \/>Fetch orders by their reference codes (comma-separated).<br \/><strong>CURL Example:<\/strong><\/p>\n<pre><code class=\"has-line-data\" data-line-start=\"66\" data-line-end=\"69\">curl -X GET <span class=\"hljs-string\">'http:\/\/your-domain\/api\/v1\/orders\/get-orders-by-reference?references=REF001,REF002'<\/span> \\\n-H <span class=\"hljs-string\">'Authorization: Bearer YOUR_TOKEN_HERE'<\/span>\n<\/code><\/pre>\n<\/li>\n<li class=\"has-line-data\" data-line-start=\"70\" data-line-end=\"78\">\n<p class=\"has-line-data\" data-line-start=\"70\" data-line-end=\"73\"><strong>Get Order Timeline<\/strong><br \/>Retrieve actions performed on a specific order.<br \/><strong>CURL Example:<\/strong><\/p>\n<pre><code class=\"has-line-data\" data-line-start=\"74\" data-line-end=\"77\">curl -X GET <span class=\"hljs-string\">'http:\/\/your-domain\/api\/v1\/orders\/get-order-timeline\/ORDER_ID'<\/span> \\\n-H <span class=\"hljs-string\">'Authorization: Bearer YOUR_TOKEN_HERE'<\/span>\n<\/code><\/pre>\n<\/li>\n<\/ol>\n<hr \/>\n<h3 class=\"code-line\" data-line-start=\"80\" data-line-end=\"81\"><a id=\"Zones_and_Locations_80\"><\/a><strong>Zones and Locations<\/strong><\/h3>\n<ol>\n<li class=\"has-line-data\" data-line-start=\"81\" data-line-end=\"89\">\n<p class=\"has-line-data\" data-line-start=\"81\" data-line-end=\"84\"><strong>List All Zones<\/strong><br \/>Fetch a list of all active zones with default pricing.<br \/><strong>CURL Example:<\/strong><\/p>\n<pre><code class=\"has-line-data\" data-line-start=\"85\" data-line-end=\"88\">curl -X GET <span class=\"hljs-string\">'http:\/\/your-domain\/api\/v1\/zones\/listall'<\/span> \\\n-H <span class=\"hljs-string\">'Authorization: Bearer YOUR_TOKEN_HERE'<\/span>\n<\/code><\/pre>\n<\/li>\n<li class=\"has-line-data\" data-line-start=\"89\" data-line-end=\"97\">\n<p class=\"has-line-data\" data-line-start=\"89\" data-line-end=\"92\"><strong>List User-Specific Zone Prices<\/strong><br \/>Retrieve zones with user-specific pricing.<br \/><strong>CURL Example:<\/strong><\/p>\n<pre><code class=\"has-line-data\" data-line-start=\"93\" data-line-end=\"96\">curl -X GET <span class=\"hljs-string\">'http:\/\/your-domain\/api\/v1\/zones\/list-user-zones'<\/span> \\\n-H <span class=\"hljs-string\">'Authorization: Bearer YOUR_TOKEN_HERE'<\/span>\n<\/code><\/pre>\n<\/li>\n<li class=\"has-line-data\" data-line-start=\"97\" data-line-end=\"105\">\n<p class=\"has-line-data\" data-line-start=\"97\" data-line-end=\"100\"><strong>List Zones with Alternative Names<\/strong><br \/>Access zones with their main and alternative names.<br \/><strong>CURL Example:<\/strong><\/p>\n<pre><code class=\"has-line-data\" data-line-start=\"101\" data-line-end=\"104\">curl -X GET <span class=\"hljs-string\">'http:\/\/your-domain\/api\/v1\/zones\/list-alternative-names'<\/span> \\\n-H <span class=\"hljs-string\">'Authorization: Bearer YOUR_TOKEN_HERE'<\/span>\n<\/code><\/pre>\n<\/li>\n<li class=\"has-line-data\" data-line-start=\"105\" data-line-end=\"113\">\n<p class=\"has-line-data\" data-line-start=\"105\" data-line-end=\"108\"><strong>Get Zone Areas<\/strong><br \/>Retrieve areas associated with a specific zone.<br \/><strong>CURL Example:<\/strong><\/p>\n<pre><code class=\"has-line-data\" data-line-start=\"109\" data-line-end=\"112\">curl -X GET <span class=\"hljs-string\">'http:\/\/your-domain\/api\/v1\/zones\/get-zone-areas\/ZONE_ID'<\/span> \\\n-H <span class=\"hljs-string\">'Authorization: Bearer YOUR_TOKEN_HERE'<\/span>\n<\/code><\/pre>\n<\/li>\n<\/ol>\n<hr \/>\n<h3 class=\"code-line\" data-line-start=\"115\" data-line-end=\"116\"><a id=\"Tags_115\"><\/a><strong>Tags<\/strong><\/h3>\n<ol>\n<li class=\"has-line-data\" data-line-start=\"116\" data-line-end=\"124\">\n<p class=\"has-line-data\" data-line-start=\"116\" data-line-end=\"119\"><strong>List All Tags<\/strong><br \/>Fetch all available tags.<br \/><strong>CURL Example:<\/strong><\/p>\n<pre><code class=\"has-line-data\" data-line-start=\"120\" data-line-end=\"123\">curl -X GET <span class=\"hljs-string\">'http:\/\/your-domain\/api\/v1\/tags\/listall'<\/span> \\\n-H <span class=\"hljs-string\">'Authorization: Bearer YOUR_TOKEN_HERE'<\/span>\n<\/code><\/pre>\n<\/li>\n<li class=\"has-line-data\" data-line-start=\"124\" data-line-end=\"132\">\n<p class=\"has-line-data\" data-line-start=\"124\" data-line-end=\"127\"><strong>Get Tags for an Order<\/strong><br \/>Retrieve tags associated with a specific order.<br \/><strong>CURL Example:<\/strong><\/p>\n<pre><code class=\"has-line-data\" data-line-start=\"128\" data-line-end=\"131\">curl -X GET <span class=\"hljs-string\">'http:\/\/your-domain\/api\/v1\/tags\/get-order-tags\/ORDER_ID'<\/span> \\\n-H <span class=\"hljs-string\">'Authorization: Bearer YOUR_TOKEN_HERE'<\/span>\n<\/code><\/pre>\n<\/li>\n<\/ol>\n<hr \/>\n<h3 class=\"code-line\" data-line-start=\"134\" data-line-end=\"135\"><a id=\"Pickup_Management_134\"><\/a><strong>Pickup Management<\/strong><\/h3>\n<ol>\n<li class=\"has-line-data\" data-line-start=\"135\" data-line-end=\"143\">\n<p class=\"has-line-data\" data-line-start=\"135\" data-line-end=\"138\"><strong>List All Pickups<\/strong><br \/>View all pickups for the authenticated user.<br \/><strong>CURL Example:<\/strong><\/p>\n<pre><code class=\"has-line-data\" data-line-start=\"139\" data-line-end=\"142\">curl -X GET <span class=\"hljs-string\">'http:\/\/your-domain\/api\/v1\/pickups\/listall'<\/span> \\\n-H <span class=\"hljs-string\">'Authorization: Bearer YOUR_TOKEN_HERE'<\/span>\n<\/code><\/pre>\n<\/li>\n<li class=\"has-line-data\" data-line-start=\"143\" data-line-end=\"151\">\n<p class=\"has-line-data\" data-line-start=\"143\" data-line-end=\"146\"><strong>Get User Locations<\/strong><br \/>Fetch all locations associated with the authenticated user.<br \/><strong>CURL Example:<\/strong><\/p>\n<pre><code class=\"has-line-data\" data-line-start=\"147\" data-line-end=\"150\">curl -X GET <span class=\"hljs-string\">'http:\/\/your-domain\/api\/v1\/pickups\/get-user-locations'<\/span> \\\n-H <span class=\"hljs-string\">'Authorization: Bearer YOUR_TOKEN_HERE'<\/span>\n<\/code><\/pre>\n<\/li>\n<\/ol>\n<hr \/>\n<h3 class=\"code-line\" data-line-start=\"153\" data-line-end=\"154\"><a id=\"Why_These_Features_Matter_153\"><\/a>Why These Features Matter<\/h3>\n<ul>\n<li class=\"has-line-data\" data-line-start=\"154\" data-line-end=\"155\"><strong>Efficiency:<\/strong>\u00a0Simplified workflows with advanced filtering and management capabilities.<\/li>\n<li class=\"has-line-data\" data-line-start=\"155\" data-line-end=\"156\"><strong>Transparency:<\/strong>\u00a0Comprehensive logs and timelines for better tracking and accountability.<\/li>\n<li class=\"has-line-data\" data-line-start=\"156\" data-line-end=\"158\"><strong>Customization:<\/strong>\u00a0User-specific pricing and tailored zones for personalized operations.<\/li>\n<\/ul>\n<p class=\"has-line-data\" data-line-start=\"158\" data-line-end=\"159\">Explore these new endpoints today to elevate your Shiprex API integration experience! \ud83c\udf89<\/p>\n<p><strong><br \/><br \/><\/strong><\/p>\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>: \ud83d\ude80 Introducing Enhanced Webhooks and Zones in Shiprex! \ud83c\udf1f We are thrilled to announce a comprehensive suite of powerful new features added to the Shiprex API! These enhancements are designed to make your experience more seamless, efficient, and enriched, expanding the capabilities of our platform for all users. Check out the latest updates: 1. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":7057,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[97],"tags":[],"class_list":["post-7055","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-system-feature"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v19.12 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Introducing Enhanced Webhook Features With API updates in Shiprex! - Shiprex<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/shiprexnow.com\/ar\/system-feature\/introducing-enhanced-webhook-features-in-shiprex\/\" \/>\n<meta property=\"og:locale\" content=\"ar_AR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Introducing Enhanced Webhook Features With API updates in Shiprex! - Shiprex\" \/>\n<meta property=\"og:description\" content=\": \ud83d\ude80 Introducing Enhanced Webhooks and Zones in Shiprex! \ud83c\udf1f We are thrilled to announce a comprehensive suite of powerful new features added to the Shiprex API! These enhancements are designed to make your experience more seamless, efficient, and enriched, expanding the capabilities of our platform for all users. Check out the latest updates: 1. [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/shiprexnow.com\/ar\/system-feature\/introducing-enhanced-webhook-features-in-shiprex\/\" \/>\n<meta property=\"og:site_name\" content=\"Shiprex\" \/>\n<meta property=\"article:published_time\" content=\"2025-01-14T14:23:04+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-01-14T16:36:33+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/shiprexnow.com\/wp-content\/uploads\/2025\/01\/DALL\u00b7E-2025-01-14-16.21.39-A-futuristic-and-visually-engaging-featured-image-for-a-blog-post-about-API-enhancement.-The-design-features-interconnected-data-nodes-glowing-lines-.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"1024\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u0643\u064f\u062a\u0628 \u0628\u0648\u0627\u0633\u0637\u0629\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u0648\u0642\u062a \u0627\u0644\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u064f\u0642\u062f\u0651\u0631\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 \u062f\u0642\u0627\u0626\u0642\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/shiprexnow.com\/system-feature\/introducing-enhanced-webhook-features-in-shiprex\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/shiprexnow.com\/system-feature\/introducing-enhanced-webhook-features-in-shiprex\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\/\/shiprexnow.com\/en\/#\/schema\/person\/a37816ea8e5558bf63182c4983219ce7\"},\"headline\":\"Introducing Enhanced Webhook Features With API updates in Shiprex!\",\"datePublished\":\"2025-01-14T14:23:04+00:00\",\"dateModified\":\"2025-01-14T16:36:33+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/shiprexnow.com\/system-feature\/introducing-enhanced-webhook-features-in-shiprex\/\"},\"wordCount\":641,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/shiprexnow.com\/en\/#organization\"},\"articleSection\":[\"System Feature\"],\"inLanguage\":\"ar\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/shiprexnow.com\/system-feature\/introducing-enhanced-webhook-features-in-shiprex\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/shiprexnow.com\/system-feature\/introducing-enhanced-webhook-features-in-shiprex\/\",\"url\":\"https:\/\/shiprexnow.com\/system-feature\/introducing-enhanced-webhook-features-in-shiprex\/\",\"name\":\"Introducing Enhanced Webhook Features With API updates in Shiprex! - Shiprex\",\"isPartOf\":{\"@id\":\"https:\/\/shiprexnow.com\/en\/#website\"},\"datePublished\":\"2025-01-14T14:23:04+00:00\",\"dateModified\":\"2025-01-14T16:36:33+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/shiprexnow.com\/system-feature\/introducing-enhanced-webhook-features-in-shiprex\/#breadcrumb\"},\"inLanguage\":\"ar\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/shiprexnow.com\/system-feature\/introducing-enhanced-webhook-features-in-shiprex\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/shiprexnow.com\/system-feature\/introducing-enhanced-webhook-features-in-shiprex\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/shiprexnow.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Introducing Enhanced Webhook Features With API updates in Shiprex!\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/shiprexnow.com\/en\/#website\",\"url\":\"https:\/\/shiprexnow.com\/en\/\",\"name\":\"Shiprex\",\"description\":\"Order Management Systems\",\"publisher\":{\"@id\":\"https:\/\/shiprexnow.com\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/shiprexnow.com\/en\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"ar\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/shiprexnow.com\/en\/#organization\",\"name\":\"Shiprex\",\"url\":\"https:\/\/shiprexnow.com\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ar\",\"@id\":\"https:\/\/shiprexnow.com\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/shiprexnow.com\/wp-content\/uploads\/2022\/02\/Logo-Full-trance.png\",\"contentUrl\":\"https:\/\/shiprexnow.com\/wp-content\/uploads\/2022\/02\/Logo-Full-trance.png\",\"width\":1024,\"height\":500,\"caption\":\"Shiprex\"},\"image\":{\"@id\":\"https:\/\/shiprexnow.com\/en\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/shiprexnow.com\/en\/#\/schema\/person\/a37816ea8e5558bf63182c4983219ce7\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ar\",\"@id\":\"https:\/\/shiprexnow.com\/en\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/72acdb55d37d69bfd4703ae2126dd30170b1bf989e2cc4075116513b53898627?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/72acdb55d37d69bfd4703ae2126dd30170b1bf989e2cc4075116513b53898627?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"http:\/\/shiprexnow.com\"],\"url\":\"https:\/\/shiprexnow.com\/ar\/author\/admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Introducing Enhanced Webhook Features With API updates in Shiprex! - Shiprex","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/shiprexnow.com\/ar\/system-feature\/introducing-enhanced-webhook-features-in-shiprex\/","og_locale":"ar_AR","og_type":"article","og_title":"Introducing Enhanced Webhook Features With API updates in Shiprex! - Shiprex","og_description":": \ud83d\ude80 Introducing Enhanced Webhooks and Zones in Shiprex! \ud83c\udf1f We are thrilled to announce a comprehensive suite of powerful new features added to the Shiprex API! These enhancements are designed to make your experience more seamless, efficient, and enriched, expanding the capabilities of our platform for all users. Check out the latest updates: 1. [&hellip;]","og_url":"https:\/\/shiprexnow.com\/ar\/system-feature\/introducing-enhanced-webhook-features-in-shiprex\/","og_site_name":"Shiprex","article_published_time":"2025-01-14T14:23:04+00:00","article_modified_time":"2025-01-14T16:36:33+00:00","og_image":[{"width":1024,"height":1024,"url":"https:\/\/shiprexnow.com\/wp-content\/uploads\/2025\/01\/DALL\u00b7E-2025-01-14-16.21.39-A-futuristic-and-visually-engaging-featured-image-for-a-blog-post-about-API-enhancement.-The-design-features-interconnected-data-nodes-glowing-lines-.webp","type":"image\/webp"}],"author":"admin","twitter_card":"summary_large_image","twitter_misc":{"\u0643\u064f\u062a\u0628 \u0628\u0648\u0627\u0633\u0637\u0629":"admin","\u0648\u0642\u062a \u0627\u0644\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u064f\u0642\u062f\u0651\u0631":"4 \u062f\u0642\u0627\u0626\u0642"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/shiprexnow.com\/system-feature\/introducing-enhanced-webhook-features-in-shiprex\/#article","isPartOf":{"@id":"https:\/\/shiprexnow.com\/system-feature\/introducing-enhanced-webhook-features-in-shiprex\/"},"author":{"name":"admin","@id":"https:\/\/shiprexnow.com\/en\/#\/schema\/person\/a37816ea8e5558bf63182c4983219ce7"},"headline":"Introducing Enhanced Webhook Features With API updates in Shiprex!","datePublished":"2025-01-14T14:23:04+00:00","dateModified":"2025-01-14T16:36:33+00:00","mainEntityOfPage":{"@id":"https:\/\/shiprexnow.com\/system-feature\/introducing-enhanced-webhook-features-in-shiprex\/"},"wordCount":641,"commentCount":0,"publisher":{"@id":"https:\/\/shiprexnow.com\/en\/#organization"},"articleSection":["System Feature"],"inLanguage":"ar","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/shiprexnow.com\/system-feature\/introducing-enhanced-webhook-features-in-shiprex\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/shiprexnow.com\/system-feature\/introducing-enhanced-webhook-features-in-shiprex\/","url":"https:\/\/shiprexnow.com\/system-feature\/introducing-enhanced-webhook-features-in-shiprex\/","name":"Introducing Enhanced Webhook Features With API updates in Shiprex! - Shiprex","isPartOf":{"@id":"https:\/\/shiprexnow.com\/en\/#website"},"datePublished":"2025-01-14T14:23:04+00:00","dateModified":"2025-01-14T16:36:33+00:00","breadcrumb":{"@id":"https:\/\/shiprexnow.com\/system-feature\/introducing-enhanced-webhook-features-in-shiprex\/#breadcrumb"},"inLanguage":"ar","potentialAction":[{"@type":"ReadAction","target":["https:\/\/shiprexnow.com\/system-feature\/introducing-enhanced-webhook-features-in-shiprex\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/shiprexnow.com\/system-feature\/introducing-enhanced-webhook-features-in-shiprex\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/shiprexnow.com\/"},{"@type":"ListItem","position":2,"name":"Introducing Enhanced Webhook Features With API updates in Shiprex!"}]},{"@type":"WebSite","@id":"https:\/\/shiprexnow.com\/en\/#website","url":"https:\/\/shiprexnow.com\/en\/","name":"Shiprex","description":"\u0646\u0638\u0645 \u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0637\u0644\u0628\u0627\u062a","publisher":{"@id":"https:\/\/shiprexnow.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/shiprexnow.com\/en\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"ar"},{"@type":"Organization","@id":"https:\/\/shiprexnow.com\/en\/#organization","name":"Shiprex","url":"https:\/\/shiprexnow.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"ar","@id":"https:\/\/shiprexnow.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/shiprexnow.com\/wp-content\/uploads\/2022\/02\/Logo-Full-trance.png","contentUrl":"https:\/\/shiprexnow.com\/wp-content\/uploads\/2022\/02\/Logo-Full-trance.png","width":1024,"height":500,"caption":"Shiprex"},"image":{"@id":"https:\/\/shiprexnow.com\/en\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/shiprexnow.com\/en\/#\/schema\/person\/a37816ea8e5558bf63182c4983219ce7","name":"\u0645\u0634\u0631\u0641","image":{"@type":"ImageObject","inLanguage":"ar","@id":"https:\/\/shiprexnow.com\/en\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/72acdb55d37d69bfd4703ae2126dd30170b1bf989e2cc4075116513b53898627?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/72acdb55d37d69bfd4703ae2126dd30170b1bf989e2cc4075116513b53898627?s=96&d=mm&r=g","caption":"admin"},"sameAs":["http:\/\/shiprexnow.com"],"url":"https:\/\/shiprexnow.com\/ar\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/shiprexnow.com\/ar\/wp-json\/wp\/v2\/posts\/7055","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/shiprexnow.com\/ar\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/shiprexnow.com\/ar\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/shiprexnow.com\/ar\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/shiprexnow.com\/ar\/wp-json\/wp\/v2\/comments?post=7055"}],"version-history":[{"count":3,"href":"https:\/\/shiprexnow.com\/ar\/wp-json\/wp\/v2\/posts\/7055\/revisions"}],"predecessor-version":[{"id":7060,"href":"https:\/\/shiprexnow.com\/ar\/wp-json\/wp\/v2\/posts\/7055\/revisions\/7060"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/shiprexnow.com\/ar\/wp-json\/wp\/v2\/media\/7057"}],"wp:attachment":[{"href":"https:\/\/shiprexnow.com\/ar\/wp-json\/wp\/v2\/media?parent=7055"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/shiprexnow.com\/ar\/wp-json\/wp\/v2\/categories?post=7055"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/shiprexnow.com\/ar\/wp-json\/wp\/v2\/tags?post=7055"}],"curies":[{"name":"\u0648\u0648\u0631\u062f\u0628\u0631\u064a\u0633","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}