{"info":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","description":"<html><head></head><body><h2 id=\"⚠️-important-notice\">⚠️ <strong>Important Notice</strong></h2>\n<blockquote>\n<p>The following fields will be deprecated from our Custom Integration APIs starting <strong>30th September 2025 11:59 PM UTC</strong> :<br>• The “<strong>order_items</strong>” field in the Get Seller Orders API response when using the query parameter include=order_items.<br>We recommend you review and update your custom integrations to ensure they're compatible with these changes. </p>\n</blockquote>\n<h1 id=\"welcome-to-omnifuls-api-documentation\"><strong>Welcome to Omniful’s API Documentation 🚀</strong></h1>\n<p>We’ve written this documentation to help developers and Omniful users <strong>seamlessly integrate and deploy</strong> Custom Integrations using our API with ease. With these APIs, you can access and manage most of the features available on your Omniful dashboard.</p>\n<p>For ease of use, we have documented all API endpoints, including their <strong>required parameters, example requests, and responses</strong>, which you can find on the right side in the form of code snippets. The quickest way to get started with our APIs is by clicking the <strong>“Run in Postman”</strong> button above.</p>\n<blockquote>\n<p><a href=\"https://www.getpostman.com/\">Postman</a> is a free tool that simplifies API testing and debugging. </p>\n</blockquote>\n<p>Omniful’s APIs follow <a href=\"https://en.wikipedia.org/wiki/Representational_state_transfer\"><b>RESTful</b></a> architecture and utilize standard <a href=\"https://www.tutorialspoint.com/http/http_status_codes\"><b>HTTP</b></a> methods. Our APIs accept and return data in <a href=\"https://www.w3schools.com/whatis/whatis_json.asp\"><b>JSON</b></a> encoded body, ensuring a consistent and developer-friendly experience.</p>\n<p>Refer to the following sections for a step-by-step guide on integrating Omniful’s APIs into your system. 🚀</p>\n<h1 id=\"getting-started\">Getting Started</h1>\n<p>First, you need to have an integration in your Omniful dashboard.</p>\n<ol>\n<li><p><strong>Log in</strong> to your Omniful dashboard.</p>\n</li>\n<li><p>Navigate to <strong>Settings → Apps &amp; Integrations → Custom Apps → Seller Custom Integration / Tenant Custom Integration → Custom (+)</strong>.</p>\n</li>\n<li><p>Once completed, you’ll receive the required <strong>API credentials</strong> for authentication.</p>\n</li>\n</ol>\n<h4 id=\"📹-watch-our-short-video-guide-on-setting-up-custom-integrations-video-link\">📹 <strong>Watch our short video guide on setting up Custom Integrations</strong>: <a href=\"https://www.youtube.com/watch?v=JBUIbn6p6-0\"><b>Video Link</b></a></h4>\n<h1 id=\"api-documentation-and-api-usage-guidelines\">📕API <strong>Documentation</strong> and API Usage Guidelines</h1>\n<h3 id=\"📘-overview\">📘 <strong>Overview</strong></h3>\n<p>Our APIs support standard HTTP methods:</p>\n<ul>\n<li><p><strong>GET</strong> – Retrieve data.</p>\n</li>\n<li><p><strong>POST</strong> – Create a new record.</p>\n</li>\n<li><p><strong>PATCH</strong> – Update specific record fields.</p>\n</li>\n<li><p><strong>PUT</strong> – Update the entire record.</p>\n</li>\n</ul>\n<p>You can import and test our complete API collection in Postman by clicking the <strong>“Run in Postman”</strong> button.</p>\n<blockquote>\n<p>⚠ <strong>Note:</strong> Any API requests made with valid credentials will directly affect real-time data in your Omniful custom integration. Please exercise caution when making changes. </p>\n</blockquote>\n<h3 id=\"🔑-authentication\">🔑 Authentication</h3>\n<p>All API requests must be authenticated using a <strong>Bearer Token</strong>. Include your token in the Authorization header as follows:<br><strong>Authorization:</strong> <strong><code>Bearer</code></strong></p>\n<h3 id=\"🌍-base-urls\">🌍 <strong>Base URLs</strong></h3>\n<p>Use the following base URLs for staging and production, depending on your environment:</p>\n<ul>\n<li><p><strong>Staging:</strong> <a href=\"https://api.staging.omniful.com\"><b>https://api.staging.omniful.com</b></a></p>\n</li>\n<li><p><strong>Production:</strong> <a href=\"https://prodapi.omniful.com\"><b>https://prodapi.omniful.com</b></a></p>\n</li>\n</ul>\n<h3 id=\"🔄-request--response-formats\">🔄 <strong>Request &amp; Response Formats</strong></h3>\n<ul>\n<li><p>All API requests and responses follow the <strong>JSON</strong> format.</p>\n</li>\n<li><p>Each API is documented with example request and response payloads for both <strong>successful</strong> and <strong>failed</strong> calls.</p>\n</li>\n</ul>\n<h3 id=\"⚡-rate-limiting\"><strong>⚡ Rate Limiting</strong></h3>\n<p>To ensure <strong>fair usage and performance stability</strong>, Omniful APIs have a default rate limit of:</p>\n<p>✅ <strong>60 requests per minute for Seller and Sales Channel APIs</strong></p>\n<p>✅ <strong>120 requests per minute for Seller and Sales Channel APIs</strong></p>\n<p>📌 <strong>Exceeding the limit may result in temporary API restrictions.</strong></p>\n<h1 id=\"webhooks-get-real-time-updates\">🔔 Webhooks: Get Real-Time Updates</h1>\n<p>Omniful supports <strong>webhooks</strong> for <strong>real-time event notifications</strong>. Whenever an event (e.g., order update, shipment creation) occurs, Omniful will send a POST request to your webhook URL.</p>\n<p><strong>✅ How to Set Up a Webhook</strong></p>\n<ol>\n<li><p><strong>Log in</strong> to your Omniful Dashboard.</p>\n</li>\n<li><p>Navigate to <strong>Settings → Apps &amp; Integrations → Custom Apps → Seller Custom Integration/Tenant Custom Integration → Configurations Tab → Webhook URLs</strong>.</p>\n</li>\n<li><p>Add your <strong>Webhook URL</strong> and <strong>enable the toggle</strong>.</p>\n</li>\n<li><p>Click <strong>Save</strong> to apply changes.</p>\n</li>\n</ol>\n<p><strong>Webhook Specifications:</strong></p>\n<ul>\n<li><p><strong>Method:</strong> <code>POST</code></p>\n</li>\n<li><p><strong>Content-Type Header:</strong> <strong><code>application/json</code></strong></p>\n</li>\n<li><p><strong>Response:</strong> Must be set to return **<code>HTTP 200 Code</code>**<strong>Only</strong></p>\n</li>\n</ul>\n<p>📌 <strong>Ensure your webhook URL is always reachable</strong> to avoid missing important updates.</p>\n<p><strong>Please click Here to view</strong> <a href=\"https://docs.omniful.tech/#3cd8c4e8-1fcd-442a-9ffe-c2c77c5b546a\">Sample Webhook Payload</a></p>\n<h3 id=\"🔄-api-functionality--button-status\">🔄 <strong>API Functionality &amp; Button Status</strong></h3>\n<p>Some API functions <strong>depend on specific settings</strong> in your Omniful dashboard.</p>\n<p>For example:</p>\n<ul>\n<li><p>If the <strong>“Order Sync”</strong> button is <strong>disabled</strong>, API calls related to order sync <strong>will return an error</strong>.</p>\n</li>\n<li><p>Ensure that all required <strong>settings are enabled</strong> in the dashboard to successfully fetch data from the APIs.</p>\n</li>\n</ul>\n<h3 id=\"⏱-timestamp-format\">⏱ Timestamp Format</h3>\n<p>All timestamps in API requests, responses, and webhooks are returned in UTC (ISO 8601 format) unless explicitly stated otherwise.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Welcome to Omniful’s API Documentation 🚀","slug":"welcome-to-omnifuls-api-documentation"},{"content":"Getting Started","slug":"getting-started"},{"content":"📕API Documentation and API Usage Guidelines","slug":"api-documentation-and-api-usage-guidelines"},{"content":"🔔 Webhooks: Get Real-Time Updates","slug":"webhooks-get-real-time-updates"}],"owner":"34031863","collectionId":"2714ea86-d918-46ac-a643-1a78d2a3c059","publishedId":"2sA35K1Kqo","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-04-12T05:56:35.000Z"},"item":[{"name":"Seller and Sales Channel APIs","item":[{"name":"Orders","item":[{"name":"Create Order","event":[{"listen":"test","script":{"id":"d53fd8e4-737e-4dbe-aa6c-5b644eb384e7","exec":["pm.test(\"Response status code is 200\", function () {","  pm.response.to.have.status(200);","});","","","pm.test(\"Response has the required fields\", function () {","    const responseData = pm.response.json();","    ","    pm.expect(responseData).to.have.property(\"is_success\");","    pm.expect(responseData).to.have.property(\"status_code\");","    pm.expect(responseData).to.have.property(\"data\");","    pm.expect(responseData).to.have.property(\"meta\");","});","","","pm.test(\"is_success is a boolean value\", function () {","    const responseData = pm.response.json();","    pm.expect(responseData.is_success).to.be.a('boolean');","});","","","pm.test(\"status_code is a non-negative integer\", function () {","    const responseData = pm.response.json();","    pm.expect(responseData.status_code).to.be.a('number').and.to.be.at.least(0);","});","","","pm.test(\"Validate data is an object and contains the required field - status\", function () {","  const responseData = pm.response.json();","","  pm.expect(responseData).to.be.an('object');","  pm.expect(responseData.data.status).to.exist;","});"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"d46cd54a-1d74-4e27-b85c-8661a89cf420","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"shipment_type\": \"omniful_generated\",\n    \"order_id\": \"order_no__1\",\n    \"order_alias\": \"order_omniful-alias\",\n    \"hub_code\": \"test_hub_1\",\n    \"order_items\": [\n        {\n            \"sku_code\": \"iPhone 15 Pro\",\n            \"name\": \"iPhone 15 Pro\",\n            \"display_price\": 799,\n            \"selling_price\": 699,\n            \"is_substituted\": false,\n            \"quantity\": 1,\n            \"tax_percent\": 10,\n            \"tax\": 69.9,\n            \"unit_price\": 699,\n            \"subtotal\": 699,\n            \"total\": 768.9,\n            \"discount\": 100,\n            \"tax_inclusive\": true\n        }\n    ],\n    \"billing_address\": {\n        \"address1\": \"123 Al-Masjid Al-Haram Street\",\n        \"address2\": \"Near Al-Faisaliah Tower\",\n        \"city\": \"Riyadh\",\n        \"country\": \"Saudi Arabia\",\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"phone\": \"+966-11-234-5678\",\n        \"state\": \"Riyadh\",\n        \"zip\": \"11564\",\n        \"state_code\": \"RIY\",\n        \"country_code\": \"SA\",\n        \"latitude\": 24.7136,\n        \"longitude\": 46.6753,\n        \"national_address_code\": \"code\"\n    },\n    \"shipping_address\": {\n        \"address1\": \"456 King Abdulaziz Road\",\n        \"address2\": \"Near Kingdom Centre\",\n        \"city\": \"Jeddah\",\n        \"country\": \"Saudi Arabia\",\n        \"first_name\": \"Jane\",\n        \"last_name\": \"Smith\",\n        \"phone\": \"+966-12-345-6789\",\n        \"state\": \"Makkah\",\n        \"zip\": \"21577\",\n        \"state_code\": \"MKA\",\n        \"country_code\": \"SA\",\n        \"latitude\": 21.4225,\n        \"longitude\": 39.8262,\n        \"national_address_code\": \"code\"\n    },\n    \"invoice\": {\n        \"currency\": \"USD\",\n        \"subtotal\": 699,\n        \"shipping_price\": 0,\n        \"shipping_refund\": 0,\n        \"tax\": 69.9,\n        \"discount\": 100,\n        \"total\": 768.9,\n        \"total_paid\": 768.9,\n        \"total_due\": 0,\n        \"total_refunded\": 0,\n        \"payment_mode\": \"Credit Card\",\n        \"tax_percent\": 10,\n        \"shipping_tax\": 0,\n        \"sub_total_tax_inclusive\": true,\n        \"sub_total_discount_inclusive\": true,\n        \"shipping_tax_inclusive\": false,\n        \"shipping_discount_inclusive\": false,\n        \"attachments\": [\n            {\n                \"name\": \"profile_picture\",\n                \"description\": \"User's profile avatar image\",\n                \"mime_type\": \"image/jpeg\",\n                \"url\": \"https://example.com/profile1.jpg\"\n            },\n            {\n                \"name\": \"document\",\n                \"description\": \"Monthly financial report in PDF format\",\n                \"mime_type\": \"application/pdf\",\n                \"url\": \"https://example.com/report.pdf\"\n            },\n            {\n                \"name\": \"screenshot\",\n                \"description\": \"Screenshot of an error log for debugging\",\n                \"mime_type\": \"image/png\",\n                \"url\": \"https://example.com/screenshot.png\"\n            }\n        ]\n    },\n    \"customer\": {\n        \"id\": \"66ced351ffed27dec7c4072a\",\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"mobile\": \"1234567890\",\n        \"mobile_code\": \"+1\",\n        \"email\": \"john.doe@example.com\",\n        \"avatar\": \"https://example.com/avatar.jpg\",\n        \"gender\": \"male\"\n    },\n    \"labels\": [\n        \"label1\",\n        \"label2\",\n        \"label3\"\n    ],\n    \"slot\": {\n        \"delivery_date\": \"18122024\",\n        \"start_time\": 1100,\n        \"end_time\": 1500\n    },\n    \"payment_method\": \"prepaid\",\n    \"delivery_type\": \"normal_delivery\",\n    \"is_cash_on_delivery\": false,\n    \"note\": \"Please deliver during weekdays\",\n    \"type\": \"b2b\",\n    \"external_fields\": [\n        {\n            \"key\": \"order_id\",\n            \"value\": \"12345\"\n        },\n        {\n            \"key\": \"customer_name\",\n            \"value\": \"John Doe\"\n        },\n        {\n            \"key\": \"status\",\n            \"value\": \"shipped\"\n        }\n    ],\n    \"cancel_order_after_seconds\": 30\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/orders","description":"<p>📌 <strong>Create Order API Overview</strong></p>\n<p>The <strong>Create Order API</strong> allows users to place new orders in Omniful by providing order details, customer information, shipping and billing addresses, invoice details, and payment information.</p>\n<p>📝 <strong>Request Body Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>order_id</strong></td>\n<td>string</td>\n<td>Must be a globally unique identifier for the order (e.g., \"order_0008\"). Cannot be reused if the order is deleted.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>order_alias</strong></td>\n<td>string</td>\n<td>Secondary identifier for tracking in external systems (e.g., ERP or warehouse systems).</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>hub_code</strong></td>\n<td>string</td>\n<td>Code for the warehouse/fulfillment center that will handle this order. Ensure it matches a valid hub in your system.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>order_items</strong></td>\n<td>object</td>\n<td>Array of items in this order. Must contain at least one item with complete product and pricing details.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>order_items.sku_code</strong></td>\n<td>string</td>\n<td>Product’s unique SKU identifier, must match exactly with the product catalog.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>order_items.name</strong></td>\n<td>string</td>\n<td>Product display name, used in the order summary and customer communications.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>order_items.display_price</strong></td>\n<td>number</td>\n<td>Original product price before discounts. Used to show savings to the customer.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>order_items.selling_price</strong></td>\n<td>number</td>\n<td>Final price charged after base discounts. Used for order calculations.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>order_items.is_substituted</strong></td>\n<td>boolean</td>\n<td>Set to true if this is a substitution for the customer's original choice. Helps track substitutions.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>order_items.quantity</strong></td>\n<td>integer</td>\n<td>Number of units ordered. Must be at least 1. Affects all price calculations.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>order_items.tax_percent</strong></td>\n<td>number</td>\n<td>Tax rate for this item (e.g., 10 for 10%). Used to calculate the tax amount.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>order_items.tax</strong></td>\n<td>number</td>\n<td>Calculated tax for this line item based on the selling price and quantity.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>order_items.unit_price</strong></td>\n<td>number</td>\n<td>Price per unit, base price used for quantity calculations.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>order_items.subtotal</strong></td>\n<td>number</td>\n<td>Line item total before tax and special discounts (unit_price × quantity).</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>order_items.total</strong></td>\n<td>number</td>\n<td>Final amount for the line item including all taxes and discounts.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>order_items.discount</strong></td>\n<td>number</td>\n<td>Total discount applied to this item.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>order_items.tax_inclusive</strong></td>\n<td>boolean</td>\n<td>If true, prices include tax. Important for tax calculations.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>billing_address</strong></td>\n<td>object</td>\n<td>Address used for billing and tax calculations. Must be a valid physical address.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>billing_address.address1</strong></td>\n<td>string</td>\n<td>Main address line (street number and name).</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>billing_address.address2</strong></td>\n<td>string</td>\n<td>Additional address details like apartment number, floor, or landmarks.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>billing_address.city</strong></td>\n<td>string</td>\n<td>City name. Must be valid for the given state and country.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>billing_address.country</strong></td>\n<td>string</td>\n<td>Full country name. Must match with country_code provided.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>billing_address.first_name</strong></td>\n<td>string</td>\n<td>First name of the billing contact person.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>billing_address.last_name</strong></td>\n<td>string</td>\n<td>Last name of the billing contact person.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>billing_address.phone</strong></td>\n<td>string</td>\n<td>Contact number for billing issues.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>billing_address.state</strong></td>\n<td>string</td>\n<td>Full state name. Must be valid for the given country.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>billing_address.zip</strong></td>\n<td>string</td>\n<td>Postal code for the address.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>billing_address.state_code</strong></td>\n<td>string</td>\n<td>Standard state/province code (e.g., \"RIY\" for Riyadh).</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>billing_address.country_code</strong></td>\n<td>string</td>\n<td>Two-letter ISO country code (e.g., \"SA\" for Saudi Arabia).</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>billing_address.latitude</strong></td>\n<td>number</td>\n<td>Optional GPS latitude for precise location.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>billing_address.longitude</strong></td>\n<td>number</td>\n<td>Optional GPS longitude for precise location.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>billing_address.national_address_code</strong></td>\n<td>string</td>\n<td>National address code of billing address.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>shipping_address</strong></td>\n<td>object</td>\n<td>Delivery address where the order will be sent.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>shipping_address.address1</strong></td>\n<td>string</td>\n<td>Primary delivery address. Must be accurate for successful delivery.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>shipping_address.address2</strong></td>\n<td>string</td>\n<td>Extra delivery instructions or landmark details.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>shipping_address.city</strong></td>\n<td>string</td>\n<td>Delivery city. Must be within serviceable area.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>shipping_address.country</strong></td>\n<td>string</td>\n<td>Delivery country name. Must match with your shipping rules.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>shipping_address.first_name</strong></td>\n<td>string</td>\n<td>First name of person receiving delivery.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>shipping_address.last_name</strong></td>\n<td>string</td>\n<td>Last name of person receiving delivery.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>shipping_address.phone</strong></td>\n<td>string</td>\n<td>Contact number for delivery updates.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>shipping_address.state</strong></td>\n<td>string</td>\n<td>Full state name for delivery.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>shipping_address.zip</strong></td>\n<td>string</td>\n<td>Postal code for delivery location.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>shipping_address.state_code</strong></td>\n<td>string</td>\n<td>Standard state code for delivery location.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>shipping_address.country_code</strong></td>\n<td>string</td>\n<td>Two-letter country code for delivery location.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>shipping_address.latitude</strong></td>\n<td>number</td>\n<td>Optional GPS latitude for precise location.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>shipping_address.longitude</strong></td>\n<td>number</td>\n<td>Optional GPS longitude for precise location.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>shipping_address.national_address_code</strong></td>\n<td>string</td>\n<td>National address code of shipping address.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice</strong></td>\n<td>object</td>\n<td>Contains all financial details and calculations for the order.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>invoice.currency</strong></td>\n<td>string</td>\n<td>Three-letter currency code (e.g., \"USD\", \"SAR\").</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>invoice.subtotal</strong></td>\n<td>number</td>\n<td>Sum of all item prices before tax/discounts.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.shipping_price</strong></td>\n<td>number</td>\n<td>Delivery fee charged to customer.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.shipping_refund</strong></td>\n<td>number</td>\n<td>Any shipping fee refunded to customer.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.tax</strong></td>\n<td>number</td>\n<td>Total tax amount for the order.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.discount</strong></td>\n<td>number</td>\n<td>Total order level discounts (not including item discounts).</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.total</strong></td>\n<td>number</td>\n<td>Final order amount including all items, tax, shipping, and discounts.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>invoice.total_paid</strong></td>\n<td>number</td>\n<td>Amount already received from customer.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.total_due</strong></td>\n<td>number</td>\n<td>Remaining amount to be paid. Should be 0 for prepaid orders.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.total_refunded</strong></td>\n<td>number</td>\n<td>Total amount refunded to customer from this order.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.payment_mode</strong></td>\n<td>string</td>\n<td>How the customer paid (e.g., \"visa\", \"cash\",\"mada\", \"credit card\").</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.tax_percent</strong></td>\n<td>number</td>\n<td>Overall tax rate applied to order.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.shipping_tax</strong></td>\n<td>number</td>\n<td>Tax amount specifically for the shipping fee.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.sub_total_tax_inclusive</strong></td>\n<td>boolean</td>\n<td>Whether subtotal includes tax.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.sub_total_discount_inclusive</strong></td>\n<td>boolean</td>\n<td>Whether subtotal includes discounts.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.shipping_tax_inclusive</strong></td>\n<td>boolean</td>\n<td>Whether shipping fee includes tax.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.shipping_discount_inclusive</strong></td>\n<td>boolean</td>\n<td>Whether shipping fee includes discounts.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.attachments</strong></td>\n<td>array</td>\n<td>Optional files like invoices or gift receipts.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.attachments.url</strong></td>\n<td>string</td>\n<td>URL to the attachment.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.attachments.type</strong></td>\n<td>string</td>\n<td>Type of attachment (e.g., \"invoice\", \"receipt\").</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>customer</strong></td>\n<td>object</td>\n<td>Details about who placed the order.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>customer.id</strong></td>\n<td>string</td>\n<td>Unique identifier for this customer in your system.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>customer.first_name</strong></td>\n<td>string</td>\n<td>Customer's first name.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>customer.last_name</strong></td>\n<td>string</td>\n<td>Customer's last name.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>customer.mobile</strong></td>\n<td>string</td>\n<td>Mobile number for updates.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>customer.mobile_code</strong></td>\n<td>string</td>\n<td>Country calling code with + prefix.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>customer.email</strong></td>\n<td>string</td>\n<td>Customer’s email for order confirmations.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>customer.avatar</strong></td>\n<td>string</td>\n<td>URL to customer’s profile image.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>customer.gender</strong></td>\n<td>string</td>\n<td>Customer's gender, if provided.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>labels</strong></td>\n<td>array</td>\n<td>Custom tags to categorize the order.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>slot</strong></td>\n<td>object</td>\n<td>Selected delivery time window.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>slot.delivery_date</strong></td>\n<td>string</td>\n<td>Delivery date in DDMMYYYY format.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>slot.start_time</strong></td>\n<td>integer</td>\n<td>Delivery window start time in HHMM format.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>slot.end_time</strong></td>\n<td>integer</td>\n<td>Delivery window end time in HHMM format.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>payment_method</strong></td>\n<td>string</td>\n<td>Payment method chosen (e.g., \"prepaid\", \"postpaid\",\"pending\").</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>delivery_type</strong></td>\n<td>string</td>\n<td>Delivery Types supported. (e.g., click_and_collect,  <br />express_delivery,  <br />slot_delivery,  <br />normal_delivery)</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>transactions</strong></td>\n<td>array</td>\n<td>List of payment transactions for this order.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>transactions.transaction_id</strong></td>\n<td>string</td>\n<td>Unique transaction ID.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>transactions.amount</strong></td>\n<td>number</td>\n<td>Transaction amount.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>transactions.type</strong></td>\n<td>integer</td>\n<td>Transaction type code (e.g., 1=payment, 2=refund).</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>transactions.card_number</strong></td>\n<td>string</td>\n<td>Masked card number.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>transactions.source_account</strong></td>\n<td>string</td>\n<td>Source account for payment.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>transactions.destination_account</strong></td>\n<td>string</td>\n<td>Destination account receiving payment.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>transactions.status</strong></td>\n<td>integer</td>\n<td>Payment status code (e.g., 1=success, 0=pending).</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>transactions.description</strong></td>\n<td>string</td>\n<td>Human-readable explanation of the transaction.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>is_cash_on_delivery</strong></td>\n<td>boolean</td>\n<td>Set to true if payment is collected during delivery.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>note</strong></td>\n<td>string</td>\n<td>Special instructions for order handling.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>type</strong></td>\n<td>string</td>\n<td>Order category (e.g., \"b2b\", \"b2c\").</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>external_fields</strong></td>\n<td>array</td>\n<td>Custom fields for external system integration.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>external_fields.key</strong></td>\n<td>string</td>\n<td>Custom field name for external systems.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>external_fields.value</strong></td>\n<td>string</td>\n<td>Custom field value.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>cancel_order_after_seconds</strong></td>\n<td>integer</td>\n<td>Order auto-cancels after this many seconds.</td>\n<td>❌ No</td>\n</tr>\n</tbody>\n</table>\n</div><p>✅ <strong>Notes</strong></p>\n<ul>\n<li><p>Fields marked as ✅ Yes under \"Required\" must be included in the request.</p>\n</li>\n<li><p>Geolocation fields (latitude, longitude) are optional but useful for delivery tracking.</p>\n</li>\n<li><p>The <strong>payment_method</strong> should match an accepted payment type in the system.</p>\n</li>\n<li><p>Ensure <strong>customer.id</strong> is valid if using an existing customer, or create a new customer by passing the required fields.</p>\n</li>\n<li><p>The <strong>order_items</strong> array must contain at least one item to process the order.</p>\n</li>\n</ul>\n<p>❓ <strong>Frequently Asked Questions (FAQs)</strong></p>\n<p>1️⃣ <strong>How do I force an order to a specific hub?</strong></p>\n<p>To manually route an order to a specific hub, provide the hub's unique code in the <strong>hub_code</strong> field.</p>\n<p>Example: <code>{ \"hub_code\": \"HUB123\" }</code></p>\n<p>2️⃣ <strong>What if payment details are missing?</strong></p>\n<p>If payment information is unavailable and you need to block shipment creation at the packing stage, set:<br /><code>{ \"payment_method\": \"pending\" }</code></p>\n<p>This ensures the shipment cannot be created until payment details are updated.</p>\n<p>3️⃣ <strong>How do I create a shipment if the payment status is pending?</strong></p>\n<ul>\n<li><p>Set the payment status to <strong>\"pending\"</strong> when creating the order.</p>\n</li>\n<li><p>Once the invoice details are received, update the order using the <strong>Update Order Invoice API</strong>.</p>\n</li>\n<li><p>After updating the invoice, shipment creation will be enabled via the dashboard.</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"path":["sales-channel","public","v1","orders"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"3e43c2f0-3902-4079-adcf-e6c0f420e827","name":"Create Order","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"shipment_type\": \"omniful_generated\",\n    \"order_id\": \"order_number_001\",\n    \"order_alias\": \"order_omniful-alias\",\n    \"hub_code\": \"test_hub_1\",\n    \"order_items\": [\n        {\n            \"sku_code\": \"iPhone 15 Pro\",\n            \"name\": \"iPhone 15 Pro\",\n            \"display_price\": 799,\n            \"selling_price\": 699,\n            \"is_substituted\": false,\n            \"quantity\": 1,\n            \"tax_percent\": 10,\n            \"tax\": 69.9,\n            \"unit_price\": 699,\n            \"subtotal\": 699,\n            \"total\": 768.9,\n            \"discount\": 100,\n            \"tax_inclusive\": true\n        }\n    ],\n    \"billing_address\": {\n        \"address1\": \"123 Al-Masjid Al-Haram Street\",\n        \"address2\": \"Near Al-Faisaliah Tower\",\n        \"city\": \"Riyadh\",\n        \"country\": \"Saudi Arabia\",\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"phone\": \"+966-11-234-5678\",\n        \"state\": \"Riyadh\",\n        \"zip\": \"11564\",\n        \"state_code\": \"RIY\",\n        \"country_code\": \"SA\",\n        \"latitude\": 24.7136,\n        \"longitude\": 46.6753,\n        \"national_address_code\": \"code\"\n    },\n    \"shipping_address\": {\n        \"address1\": \"456 King Abdulaziz Road\",\n        \"address2\": \"Near Kingdom Centre\",\n        \"city\": \"Jeddah\",\n        \"country\": \"Saudi Arabia\",\n        \"first_name\": \"Jane\",\n        \"last_name\": \"Smith\",\n        \"phone\": \"+966-12-345-6789\",\n        \"state\": \"Makkah\",\n        \"zip\": \"21577\",\n        \"state_code\": \"MKA\",\n        \"country_code\": \"SA\",\n        \"latitude\": 21.4225,\n        \"longitude\": 39.8262,\n        \"national_address_code\": \"code\"\n    },\n    \"invoice\": {\n        \"currency\": \"USD\",\n        \"subtotal\": 699,\n        \"shipping_price\": 0,\n        \"shipping_refund\": 0,\n        \"tax\": 69.9,\n        \"discount\": 100,\n        \"total\": 768.9,\n        \"total_paid\": 768.9,\n        \"total_due\": 0,\n        \"total_refunded\": 0,\n        \"payment_method\": \"Credit Card\",\n        \"tax_percent\": 10,\n        \"shipping_tax\": 0,\n        \"sub_total_tax_inclusive\": true,\n        \"sub_total_discount_inclusive\": true,\n        \"shipping_tax_inclusive\": false,\n        \"shipping_discount_inclusive\": false,\n        \"attachments\": [\n            {\n                \"name\": \"profile_picture\",\n                \"description\": \"User's profile avatar image\",\n                \"mime_type\": \"image/jpeg\",\n                \"url\": \"https://example.com/profile1.jpg\"\n            },\n            {\n                \"name\": \"document\",\n                \"description\": \"Monthly financial report in PDF format\",\n                \"mime_type\": \"application/pdf\",\n                \"url\": \"https://example.com/report.pdf\"\n            },\n            {\n                \"name\": \"screenshot\",\n                \"description\": \"Screenshot of an error log for debugging\",\n                \"mime_type\": \"image/png\",\n                \"url\": \"https://example.com/screenshot.png\"\n            }\n        ]\n    },\n    \"shipment\": {\n        \"shipping_method\": \"auto_ship\"\n    },\n    \"customer\": {\n        \"id\": \"66ced351ffed27dec7c4072a\",\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"mobile\": \"1234567890\",\n        \"mobile_code\": \"+1\",\n        \"email\": \"john.doe@example.com\",\n        \"avatar\": \"https://example.com/avatar.jpg\",\n        \"gender\": \"male\"\n    },\n    \"labels\": [\n        \"label1\",\n        \"label2\",\n        \"label3\"\n    ],\n    \"slot\": {\n        \"delivery_date\": \"18122024\",\n        \"start_time\": 1100,\n        \"end_time\": 1500\n    },\n    \"payment_method\": \"prepaid\",\n    \"is_cash_on_delivery\": false,\n    \"note\": \"Please deliver during weekdays\",\n    \"type\": \"b2b\",\n    \"external_fields\": [\n        {\n            \"key\": \"order_id\",\n            \"value\": \"12345\"\n        },\n        {\n            \"key\": \"customer_name\",\n            \"value\": \"John Doe\"\n        },\n        {\n            \"key\": \"status\",\n            \"value\": \"shipped\"\n        }\n    ]\n    //\"cancel_order_after_seconds\": 30\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Apr 2025 08:25:00 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"f19a5a59-f8e7-4161-a1b2-91805970dc8d"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"9343ba62dc0d2d26-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"id\": \"6807525c2c79e5a69b00e2d7\",\n        \"order_id\": \"order_number_001\",\n        \"omniful_order_id\": \"6807525c2c79e5a69b00e2d7\",\n        \"status_code\": \"new_order\",\n        \"hub_code\": \"\",\n        \"customer\": {\n            \"first_name\": \"John\",\n            \"last_name\": \"Doe\",\n            \"phone\": {\n                \"mobile\": \"+966-1234567890\",\n                \"mobile_code\": \"+966\"\n            },\n            \"email\": \"john.doe@example.com\"\n        },\n        \"seller_name\": \"Shubhra\",\n        \"order_alias\": \"order_omniful-alias\",\n        \"order_items\": [\n            {\n                \"id\": \"6807525c2c79e5a69b00e2d6\",\n                \"seller_sku_code\": \"iPhone 15 Pro\",\n                \"display_price\": 799,\n                \"selling_price\": 699,\n                \"is_substituted\": false,\n                \"substitute_seller_sku_codes\": null,\n                \"serialised_sku_codes\": null,\n                \"item_barcodes\": null,\n                \"quantity\": 1,\n                \"tax_percent\": 10,\n                \"tax\": 69.9,\n                \"reason\": \"\",\n                \"picked_quantity\": 0,\n                \"packed_quantity\": 0,\n                \"unit_price\": 699,\n                \"total\": 768.9,\n                \"tax_inclusive\": true,\n                \"discount\": 100\n            }\n        ],\n        \"total_item_count\": 1,\n        \"total_sku_count\": 1,\n        \"total\": 1,\n        \"billing_address\": {\n            \"address1\": \"123 Al-Masjid Al-Haram Street\",\n            \"address2\": \"Near Al-Faisaliah Tower\",\n            \"city\": \"Riyadh\",\n            \"country\": \"Saudi Arabia\",\n            \"first_name\": \"John\",\n            \"last_name\": \"Doe\",\n            \"phone\": \"+966-112345678\",\n            \"state\": \"Riyadh\",\n            \"zip\": \"11564\",\n            \"state_code\": \"RIY\",\n            \"country_code\": \"SA\",\n            \"latitude\": 24.7136,\n            \"longitude\": 46.6753,\n            \"national_address_code\": \"code\"\n        },\n        \"shipping_address\": {\n            \"address1\": \"456 King Abdulaziz Road\",\n            \"address2\": \"Near Kingdom Centre\",\n            \"city\": \"Jeddah\",\n            \"country\": \"Saudi Arabia\",\n            \"first_name\": \"Jane\",\n            \"last_name\": \"Smith\",\n            \"phone\": \"+966-123456789\",\n            \"state\": \"Makkah\",\n            \"zip\": \"21577\",\n            \"state_code\": \"02\",\n            \"country_code\": \"SA\",\n            \"latitude\": 21.4225,\n            \"longitude\": 39.8262,\n            \"google_address\": \"\",\n            \"google_place_id\": 0,\n            \"google_place_name\": \"\",\n            \"omniful_country_id\": 8,\n            \"omniful_country\": \"Saudi Arabia\",\n            \"omniful_state_id\": 93,\n            \"omniful_state\": \"Makkah Region\",\n            \"omniful_city_id\": 7579,\n            \"omniful_city\": \"Jeddah\",\n            \"postal_code\": \"\",\n            \"google_latitude\": 0,\n            \"google_longitude\": 0,\n            \"google_address_category\": \"\",\n            \"national_address_code\": \"code\"\n        },\n        \"reason\": \"\",\n        \"cancelled_reason\": \"\",\n        \"sub_status\": \"\",\n        \"transactions\": [],\n        \"slot\": {\n            \"delivery_date\": \"18122024\",\n            \"start_time\": 1100,\n            \"end_time\": 1500\n        },\n        \"order_created_at\": \"2025-04-22T08:25:00.877010205Z\",\n        \"invoice\": {\n            \"currency\": \"USD\",\n            \"subtotal\": 699,\n            \"shipping_tax\": 0,\n            \"sub_total_tax_inclusive\": true,\n            \"sub_total_discount_inclusive\": true,\n            \"shipping_tax_inclusive\": false,\n            \"shipping_discount_inclusive\": false,\n            \"shipping_price\": 0,\n            \"shipping_refund\": 0,\n            \"tax\": 69.9,\n            \"tax_percent\": 10,\n            \"discount\": 100,\n            \"total\": 768.9,\n            \"total_paid\": 768.9,\n            \"total_due\": 0,\n            \"total_refunded\": 0,\n            \"payment_mode\": \"\",\n            \"loyalty_discount\": 0,\n            \"wallet_amount\": 0,\n            \"attachments\": [\n                {\n                    \"url\": \"https://example.com/profile1.jpg\",\n                    \"name\": \"profile_picture\",\n                    \"description\": \"User's profile avatar image\",\n                    \"mime_type\": \"image/jpeg\"\n                },\n                {\n                    \"url\": \"https://example.com/report.pdf\",\n                    \"name\": \"document\",\n                    \"description\": \"Monthly financial report in PDF format\",\n                    \"mime_type\": \"application/pdf\"\n                },\n                {\n                    \"url\": \"https://example.com/screenshot.png\",\n                    \"name\": \"screenshot\",\n                    \"description\": \"Screenshot of an error log for debugging\",\n                    \"mime_type\": \"image/png\"\n                }\n            ]\n        },\n        \"shipment\": {\n            \"ShipmentCreatedAt\": \"0001-01-01T00:00:00Z\",\n            \"order_delivered_at\": \"0001-01-01T00:00:00Z\",\n            \"order_shipped_at\": \"0001-01-01T00:00:00Z\",\n            \"shipping_partner_order_id\": \"\",\n            \"awb_number\": \"\",\n            \"shipping_partner_status\": \"\",\n            \"awb_label\": \"\",\n            \"shipping_partner_tag\": \"\",\n            \"shipping_partner_name\": \"\",\n            \"shipment_id\": \"\",\n            \"shipping_options\": [\n                \"manual_dispatch\",\n                \"shipping_partner\"\n            ],\n            \"number_of_boxes\": 0,\n            \"shipping_method\": \"auto_ship\"\n        },\n        \"delivery_type\": \"normal_delivery\",\n        \"payment_method\": \"Prepaid\",\n        \"shipment_created_at\": \"0001-01-01T00:00:00Z\",\n        \"order_shipped_at\": \"0001-01-01T00:00:00Z\",\n        \"order_delivered_at\": \"0001-01-01T00:00:00Z\",\n        \"type\": \"b2b\",\n        \"external_fields\": [\n            {\n                \"key\": \"order_id\",\n                \"value\": \"12345\"\n            },\n            {\n                \"key\": \"customer_name\",\n                \"value\": \"John Doe\"\n            },\n            {\n                \"key\": \"status\",\n                \"value\": \"shipped\"\n            }\n        ]\n    },\n    \"meta\": null\n}"}],"_postman_id":"d46cd54a-1d74-4e27-b85c-8661a89cf420"},{"name":"Update Order","event":[{"listen":"test","script":{"id":"5651de45-cd44-4bb6-a2b6-fd6a42f3a0a1","exec":["pm.test(\"Response status code is 200\", function () {","  pm.response.to.have.status(200);","});","","","pm.test(\"Response has the required fields\", function () {","    const responseData = pm.response.json();","    ","    pm.expect(responseData).to.have.property(\"is_success\");","    pm.expect(responseData).to.have.property(\"status_code\");","    pm.expect(responseData).to.have.property(\"data\");","    pm.expect(responseData).to.have.property(\"meta\");","});","","","pm.test(\"is_success is a boolean value\", function () {","    const responseData = pm.response.json();","    pm.expect(responseData.is_success).to.be.a('boolean');","});","","","pm.test(\"status_code is a non-negative integer\", function () {","    const responseData = pm.response.json();","    pm.expect(responseData.status_code).to.be.a('number').and.to.be.at.least(0);","});","","","pm.test(\"Validate data is an object and contains the required field - status\", function () {","  const responseData = pm.response.json();","","  pm.expect(responseData).to.be.an('object');","  pm.expect(responseData.data.status).to.exist;","});"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"1c1a6015-86df-463f-ac0c-5ecb3a38faf5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"order_id\": \"order_0003\",\n    \"hub_code\": \"Shubhra001\",\n    \"order_items\": [\n        {\n            \"sku_code\": \"iPhone 15 Pro\",\n            \"name\": \"iPhone 15 Pro\",\n            \"display_price\": 799,\n            \"selling_price\": 699,\n            \"is_substituted\": false,\n            \"quantity\": 2,\n            \"tax_percent\": 10,\n            \"tax\": 69.9,\n            \"unit_price\": 699,\n            \"subtotal\": 699,\n            \"total\": 768.9,\n            \"discount\": 100,\n            \"tax_inclusive\": true\n        }\n    ],\n    \"billing_address\": {\n        \"address1\": \"123 Main Street\",\n        \"city\": \"New York\",\n        \"country\": \"United States\",\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"phone\": \"123-456-7890\",\n        \"state\": \"NY\",\n        \"zip\": \"10001\",\n        \"state_code\": \"NY\",\n        \"country_code\": \"US\",\n        \"latitude\": 40.7128,\n        \"longitude\": -74.0060,\n        \"national_address_code\": \"code\"\n    },\n    \"shipping_address\": {\n        \"address1\": \"456 Elm Street\",\n        \"city\": \"Los Angeles\",\n        \"country\": \"United States\",\n        \"first_name\": \"Jane\",\n        \"last_name\": \"Smith\",\n        \"phone\": \"987-654-3210\",\n        \"state\": \"CA\",\n        \"zip\": \"90001\",\n        \"state_code\": \"CA\",\n        \"country_code\": \"US\",\n        \"latitude\": 34.0522,\n        \"longitude\": -118.2437,\n        \"national_address_code\": \"code\"\n    },\n    \"order_created_at\": \"2023-07-28T09:00:00Z\",\n    \"invoice\": {\n        \"currency\": \"USD\",\n        \"subtotal\": 699,\n        \"shipping_price\": 0,\n        \"shipping_refund\": 0,\n        \"tax\": 69.9,\n        \"discount\": 100,\n        \"total\": 768.9,\n        \"total_paid\": 768.9,\n        \"total_due\": 0,\n        \"total_refunded\": 0,\n        \"payment_method\": \"Credit Card\",\n        \"tax_percent\": 10,\n        \"shipping_tax\": 0,\n        \"sub_total_tax_inclusive\": true,\n        \"sub_total_discount_inclusive\": true,\n        \"shipping_tax_inclusive\": false,\n        \"shipping_discount_inclusive\": false\n    },\n    \"customer\": {\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"mobile\": \"1234567890\",\n        \"mobile_code\": \"+1\",\n        \"email\": \"john.doe@example.com\",\n        \"avatar\": \"https://example.com/avatar.jpg\",\n        \"gender\": \"male\"\n    },\n    \"shipment\": {\n        \"shipping_partner_name\": \"CourierX\",\n        \"shipping_partner_tag\": \"courierx123\",\n        \"awb_number\": \"AWB-456\",\n        \"awb_label\": \"https://example.com/awb-label.jpg\",\n        \"tracking_link\": \"https://example.com/tracking/456\",\n        \"shipment_method\":\"auto-ship\"\n    },\n    \"payment_method\": \"prepaid\",\n    \"is_cash_on_delivery\": false,\n    \"note\": \"Please deliver during weekdays\",\n     \"external_fields\": [\n        {\n            \"key\": \"order_id_1\",\n            \"value\": \"12347\"\n        },\n        {\n            \"key\": \"customer_name\",\n            \"value\": \"John Doe\"\n        }\n    ],\n    \"cancel_order_after_seconds\": 30\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/orders","description":"<p>📌 <strong>Update Order API - Overview</strong></p>\n<p>The <strong>Update Order API</strong> allows users to modify the details of an existing order that was previously placed. This API can be used to update various order attributes, such as order items, shipping details, billing information, and customer details.</p>\n<p>Users can update an order only if it is not in the \"packed\" state. Once an order reaches the packed stage, further modifications using this API are restricted.</p>\n<p>This API ensures flexibility in managing orders before final processing while maintaining data integrity after packing.</p>\n<p><strong>Note:</strong> The <code>note</code> field is always treated as part of the update. If the <code>note</code> key is included in the payload with an empty value <strong>or if the</strong> <strong><code>note</code></strong> <strong>key is not provided at all</strong>, it will be treated as an update with an empty note, resulting in the deletion of any previously saved note.</p>\n<hr />\n<h3 id=\"📝-request-body-parameters\">📝 <strong>Request Body Parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>order_id</strong></td>\n<td>string</td>\n<td>The ID of the order you want to update. You can't change this value. Example: \"order_0003\".</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>hub_code</strong></td>\n<td>string</td>\n<td>The warehouse handling this order. Example: \"Shubhra001\".</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>order_items</strong></td>\n<td>array</td>\n<td>List of products in the order. You can update quantities, add or remove items.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>order_items.sku_code</strong></td>\n<td>string</td>\n<td>The product's unique ID in your catalog. Ensure it exists before using it.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>order_items.name</strong></td>\n<td>string</td>\n<td>The name that appears on the order for this product.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>order_items.display_price</strong></td>\n<td>number</td>\n<td>The original price before any discounts.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>order_items.selling_price</strong></td>\n<td>number</td>\n<td>The actual price charged for this item after basic discounts.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>order_items.is_substituted</strong></td>\n<td>boolean</td>\n<td>Set to true if replacing the original item with something else.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>order_items.quantity</strong></td>\n<td>integer</td>\n<td>How many of this item you want now. Must be 1 or more.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>order_items.tax_percent</strong></td>\n<td>number</td>\n<td>The tax rate for this item (e.g., 10 for 10%).</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>order_items.tax</strong></td>\n<td>number</td>\n<td>The calculated tax amount for this item based on quantity and price.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>order_items.unit_price</strong></td>\n<td>number</td>\n<td>Price per unit of the item.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>order_items.subtotal</strong></td>\n<td>number</td>\n<td>Total cost before tax (unit_price × quantity).</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>order_items.total</strong></td>\n<td>number</td>\n<td>Final price including everything (tax, discounts, etc.).</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>order_items.discount</strong></td>\n<td>number</td>\n<td>How much discount is applied to this item.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>order_items.tax_inclusive</strong></td>\n<td>boolean</td>\n<td>Set to true if prices include tax.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>billing_address.address1</strong></td>\n<td>string</td>\n<td>Main billing street address.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>billing_address.city</strong></td>\n<td>string</td>\n<td>City for billing.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>billing_address.country</strong></td>\n<td>string</td>\n<td>Country for billing.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>billing_address.first_name</strong></td>\n<td>string</td>\n<td>First name of the person being billed.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>billing_address.last_name</strong></td>\n<td>string</td>\n<td>Last name of the person being billed.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>billing_address.phone</strong></td>\n<td>string</td>\n<td>Phone number for billing questions.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>billing_address.state</strong></td>\n<td>string</td>\n<td>State for billing.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>billing_address.zip</strong></td>\n<td>string</td>\n<td>ZIP or postal code for billing.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>billing_address.state_code</strong></td>\n<td>string</td>\n<td>Short code for the state (e.g., \"NY\" for New York).</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>billing_address.country_code</strong></td>\n<td>string</td>\n<td>Two-letter country code (e.g., \"US\" for United States).</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>billing_address.latitude</strong></td>\n<td>number</td>\n<td>Latitude for the address, if needed.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>billing_address.longitude</strong></td>\n<td>number</td>\n<td>Longitude for the address, if needed.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>billing_address.national_address_code</strong></td>\n<td>string</td>\n<td>National address code of billing address.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>shipping_address.address1</strong></td>\n<td>string</td>\n<td>Main delivery address.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>shipping_address.city</strong></td>\n<td>string</td>\n<td>City for delivery.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>shipping_address.country</strong></td>\n<td>string</td>\n<td>Country for delivery.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>shipping_address.first_name</strong></td>\n<td>string</td>\n<td>First name of the person receiving the package.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>shipping_address.last_name</strong></td>\n<td>string</td>\n<td>Last name of the person receiving the package.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>shipping_address.phone</strong></td>\n<td>string</td>\n<td>Phone number to call for delivery.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>shipping_address.state</strong></td>\n<td>string</td>\n<td>State for delivery.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>shipping_address.zip</strong></td>\n<td>string</td>\n<td>ZIP or postal code for delivery.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>shipping_address.state_code</strong></td>\n<td>string</td>\n<td>Short code for the delivery state.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>shipping_address.country_code</strong></td>\n<td>string</td>\n<td>Two-letter code for delivery country.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>shipping_address.latitude</strong></td>\n<td>number</td>\n<td>Latitude for delivery location, if needed.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>shipping_address.longitude</strong></td>\n<td>number</td>\n<td>Longitude for delivery location, if needed.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>shipping_address.national_address_code</strong></td>\n<td>string</td>\n<td>National address code of shipping address.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>order_created_at</strong></td>\n<td>string</td>\n<td>The order’s creation time. Cannot be changed.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.currency</strong></td>\n<td>string</td>\n<td>Currency used for the order (e.g., \"USD\"). Cannot be changed after creation.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.subtotal</strong></td>\n<td>number</td>\n<td>Total cost of all items before any extras.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.shipping_price</strong></td>\n<td>number</td>\n<td>Delivery charge.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.shipping_refund</strong></td>\n<td>number</td>\n<td>Refund for shipping issues.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.tax</strong></td>\n<td>number</td>\n<td>Total tax for the entire order.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.discount</strong></td>\n<td>number</td>\n<td>Total discount applied to the order.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.total</strong></td>\n<td>number</td>\n<td>Final total amount, including everything.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.total_paid</strong></td>\n<td>number</td>\n<td>Total amount already received.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.total_due</strong></td>\n<td>number</td>\n<td>Remaining amount to be paid.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.total_refunded</strong></td>\n<td>number</td>\n<td>Total refunded to the customer.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.payment_mode</strong></td>\n<td>string</td>\n<td>How the customer paid (e.g., \"visa\", \"cash\",\"mada\", \"credit card\").</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.tax_percent</strong></td>\n<td>number</td>\n<td>Overall tax rate applied to the order.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.shipping_tax</strong></td>\n<td>number</td>\n<td>Tax applied to the shipping cost.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.sub_total_tax_inclusive</strong></td>\n<td>boolean</td>\n<td>Whether subtotal includes tax.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.sub_total_discount_inclusive</strong></td>\n<td>boolean</td>\n<td>Whether subtotal includes discounts.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.shipping_tax_inclusive</strong></td>\n<td>boolean</td>\n<td>Whether shipping includes tax.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.shipping_discount_inclusive</strong></td>\n<td>boolean</td>\n<td>Whether shipping includes discounts.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>customer.first_name</strong></td>\n<td>string</td>\n<td>Customer’s first name.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>customer.last_name</strong></td>\n<td>string</td>\n<td>Customer’s last name.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>customer.mobile</strong></td>\n<td>string</td>\n<td>Customer’s phone number without country code.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>customer.mobile_code</strong></td>\n<td>string</td>\n<td>Country code for the phone (e.g., \"+1\" for US).</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>customer.email</strong></td>\n<td>string</td>\n<td>Customer’s email for order updates.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>customer.avatar</strong></td>\n<td>string</td>\n<td>Link to customer’s profile picture.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>customer.gender</strong></td>\n<td>string</td>\n<td>Customer’s gender, if provided.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>shipment.shipping_partner_name</strong></td>\n<td>string</td>\n<td>Delivery company name.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>shipment.shipping_partner_tag</strong></td>\n<td>string</td>\n<td>Internal code for the delivery company.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>shipment.awb_number</strong></td>\n<td>string</td>\n<td>Tracking number for the package.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>shipment.awb_label</strong></td>\n<td>string</td>\n<td>Link to download the shipping label.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>shipment.tracking_link</strong></td>\n<td>string</td>\n<td>Link for customers to track their package.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>labels</strong></td>\n<td>array</td>\n<td>Tags to categorize the order (e.g., [\"urgent\", \"fragile\"]).</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>payment_method</strong></td>\n<td>string</td>\n<td>Payment method used (e.g., \"prepaid\", \"postpaid\",\"pending\").</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>is_cash_on_delivery</strong></td>\n<td>boolean</td>\n<td>Set true if cash is collected on delivery.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>note</strong></td>\n<td>string</td>\n<td>Special instructions or comments for the order.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>external_fields</strong></td>\n<td>array</td>\n<td>Custom fields for system integration.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>external_fields.key</strong></td>\n<td>string</td>\n<td>Name of the custom field.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>external_fields.value</strong></td>\n<td>string</td>\n<td>Value of the custom field.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>cancel_order_after_seconds</strong></td>\n<td>integer</td>\n<td>Auto-cancel the order after this many seconds. Use 0 for never auto-cancel.</td>\n<td>❌ No</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p>⚠ <strong>Key Points to Consider When Updating Orders</strong></p>\n<ul>\n<li><p>Only orders with the status <strong>\"on_hold\"</strong> can be updated.</p>\n</li>\n<li><p>Ensure all required fields are correctly formatted before submitting the update request.</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"path":["sales-channel","public","v1","orders"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"73e9c2ce-d692-487d-9c4e-db30ea1c9c6d","name":"Update Order","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"order_id\": \"order_0003\",\n    \"hub_code\": \"Shubhra001\",\n    \"order_items\": [\n        {\n            \"sku_code\": \"iPhone 15 Pro\",\n            \"name\": \"iPhone 15 Pro\",\n            \"display_price\": 799,\n            \"selling_price\": 699,\n            \"is_substituted\": false,\n            \"quantity\": 2,\n            \"tax_percent\": 10,\n            \"tax\": 69.9,\n            \"unit_price\": 699,\n            \"subtotal\": 699,\n            \"total\": 768.9,\n            \"discount\": 100,\n            \"tax_inclusive\": true\n        }\n    ],\n    \"billing_address\": {\n        \"address1\": \"123 Main Street\",\n        \"city\": \"New York\",\n        \"country\": \"United States\",\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"phone\": \"123-456-7890\",\n        \"state\": \"NY\",\n        \"zip\": \"10001\",\n        \"state_code\": \"NY\",\n        \"country_code\": \"US\",\n        \"latitude\": 40.7128,\n        \"longitude\": -74.0060,\n        \"national_address_code\": \"code\"\n    },\n    \"shipping_address\": {\n        \"address1\": \"456 Elm Street\",\n        \"city\": \"Los Angeles\",\n        \"country\": \"United States\",\n        \"first_name\": \"Jane\",\n        \"last_name\": \"Smith\",\n        \"phone\": \"987-654-3210\",\n        \"state\": \"CA\",\n        \"zip\": \"90001\",\n        \"state_code\": \"CA\",\n        \"country_code\": \"US\",\n        \"latitude\": 34.0522,\n        \"longitude\": -118.2437,\n        \"national_address_code\": \"code\"\n    },\n    \"order_created_at\": \"2023-07-28T09:00:00Z\",\n    \"invoice\": {\n        \"currency\": \"USD\",\n        \"subtotal\": 699,\n        \"shipping_price\": 0,\n        \"shipping_refund\": 0,\n        \"tax\": 69.9,\n        \"discount\": 100,\n        \"total\": 768.9,\n        \"total_paid\": 768.9,\n        \"total_due\": 0,\n        \"total_refunded\": 0,\n        \"payment_method\": \"Credit Card\",\n        \"tax_percent\": 10,\n        \"shipping_tax\": 0,\n        \"sub_total_tax_inclusive\": true,\n        \"sub_total_discount_inclusive\": true,\n        \"shipping_tax_inclusive\": false,\n        \"shipping_discount_inclusive\": false\n    },\n    \"customer\": {\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"mobile\": \"1234567890\",\n        \"mobile_code\": \"+1\",\n        \"email\": \"john.doe@example.com\",\n        \"avatar\": \"https://example.com/avatar.jpg\",\n        \"gender\": \"male\"\n    },\n    \"shipment\": {\n        \"shipping_partner_name\": \"CourierX\",\n        \"shipping_partner_tag\": \"courierx123\",\n        \"awb_number\": \"AWB-456\",\n        \"awb_label\": \"https://example.com/awb-label.jpg\",\n        \"tracking_link\": \"https://example.com/tracking/456\"\n    },\n    \"payment_method\": \"prepaid\",\n    \"is_cash_on_delivery\": false,\n    \"note\": \"Please deliver during weekdays\",\n    \"meta_data\": {\n        \"name\": \"detadata\",\n        \"has_options\": true\n    },\n     \"external_fields\": [\n        {\n            \"key\": \"order_id_1\",\n            \"value\": \"12347\"\n        },\n        {\n            \"key\": \"customer_name\",\n            \"value\": \"John Doe\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 29 Jan 2025 06:53:59 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"bf0e14c2-f0d8-4841-813f-b2301ecb54b7"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"90974eeebb100816-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": \"order updated successfully\",\n    \"meta\": null\n}"}],"_postman_id":"1c1a6015-86df-463f-ac0c-5ecb3a38faf5"},{"name":"Update Order Invoice","id":"5d410144-e091-4379-9a7e-86c774ea3095","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"payment_method\": \"\", // prepaid, postpaid, partially_paid, pending, unknown\n    \"order_items\": [\n        {\n            \"sku_code\": \"txyz\",\n            \"display_price\": 799,\n            \"selling_price\": 699,\n            \"tax_percent\": 10,\n            \"tax\": 69.9,\n            \"unit_price\": 699,\n            \"total\": 768.9,\n            \"tax_inclusive\": true\n        }\n    ],\n    \"invoice\": {\n        \"currency\": \"USD\",\n        \"subtotal\": 1900,\n        \"shipping_price\": 200,\n        \"shipping_refund\": 0,\n        \"tax\": 69.9,\n        \"tax_percent\": 10,\n        \"discount\": 200,\n        \"total\": 233.3,\n        \"total_paid\": 768.9,\n        \"total_due\": 0,\n        \"total_refunded\": 0,\n        \"payment_mode\": \"\",\n        \"loyalty_discount\": 0,\n        \"wallet_amount\": 0,\n        \"shipping_tax\": 0,\n        \"sub_total_tax_inclusive\": true,\n        \"sub_total_discount_inclusive\": true,\n        \"shipping_tax_inclusive\": false,\n        \"shipping_discount_inclusive\": false,\n        \"additional_charges\": [],\n        \"refunded_amounts\": []\n    }\n}"},"url":"{{base_url}}/sales-channel/public/v1/invoice/:order_id","description":"<h3 id=\"📌-update-order-invoice-api---overview\">📌 <strong>Update Order Invoice API - Overview</strong></h3>\n<p>The <strong>Update Order Invoice API</strong> allows users to modify the invoice details of a previously placed order. This API is useful when adjustments or modifications are required in the invoice amount, tax details, discounts, payment information, or other financial components of an order.</p>\n<p>Users can use this API to ensure that the invoice reflects the correct pricing and charges before final processing or fulfillment.</p>\n<p>To successfully update an invoice, all the fields from both the <strong>order_items</strong> and <strong>invoice</strong> objects are required.</p>\n<hr />\n<h3 id=\"📝-request-body-parameters\">📝 <strong>Request Body Parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>order_items</strong></td>\n<td>array</td>\n<td>Array of items to update in the order invoice.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>order_items.sku_code</strong></td>\n<td>string</td>\n<td>Product's SKU identifier that needs invoice update.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>order_items.display_price</strong></td>\n<td>number</td>\n<td>Original advertised price shown to customer.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>order_items.selling_price</strong></td>\n<td>number</td>\n<td>Actual selling price after base discounts.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>order_items.tax_percent</strong></td>\n<td>number</td>\n<td>Tax percentage applied to the item.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>order_items.tax</strong></td>\n<td>number</td>\n<td>Calculated tax amount for the item.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>order_items.unit_price</strong></td>\n<td>number</td>\n<td>Base price per unit excluding tax.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>order_items.total</strong></td>\n<td>number</td>\n<td>Total price including tax for this item.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>order_items.tax_inclusive</strong></td>\n<td>boolean</td>\n<td>Whether the item price includes tax.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.currency</strong></td>\n<td>string</td>\n<td>Three-letter currency code (e.g., \"USD\").</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>invoice.subtotal</strong></td>\n<td>number</td>\n<td>Sum of all items before adjustments.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>invoice.shipping_price</strong></td>\n<td>number</td>\n<td>Cost of shipping.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>invoice.shipping_refund</strong></td>\n<td>number</td>\n<td>Amount refunded for shipping.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.tax</strong></td>\n<td>number</td>\n<td>Total tax amount for the order.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>invoice.tax_percent</strong></td>\n<td>number</td>\n<td>Overall tax percentage applied.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.discount</strong></td>\n<td>number</td>\n<td>Total discount applied to order.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.total</strong></td>\n<td>number</td>\n<td>Final total after all adjustments.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>invoice.total_paid</strong></td>\n<td>number</td>\n<td>Amount already paid by customer.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.total_due</strong></td>\n<td>number</td>\n<td>Remaining amount to be paid.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.total_refunded</strong></td>\n<td>number</td>\n<td>Total amount refunded to customer.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.payment_mode</strong></td>\n<td>string</td>\n<td>How the customer paid (e.g., \"visa\", \"cash\",\"mada\", \"credit card\").</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.loyalty_discount</strong></td>\n<td>number</td>\n<td>Discount applied from loyalty points.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.wallet_amount</strong></td>\n<td>number</td>\n<td>Amount paid from customer wallet.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.shipping_tax</strong></td>\n<td>number</td>\n<td>Tax applied to shipping cost.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.sub_total_tax_inclusive</strong></td>\n<td>boolean</td>\n<td>Whether subtotal includes tax.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.sub_total_discount_inclusive</strong></td>\n<td>boolean</td>\n<td>Whether subtotal includes discounts.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.shipping_tax_inclusive</strong></td>\n<td>boolean</td>\n<td>Whether shipping price includes tax.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.shipping_discount_inclusive</strong></td>\n<td>boolean</td>\n<td>Whether shipping price includes discounts.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.additional_charges</strong></td>\n<td>array</td>\n<td>List of any additional charges applied.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>invoice.refunded_amounts</strong></td>\n<td>array</td>\n<td>List of all refund transactions.</td>\n<td>✅ Yes</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<hr />\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"path":["sales-channel","public","v1","invoice",":order_id"],"host":["{{base_url}}"],"query":[],"variable":[{"description":{"content":"<p>The unique identifier of the order in which the invoice needs to be updated.</p>\n","type":"text/plain"},"type":"any","value":"","key":"order_id"}]}},"response":[{"id":"8fb3a587-7e56-4412-97f0-c4b5abbb4a42","name":"Update Order Invoice","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"payment_method\": \"\", // prepaid, postpaid, partially_paid, pending, unknown\n    \"order_items\": [\n        {\n            \"sku_code\": \"txyz\",\n            \"display_price\": 799,\n            \"selling_price\": 699,\n            \"tax_percent\": 10,\n            \"tax\": 69.9,\n            \"unit_price\": 699,\n            \"total\": 768.9,\n            \"tax_inclusive\": true\n        }\n    ],\n    \"invoice\": {\n        \"currency\": \"USD\",\n        \"subtotal\": 1900,\n        \"shipping_price\": 200,\n        \"shipping_refund\": 0,\n        \"tax\": 69.9,\n        \"tax_percent\": 10,\n        \"discount\": 200,\n        \"total\": 233.3,\n        \"total_paid\": 768.9,\n        \"total_due\": 0,\n        \"total_refunded\": 0,\n        \"payment_mode\": \"\",\n        \"loyalty_discount\": 0,\n        \"wallet_amount\": 0,\n        \"shipping_tax\": 0,\n        \"sub_total_tax_inclusive\": true,\n        \"sub_total_discount_inclusive\": true,\n        \"shipping_tax_inclusive\": false,\n        \"shipping_discount_inclusive\": false,\n        \"additional_charges\": [],\n        \"refunded_amounts\": []\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/sales-channel/public/v1/invoice/:order_id","host":["{{base_url}}"],"path":["sales-channel","public","v1","invoice",":order_id"],"variable":[{"key":"order_id","value":"4371"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 15 Apr 2024 07:57:43 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"e2daca2c-8cfb-4d01-99e1-d8e2f378e428"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"874a62e908a685d8-BOM"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": \"Invoice Updated successfully.\",\n    \"meta\": null\n}"}],"_postman_id":"5d410144-e091-4379-9a7e-86c774ea3095"},{"name":"Cancel Order","id":"ff758c7e-d019-4e2b-9876-e5b45ab75f39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"cancel_reason\": \"Not needed now.\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/orders/:order_id/cancel","description":"<h2 id=\"📌-overview\"><strong>📌 Overview</strong></h2>\n<p>The <strong>Cancel Order API</strong> allows users to cancel an existing order by providing a cancellation reason.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cancel_reason</code></td>\n<td><code>string</code></td>\n<td>✅ Yes</td>\n<td>Reason for canceling the order.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"path":["sales-channel","public","v1","orders",":order_id","cancel"],"host":["{{base_url}}"],"query":[],"variable":[{"description":{"content":"<p>The unique identifier of the order to be canceled.</p>\n","type":"text/plain"},"type":"any","value":"TestOrder_0001","key":"order_id"}]}},"response":[{"id":"ac752f04-766f-4395-8275-3879d61ab9d4","name":"Cancel Order","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"cancel_reason\": \"I dont want it.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.staging.omniful.com/sales-channel/public/v1/orders/:order_id/cancel","protocol":"https","host":["api","staging","omniful","com"],"path":["sales-channel","public","v1","orders",":order_id","cancel"],"variable":[{"key":"order_id","value":"custom-10101"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 03 Aug 2023 06:59:49 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7f0cae1828af3f97-BOM"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"status\": \"Order cancelled successfully.\"\n    },\n    \"meta\": null\n}"}],"_postman_id":"ff758c7e-d019-4e2b-9876-e5b45ab75f39"},{"name":"Approve Order","id":"ab007c8b-079f-4980-82f1-efd671fb1444","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/orders/:order_id/approve","description":"<h3 id=\"📌-approve-order-api---overview\">📌 <strong>Approve Order API - Overview</strong></h3>\n<p>The <strong>Approve Order API</strong> is used to manually approve orders that require user authorization before processing. This API ensures that orders needing validation, review, or confirmation are not automatically processed without approval.  </p>\n<p>Once an order is approved, it can proceed to the next stage in the fulfillment workflow, such as packing and shipping.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"path":["sales-channel","public","v1","orders",":order_id","approve"],"host":["{{base_url}}"],"query":[],"variable":[{"description":{"content":"<p>The unique identifier of order to be approved.</p>\n","type":"text/plain"},"type":"any","value":"TestOrder_0001","key":"order_id"}]}},"response":[{"id":"dee9b5bf-dc99-4dac-9e8f-96b5d7684e8d","name":"Approve Order","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/sales-channel/public/v1/orders/:order_id/approve","host":["{{base_url}}"],"path":["sales-channel","public","v1","orders",":order_id","approve"],"variable":[{"key":"order_id","value":"order_0007"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 29 Jan 2025 04:55:21 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"80656b0f-69c6-42bf-b020-4440caee82b4"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"9096a127aa252015-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": \"Order approved successfully.\",\n    \"meta\": null\n}"}],"_postman_id":"ab007c8b-079f-4980-82f1-efd671fb1444"},{"name":"Get Seller Orders","id":"e8024315-3aca-4511-8ceb-fd721c115fed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/sales-channel/public/v1/seller/orders","description":"<h3 id=\"📌-get-seller-orders-api---overview\">📌 <strong>Get Seller Orders API - Overview</strong></h3>\n<p>The <strong>Get Seller Orders API</strong> allows users to retrieve a list of all orders for a specific seller who has integrated a Custom Integration on their dashboard. This API enables sellers to fetch and manage orders placed within the last three months, providing real-time visibility into their order history.</p>\n<p>It is useful for tracking order statuses, processing fulfillment, and analyzing order trends over time.</p>\n<hr />\n<h3 id=\"📝-response-body-parameters\">📝 <strong>Response Body Parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Always Included</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>is_success</strong></td>\n<td>boolean</td>\n<td>Indicates if the request was successful.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>status_code</strong></td>\n<td>number</td>\n<td>HTTP status code of the response.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data</strong></td>\n<td>array</td>\n<td>Array of seller order objects.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].order_id</strong></td>\n<td>string</td>\n<td>Unique identifier for the order.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].order_alias</strong></td>\n<td>string</td>\n<td>Marketplace-specific order reference.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].omniful_order_id</strong></td>\n<td>string</td>\n<td>Internal system order identifier.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].status_code</strong></td>\n<td>string</td>\n<td>Current order processing status.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].display_status</strong></td>\n<td>string</td>\n<td>Human-readable order status.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].hub_code</strong></td>\n<td>string</td>\n<td>Assigned fulfillment center code.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].total</strong></td>\n<td>number</td>\n<td>Total number of items in the order.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].billing_address</strong></td>\n<td>object</td>\n<td>Customer billing information.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].billing_address.address1</strong></td>\n<td>string</td>\n<td>Primary billing street address.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].billing_address.address2</strong></td>\n<td>string</td>\n<td>Secondary billing address details.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>data[].billing_address.city</strong></td>\n<td>string</td>\n<td>Billing city name.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].billing_address.country</strong></td>\n<td>string</td>\n<td>Billing country name.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].billing_address.first_name</strong></td>\n<td>string</td>\n<td>Billing contact first name.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].billing_address.last_name</strong></td>\n<td>string</td>\n<td>Billing contact last name.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].billing_address.phone</strong></td>\n<td>string</td>\n<td>Billing contact phone number.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].billing_address.state</strong></td>\n<td>string</td>\n<td>Billing state/province name.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].billing_address.zip</strong></td>\n<td>string</td>\n<td>Billing postal/ZIP code.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].billing_address.state_code</strong></td>\n<td>string</td>\n<td>Billing state/province code.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].billing_address.country_code</strong></td>\n<td>string</td>\n<td>Two-letter ISO country code.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].billing_address.latitude</strong></td>\n<td>number</td>\n<td>Billing address latitude.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>data[].billing_address.longitude</strong></td>\n<td>number</td>\n<td>Billing address longitude.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>data[].billing_address.national_address_code</strong></td>\n<td>string</td>\n<td>Billing address national address code.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>data[].shipping_address</strong></td>\n<td>object</td>\n<td>Order delivery information.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].shipping_address.address1</strong></td>\n<td>string</td>\n<td>Primary delivery street address.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].shipping_address.address2</strong></td>\n<td>string</td>\n<td>Secondary delivery address details.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>data[].shipping_address.city</strong></td>\n<td>string</td>\n<td>Delivery city name.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].shipping_address.country</strong></td>\n<td>string</td>\n<td>Delivery country name.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].shipping_address.first_name</strong></td>\n<td>string</td>\n<td>Recipient's first name.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].shipping_address.last_name</strong></td>\n<td>string</td>\n<td>Recipient's last name.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].shipping_address.phone</strong></td>\n<td>string</td>\n<td>Recipient's contact number.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].shipping_address.state</strong></td>\n<td>string</td>\n<td>Delivery state/province name.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].shipping_address.zip</strong></td>\n<td>string</td>\n<td>Delivery postal/ZIP code.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].shipping_address.state_code</strong></td>\n<td>string</td>\n<td>Delivery state/province code.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].shipping_address.country_code</strong></td>\n<td>string</td>\n<td>Two-letter ISO country code for delivery.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].shipping_address.latitude</strong></td>\n<td>number</td>\n<td>Delivery location latitude.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>data[].shipping_address.longitude</strong></td>\n<td>number</td>\n<td>Delivery location longitude.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>data[].shipping_address.national_address_code</strong></td>\n<td>string</td>\n<td>Shipping address national address code.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>data[].slot</strong></td>\n<td>object</td>\n<td>Delivery scheduling information.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].slot.delivery_date</strong></td>\n<td>string</td>\n<td>Planned delivery date (DDMMYYYY).</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].slot.start_time</strong></td>\n<td>number</td>\n<td>Delivery window start (24hr format).</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].slot.end_time</strong></td>\n<td>number</td>\n<td>Delivery window end (24hr format).</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].order_created_at</strong></td>\n<td>string</td>\n<td>Order placement timestamp (ISO).</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].invoice</strong></td>\n<td>object</td>\n<td>Order financial details.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].invoice.currency</strong></td>\n<td>string</td>\n<td>Order currency code.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].invoice.subtotal</strong></td>\n<td>number</td>\n<td>Order value before adjustments.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].invoice.shipping_price</strong></td>\n<td>number</td>\n<td>Delivery fee charged.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].invoice.shipping_refund</strong></td>\n<td>number</td>\n<td>Delivery fee refunded.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].invoice.tax</strong></td>\n<td>number</td>\n<td>Total tax amount.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].invoice.discount</strong></td>\n<td>number</td>\n<td>Total discount applied.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].invoice.total</strong></td>\n<td>number</td>\n<td>Final order amount.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].invoice.total_paid</strong></td>\n<td>number</td>\n<td>Amount received.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].invoice.total_due</strong></td>\n<td>number</td>\n<td>Outstanding balance.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].invoice.tax_percent</strong></td>\n<td>number</td>\n<td>Applied tax rate.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].invoice.shipping_tax</strong></td>\n<td>number</td>\n<td>Tax on shipping fee.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].invoice.sub_total_tax_inclusive</strong></td>\n<td>boolean</td>\n<td>If subtotal includes tax.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].invoice.sub_total_discount_inclusive</strong></td>\n<td>boolean</td>\n<td>If subtotal includes discounts.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].invoice.shipping_tax_inclusive</strong></td>\n<td>boolean</td>\n<td>If shipping includes tax.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].invoice.shipping_discount_inclusive</strong></td>\n<td>boolean</td>\n<td>If shipping includes discounts.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].invoice.additional_charges</strong></td>\n<td>array</td>\n<td>Extra fees applied.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].invoice.attachments</strong></td>\n<td>array</td>\n<td>Related documents.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].invoice.attachments[].url</strong></td>\n<td>string</td>\n<td>Document access URL.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].invoice.attachments[].type</strong></td>\n<td>string</td>\n<td>Document category.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].customer</strong></td>\n<td>object</td>\n<td>Buyer information.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].customer.first_name</strong></td>\n<td>string</td>\n<td>Customer's first name.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].customer.last_name</strong></td>\n<td>string</td>\n<td>Customer's last name.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].customer.mobile</strong></td>\n<td>string</td>\n<td>Customer's phone number.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].customer.mobile_code</strong></td>\n<td>string</td>\n<td>Customer's country calling code.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].customer.email</strong></td>\n<td>string</td>\n<td>Customer's email address.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].customer.avatar</strong></td>\n<td>string</td>\n<td>Profile picture URL.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>data[].customer.gender</strong></td>\n<td>string</td>\n<td>Customer's gender.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>data[].shipment</strong></td>\n<td>object</td>\n<td>Delivery tracking details.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].shipment.delivery_status</strong></td>\n<td>string</td>\n<td>Current shipping status.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].payment_method</strong></td>\n<td>string</td>\n<td>Payment type used.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].shipment_type</strong></td>\n<td>string</td>\n<td>Delivery service category.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].labels</strong></td>\n<td>array</td>\n<td>Order classification tags.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>data[].expected_delivery_epoch</strong></td>\n<td>number</td>\n<td>Expected delivery timestamp.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].external_fields</strong></td>\n<td>array</td>\n<td>External reference data.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>data[].external_fields[].key</strong></td>\n<td>string</td>\n<td>External data identifier.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].external_fields[].value</strong></td>\n<td>string</td>\n<td>External data value.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].sales_channel</strong></td>\n<td>object</td>\n<td>Details about the sales channel from which the order originated.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].sales_channel.tag</strong></td>\n<td>string</td>\n<td>Identifier tag for the sales channel (e.g., <code>custom</code>).</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].sales_channel.name</strong></td>\n<td>string</td>\n<td>Display name of the sales channel.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].sales_channel.category</strong></td>\n<td>string</td>\n<td>Category/type of the sales channel (e.g., <code>SalesChannel</code>).</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].sales_channel.logo_url</strong></td>\n<td>string</td>\n<td>URL of the sales channel logo.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>meta</strong></td>\n<td>object</td>\n<td>Pagination metadata.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>meta.current_page</strong></td>\n<td>number</td>\n<td>Current result page number.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>meta.last_page</strong></td>\n<td>number</td>\n<td>Final available page number.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>meta.per_page</strong></td>\n<td>number</td>\n<td>Results per page count.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>meta.total</strong></td>\n<td>number</td>\n<td>Total available results.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td>---</td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"important-notes\"><strong>Important Notes:</strong></h3>\n<h4 id=\"pagination\"><strong>Pagination</strong></h4>\n<ul>\n<li><p>Results are paginated with 20 orders per page.</p>\n</li>\n<li><p>Use the <strong>page</strong> query parameter for navigation.</p>\n</li>\n<li><p>Results are sorted by order creation date in descending order.</p>\n</li>\n</ul>\n<h4 id=\"query-parameters\"><strong>Query Parameters</strong></h4>\n<ul>\n<li><p><strong>page</strong>: Page number (default: 1)</p>\n</li>\n<li><p><strong>per_page</strong>: Results per page (default: 20, max: 100)</p>\n</li>\n</ul>\n<h4 id=\"status-codes\"><strong>Status Codes</strong></h4>\n<ul>\n<li><p><strong>200</strong>: Successful request</p>\n</li>\n<li><p><strong>400</strong>: Invalid parameters</p>\n</li>\n<li><p><strong>401</strong>: Authentication required</p>\n</li>\n<li><p><strong>403</strong>: Insufficient permissions</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"path":["sales-channel","public","v1","seller","orders"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p>Filter Based on Single Order ID</p>\n","type":"text/plain"},"key":"order_id","value":"order_0003"},{"disabled":true,"description":{"content":"<p>Filter Based on STO request ID</p>\n","type":"text/plain"},"key":"sto_request_id","value":"STO_order_0003"},{"disabled":true,"description":{"content":"<p>Filter Based on Order Created Date Range. Default value is (created_to - 90 days). Additionally, created_to - created_from should not exceed 90 days.</p>\n","type":"text/plain"},"key":"created_from","value":"2024-02-20"},{"disabled":true,"description":{"content":"<p>Filter Based on Order Created Date Range. Default value is today. Additionally, created_to - created_from should not exceed 90 days.</p>\n","type":"text/plain"},"key":"created_to","value":"2024-02-23"},{"disabled":true,"description":{"content":"<p>Filter Based on Order Updated Date Range</p>\n","type":"text/plain"},"key":"updated_to","value":"2024-03-28"},{"disabled":true,"description":{"content":"<p>Filter Based on Order Updated Date Range</p>\n","type":"text/plain"},"key":"updated_from","value":"2024-01-21"},{"disabled":true,"description":{"content":"<p>Pagination</p>\n","type":"text/plain"},"key":"page","value":"1"},{"disabled":true,"description":{"content":"<p>Pagination</p>\n","type":"text/plain"},"key":"per_page","value":"100"},{"disabled":true,"description":{"content":"<p>Filter Based on Unique Customer ID</p>\n","type":"text/plain"},"key":"customer_id","value":""},{"disabled":true,"description":{"content":"<p>Filter Based on Customer Name </p>\n","type":"text/plain"},"key":"customer_name","value":""},{"disabled":true,"description":{"content":"<p>Filter Based on Customer Email</p>\n","type":"text/plain"},"key":"customer_email","value":""},{"disabled":true,"description":{"content":"<p>Filter Based on Order Status</p>\n","type":"text/plain"},"key":"status","value":"delivered"},{"disabled":true,"description":{"content":"<p>Filter Based on Order Statuses.</p>\n","type":"text/plain"},"key":"statuses","value":"new_order"},{"disabled":true,"description":{"content":"<p>Filter Based on the AWB number of the shipment </p>\n","type":"text/plain"},"key":"awb_number","value":"20601738845957"},{"disabled":true,"description":{"content":"<p>Filter Based on the Shipment Statuses</p>\n","type":"text/plain"},"key":"shipment_status","value":"delivered"}],"variable":[]}},"response":[{"id":"9286386a-63fc-4bab-a095-6e518205a1f1","name":"Get Seller Orders","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/sales-channel/public/v1/seller/orders","host":["{{base_url}}"],"path":["sales-channel","public","v1","seller","orders"],"query":[{"key":"order_id","value":"order_0003","description":"Filter Based on Single Order ID","disabled":true},{"key":"order_ids","value":null,"description":"Filter Based on Multiple Order IDs","type":"text","disabled":true},{"key":"sto_request_id","value":"STO_order_0003","description":"Filter Based on STO request ID","type":"text","disabled":true},{"key":"created_from","value":"2024-02-20","description":"Filter Based on Order Created Date Range","disabled":true},{"key":"created_to","value":"2024-02-23","description":"Filter Based on Order Created Date Range","disabled":true},{"key":"updated_to","value":"2024-03-28","description":"Filter Based on Order Updated Date Range","disabled":true},{"key":"updated_from","value":"2024-01-21","description":"Filter Based on Order Updated Date Range","disabled":true},{"key":"page","value":"1","description":"Pagination","disabled":true},{"key":"per_page","value":"100","description":"Pagination","disabled":true},{"key":"customer_id","value":null,"description":"Filter Based on Unique Customer ID","type":"text","disabled":true},{"key":"customer_name","value":null,"description":"Filter Based on Customer Name ","type":"text","disabled":true},{"key":"customer_email","value":null,"description":"Filter Based on Customer Email","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 29 Jan 2025 06:48:16 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"6281bbeb-4717-4720-b81f-7e104ca468f4"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"9097468d2dc76fad-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": [\n        {\n            \"id\": \"69bb97dcfafcde472db01bef\",\n            \"order_id\": \"12345657898754defrgtaswe\",\n            \"order_alias\": \"order_omniful-alias\",\n            \"omniful_order_id\": \"69bb97dcfafcde472db01bef\",\n            \"status_code\": \"new_order\",\n            \"display_status\": \"New Order\",\n            \"hub_code\": \"console\",\n            \"store_name\": \"Store 1\",\n            \"source\": \"Sales Channel\",\n            \"total\": 8,\n            \"billing_address\": {\n                \"address1\": \"123 Al-Masjid Al-Haram Street\",\n                \"address2\": \"Near Al-Faisaliah Tower\",\n                \"city\": \"Riyadh\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"phone\": \"+966-112345678\",\n                \"state\": \"Riyadh\",\n                \"zip\": \"11564\",\n                \"state_code\": \"RIY\",\n                \"country_code\": \"SA\",\n                \"latitude\": 24.7136,\n                \"longitude\": 46.6753,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"213\"\n            },\n            \"shipping_address\": {\n                \"address1\": \"456 King Abdulaziz Road\",\n                \"address2\": \"Near Kingdom Centre\",\n                \"city\": \"Jeddah\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"Jane\",\n                \"last_name\": \"Smith\",\n                \"phone\": \"+966-12-345-6789\",\n                \"state\": \"Makkah\",\n                \"zip\": \"21577\",\n                \"state_code\": \"\",\n                \"country_code\": \"SA\",\n                \"latitude\": 21.4225,\n                \"longitude\": 39.8262,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"213\"\n            },\n            \"slot\": {\n                \"delivery_date\": \"18122024\",\n                \"start_time\": 1100,\n                \"end_time\": 1500\n            },\n            \"order_created_at\": \"2026-03-19T06:29:48.479Z\",\n            \"invoice\": {\n                \"currency\": \"USD\",\n                \"subtotal\": 699,\n                \"shipping_price\": 0,\n                \"shipping_refund\": 0,\n                \"tax\": 69.9,\n                \"discount\": 100,\n                \"total\": 768.9,\n                \"total_paid\": 768.9,\n                \"total_due\": 0,\n                \"payment_mode\": \"Tabby\",\n                \"tax_percent\": 10,\n                \"shipping_tax\": 0,\n                \"sub_total_tax_inclusive\": true,\n                \"sub_total_discount_inclusive\": true,\n                \"shipping_tax_inclusive\": false,\n                \"shipping_discount_inclusive\": false,\n                \"additional_charges\": [\n                    {\n                        \"type\": \"shipment_fee\",\n                        \"value\": 0,\n                        \"cost\": 0,\n                        \"cost_without_tax\": 0,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": false,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false\n                    }\n                ],\n                \"attachments\": [\n                    {\n                        \"name\": \"\",\n                        \"description\": \"\",\n                        \"mime_type\": \"\",\n                        \"url\": \"https://example.com/profile1.jpg\",\n                        \"type\": \"\"\n                    },\n                    {\n                        \"name\": \"\",\n                        \"description\": \"\",\n                        \"mime_type\": \"\",\n                        \"url\": \"https://example.com/report.pdf\",\n                        \"type\": \"\"\n                    },\n                    {\n                        \"name\": \"\",\n                        \"description\": \"\",\n                        \"mime_type\": \"\",\n                        \"url\": \"https://example.com/screenshot.png\",\n                        \"type\": \"\"\n                    }\n                ],\n                \"refunded_amounts\": [],\n                \"total_refunded\": 0\n            },\n            \"customer\": {\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"mobile\": \"1234567890\",\n                \"mobile_code\": \"+1\",\n                \"country_code\": \"SA\",\n                \"email\": \"john.doe@example.com\",\n                \"gender\": \"male\",\n                \"country\": \"Saudi Arabia\",\n                \"country_calling_code\": \"+1\"\n            },\n            \"shipment\": {\n                \"delivery_status\": \"\",\n                \"cod_amount\": 0\n            },\n            \"payment_method\": \"Prepaid\",\n            \"shipment_type\": \"omniful_generated\",\n            \"type\": \"\",\n            \"driver_details\": {},\n            \"labels\": [\n                \"label1\",\n                \"label2\",\n                \"label3\"\n            ],\n            \"expected_delivery_epoch\": 0,\n            \"external_fields\": [],\n            \"cancel_order_after_seconds\": 0,\n            \"sales_channel\": {\n                \"tag\": \"custom\",\n                \"name\": \"Custom\",\n                \"category\": \"SalesChannel\",\n                \"logo_url\": \"https://staging-omniful-uploads.s3.me-south-1.amazonaws.com/sales-channel-logo/API.svg\"\n            }\n        },\n        {\n            \"id\": \"69bb8f6c4d84599f5c84e6c6\",\n            \"order_id\": \"12345657898754defrgtas\",\n            \"order_alias\": \"order_omniful-alias\",\n            \"omniful_order_id\": \"69bb8f6c4d84599f5c84e6c6\",\n            \"status_code\": \"new_order\",\n            \"display_status\": \"New Order\",\n            \"hub_code\": \"console\",\n            \"store_name\": \"Store 1\",\n            \"source\": \"Sales Channel\",\n            \"total\": 8,\n            \"billing_address\": {\n                \"address1\": \"123 Al-Masjid Al-Haram Street\",\n                \"address2\": \"Near Al-Faisaliah Tower\",\n                \"city\": \"Riyadh\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"phone\": \"+966-112345678\",\n                \"state\": \"Riyadh\",\n                \"zip\": \"11564\",\n                \"state_code\": \"RIY\",\n                \"country_code\": \"SA\",\n                \"latitude\": 24.7136,\n                \"longitude\": 46.6753,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"213\"\n            },\n            \"shipping_address\": {\n                \"address1\": \"456 King Abdulaziz Road\",\n                \"address2\": \"Near Kingdom Centre\",\n                \"city\": \"Jeddah\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"Jane\",\n                \"last_name\": \"Smith\",\n                \"phone\": \"+966-12-345-6789\",\n                \"state\": \"Makkah\",\n                \"zip\": \"21577\",\n                \"state_code\": \"\",\n                \"country_code\": \"SA\",\n                \"latitude\": 21.4225,\n                \"longitude\": 39.8262,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"213\"\n            },\n            \"slot\": {\n                \"delivery_date\": \"18122024\",\n                \"start_time\": 1100,\n                \"end_time\": 1500\n            },\n            \"order_created_at\": \"2026-03-19T05:53:48.489Z\",\n            \"invoice\": {\n                \"currency\": \"USD\",\n                \"subtotal\": 699,\n                \"shipping_price\": 0,\n                \"shipping_refund\": 0,\n                \"tax\": 69.9,\n                \"discount\": 100,\n                \"total\": 768.9,\n                \"total_paid\": 768.9,\n                \"total_due\": 0,\n                \"payment_mode\": \"Tabby\",\n                \"tax_percent\": 10,\n                \"shipping_tax\": 0,\n                \"sub_total_tax_inclusive\": true,\n                \"sub_total_discount_inclusive\": true,\n                \"shipping_tax_inclusive\": false,\n                \"shipping_discount_inclusive\": false,\n                \"additional_charges\": [\n                    {\n                        \"type\": \"shipment_fee\",\n                        \"value\": 0,\n                        \"cost\": 0,\n                        \"cost_without_tax\": 0,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": false,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false\n                    }\n                ],\n                \"attachments\": [\n                    {\n                        \"name\": \"\",\n                        \"description\": \"\",\n                        \"mime_type\": \"\",\n                        \"url\": \"https://example.com/profile1.jpg\",\n                        \"type\": \"\"\n                    },\n                    {\n                        \"name\": \"\",\n                        \"description\": \"\",\n                        \"mime_type\": \"\",\n                        \"url\": \"https://example.com/report.pdf\",\n                        \"type\": \"\"\n                    },\n                    {\n                        \"name\": \"\",\n                        \"description\": \"\",\n                        \"mime_type\": \"\",\n                        \"url\": \"https://example.com/screenshot.png\",\n                        \"type\": \"\"\n                    }\n                ],\n                \"refunded_amounts\": [],\n                \"total_refunded\": 0\n            },\n            \"customer\": {\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"mobile\": \"1234567890\",\n                \"mobile_code\": \"+1\",\n                \"country_code\": \"SA\",\n                \"email\": \"john.doe@example.com\",\n                \"gender\": \"male\",\n                \"country\": \"Saudi Arabia\",\n                \"country_calling_code\": \"+1\"\n            },\n            \"shipment\": {\n                \"delivery_status\": \"\",\n                \"cod_amount\": 0\n            },\n            \"payment_method\": \"Prepaid\",\n            \"shipment_type\": \"omniful_generated\",\n            \"type\": \"\",\n            \"driver_details\": {},\n            \"labels\": [\n                \"label1\",\n                \"label2\",\n                \"label3\"\n            ],\n            \"expected_delivery_epoch\": 0,\n            \"external_fields\": [],\n            \"cancel_order_after_seconds\": 0,\n            \"sales_channel\": {\n                \"tag\": \"custom\",\n                \"name\": \"Custom\",\n                \"category\": \"SalesChannel\",\n                \"logo_url\": \"https://staging-omniful-uploads.s3.me-south-1.amazonaws.com/sales-channel-logo/API.svg\"\n            }\n        },\n        {\n            \"id\": \"69bb8f684d84599f5c84e6c3\",\n            \"order_id\": \"32431ewdse\",\n            \"order_alias\": \"order-alias-127\",\n            \"omniful_order_id\": \"69bb8f684d84599f5c84e6c3\",\n            \"status_code\": \"new_order\",\n            \"display_status\": \"New Order\",\n            \"hub_code\": \"locoff\",\n            \"source\": \"Sales Channel\",\n            \"total\": 1,\n            \"billing_address\": {\n                \"address1\": \"123 Al-Masjid Al-Haram Street\",\n                \"address2\": \"Near Al-Faisaliah Tower\",\n                \"city\": \"Riyadh\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"phone\": \"+966-112345678\",\n                \"state\": \"Riyadh\",\n                \"zip\": \"11564\",\n                \"state_code\": \"RIY\",\n                \"country_code\": \"SA\",\n                \"latitude\": 24.7136,\n                \"longitude\": 46.6753,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"\"\n            },\n            \"shipping_address\": {\n                \"address1\": \"456 King Abdulaziz Road\",\n                \"address2\": \"Near Kingdom Centre\",\n                \"city\": \"Jeddah\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"Jane\",\n                \"last_name\": \"Smith\",\n                \"phone\": \"+966-12-345-6789\",\n                \"state\": \"Makkah\",\n                \"zip\": \"21577\",\n                \"state_code\": \"\",\n                \"country_code\": \"SA\",\n                \"latitude\": 21.4225,\n                \"longitude\": 39.8262,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"\"\n            },\n            \"slot\": {\n                \"delivery_date\": \"18122024\",\n                \"start_time\": 1100,\n                \"end_time\": 1500\n            },\n            \"order_created_at\": \"2026-03-19T05:53:44.899Z\",\n            \"invoice\": {\n                \"currency\": \"SAR\",\n                \"subtotal\": 699,\n                \"shipping_price\": 0,\n                \"shipping_refund\": 3,\n                \"tax\": 69.9,\n                \"discount\": 103,\n                \"total\": 768.9,\n                \"total_paid\": 768.9,\n                \"total_due\": 0,\n                \"tax_percent\": 10,\n                \"shipping_tax\": 0,\n                \"sub_total_tax_inclusive\": true,\n                \"sub_total_discount_inclusive\": true,\n                \"shipping_tax_inclusive\": false,\n                \"shipping_discount_inclusive\": false,\n                \"additional_charges\": [\n                    {\n                        \"type\": \"shipment_fee\",\n                        \"value\": 0,\n                        \"cost\": 0,\n                        \"cost_without_tax\": 0,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": false,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false\n                    }\n                ],\n                \"attachments\": [],\n                \"refunded_amounts\": [],\n                \"total_refunded\": 0\n            },\n            \"customer\": {\n                \"id\": \"66ced351ffed27dec7c4072a\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"mobile\": \"1234567890\",\n                \"mobile_code\": \"+1\",\n                \"country_code\": \"SA\",\n                \"email\": \"john.doe@example.com\",\n                \"gender\": \"male\",\n                \"country\": \"Saudi Arabia\",\n                \"country_calling_code\": \"+1\"\n            },\n            \"shipment\": {\n                \"delivery_status\": \"\",\n                \"cod_amount\": 0\n            },\n            \"payment_method\": \"Prepaid\",\n            \"shipment_type\": \"sales_channel_generated\",\n            \"type\": \"\",\n            \"driver_details\": {},\n            \"labels\": [\n                \"label1\",\n                \"label2\",\n                \"label3\"\n            ],\n            \"expected_delivery_epoch\": 0,\n            \"external_fields\": [],\n            \"cancel_order_after_seconds\": 0,\n            \"sales_channel\": {\n                \"tag\": \"tenant_custom\",\n                \"name\": \"Tenant Custom\",\n                \"category\": \"SalesChannel\",\n                \"logo_url\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/sales-channel/API+logo+trial+1.svg\"\n            }\n        },\n        {\n            \"id\": \"69bab8bf6537a58b1f71ece5\",\n            \"order_id\": \"12345657898754defrgt\",\n            \"order_alias\": \"order_omniful-alias\",\n            \"omniful_order_id\": \"69bab8bf6537a58b1f71ece5\",\n            \"status_code\": \"new_order\",\n            \"display_status\": \"New Order\",\n            \"hub_code\": \"console\",\n            \"store_name\": \"Store 1\",\n            \"source\": \"Sales Channel\",\n            \"total\": 8,\n            \"billing_address\": {\n                \"address1\": \"123 Al-Masjid Al-Haram Street\",\n                \"address2\": \"Near Al-Faisaliah Tower\",\n                \"city\": \"Riyadh\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"phone\": \"+966-112345678\",\n                \"state\": \"Riyadh\",\n                \"zip\": \"11564\",\n                \"state_code\": \"RIY\",\n                \"country_code\": \"SA\",\n                \"latitude\": 24.7136,\n                \"longitude\": 46.6753,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"213\"\n            },\n            \"shipping_address\": {\n                \"address1\": \"456 King Abdulaziz Road\",\n                \"address2\": \"Near Kingdom Centre\",\n                \"city\": \"Jeddah\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"Jane\",\n                \"last_name\": \"Smith\",\n                \"phone\": \"+966-12-345-6789\",\n                \"state\": \"Makkah\",\n                \"zip\": \"21577\",\n                \"state_code\": \"\",\n                \"country_code\": \"SA\",\n                \"latitude\": 21.4225,\n                \"longitude\": 39.8262,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"213\"\n            },\n            \"slot\": {\n                \"delivery_date\": \"18122024\",\n                \"start_time\": 1100,\n                \"end_time\": 1500\n            },\n            \"order_created_at\": \"2026-03-18T14:37:51.234Z\",\n            \"invoice\": {\n                \"currency\": \"USD\",\n                \"subtotal\": 699,\n                \"shipping_price\": 0,\n                \"shipping_refund\": 0,\n                \"tax\": 69.9,\n                \"discount\": 100,\n                \"total\": 768.9,\n                \"total_paid\": 768.9,\n                \"total_due\": 0,\n                \"payment_mode\": \"Tabby\",\n                \"tax_percent\": 10,\n                \"shipping_tax\": 0,\n                \"sub_total_tax_inclusive\": true,\n                \"sub_total_discount_inclusive\": true,\n                \"shipping_tax_inclusive\": false,\n                \"shipping_discount_inclusive\": false,\n                \"additional_charges\": [\n                    {\n                        \"type\": \"shipment_fee\",\n                        \"value\": 0,\n                        \"cost\": 0,\n                        \"cost_without_tax\": 0,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": false,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false\n                    }\n                ],\n                \"attachments\": [\n                    {\n                        \"name\": \"\",\n                        \"description\": \"\",\n                        \"mime_type\": \"\",\n                        \"url\": \"https://example.com/profile1.jpg\",\n                        \"type\": \"\"\n                    },\n                    {\n                        \"name\": \"\",\n                        \"description\": \"\",\n                        \"mime_type\": \"\",\n                        \"url\": \"https://example.com/report.pdf\",\n                        \"type\": \"\"\n                    },\n                    {\n                        \"name\": \"\",\n                        \"description\": \"\",\n                        \"mime_type\": \"\",\n                        \"url\": \"https://example.com/screenshot.png\",\n                        \"type\": \"\"\n                    }\n                ],\n                \"refunded_amounts\": [],\n                \"total_refunded\": 0\n            },\n            \"customer\": {\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"mobile\": \"1234567890\",\n                \"mobile_code\": \"+1\",\n                \"country_code\": \"SA\",\n                \"email\": \"john.doe@example.com\",\n                \"gender\": \"male\",\n                \"country\": \"Saudi Arabia\",\n                \"country_calling_code\": \"+1\"\n            },\n            \"shipment\": {\n                \"delivery_status\": \"\",\n                \"cod_amount\": 0\n            },\n            \"payment_method\": \"Prepaid\",\n            \"shipment_type\": \"omniful_generated\",\n            \"type\": \"\",\n            \"driver_details\": {},\n            \"labels\": [\n                \"label1\",\n                \"label2\",\n                \"label3\"\n            ],\n            \"expected_delivery_epoch\": 0,\n            \"external_fields\": [],\n            \"cancel_order_after_seconds\": 0,\n            \"sales_channel\": {\n                \"tag\": \"custom\",\n                \"name\": \"Custom\",\n                \"category\": \"SalesChannel\",\n                \"logo_url\": \"https://staging-omniful-uploads.s3.me-south-1.amazonaws.com/sales-channel-logo/API.svg\"\n            }\n        },\n        {\n            \"id\": \"69bab4d76537a58b1f71ec80\",\n            \"order_id\": \"note_test_134ty\",\n            \"order_alias\": \"order-alias-127\",\n            \"omniful_order_id\": \"69bab4d76537a58b1f71ec80\",\n            \"status_code\": \"new_order\",\n            \"display_status\": \"New Order\",\n            \"hub_code\": \"locoff\",\n            \"source\": \"Sales Channel\",\n            \"total\": 1,\n            \"billing_address\": {\n                \"address1\": \"123 Al-Masjid Al-Haram Street\",\n                \"address2\": \"Near Al-Faisaliah Tower\",\n                \"city\": \"Riyadh\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"phone\": \"+966-112345678\",\n                \"state\": \"Riyadh\",\n                \"zip\": \"11564\",\n                \"state_code\": \"RIY\",\n                \"country_code\": \"SA\",\n                \"latitude\": 24.7136,\n                \"longitude\": 46.6753,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"\"\n            },\n            \"shipping_address\": {\n                \"address1\": \"456 King Abdulaziz Road\",\n                \"address2\": \"Near Kingdom Centre\",\n                \"city\": \"Jeddah\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"Jane\",\n                \"last_name\": \"Smith\",\n                \"phone\": \"+966-12-345-6789\",\n                \"state\": \"Makkah\",\n                \"zip\": \"21577\",\n                \"state_code\": \"\",\n                \"country_code\": \"SA\",\n                \"latitude\": 21.4225,\n                \"longitude\": 39.8262,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"\"\n            },\n            \"slot\": {\n                \"delivery_date\": \"18122024\",\n                \"start_time\": 1100,\n                \"end_time\": 1500\n            },\n            \"order_created_at\": \"2026-03-18T14:21:11.03Z\",\n            \"invoice\": {\n                \"currency\": \"SAR\",\n                \"subtotal\": 699,\n                \"shipping_price\": 0,\n                \"shipping_refund\": 3,\n                \"tax\": 69.9,\n                \"discount\": 103,\n                \"total\": 768.9,\n                \"total_paid\": 768.9,\n                \"total_due\": 0,\n                \"tax_percent\": 10,\n                \"shipping_tax\": 0,\n                \"sub_total_tax_inclusive\": true,\n                \"sub_total_discount_inclusive\": true,\n                \"shipping_tax_inclusive\": false,\n                \"shipping_discount_inclusive\": false,\n                \"additional_charges\": [\n                    {\n                        \"type\": \"shipment_fee\",\n                        \"value\": 0,\n                        \"cost\": 0,\n                        \"cost_without_tax\": 0,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": false,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false\n                    }\n                ],\n                \"attachments\": [],\n                \"refunded_amounts\": [],\n                \"total_refunded\": 0\n            },\n            \"customer\": {\n                \"id\": \"66ced351ffed27dec7c4072a\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"mobile\": \"1234567890\",\n                \"mobile_code\": \"+1\",\n                \"country_code\": \"SA\",\n                \"email\": \"john.doe@example.com\",\n                \"gender\": \"male\",\n                \"country\": \"Saudi Arabia\",\n                \"country_calling_code\": \"+1\"\n            },\n            \"shipment\": {\n                \"delivery_status\": \"\",\n                \"cod_amount\": 0\n            },\n            \"payment_method\": \"Prepaid\",\n            \"shipment_type\": \"sales_channel_generated\",\n            \"type\": \"\",\n            \"driver_details\": {},\n            \"labels\": [\n                \"label1\",\n                \"label2\",\n                \"label3\"\n            ],\n            \"expected_delivery_epoch\": 0,\n            \"external_fields\": [],\n            \"cancel_order_after_seconds\": 0,\n            \"sales_channel\": {\n                \"tag\": \"tenant_custom\",\n                \"name\": \"Tenant Custom\",\n                \"category\": \"SalesChannel\",\n                \"logo_url\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/sales-channel/API+logo+trial+1.svg\"\n            }\n        },\n        {\n            \"id\": \"69b2c78db47e3ef10d8ca4a5\",\n            \"order_id\": \"sale_wms\",\n            \"order_alias\": \"order-alias-127\",\n            \"omniful_order_id\": \"69b2c78db47e3ef10d8ca4a5\",\n            \"status_code\": \"new_order\",\n            \"display_status\": \"New Order\",\n            \"hub_code\": \"locoff\",\n            \"source\": \"Sales Channel\",\n            \"total\": 1,\n            \"billing_address\": {\n                \"address1\": \"123 Al-Masjid Al-Haram Street\",\n                \"address2\": \"Near Al-Faisaliah Tower\",\n                \"city\": \"Riyadh\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"phone\": \"+966-112345678\",\n                \"state\": \"Riyadh\",\n                \"zip\": \"11564\",\n                \"state_code\": \"RIY\",\n                \"country_code\": \"SA\",\n                \"latitude\": 24.7136,\n                \"longitude\": 46.6753,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"abc\"\n            },\n            \"shipping_address\": {\n                \"address1\": \"456 King Abdulaziz Road\",\n                \"address2\": \"Near Kingdom Centre\",\n                \"city\": \"Jeddah\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"Jane\",\n                \"last_name\": \"Smith\",\n                \"phone\": \"+966-12-345-6789\",\n                \"state\": \"Makkah\",\n                \"zip\": \"21577\",\n                \"state_code\": \"\",\n                \"country_code\": \"SA\",\n                \"latitude\": 21.4225,\n                \"longitude\": 39.8262,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"abc\"\n            },\n            \"slot\": {\n                \"delivery_date\": \"18122024\",\n                \"start_time\": 1100,\n                \"end_time\": 1500\n            },\n            \"order_created_at\": \"2026-03-12T14:02:53.118Z\",\n            \"invoice\": {\n                \"currency\": \"SAR\",\n                \"subtotal\": 699,\n                \"shipping_price\": 0,\n                \"shipping_refund\": 0,\n                \"tax\": 69.9,\n                \"discount\": 100,\n                \"total\": 768.9,\n                \"total_paid\": 768.9,\n                \"total_due\": 0,\n                \"tax_percent\": 10,\n                \"shipping_tax\": 0,\n                \"sub_total_tax_inclusive\": true,\n                \"sub_total_discount_inclusive\": true,\n                \"shipping_tax_inclusive\": false,\n                \"shipping_discount_inclusive\": false,\n                \"additional_charges\": [\n                    {\n                        \"type\": \"shipment_fee\",\n                        \"value\": 0,\n                        \"cost\": 0,\n                        \"cost_without_tax\": 0,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": false,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false\n                    }\n                ],\n                \"attachments\": [],\n                \"refunded_amounts\": [],\n                \"total_refunded\": 0\n            },\n            \"customer\": {\n                \"id\": \"66ced351ffed27dec7c4072a\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"mobile\": \"1234567890\",\n                \"mobile_code\": \"+1\",\n                \"country_code\": \"SA\",\n                \"email\": \"john.doe@example.com\",\n                \"gender\": \"male\",\n                \"country\": \"Saudi Arabia\",\n                \"country_calling_code\": \"+1\"\n            },\n            \"shipment\": {\n                \"delivery_status\": \"\",\n                \"cod_amount\": 0\n            },\n            \"payment_method\": \"Prepaid\",\n            \"shipment_type\": \"sales_channel_generated\",\n            \"type\": \"\",\n            \"driver_details\": {},\n            \"labels\": [\n                \"label1\",\n                \"label2\",\n                \"label3\"\n            ],\n            \"expected_delivery_epoch\": 0,\n            \"external_fields\": [],\n            \"cancel_order_after_seconds\": 0,\n            \"sales_channel\": {\n                \"tag\": \"tenant_custom\",\n                \"name\": \"Tenant Custom\",\n                \"category\": \"SalesChannel\",\n                \"logo_url\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/sales-channel/API+logo+trial+1.svg\"\n            }\n        },\n        {\n            \"id\": \"69b2c7817fbdd7d30c9f6d28\",\n            \"order_id\": \"sales2_wms\",\n            \"order_alias\": \"order-alias-127\",\n            \"omniful_order_id\": \"69b2c7817fbdd7d30c9f6d28\",\n            \"status_code\": \"new_order\",\n            \"display_status\": \"New Order\",\n            \"hub_code\": \"locoff\",\n            \"source\": \"Sales Channel\",\n            \"total\": 1,\n            \"billing_address\": {\n                \"address1\": \"123 Al-Masjid Al-Haram Street\",\n                \"address2\": \"Near Al-Faisaliah Tower\",\n                \"city\": \"Riyadh\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"phone\": \"+966-112345678\",\n                \"state\": \"Riyadh\",\n                \"zip\": \"11564\",\n                \"state_code\": \"RIY\",\n                \"country_code\": \"SA\",\n                \"latitude\": 24.7136,\n                \"longitude\": 46.6753,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"abc\"\n            },\n            \"shipping_address\": {\n                \"address1\": \"456 King Abdulaziz Road\",\n                \"address2\": \"Near Kingdom Centre\",\n                \"city\": \"Jeddah\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"Jane\",\n                \"last_name\": \"Smith\",\n                \"phone\": \"+966-12-345-6789\",\n                \"state\": \"Makkah\",\n                \"zip\": \"21577\",\n                \"state_code\": \"\",\n                \"country_code\": \"SA\",\n                \"latitude\": 21.4225,\n                \"longitude\": 39.8262,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"abc\"\n            },\n            \"slot\": {\n                \"delivery_date\": \"18122024\",\n                \"start_time\": 1100,\n                \"end_time\": 1500\n            },\n            \"order_created_at\": \"2026-03-12T14:02:41.57Z\",\n            \"invoice\": {\n                \"currency\": \"SAR\",\n                \"subtotal\": 699,\n                \"shipping_price\": 0,\n                \"shipping_refund\": 0,\n                \"tax\": 69.9,\n                \"discount\": 100,\n                \"total\": 768.9,\n                \"total_paid\": 768.9,\n                \"total_due\": 0,\n                \"tax_percent\": 10,\n                \"shipping_tax\": 0,\n                \"sub_total_tax_inclusive\": true,\n                \"sub_total_discount_inclusive\": true,\n                \"shipping_tax_inclusive\": false,\n                \"shipping_discount_inclusive\": false,\n                \"additional_charges\": [\n                    {\n                        \"type\": \"shipment_fee\",\n                        \"value\": 0,\n                        \"cost\": 0,\n                        \"cost_without_tax\": 0,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": false,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false\n                    }\n                ],\n                \"attachments\": [],\n                \"refunded_amounts\": [],\n                \"total_refunded\": 0\n            },\n            \"customer\": {\n                \"id\": \"66ced351ffed27dec7c4072a\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"mobile\": \"1234567890\",\n                \"mobile_code\": \"+1\",\n                \"country_code\": \"SA\",\n                \"email\": \"john.doe@example.com\",\n                \"gender\": \"male\",\n                \"country\": \"Saudi Arabia\",\n                \"country_calling_code\": \"+1\"\n            },\n            \"shipment\": {\n                \"delivery_status\": \"\",\n                \"cod_amount\": 0\n            },\n            \"payment_method\": \"Prepaid\",\n            \"shipment_type\": \"wms_generated\",\n            \"type\": \"\",\n            \"driver_details\": {},\n            \"labels\": [\n                \"label1\",\n                \"label2\",\n                \"label3\"\n            ],\n            \"expected_delivery_epoch\": 0,\n            \"external_fields\": [],\n            \"cancel_order_after_seconds\": 0,\n            \"sales_channel\": {\n                \"tag\": \"tenant_custom\",\n                \"name\": \"Tenant Custom\",\n                \"category\": \"SalesChannel\",\n                \"logo_url\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/sales-channel/API+logo+trial+1.svg\"\n            }\n        },\n        {\n            \"id\": \"69b2c77e37d3e278a9bc5cb6\",\n            \"order_id\": \"omni2_wms\",\n            \"order_alias\": \"order-alias-127\",\n            \"omniful_order_id\": \"69b2c77e37d3e278a9bc5cb6\",\n            \"status_code\": \"new_order\",\n            \"display_status\": \"New Order\",\n            \"hub_code\": \"locoff\",\n            \"source\": \"Sales Channel\",\n            \"total\": 1,\n            \"billing_address\": {\n                \"address1\": \"123 Al-Masjid Al-Haram Street\",\n                \"address2\": \"Near Al-Faisaliah Tower\",\n                \"city\": \"Riyadh\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"phone\": \"+966-112345678\",\n                \"state\": \"Riyadh\",\n                \"zip\": \"11564\",\n                \"state_code\": \"RIY\",\n                \"country_code\": \"SA\",\n                \"latitude\": 24.7136,\n                \"longitude\": 46.6753,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"abc\"\n            },\n            \"shipping_address\": {\n                \"address1\": \"456 King Abdulaziz Road\",\n                \"address2\": \"Near Kingdom Centre\",\n                \"city\": \"Jeddah\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"Jane\",\n                \"last_name\": \"Smith\",\n                \"phone\": \"+966-12-345-6789\",\n                \"state\": \"Makkah\",\n                \"zip\": \"21577\",\n                \"state_code\": \"\",\n                \"country_code\": \"SA\",\n                \"latitude\": 21.4225,\n                \"longitude\": 39.8262,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"abc\"\n            },\n            \"slot\": {\n                \"delivery_date\": \"18122024\",\n                \"start_time\": 1100,\n                \"end_time\": 1500\n            },\n            \"order_created_at\": \"2026-03-12T14:02:38.821Z\",\n            \"invoice\": {\n                \"currency\": \"SAR\",\n                \"subtotal\": 699,\n                \"shipping_price\": 0,\n                \"shipping_refund\": 0,\n                \"tax\": 69.9,\n                \"discount\": 100,\n                \"total\": 768.9,\n                \"total_paid\": 768.9,\n                \"total_due\": 0,\n                \"tax_percent\": 10,\n                \"shipping_tax\": 0,\n                \"sub_total_tax_inclusive\": true,\n                \"sub_total_discount_inclusive\": true,\n                \"shipping_tax_inclusive\": false,\n                \"shipping_discount_inclusive\": false,\n                \"additional_charges\": [\n                    {\n                        \"type\": \"shipment_fee\",\n                        \"value\": 0,\n                        \"cost\": 0,\n                        \"cost_without_tax\": 0,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": false,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false\n                    }\n                ],\n                \"attachments\": [],\n                \"refunded_amounts\": [],\n                \"total_refunded\": 0\n            },\n            \"customer\": {\n                \"id\": \"66ced351ffed27dec7c4072a\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"mobile\": \"1234567890\",\n                \"mobile_code\": \"+1\",\n                \"country_code\": \"SA\",\n                \"email\": \"john.doe@example.com\",\n                \"gender\": \"male\",\n                \"country\": \"Saudi Arabia\",\n                \"country_calling_code\": \"+1\"\n            },\n            \"shipment\": {\n                \"delivery_status\": \"\",\n                \"cod_amount\": 0\n            },\n            \"payment_method\": \"Prepaid\",\n            \"shipment_type\": \"wms_generated\",\n            \"type\": \"\",\n            \"driver_details\": {},\n            \"labels\": [\n                \"label1\",\n                \"label2\",\n                \"label3\"\n            ],\n            \"expected_delivery_epoch\": 0,\n            \"external_fields\": [],\n            \"cancel_order_after_seconds\": 0,\n            \"sales_channel\": {\n                \"tag\": \"tenant_custom\",\n                \"name\": \"Tenant Custom\",\n                \"category\": \"SalesChannel\",\n                \"logo_url\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/sales-channel/API+logo+trial+1.svg\"\n            }\n        },\n        {\n            \"id\": \"69b2705cfc70a08700828bfe\",\n            \"order_id\": \"omni_wms\",\n            \"order_alias\": \"order-alias-127\",\n            \"omniful_order_id\": \"69b2705cfc70a08700828bfe\",\n            \"status_code\": \"packed\",\n            \"display_status\": \"Packed\",\n            \"hub_code\": \"locoff\",\n            \"source\": \"Sales Channel\",\n            \"total\": 1,\n            \"billing_address\": {\n                \"address1\": \"123 Al-Masjid Al-Haram Street\",\n                \"address2\": \"Near Al-Faisaliah Tower\",\n                \"city\": \"Riyadh\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"phone\": \"+966-112345678\",\n                \"state\": \"Riyadh\",\n                \"zip\": \"11564\",\n                \"state_code\": \"RIY\",\n                \"country_code\": \"SA\",\n                \"latitude\": 24.7136,\n                \"longitude\": 46.6753,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"abc\"\n            },\n            \"shipping_address\": {\n                \"address1\": \"456 King Abdulaziz Road\",\n                \"address2\": \"Near Kingdom Centre\",\n                \"city\": \"Jeddah\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"Jane\",\n                \"last_name\": \"Smith\",\n                \"phone\": \"+966-12-345-6789\",\n                \"state\": \"Makkah\",\n                \"zip\": \"21577\",\n                \"state_code\": \"\",\n                \"country_code\": \"SA\",\n                \"latitude\": 21.4225,\n                \"longitude\": 39.8262,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"abc\"\n            },\n            \"slot\": {\n                \"delivery_date\": \"18122024\",\n                \"start_time\": 1100,\n                \"end_time\": 1500\n            },\n            \"order_created_at\": \"2026-03-12T07:50:52.557Z\",\n            \"invoice\": {\n                \"currency\": \"SAR\",\n                \"subtotal\": 699,\n                \"shipping_price\": 0,\n                \"shipping_refund\": 0,\n                \"tax\": 69.9,\n                \"discount\": 100,\n                \"total\": 768.9,\n                \"total_paid\": 768.9,\n                \"total_due\": 0,\n                \"tax_percent\": 10,\n                \"shipping_tax\": 0,\n                \"sub_total_tax_inclusive\": true,\n                \"sub_total_discount_inclusive\": true,\n                \"shipping_tax_inclusive\": false,\n                \"shipping_discount_inclusive\": false,\n                \"additional_charges\": [\n                    {\n                        \"type\": \"shipment_fee\",\n                        \"value\": 0,\n                        \"cost\": 0,\n                        \"cost_without_tax\": 0,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": false,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false\n                    }\n                ],\n                \"attachments\": [],\n                \"refunded_amounts\": [],\n                \"total_refunded\": 0\n            },\n            \"customer\": {\n                \"id\": \"66ced351ffed27dec7c4072a\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"mobile\": \"1234567890\",\n                \"mobile_code\": \"+1\",\n                \"country_code\": \"SA\",\n                \"email\": \"john.doe@example.com\",\n                \"gender\": \"male\",\n                \"country\": \"Saudi Arabia\",\n                \"country_calling_code\": \"+1\"\n            },\n            \"shipment\": {\n                \"delivery_status\": \"\",\n                \"cod_amount\": 0\n            },\n            \"payment_method\": \"Prepaid\",\n            \"shipment_type\": \"wms_generated\",\n            \"type\": \"\",\n            \"driver_details\": {},\n            \"labels\": [\n                \"label1\",\n                \"label2\",\n                \"label3\"\n            ],\n            \"expected_delivery_epoch\": 0,\n            \"external_fields\": [],\n            \"cancel_order_after_seconds\": 0,\n            \"sales_channel\": {\n                \"tag\": \"tenant_custom\",\n                \"name\": \"Tenant Custom\",\n                \"category\": \"SalesChannel\",\n                \"logo_url\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/sales-channel/API+logo+trial+1.svg\"\n            }\n        },\n        {\n            \"id\": \"69b2704937d3e278a9bc4945\",\n            \"order_id\": \"sales_wms\",\n            \"order_alias\": \"order-alias-127\",\n            \"omniful_order_id\": \"69b2704937d3e278a9bc4945\",\n            \"status_code\": \"new_order\",\n            \"display_status\": \"New Order\",\n            \"hub_code\": \"locoff\",\n            \"source\": \"Sales Channel\",\n            \"total\": 1,\n            \"billing_address\": {\n                \"address1\": \"123 Al-Masjid Al-Haram Street\",\n                \"address2\": \"Near Al-Faisaliah Tower\",\n                \"city\": \"Riyadh\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"phone\": \"+966-112345678\",\n                \"state\": \"Riyadh\",\n                \"zip\": \"11564\",\n                \"state_code\": \"RIY\",\n                \"country_code\": \"SA\",\n                \"latitude\": 24.7136,\n                \"longitude\": 46.6753,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"abc\"\n            },\n            \"shipping_address\": {\n                \"address1\": \"456 King Abdulaziz Road\",\n                \"address2\": \"https://omniful.slack.com/archives/C08G2S1KJ84/p1773033726807059?thread_ts=1773033692.969059&cid=C08G2S1KJ84\",\n                \"city\": \"Jeddah\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"Jane\",\n                \"last_name\": \"Smith\",\n                \"phone\": \"+966-565345322\",\n                \"state\": \"Jeddah\",\n                \"zip\": \"https://omniful.slack.com/archives/C08G2S1KJ84/p1773033726807059?thread_ts=1773033692.969059&cid=C08G2S1KJ84\",\n                \"state_code\": \"\",\n                \"country_code\": \"SA\",\n                \"latitude\": 0,\n                \"longitude\": 0,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"RFCD2323\"\n            },\n            \"slot\": {\n                \"delivery_date\": \"18122024\",\n                \"start_time\": 1100,\n                \"end_time\": 1500\n            },\n            \"order_created_at\": \"2026-03-12T07:50:33.924Z\",\n            \"invoice\": {\n                \"currency\": \"SAR\",\n                \"subtotal\": 699,\n                \"shipping_price\": 0,\n                \"shipping_refund\": 0,\n                \"tax\": 69.9,\n                \"discount\": 100,\n                \"total\": 768.9,\n                \"total_paid\": 768.9,\n                \"total_due\": 0,\n                \"tax_percent\": 10,\n                \"shipping_tax\": 0,\n                \"sub_total_tax_inclusive\": true,\n                \"sub_total_discount_inclusive\": true,\n                \"shipping_tax_inclusive\": false,\n                \"shipping_discount_inclusive\": false,\n                \"additional_charges\": [\n                    {\n                        \"type\": \"shipment_fee\",\n                        \"value\": 0,\n                        \"cost\": 0,\n                        \"cost_without_tax\": 0,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": false,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false\n                    }\n                ],\n                \"attachments\": [],\n                \"refunded_amounts\": [],\n                \"total_refunded\": 0\n            },\n            \"customer\": {\n                \"id\": \"66ced351ffed27dec7c4072a\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"mobile\": \"1234567890\",\n                \"mobile_code\": \"+1\",\n                \"country_code\": \"SA\",\n                \"email\": \"john.doe@example.com\",\n                \"gender\": \"male\",\n                \"country\": \"Saudi Arabia\",\n                \"country_calling_code\": \"+1\"\n            },\n            \"shipment\": {\n                \"delivery_status\": \"\",\n                \"cod_amount\": 0\n            },\n            \"payment_method\": \"Prepaid\",\n            \"shipment_type\": \"sales_channel_generated\",\n            \"type\": \"\",\n            \"driver_details\": {},\n            \"labels\": [\n                \"label1\",\n                \"label2\",\n                \"label3\"\n            ],\n            \"expected_delivery_epoch\": 0,\n            \"external_fields\": [],\n            \"cancel_order_after_seconds\": 0,\n            \"sales_channel\": {\n                \"tag\": \"tenant_custom\",\n                \"name\": \"Tenant Custom\",\n                \"category\": \"SalesChannel\",\n                \"logo_url\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/sales-channel/API+logo+trial+1.svg\"\n            }\n        },\n        {\n            \"id\": \"69b263eefc70a08700828a23\",\n            \"order_id\": \"sales\",\n            \"order_alias\": \"order-alias-127\",\n            \"omniful_order_id\": \"69b263eefc70a08700828a23\",\n            \"status_code\": \"new_order\",\n            \"display_status\": \"New Order\",\n            \"hub_code\": \"locoff\",\n            \"source\": \"Sales Channel\",\n            \"total\": 1,\n            \"billing_address\": {\n                \"address1\": \"123 Al-Masjid Al-Haram Street\",\n                \"address2\": \"Near Al-Faisaliah Tower\",\n                \"city\": \"Riyadh\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"phone\": \"+966-112345678\",\n                \"state\": \"Riyadh\",\n                \"zip\": \"11564\",\n                \"state_code\": \"RIY\",\n                \"country_code\": \"SA\",\n                \"latitude\": 24.7136,\n                \"longitude\": 46.6753,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"abc\"\n            },\n            \"shipping_address\": {\n                \"address1\": \"456 King Abdulaziz Road\",\n                \"address2\": \"Near Kingdom Centre\",\n                \"city\": \"Jeddah\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"Jane\",\n                \"last_name\": \"Smith\",\n                \"phone\": \"+966-12-345-6789\",\n                \"state\": \"Makkah\",\n                \"zip\": \"21577\",\n                \"state_code\": \"\",\n                \"country_code\": \"SA\",\n                \"latitude\": 21.4225,\n                \"longitude\": 39.8262,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"abc\"\n            },\n            \"slot\": {\n                \"delivery_date\": \"18122024\",\n                \"start_time\": 1100,\n                \"end_time\": 1500\n            },\n            \"order_created_at\": \"2026-03-12T06:57:50.487Z\",\n            \"invoice\": {\n                \"currency\": \"SAR\",\n                \"subtotal\": 699,\n                \"shipping_price\": 0,\n                \"shipping_refund\": 0,\n                \"tax\": 69.9,\n                \"discount\": 100,\n                \"total\": 768.9,\n                \"total_paid\": 768.9,\n                \"total_due\": 0,\n                \"tax_percent\": 10,\n                \"shipping_tax\": 0,\n                \"sub_total_tax_inclusive\": true,\n                \"sub_total_discount_inclusive\": true,\n                \"shipping_tax_inclusive\": false,\n                \"shipping_discount_inclusive\": false,\n                \"additional_charges\": [\n                    {\n                        \"type\": \"shipment_fee\",\n                        \"value\": 0,\n                        \"cost\": 0,\n                        \"cost_without_tax\": 0,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": false,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false\n                    }\n                ],\n                \"attachments\": [],\n                \"refunded_amounts\": [],\n                \"total_refunded\": 0\n            },\n            \"customer\": {\n                \"id\": \"66ced351ffed27dec7c4072a\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"mobile\": \"1234567890\",\n                \"mobile_code\": \"+1\",\n                \"country_code\": \"SA\",\n                \"email\": \"john.doe@example.com\",\n                \"gender\": \"male\",\n                \"country\": \"Saudi Arabia\",\n                \"country_calling_code\": \"+1\"\n            },\n            \"shipment\": {\n                \"delivery_status\": \"\",\n                \"cod_amount\": 0\n            },\n            \"payment_method\": \"Prepaid\",\n            \"shipment_type\": \"sales_channel_generated\",\n            \"type\": \"\",\n            \"driver_details\": {},\n            \"labels\": [\n                \"label1\",\n                \"label2\",\n                \"label3\"\n            ],\n            \"expected_delivery_epoch\": 0,\n            \"external_fields\": [],\n            \"cancel_order_after_seconds\": 0,\n            \"sales_channel\": {\n                \"tag\": \"tenant_custom\",\n                \"name\": \"Tenant Custom\",\n                \"category\": \"SalesChannel\",\n                \"logo_url\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/sales-channel/API+logo+trial+1.svg\"\n            }\n        },\n        {\n            \"id\": \"69b263e8d6dfcc94da8313b9\",\n            \"order_id\": \"sales_c\",\n            \"order_alias\": \"order-alias-127\",\n            \"omniful_order_id\": \"69b263e8d6dfcc94da8313b9\",\n            \"status_code\": \"new_order\",\n            \"display_status\": \"New Order\",\n            \"hub_code\": \"locoff\",\n            \"source\": \"Sales Channel\",\n            \"total\": 1,\n            \"billing_address\": {\n                \"address1\": \"123 Al-Masjid Al-Haram Street\",\n                \"address2\": \"Near Al-Faisaliah Tower\",\n                \"city\": \"Riyadh\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"phone\": \"+966-112345678\",\n                \"state\": \"Riyadh\",\n                \"zip\": \"11564\",\n                \"state_code\": \"RIY\",\n                \"country_code\": \"SA\",\n                \"latitude\": 24.7136,\n                \"longitude\": 46.6753,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"abc\"\n            },\n            \"shipping_address\": {\n                \"address1\": \"456 King Abdulaziz Road\",\n                \"address2\": \"Near Kingdom Centre\",\n                \"city\": \"Jeddah\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"Jane\",\n                \"last_name\": \"Smith\",\n                \"phone\": \"+966-12-345-6789\",\n                \"state\": \"Makkah\",\n                \"zip\": \"21577\",\n                \"state_code\": \"\",\n                \"country_code\": \"SA\",\n                \"latitude\": 21.4225,\n                \"longitude\": 39.8262,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"abc\"\n            },\n            \"slot\": {\n                \"delivery_date\": \"18122024\",\n                \"start_time\": 1100,\n                \"end_time\": 1500\n            },\n            \"order_created_at\": \"2026-03-12T06:57:44.591Z\",\n            \"invoice\": {\n                \"currency\": \"SAR\",\n                \"subtotal\": 699,\n                \"shipping_price\": 0,\n                \"shipping_refund\": 0,\n                \"tax\": 69.9,\n                \"discount\": 100,\n                \"total\": 768.9,\n                \"total_paid\": 768.9,\n                \"total_due\": 0,\n                \"tax_percent\": 10,\n                \"shipping_tax\": 0,\n                \"sub_total_tax_inclusive\": true,\n                \"sub_total_discount_inclusive\": true,\n                \"shipping_tax_inclusive\": false,\n                \"shipping_discount_inclusive\": false,\n                \"additional_charges\": [\n                    {\n                        \"type\": \"shipment_fee\",\n                        \"value\": 0,\n                        \"cost\": 0,\n                        \"cost_without_tax\": 0,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": false,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false\n                    }\n                ],\n                \"attachments\": [],\n                \"refunded_amounts\": [],\n                \"total_refunded\": 0\n            },\n            \"customer\": {\n                \"id\": \"66ced351ffed27dec7c4072a\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"mobile\": \"1234567890\",\n                \"mobile_code\": \"+1\",\n                \"country_code\": \"SA\",\n                \"email\": \"john.doe@example.com\",\n                \"gender\": \"male\",\n                \"country\": \"Saudi Arabia\",\n                \"country_calling_code\": \"+1\"\n            },\n            \"shipment\": {\n                \"delivery_status\": \"\",\n                \"cod_amount\": 0\n            },\n            \"payment_method\": \"Prepaid\",\n            \"shipment_type\": \"sales_channel_generated\",\n            \"type\": \"\",\n            \"driver_details\": {},\n            \"labels\": [\n                \"label1\",\n                \"label2\",\n                \"label3\"\n            ],\n            \"expected_delivery_epoch\": 0,\n            \"external_fields\": [],\n            \"cancel_order_after_seconds\": 0,\n            \"sales_channel\": {\n                \"tag\": \"tenant_custom\",\n                \"name\": \"Tenant Custom\",\n                \"category\": \"SalesChannel\",\n                \"logo_url\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/sales-channel/API+logo+trial+1.svg\"\n            }\n        },\n        {\n            \"id\": \"69afdd47b4c0999f20e8c789\",\n            \"order_id\": \"omni\",\n            \"order_alias\": \"order-alias-127\",\n            \"omniful_order_id\": \"69afdd47b4c0999f20e8c789\",\n            \"status_code\": \"new_order\",\n            \"display_status\": \"New Order\",\n            \"hub_code\": \"locoff\",\n            \"source\": \"Sales Channel\",\n            \"total\": 1,\n            \"billing_address\": {\n                \"address1\": \"123 Al-Masjid Al-Haram Street\",\n                \"address2\": \"Near Al-Faisaliah Tower\",\n                \"city\": \"Riyadh\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"phone\": \"+966-112345678\",\n                \"state\": \"Riyadh\",\n                \"zip\": \"11564\",\n                \"state_code\": \"RIY\",\n                \"country_code\": \"SA\",\n                \"latitude\": 24.7136,\n                \"longitude\": 46.6753,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"abc\"\n            },\n            \"shipping_address\": {\n                \"address1\": \"456 King Abdulaziz Road\",\n                \"address2\": \"Near Kingdom Centre\",\n                \"city\": \"Jeddah\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"Jane\",\n                \"last_name\": \"Smith\",\n                \"phone\": \"+966-12-345-6789\",\n                \"state\": \"Makkah\",\n                \"zip\": \"21577\",\n                \"state_code\": \"\",\n                \"country_code\": \"SA\",\n                \"latitude\": 21.4225,\n                \"longitude\": 39.8262,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"abc\"\n            },\n            \"slot\": {\n                \"delivery_date\": \"18122024\",\n                \"start_time\": 1100,\n                \"end_time\": 1500\n            },\n            \"order_created_at\": \"2026-03-10T08:58:47.618Z\",\n            \"invoice\": {\n                \"currency\": \"SAR\",\n                \"subtotal\": 699,\n                \"shipping_price\": 0,\n                \"shipping_refund\": 0,\n                \"tax\": 69.9,\n                \"discount\": 100,\n                \"total\": 768.9,\n                \"total_paid\": 768.9,\n                \"total_due\": 0,\n                \"tax_percent\": 10,\n                \"shipping_tax\": 0,\n                \"sub_total_tax_inclusive\": true,\n                \"sub_total_discount_inclusive\": true,\n                \"shipping_tax_inclusive\": false,\n                \"shipping_discount_inclusive\": false,\n                \"additional_charges\": [\n                    {\n                        \"type\": \"shipment_fee\",\n                        \"value\": 0,\n                        \"cost\": 0,\n                        \"cost_without_tax\": 0,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": false,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false\n                    }\n                ],\n                \"attachments\": [],\n                \"refunded_amounts\": [],\n                \"total_refunded\": 0\n            },\n            \"customer\": {\n                \"id\": \"66ced351ffed27dec7c4072a\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"mobile\": \"1234567890\",\n                \"mobile_code\": \"+1\",\n                \"country_code\": \"SA\",\n                \"email\": \"john.doe@example.com\",\n                \"gender\": \"male\",\n                \"country\": \"Saudi Arabia\",\n                \"country_calling_code\": \"+1\"\n            },\n            \"shipment\": {\n                \"delivery_status\": \"\",\n                \"cod_amount\": 0\n            },\n            \"payment_method\": \"Prepaid\",\n            \"shipment_type\": \"omniful_generated\",\n            \"type\": \"\",\n            \"driver_details\": {},\n            \"labels\": [\n                \"label1\",\n                \"label2\",\n                \"label3\"\n            ],\n            \"expected_delivery_epoch\": 0,\n            \"external_fields\": [],\n            \"cancel_order_after_seconds\": 0,\n            \"sales_channel\": {\n                \"tag\": \"tenant_custom\",\n                \"name\": \"Tenant Custom\",\n                \"category\": \"SalesChannel\",\n                \"logo_url\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/sales-channel/API+logo+trial+1.svg\"\n            }\n        },\n        {\n            \"id\": \"69afdc1670279d06931de680\",\n            \"order_id\": \"omni_order\",\n            \"order_alias\": \"order-alias-127\",\n            \"omniful_order_id\": \"69afdc1670279d06931de680\",\n            \"status_code\": \"on_hold\",\n            \"display_status\": \"On Hold\",\n            \"source\": \"Sales Channel\",\n            \"total\": 1,\n            \"billing_address\": {\n                \"address1\": \"123 Al-Masjid Al-Haram Street\",\n                \"address2\": \"Near Al-Faisaliah Tower\",\n                \"city\": \"Riyadh\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"phone\": \"+966-112345678\",\n                \"state\": \"Riyadh\",\n                \"zip\": \"11564\",\n                \"state_code\": \"RIY\",\n                \"country_code\": \"SA\",\n                \"latitude\": 24.7136,\n                \"longitude\": 46.6753,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"abc\"\n            },\n            \"shipping_address\": {\n                \"address1\": \"456 King Abdulaziz Road\",\n                \"address2\": \"Near Kingdom Centre\",\n                \"city\": \"Jeddah\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"Jane\",\n                \"last_name\": \"Smith\",\n                \"phone\": \"+966-12-345-6789\",\n                \"state\": \"Makkah\",\n                \"zip\": \"21577\",\n                \"state_code\": \"\",\n                \"country_code\": \"SA\",\n                \"latitude\": 21.4225,\n                \"longitude\": 39.8262,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"abc\"\n            },\n            \"slot\": {\n                \"delivery_date\": \"18122024\",\n                \"start_time\": 1100,\n                \"end_time\": 1500\n            },\n            \"order_created_at\": \"2026-03-10T08:53:42.629Z\",\n            \"invoice\": {\n                \"currency\": \"SAR\",\n                \"subtotal\": 699,\n                \"shipping_price\": 0,\n                \"shipping_refund\": 0,\n                \"tax\": 69.9,\n                \"discount\": 100,\n                \"total\": 768.9,\n                \"total_paid\": 768.9,\n                \"total_due\": 0,\n                \"tax_percent\": 10,\n                \"shipping_tax\": 0,\n                \"sub_total_tax_inclusive\": true,\n                \"sub_total_discount_inclusive\": true,\n                \"shipping_tax_inclusive\": false,\n                \"shipping_discount_inclusive\": false,\n                \"additional_charges\": [\n                    {\n                        \"type\": \"shipment_fee\",\n                        \"value\": 0,\n                        \"cost\": 0,\n                        \"cost_without_tax\": 0,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": false,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false\n                    }\n                ],\n                \"attachments\": [],\n                \"refunded_amounts\": [],\n                \"total_refunded\": 0\n            },\n            \"customer\": {\n                \"id\": \"66ced351ffed27dec7c4072a\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"mobile\": \"1234567890\",\n                \"mobile_code\": \"+1\",\n                \"country_code\": \"SA\",\n                \"email\": \"john.doe@example.com\",\n                \"gender\": \"male\",\n                \"country\": \"Saudi Arabia\",\n                \"country_calling_code\": \"+1\"\n            },\n            \"shipment\": {\n                \"shipment_created_at\": \"2026-03-10T08:54:18.06Z\",\n                \"awb_number\": \"AWBMANUAL123451161888266133\",\n                \"delivery_status\": \"created\",\n                \"awb_label\": \"https://example.link.com/shipping/b59de7e04cc5687_awb_label.pdf\",\n                \"shipping_partner_tag\": \"manual\",\n                \"shipping_partner_name\": \"Manual\",\n                \"tracking_url\": \"https://tracking.example.com/123456789\",\n                \"cod_amount\": 0\n            },\n            \"payment_method\": \"Prepaid\",\n            \"shipment_type\": \"omniful_generated\",\n            \"type\": \"\",\n            \"driver_details\": {},\n            \"labels\": [\n                \"label1\",\n                \"label2\",\n                \"label3\"\n            ],\n            \"expected_delivery_epoch\": 0,\n            \"external_fields\": [],\n            \"cancel_order_after_seconds\": 0,\n            \"sales_channel\": {\n                \"tag\": \"tenant_custom\",\n                \"name\": \"Tenant Custom\",\n                \"category\": \"SalesChannel\",\n                \"logo_url\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/sales-channel/API+logo+trial+1.svg\"\n            }\n        },\n        {\n            \"id\": \"69afdc0870279d06931de67d\",\n            \"order_id\": \"sc_order\",\n            \"order_alias\": \"order-alias-127\",\n            \"omniful_order_id\": \"69afdc0870279d06931de67d\",\n            \"status_code\": \"on_hold\",\n            \"display_status\": \"On Hold\",\n            \"source\": \"Sales Channel\",\n            \"total\": 1,\n            \"billing_address\": {\n                \"address1\": \"123 Al-Masjid Al-Haram Street\",\n                \"address2\": \"Near Al-Faisaliah Tower\",\n                \"city\": \"Riyadh\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"phone\": \"+966-112345678\",\n                \"state\": \"Riyadh\",\n                \"zip\": \"11564\",\n                \"state_code\": \"RIY\",\n                \"country_code\": \"SA\",\n                \"latitude\": 24.7136,\n                \"longitude\": 46.6753,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"abc\"\n            },\n            \"shipping_address\": {\n                \"address1\": \"456 King Abdulaziz Road\",\n                \"address2\": \"Near Kingdom Centre\",\n                \"city\": \"Jeddah\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"Jane\",\n                \"last_name\": \"Smith\",\n                \"phone\": \"+966-12-345-6789\",\n                \"state\": \"Makkah\",\n                \"zip\": \"21577\",\n                \"state_code\": \"\",\n                \"country_code\": \"SA\",\n                \"latitude\": 21.4225,\n                \"longitude\": 39.8262,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"abc\"\n            },\n            \"slot\": {\n                \"delivery_date\": \"18122024\",\n                \"start_time\": 1100,\n                \"end_time\": 1500\n            },\n            \"order_created_at\": \"2026-03-10T08:53:28.558Z\",\n            \"invoice\": {\n                \"currency\": \"SAR\",\n                \"subtotal\": 699,\n                \"shipping_price\": 0,\n                \"shipping_refund\": 0,\n                \"tax\": 69.9,\n                \"discount\": 100,\n                \"total\": 768.9,\n                \"total_paid\": 768.9,\n                \"total_due\": 0,\n                \"tax_percent\": 10,\n                \"shipping_tax\": 0,\n                \"sub_total_tax_inclusive\": true,\n                \"sub_total_discount_inclusive\": true,\n                \"shipping_tax_inclusive\": false,\n                \"shipping_discount_inclusive\": false,\n                \"additional_charges\": [\n                    {\n                        \"type\": \"shipment_fee\",\n                        \"value\": 0,\n                        \"cost\": 0,\n                        \"cost_without_tax\": 0,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": false,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false\n                    }\n                ],\n                \"attachments\": [],\n                \"refunded_amounts\": [],\n                \"total_refunded\": 0\n            },\n            \"customer\": {\n                \"id\": \"66ced351ffed27dec7c4072a\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"mobile\": \"1234567890\",\n                \"mobile_code\": \"+1\",\n                \"country_code\": \"SA\",\n                \"email\": \"john.doe@example.com\",\n                \"gender\": \"male\",\n                \"country\": \"Saudi Arabia\",\n                \"country_calling_code\": \"+1\"\n            },\n            \"shipment\": {\n                \"delivery_status\": \"\",\n                \"cod_amount\": 0\n            },\n            \"payment_method\": \"Prepaid\",\n            \"shipment_type\": \"sales_channel_generated\",\n            \"type\": \"\",\n            \"driver_details\": {},\n            \"labels\": [\n                \"label1\",\n                \"label2\",\n                \"label3\"\n            ],\n            \"expected_delivery_epoch\": 0,\n            \"external_fields\": [],\n            \"cancel_order_after_seconds\": 0,\n            \"sales_channel\": {\n                \"tag\": \"tenant_custom\",\n                \"name\": \"Tenant Custom\",\n                \"category\": \"SalesChannel\",\n                \"logo_url\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/sales-channel/API+logo+trial+1.svg\"\n            }\n        },\n        {\n            \"id\": \"698ae1c0673be7393529b42d\",\n            \"order_id\": \"Omniful_CHANNEL_2\",\n            \"order_alias\": \"order-alias-127\",\n            \"omniful_order_id\": \"698ae1c0673be7393529b42d\",\n            \"status_code\": \"shipped\",\n            \"display_status\": \"Shipped\",\n            \"hub_code\": \"locoff\",\n            \"source\": \"Sales Channel\",\n            \"total\": 1,\n            \"billing_address\": {\n                \"address1\": \"123 Al-Masjid Al-Haram Street\",\n                \"address2\": \"Near Al-Faisaliah Tower\",\n                \"city\": \"Riyadh\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"phone\": \"+966-112345678\",\n                \"state\": \"Riyadh\",\n                \"zip\": \"11564\",\n                \"state_code\": \"RIY\",\n                \"country_code\": \"SA\",\n                \"latitude\": 24.7136,\n                \"longitude\": 46.6753,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"abc\"\n            },\n            \"shipping_address\": {\n                \"address1\": \"456 King Abdulaziz Road\",\n                \"address2\": \"Near Kingdom Centre\",\n                \"city\": \"Jeddah\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"Jane\",\n                \"last_name\": \"Smith\",\n                \"phone\": \"+966-12-345-6789\",\n                \"state\": \"Makkah\",\n                \"zip\": \"21577\",\n                \"state_code\": \"\",\n                \"country_code\": \"SA\",\n                \"latitude\": 21.4225,\n                \"longitude\": 39.8262,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"abc\"\n            },\n            \"slot\": {\n                \"delivery_date\": \"18122024\",\n                \"start_time\": 1100,\n                \"end_time\": 1500\n            },\n            \"order_created_at\": \"2026-02-10T07:44:00.35Z\",\n            \"invoice\": {\n                \"currency\": \"SAR\",\n                \"subtotal\": 699,\n                \"shipping_price\": 0,\n                \"shipping_refund\": 0,\n                \"tax\": 69.9,\n                \"discount\": 100,\n                \"total\": 768.9,\n                \"total_paid\": 768.9,\n                \"total_due\": 0,\n                \"tax_percent\": 10,\n                \"shipping_tax\": 0,\n                \"sub_total_tax_inclusive\": true,\n                \"sub_total_discount_inclusive\": true,\n                \"shipping_tax_inclusive\": false,\n                \"shipping_discount_inclusive\": false,\n                \"additional_charges\": [\n                    {\n                        \"type\": \"shipment_fee\",\n                        \"value\": 0,\n                        \"cost\": 0,\n                        \"cost_without_tax\": 0,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": false,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false\n                    }\n                ],\n                \"attachments\": [],\n                \"refunded_amounts\": [],\n                \"total_refunded\": 0\n            },\n            \"customer\": {\n                \"id\": \"66ced351ffed27dec7c4072a\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"mobile\": \"1234567890\",\n                \"mobile_code\": \"+1\",\n                \"country_code\": \"SA\",\n                \"email\": \"john.doe@example.com\",\n                \"gender\": \"male\",\n                \"country\": \"Saudi Arabia\",\n                \"country_calling_code\": \"+1\"\n            },\n            \"shipment\": {\n                \"shipment_created_at\": \"2026-03-10T09:06:40.542Z\",\n                \"order_shipped_at\": \"2026-03-10T09:07:43.386Z\",\n                \"awb_number\": \"AWBMANUAL12345116188826613ss\",\n                \"delivery_status\": \"dispatched\",\n                \"awb_label\": \"https://example.link.com/shipping/b59de7e04cc5687_awb_label.pdf\",\n                \"shipping_partner_tag\": \"manual\",\n                \"shipping_partner_name\": \"Manual\",\n                \"tracking_url\": \"https://tracking.example.com/123456789\",\n                \"cod_amount\": 0\n            },\n            \"payment_method\": \"Prepaid\",\n            \"shipment_type\": \"omniful_generated\",\n            \"type\": \"\",\n            \"driver_details\": {},\n            \"labels\": [\n                \"label1\",\n                \"label2\",\n                \"label3\"\n            ],\n            \"expected_delivery_epoch\": 0,\n            \"external_fields\": [],\n            \"cancel_order_after_seconds\": 0,\n            \"sales_channel\": {\n                \"tag\": \"tenant_custom\",\n                \"name\": \"Tenant Custom\",\n                \"category\": \"SalesChannel\",\n                \"logo_url\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/sales-channel/API+logo+trial+1.svg\"\n            }\n        },\n        {\n            \"id\": \"698ae07e6c6e5ad84bd6cd24\",\n            \"order_id\": \"newone\",\n            \"order_alias\": \"order-alias\",\n            \"omniful_order_id\": \"698ae07e6c6e5ad84bd6cd24\",\n            \"status_code\": \"new_order\",\n            \"display_status\": \"New Order\",\n            \"hub_code\": \"locoff\",\n            \"source\": \"Sales Channel\",\n            \"total\": 1,\n            \"billing_address\": {\n                \"address1\": \"123 Al-Masjid Al-Haram Street\",\n                \"address2\": \"Near Al-Faisaliah Tower\",\n                \"city\": \"Riyadh\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"phone\": \"+966-112345678\",\n                \"state\": \"Riyadh\",\n                \"zip\": \"11564\",\n                \"state_code\": \"RIY\",\n                \"country_code\": \"SA\",\n                \"latitude\": 24.7136,\n                \"longitude\": 46.6753,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"\"\n            },\n            \"shipping_address\": {\n                \"address1\": \"456 King Abdulaziz Road\",\n                \"address2\": \"Near Kingdom Centre\",\n                \"city\": \"Jeddah\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"Jane\",\n                \"last_name\": \"Smith\",\n                \"phone\": \"+966-12-345-6789\",\n                \"state\": \"Makkah\",\n                \"zip\": \"21577\",\n                \"state_code\": \"\",\n                \"country_code\": \"SA\",\n                \"latitude\": 21.4225,\n                \"longitude\": 39.8262,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"\"\n            },\n            \"slot\": {\n                \"delivery_date\": \"18122024\",\n                \"start_time\": 1100,\n                \"end_time\": 1500\n            },\n            \"order_created_at\": \"2026-02-10T07:38:38.143Z\",\n            \"invoice\": {\n                \"currency\": \"SAR\",\n                \"subtotal\": 699,\n                \"shipping_price\": 0,\n                \"shipping_refund\": 0,\n                \"tax\": 69.9,\n                \"discount\": 100,\n                \"total\": 768.9,\n                \"total_paid\": 768.9,\n                \"total_due\": 0,\n                \"payment_mode\": \"Credit Card\",\n                \"tax_percent\": 10,\n                \"shipping_tax\": 0,\n                \"sub_total_tax_inclusive\": true,\n                \"sub_total_discount_inclusive\": true,\n                \"shipping_tax_inclusive\": false,\n                \"shipping_discount_inclusive\": false,\n                \"additional_charges\": [\n                    {\n                        \"type\": \"shipment_fee\",\n                        \"value\": 0,\n                        \"cost\": 0,\n                        \"cost_without_tax\": 0,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": false,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false\n                    }\n                ],\n                \"attachments\": [],\n                \"refunded_amounts\": [],\n                \"total_refunded\": 0\n            },\n            \"customer\": {\n                \"id\": \"66ced351ffed27dec7c4072a\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"mobile\": \"1234567890\",\n                \"mobile_code\": \"+1\",\n                \"country_code\": \"SA\",\n                \"email\": \"john.doe@example.com\",\n                \"gender\": \"male\",\n                \"country\": \"Saudi Arabia\",\n                \"country_calling_code\": \"+1\"\n            },\n            \"shipment\": {\n                \"delivery_status\": \"\",\n                \"cod_amount\": 0\n            },\n            \"payment_method\": \"Prepaid\",\n            \"shipment_type\": \"sales_channel_generated\",\n            \"type\": \"\",\n            \"driver_details\": {},\n            \"labels\": [\n                \"label1\",\n                \"label2\",\n                \"label3\"\n            ],\n            \"expected_delivery_epoch\": 0,\n            \"external_fields\": [],\n            \"cancel_order_after_seconds\": 0,\n            \"sales_channel\": {\n                \"tag\": \"tenant_custom\",\n                \"name\": \"Tenant Custom\",\n                \"category\": \"SalesChannel\",\n                \"logo_url\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/sales-channel/API+logo+trial+1.svg\"\n            }\n        },\n        {\n            \"id\": \"698ae02546c8b9d6b23fb4dd\",\n            \"order_id\": \"myordeqr1\",\n            \"order_alias\": \"order-alias\",\n            \"omniful_order_id\": \"698ae02546c8b9d6b23fb4dd\",\n            \"status_code\": \"new_order\",\n            \"display_status\": \"New Order\",\n            \"hub_code\": \"locoff\",\n            \"source\": \"Sales Channel\",\n            \"total\": 1,\n            \"billing_address\": {\n                \"address1\": \"123 Al-Masjid Al-Haram Street\",\n                \"address2\": \"Near Al-Faisaliah Tower\",\n                \"city\": \"Riyadh\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"phone\": \"+966-112345678\",\n                \"state\": \"Riyadh\",\n                \"zip\": \"11564\",\n                \"state_code\": \"RIY\",\n                \"country_code\": \"SA\",\n                \"latitude\": 24.7136,\n                \"longitude\": 46.6753,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"\"\n            },\n            \"shipping_address\": {\n                \"address1\": \"456 King Abdulaziz Road\",\n                \"address2\": \"Near Kingdom Centre\",\n                \"city\": \"Jeddah\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"Jane\",\n                \"last_name\": \"Smith\",\n                \"phone\": \"+966-12-345-6789\",\n                \"state\": \"Makkah\",\n                \"zip\": \"21577\",\n                \"state_code\": \"\",\n                \"country_code\": \"SA\",\n                \"latitude\": 21.4225,\n                \"longitude\": 39.8262,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"\"\n            },\n            \"slot\": {\n                \"delivery_date\": \"18122024\",\n                \"start_time\": 1100,\n                \"end_time\": 1500\n            },\n            \"order_created_at\": \"2026-02-10T07:37:08.996Z\",\n            \"invoice\": {\n                \"currency\": \"SAR\",\n                \"subtotal\": 699,\n                \"shipping_price\": 0,\n                \"shipping_refund\": 0,\n                \"tax\": 69.9,\n                \"discount\": 100,\n                \"total\": 768.9,\n                \"total_paid\": 768.9,\n                \"total_due\": 0,\n                \"payment_mode\": \"Credit Card\",\n                \"tax_percent\": 10,\n                \"shipping_tax\": 0,\n                \"sub_total_tax_inclusive\": true,\n                \"sub_total_discount_inclusive\": true,\n                \"shipping_tax_inclusive\": false,\n                \"shipping_discount_inclusive\": false,\n                \"additional_charges\": [\n                    {\n                        \"type\": \"shipment_fee\",\n                        \"value\": 0,\n                        \"cost\": 0,\n                        \"cost_without_tax\": 0,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": false,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false\n                    }\n                ],\n                \"attachments\": [],\n                \"refunded_amounts\": [],\n                \"total_refunded\": 0\n            },\n            \"customer\": {\n                \"id\": \"66ced351ffed27dec7c4072a\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"mobile\": \"1234567890\",\n                \"mobile_code\": \"+1\",\n                \"country_code\": \"SA\",\n                \"email\": \"john.doe@example.com\",\n                \"gender\": \"male\",\n                \"country\": \"Saudi Arabia\",\n                \"country_calling_code\": \"+1\"\n            },\n            \"shipment\": {\n                \"delivery_status\": \"\",\n                \"cod_amount\": 0\n            },\n            \"payment_method\": \"Prepaid\",\n            \"shipment_type\": \"sales_channel_generated\",\n            \"type\": \"\",\n            \"driver_details\": {},\n            \"labels\": [\n                \"label1\",\n                \"label2\",\n                \"label3\"\n            ],\n            \"expected_delivery_epoch\": 0,\n            \"external_fields\": [],\n            \"cancel_order_after_seconds\": 0,\n            \"sales_channel\": {\n                \"tag\": \"tenant_custom\",\n                \"name\": \"Tenant Custom\",\n                \"category\": \"SalesChannel\",\n                \"logo_url\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/sales-channel/API+logo+trial+1.svg\"\n            }\n        },\n        {\n            \"id\": \"698adfae88335a9fd47f83eb\",\n            \"order_id\": \"myorder1\",\n            \"order_alias\": \"order-alias\",\n            \"omniful_order_id\": \"698adfae88335a9fd47f83eb\",\n            \"status_code\": \"new_order\",\n            \"display_status\": \"New Order\",\n            \"hub_code\": \"locoff\",\n            \"source\": \"Sales Channel\",\n            \"total\": 1,\n            \"billing_address\": {\n                \"address1\": \"123 Al-Masjid Al-Haram Street\",\n                \"address2\": \"Near Al-Faisaliah Tower\",\n                \"city\": \"Riyadh\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"phone\": \"+966-112345678\",\n                \"state\": \"Riyadh\",\n                \"zip\": \"11564\",\n                \"state_code\": \"RIY\",\n                \"country_code\": \"SA\",\n                \"latitude\": 24.7136,\n                \"longitude\": 46.6753,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"\"\n            },\n            \"shipping_address\": {\n                \"address1\": \"456 King Abdulaziz Road\",\n                \"address2\": \"Near Kingdom Centre\",\n                \"city\": \"Jeddah\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"Jane\",\n                \"last_name\": \"Smith\",\n                \"phone\": \"+966-12-345-6789\",\n                \"state\": \"Makkah\",\n                \"zip\": \"21577\",\n                \"state_code\": \"\",\n                \"country_code\": \"SA\",\n                \"latitude\": 21.4225,\n                \"longitude\": 39.8262,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"\"\n            },\n            \"slot\": {\n                \"delivery_date\": \"18122024\",\n                \"start_time\": 1100,\n                \"end_time\": 1500\n            },\n            \"order_created_at\": \"2026-02-10T07:35:10.473Z\",\n            \"invoice\": {\n                \"currency\": \"SAR\",\n                \"subtotal\": 699,\n                \"shipping_price\": 0,\n                \"shipping_refund\": 0,\n                \"tax\": 69.9,\n                \"discount\": 100,\n                \"total\": 768.9,\n                \"total_paid\": 768.9,\n                \"total_due\": 0,\n                \"payment_mode\": \"Credit Card\",\n                \"tax_percent\": 10,\n                \"shipping_tax\": 0,\n                \"sub_total_tax_inclusive\": true,\n                \"sub_total_discount_inclusive\": true,\n                \"shipping_tax_inclusive\": false,\n                \"shipping_discount_inclusive\": false,\n                \"additional_charges\": [\n                    {\n                        \"type\": \"shipment_fee\",\n                        \"value\": 0,\n                        \"cost\": 0,\n                        \"cost_without_tax\": 0,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": false,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false\n                    }\n                ],\n                \"attachments\": [],\n                \"refunded_amounts\": [],\n                \"total_refunded\": 0\n            },\n            \"customer\": {\n                \"id\": \"66ced351ffed27dec7c4072a\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"mobile\": \"1234567890\",\n                \"mobile_code\": \"+1\",\n                \"country_code\": \"SA\",\n                \"email\": \"john.doe@example.com\",\n                \"gender\": \"male\",\n                \"country\": \"Saudi Arabia\",\n                \"country_calling_code\": \"+1\"\n            },\n            \"shipment\": {\n                \"delivery_status\": \"\",\n                \"cod_amount\": 0\n            },\n            \"payment_method\": \"Prepaid\",\n            \"shipment_type\": \"sales_channel_generated\",\n            \"type\": \"\",\n            \"driver_details\": {},\n            \"labels\": [\n                \"label1\",\n                \"label2\",\n                \"label3\"\n            ],\n            \"expected_delivery_epoch\": 0,\n            \"external_fields\": [],\n            \"cancel_order_after_seconds\": 0,\n            \"sales_channel\": {\n                \"tag\": \"tenant_custom\",\n                \"name\": \"Tenant Custom\",\n                \"category\": \"SalesChannel\",\n                \"logo_url\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/sales-channel/API+logo+trial+1.svg\"\n            }\n        },\n        {\n            \"id\": \"698adf526c6e5ad84bd6cccc\",\n            \"order_id\": \"bulk_32320921\",\n            \"order_alias\": \"order-alias\",\n            \"omniful_order_id\": \"698adf526c6e5ad84bd6cccc\",\n            \"status_code\": \"new_order\",\n            \"display_status\": \"New Order\",\n            \"hub_code\": \"locoff\",\n            \"source\": \"Sales Channel\",\n            \"total\": 1,\n            \"billing_address\": {\n                \"address1\": \"123 Al-Masjid Al-Haram Street\",\n                \"address2\": \"Near Al-Faisaliah Tower\",\n                \"city\": \"Riyadh\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"phone\": \"+966-112345678\",\n                \"state\": \"Riyadh\",\n                \"zip\": \"11564\",\n                \"state_code\": \"RIY\",\n                \"country_code\": \"SA\",\n                \"latitude\": 24.7136,\n                \"longitude\": 46.6753,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"\"\n            },\n            \"shipping_address\": {\n                \"address1\": \"456 King Abdulaziz Road\",\n                \"address2\": \"Near Kingdom Centre\",\n                \"city\": \"Jeddah\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"Jane\",\n                \"last_name\": \"Smith\",\n                \"phone\": \"+966-12-345-6789\",\n                \"state\": \"Makkah\",\n                \"zip\": \"21577\",\n                \"state_code\": \"\",\n                \"country_code\": \"SA\",\n                \"latitude\": 21.4225,\n                \"longitude\": 39.8262,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"\"\n            },\n            \"slot\": {\n                \"delivery_date\": \"18122024\",\n                \"start_time\": 1100,\n                \"end_time\": 1500\n            },\n            \"order_created_at\": \"2026-02-10T07:33:38.266Z\",\n            \"invoice\": {\n                \"currency\": \"SAR\",\n                \"subtotal\": 699,\n                \"shipping_price\": 0,\n                \"shipping_refund\": 0,\n                \"tax\": 69.9,\n                \"discount\": 100,\n                \"total\": 768.9,\n                \"total_paid\": 768.9,\n                \"total_due\": 0,\n                \"payment_mode\": \"Credit Card\",\n                \"tax_percent\": 10,\n                \"shipping_tax\": 0,\n                \"sub_total_tax_inclusive\": true,\n                \"sub_total_discount_inclusive\": true,\n                \"shipping_tax_inclusive\": false,\n                \"shipping_discount_inclusive\": false,\n                \"additional_charges\": [\n                    {\n                        \"type\": \"shipment_fee\",\n                        \"value\": 0,\n                        \"cost\": 0,\n                        \"cost_without_tax\": 0,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": false,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false\n                    }\n                ],\n                \"attachments\": [],\n                \"refunded_amounts\": [],\n                \"total_refunded\": 0\n            },\n            \"customer\": {\n                \"id\": \"66ced351ffed27dec7c4072a\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"mobile\": \"1234567890\",\n                \"mobile_code\": \"+1\",\n                \"country_code\": \"SA\",\n                \"email\": \"john.doe@example.com\",\n                \"gender\": \"male\",\n                \"country\": \"Saudi Arabia\",\n                \"country_calling_code\": \"+1\"\n            },\n            \"shipment\": {\n                \"delivery_status\": \"\",\n                \"cod_amount\": 0\n            },\n            \"payment_method\": \"Prepaid\",\n            \"shipment_type\": \"sales_channel_generated\",\n            \"type\": \"\",\n            \"driver_details\": {},\n            \"labels\": [\n                \"label1\",\n                \"label2\",\n                \"label3\"\n            ],\n            \"expected_delivery_epoch\": 0,\n            \"external_fields\": [],\n            \"cancel_order_after_seconds\": 0,\n            \"sales_channel\": {\n                \"tag\": \"tenant_custom\",\n                \"name\": \"Tenant Custom\",\n                \"category\": \"SalesChannel\",\n                \"logo_url\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/sales-channel/API+logo+trial+1.svg\"\n            }\n        }\n    ],\n    \"meta\": {\n        \"current_page\": 1,\n        \"last_page\": 2,\n        \"per_page\": 20,\n        \"total\": 29\n    }\n}"}],"_postman_id":"e8024315-3aca-4511-8ceb-fd721c115fed"},{"name":"Get Seller Order By OrderID","id":"1bd9ee3e-d292-40c8-b141-f80a67a5da77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[],"url":"{{base_url}}/sales-channel/public/v1/seller/orders/:order_id","description":"<h3 id=\"📌-get-seller-order-by-order-id-api---overview\">📌 <strong>Get Seller Order by Order ID API - Overview</strong></h3>\n<p>The <strong>Get Seller Order by Order ID API</strong> allows users to fetch details of a single order for a seller using the <strong>Omniful-generated Order ID</strong> (<strong>omniful_order_id</strong>).</p>\n<p>This API is particularly useful for retrieving order details that were not placed through the Custom Sales Channel Integration. It provides complete order information, including order items, customer details, billing and shipping addresses, and invoice details, ensuring sellers have full visibility into individual orders placed through any of the sales channels they have integrated on their account.</p>\n<hr />\n<h3 id=\"📝-response-body-parameters\">📝 <strong>Response Body Parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Always Included</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>is_success</strong></td>\n<td>boolean</td>\n<td>Indicates if the request was successful.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>status_code</strong></td>\n<td>number</td>\n<td>HTTP status code of the response.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data</strong></td>\n<td>object</td>\n<td>Order details object.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.order_id</strong></td>\n<td>string</td>\n<td>Unique order identifier.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.order_alias</strong></td>\n<td>string</td>\n<td>Seller-specific order reference.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.omniful_order_id</strong></td>\n<td>string</td>\n<td>Internal system order identifier.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.status_code</strong></td>\n<td>string</td>\n<td>Current order status code.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.display_status</strong></td>\n<td>string</td>\n<td>Human-readable order status.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.store_name</strong></td>\n<td>string</td>\n<td>Name of the seller store.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.source</strong></td>\n<td>string</td>\n<td>Sales channel origin.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.order_items</strong></td>\n<td>array</td>\n<td>List of items in the order.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.order_items[].sku_code</strong></td>\n<td>string</td>\n<td>Product SKU identifier.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.order_items[].hs_code</strong></td>\n<td>string</td>\n<td>Harmonized System code.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>data.order_items[].sku_id</strong></td>\n<td>string</td>\n<td>Internal SKU reference.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>data.order_items[].display_price</strong></td>\n<td>number</td>\n<td>Original listed price.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.order_items[].selling_price</strong></td>\n<td>number</td>\n<td>Final selling price.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.order_items[].is_substituted</strong></td>\n<td>boolean</td>\n<td>Item substitution status.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.order_items[].substitute_seller_sku_codes</strong></td>\n<td>array</td>\n<td>Allowed substitute SKUs.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>data.order_items[].serialised_sku_codes</strong></td>\n<td>array</td>\n<td>Item serial numbers.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>data.order_items[].item_barcodes</strong></td>\n<td>array</td>\n<td>Item barcode list.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>data.order_items[].quantity</strong></td>\n<td>number</td>\n<td>Ordered quantity.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.order_items[].picked_quantity</strong></td>\n<td>number</td>\n<td>Items picked for fulfillment.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.order_items[].packed_quantity</strong></td>\n<td>number</td>\n<td>Items packed for shipping.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.order_items[].tax_percent</strong></td>\n<td>number</td>\n<td>Applied tax rate.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.order_items[].tax</strong></td>\n<td>number</td>\n<td>Calculated tax amount.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.order_items[].unit_price</strong></td>\n<td>number</td>\n<td>Price per unit.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.order_items[].subtotal</strong></td>\n<td>number</td>\n<td>Total before tax/discounts.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.order_items[].total</strong></td>\n<td>number</td>\n<td>Final item total.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.order_items[].discount</strong></td>\n<td>number</td>\n<td>Discount amount.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.order_items[].tax_inclusive</strong></td>\n<td>boolean</td>\n<td>If price includes tax.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.total</strong></td>\n<td>number</td>\n<td>Total number of items.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.billing_address</strong></td>\n<td>object</td>\n<td>Billing information.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.billing_address.address1</strong></td>\n<td>string</td>\n<td>Primary billing address.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.billing_address.address2</strong></td>\n<td>string</td>\n<td>Secondary billing address.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>data.billing_address.city</strong></td>\n<td>string</td>\n<td>Billing city.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.billing_address.country</strong></td>\n<td>string</td>\n<td>Billing country.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.billing_address.first_name</strong></td>\n<td>string</td>\n<td>Billing contact first name.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.billing_address.last_name</strong></td>\n<td>string</td>\n<td>Billing contact last name.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.billing_address.phone</strong></td>\n<td>string</td>\n<td>Billing contact phone.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.billing_address.state</strong></td>\n<td>string</td>\n<td>Billing state/province.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.billing_address.zip</strong></td>\n<td>string</td>\n<td>Billing postal code.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.billing_address.state_code</strong></td>\n<td>string</td>\n<td>Billing state code.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.billing_address.country_code</strong></td>\n<td>string</td>\n<td>Two-letter country code.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.billing_address.latitude</strong></td>\n<td>number</td>\n<td>Billing location latitude.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>data.billing_address.longitude</strong></td>\n<td>number</td>\n<td>Billing location longitude.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>data.billing_address.national_address_code</strong></td>\n<td>number</td>\n<td>Billing location national address code.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>data.shipping_address</strong></td>\n<td>object</td>\n<td>Delivery information.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.shipping_address.address1</strong></td>\n<td>string</td>\n<td>Primary shipping address.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.shipping_address.address2</strong></td>\n<td>string</td>\n<td>Secondary shipping address.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>data.shipping_address.city</strong></td>\n<td>string</td>\n<td>Shipping city.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.shipping_address.country</strong></td>\n<td>string</td>\n<td>Shipping country.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.shipping_address.first_name</strong></td>\n<td>string</td>\n<td>Recipient's first name.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.shipping_address.last_name</strong></td>\n<td>string</td>\n<td>Recipient's last name.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.shipping_address.phone</strong></td>\n<td>string</td>\n<td>Recipient's phone.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.shipping_address.state</strong></td>\n<td>string</td>\n<td>Shipping state/province.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.shipping_address.zip</strong></td>\n<td>string</td>\n<td>Shipping postal code.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.shipping_address.state_code</strong></td>\n<td>string</td>\n<td>Shipping state code.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.shipping_address.country_code</strong></td>\n<td>string</td>\n<td>Two-letter country code for shipping.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.shipping_address.latitude</strong></td>\n<td>number</td>\n<td>Delivery location latitude.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>data.shipping_address.longitude</strong></td>\n<td>number</td>\n<td>Delivery location longitude.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>data.shipping_address.national_address_code</strong></td>\n<td>number</td>\n<td>Shipping location national address code.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>data.slot</strong></td>\n<td>object</td>\n<td>Delivery time slot details.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.slot.delivery_date</strong></td>\n<td>string</td>\n<td>Delivery date (DDMMYYYY).</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.slot.start_time</strong></td>\n<td>number</td>\n<td>Window start time (24hr format).</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.slot.end_time</strong></td>\n<td>number</td>\n<td>Window end time (24hr format).</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.order_created_at</strong></td>\n<td>string</td>\n<td>Creation timestamp (ISO).</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.invoice</strong></td>\n<td>object</td>\n<td>Payment details.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.invoice.currency</strong></td>\n<td>string</td>\n<td>Order currency code.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.invoice.subtotal</strong></td>\n<td>number</td>\n<td>Order subtotal.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.invoice.shipping_price</strong></td>\n<td>number</td>\n<td>Shipping cost.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.invoice.shipping_refund</strong></td>\n<td>number</td>\n<td>Shipping refund amount.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.invoice.tax</strong></td>\n<td>number</td>\n<td>Total tax amount.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.invoice.discount</strong></td>\n<td>number</td>\n<td>Total discount.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.invoice.total</strong></td>\n<td>number</td>\n<td>Final order total.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.invoice.total_paid</strong></td>\n<td>number</td>\n<td>Amount received.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.invoice.total_due</strong></td>\n<td>number</td>\n<td>Outstanding balance.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.invoice.shipping_tax</strong></td>\n<td>number</td>\n<td>Tax on shipping.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.invoice.sub_total_tax_inclusive</strong></td>\n<td>boolean</td>\n<td>If subtotal includes tax.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.invoice.sub_total_discount_inclusive</strong></td>\n<td>boolean</td>\n<td>If subtotal includes discounts.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.invoice.shipping_tax_inclusive</strong></td>\n<td>boolean</td>\n<td>If shipping includes tax.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.invoice.shipping_discount_inclusive</strong></td>\n<td>boolean</td>\n<td>If shipping includes discounts.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.invoice.additional_charges</strong></td>\n<td>array</td>\n<td>Extra fees list.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.invoice.attachments</strong></td>\n<td>array</td>\n<td>Invoice documents.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.invoice.attachments[].url</strong></td>\n<td>string</td>\n<td>Document URL.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.invoice.attachments[].type</strong></td>\n<td>string</td>\n<td>Document type.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.customer</strong></td>\n<td>object</td>\n<td>Customer details.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.customer.first_name</strong></td>\n<td>string</td>\n<td>Customer's first name.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.customer.last_name</strong></td>\n<td>string</td>\n<td>Customer's last name.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.customer.mobile</strong></td>\n<td>string</td>\n<td>Customer's phone.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.customer.mobile_code</strong></td>\n<td>string</td>\n<td>Country calling code.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.customer.email</strong></td>\n<td>string</td>\n<td>Customer's email.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.customer.avatar</strong></td>\n<td>string</td>\n<td>Profile picture URL.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>data.customer.gender</strong></td>\n<td>string</td>\n<td>Customer's gender.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>data.shipment</strong></td>\n<td>object</td>\n<td>Shipping details.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.shipment.delivery_status</strong></td>\n<td>string</td>\n<td>Current delivery status.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.payment_method</strong></td>\n<td>string</td>\n<td>Payment method used.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.shipment_type</strong></td>\n<td>string</td>\n<td>Type of shipment.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.type</strong></td>\n<td>string</td>\n<td>Order type.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.driver_details</strong></td>\n<td>object</td>\n<td>Delivery driver info.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>data.expected_delivery_epoch</strong></td>\n<td>number</td>\n<td>Expected delivery timestamp.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.external_fields</strong></td>\n<td>array</td>\n<td>External reference data.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>data.external_fields[].key</strong></td>\n<td>string</td>\n<td>Reference field name.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.external_fields[].value</strong></td>\n<td>string</td>\n<td>Reference field value.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.cancel_order_after_seconds</strong></td>\n<td>number</td>\n<td>Auto-cancellation time.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.sales_channel</strong></td>\n<td>object</td>\n<td>Details about the sales channel from which the order originated.</td>\n<td>:white_check_mark: Yes</td>\n</tr>\n<tr>\n<td><strong>data.sales_channel.tag</strong></td>\n<td>string</td>\n<td>Identifier tag for the sales channel (e.g., <code>custom</code>).</td>\n<td>:white_check_mark: Yes</td>\n</tr>\n<tr>\n<td><strong>data.sales_channel.name</strong></td>\n<td>string</td>\n<td>Display name of the sales channel.</td>\n<td>:white_check_mark: Yes</td>\n</tr>\n<tr>\n<td><strong>data.sales_channel.category</strong></td>\n<td>string</td>\n<td>Category/type of the sales channel (e.g., <code>SalesChannel</code>).</td>\n<td>:white_check_mark: Yes</td>\n</tr>\n<tr>\n<td><strong>data.sales_channel.logo_url</strong></td>\n<td>string</td>\n<td>URL of the sales channel logo.</td>\n<td>:white_check_mark: Yes</td>\n</tr>\n<tr>\n<td><strong>meta</strong></td>\n<td>object</td>\n<td>Response metadata.</td>\n<td>❌ No</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"🔹-key-information\">🔹 <strong>Key Information</strong></h3>\n<ul>\n<li><p><strong>omniful_order_id</strong> is unique and generated by Omniful for every order.</p>\n</li>\n<li><p>This is different from the order ID received from the sales channel.</p>\n</li>\n<li><p>If a seller has multiple sales channels connected, the same sales channel order ID may appear in different channels. However, the <strong>Omniful Order ID</strong> remains unique across all orders.</p>\n</li>\n<li><p>Using <strong>omniful_order_id</strong> ensures accurate order retrieval without conflicts.</p>\n</li>\n</ul>\n","urlObject":{"path":["sales-channel","public","v1","seller","orders",":order_id"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p>Filter Based on Single Order ID</p>\n","type":"text/plain"},"key":"order_id","value":"order_0003"},{"disabled":true,"description":{"content":"<p>Filter Based on Multiple Order IDs</p>\n","type":"text/plain"},"key":"order_ids","value":""},{"disabled":true,"description":{"content":"<p>Filter Based on STO request ID</p>\n","type":"text/plain"},"key":"sto_request_id","value":"STO_order_0003"},{"disabled":true,"description":{"content":"<p>Filter Based on Order Created Date Range</p>\n","type":"text/plain"},"key":"created_from","value":"2024-02-20"},{"disabled":true,"description":{"content":"<p>Filter Based on Order Created Date Range</p>\n","type":"text/plain"},"key":"created_to","value":"2024-02-23"},{"disabled":true,"description":{"content":"<p>Filter Based on Order Updated Date Range</p>\n","type":"text/plain"},"key":"updated_to","value":"2024-03-28"},{"disabled":true,"description":{"content":"<p>Filter Based on Order Updated Date Range</p>\n","type":"text/plain"},"key":"updated_from","value":"2024-01-21"},{"disabled":true,"description":{"content":"<p>Pagination</p>\n","type":"text/plain"},"key":"page","value":"1"},{"disabled":true,"description":{"content":"<p>Pagination</p>\n","type":"text/plain"},"key":"per_page","value":"100"},{"disabled":true,"description":{"content":"<p>Filter Based on Unique Customer ID</p>\n","type":"text/plain"},"key":"customer_id","value":""},{"disabled":true,"description":{"content":"<p>Filter Based on Customer Name </p>\n","type":"text/plain"},"key":"customer_name","value":""},{"disabled":true,"description":{"content":"<p>Filter Based on Customer Email</p>\n","type":"text/plain"},"key":"customer_email","value":""},{"disabled":true,"description":{"content":"<p>Shows a list of items/SKUs ordered in this order.</p>\n","type":"text/plain"},"key":"order_items","value":""}],"variable":[{"description":{"content":"<p>This is a unique identifier generated by Omniful for every order.</p>\n","type":"text/plain"},"type":"any","value":"omniful_order_id","key":"order_id"}]}},"response":[{"id":"3e57c1fe-dd50-4fbf-b9aa-0a7c858cc1d8","name":"Get Seller Order By OrderID","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/sales-channel/public/v1/seller/orders/:order_id","host":["{{base_url}}"],"path":["sales-channel","public","v1","seller","orders",":order_id"],"query":[{"key":"order_id","value":"order_0003","description":"Filter Based on Single Order ID","disabled":true},{"key":"order_ids","value":null,"description":"Filter Based on Multiple Order IDs","type":"text","disabled":true},{"key":"sto_request_id","value":"STO_order_0003","description":"Filter Based on STO request ID","type":"text","disabled":true},{"key":"created_from","value":"2024-02-20","description":"Filter Based on Order Created Date Range","disabled":true},{"key":"created_to","value":"2024-02-23","description":"Filter Based on Order Created Date Range","disabled":true},{"key":"updated_to","value":"2024-03-28","description":"Filter Based on Order Updated Date Range","disabled":true},{"key":"updated_from","value":"2024-01-21","description":"Filter Based on Order Updated Date Range","disabled":true},{"key":"page","value":"1","description":"Pagination","disabled":true},{"key":"per_page","value":"100","description":"Pagination","disabled":true},{"key":"customer_id","value":null,"description":"Filter Based on Unique Customer ID","type":"text","disabled":true},{"key":"customer_name","value":null,"description":"Filter Based on Customer Name ","type":"text","disabled":true},{"key":"customer_email","value":null,"description":"Filter Based on Customer Email","type":"text","disabled":true},{"key":"order_items","value":null,"description":"Shows a list of items/SKUs ordered in this order.","type":"text","disabled":true}],"variable":[{"key":"order_id","value":"69bb97dcfafcde472db01bef"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 06 Feb 2025 10:12:46 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"6475673a-67e8-4215-bfd8-de2a7e24f661"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"90da5d1a484e8027-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"id\": \"69bb97dcfafcde472db01bef\",\n        \"order_id\": \"12345657898754defrgtaswe\",\n        \"order_alias\": \"order_omniful-alias\",\n        \"omniful_order_id\": \"69bb97dcfafcde472db01bef\",\n        \"status_code\": \"new_order\",\n        \"display_status\": \"New Order\",\n        \"hub_code\": \"console\",\n        \"store_name\": \"Store 1\",\n        \"source\": \"Sales Channel\",\n        \"order_items\": [\n            {\n                \"item_id\": \"\",\n                \"sales_channel_order_item_id\": \"6302592\",\n                \"sku_code\": \"6302592\",\n                \"hs_code\": \"\",\n                \"sku_id\": \"\",\n                \"display_price\": 799,\n                \"selling_price\": 699,\n                \"is_substituted\": false,\n                \"substitute_seller_sku_codes\": null,\n                \"serialised_sku_codes\": null,\n                \"item_barcodes\": null,\n                \"quantity\": 8,\n                \"picked_quantity\": 0,\n                \"packed_quantity\": 0,\n                \"tax_percent\": 10,\n                \"tax\": 69.9,\n                \"unit_price\": 699,\n                \"subtotal\": 0,\n                \"total\": 768.9,\n                \"discount\": 100,\n                \"tax_inclusive\": true\n            }\n        ],\n        \"total\": 8,\n        \"billing_address\": {\n            \"address1\": \"123 Al-Masjid Al-Haram Street\",\n            \"address2\": \"Near Al-Faisaliah Tower\",\n            \"city\": \"Riyadh\",\n            \"country\": \"Saudi Arabia\",\n            \"first_name\": \"John\",\n            \"last_name\": \"Doe\",\n            \"phone\": \"+966-112345678\",\n            \"state\": \"Riyadh\",\n            \"zip\": \"11564\",\n            \"state_code\": \"RIY\",\n            \"country_code\": \"SA\",\n            \"latitude\": 24.7136,\n            \"longitude\": 46.6753,\n            \"country_calling_code\": \"\",\n            \"national_address_code\": \"213\"\n        },\n        \"shipping_address\": {\n            \"address1\": \"456 King Abdulaziz Road\",\n            \"address2\": \"Near Kingdom Centre\",\n            \"city\": \"Jeddah\",\n            \"country\": \"Saudi Arabia\",\n            \"first_name\": \"Jane\",\n            \"last_name\": \"Smith\",\n            \"phone\": \"+966-12-345-6789\",\n            \"state\": \"Makkah\",\n            \"zip\": \"21577\",\n            \"state_code\": \"\",\n            \"country_code\": \"SA\",\n            \"latitude\": 21.4225,\n            \"longitude\": 39.8262,\n            \"country_calling_code\": \"\",\n            \"national_address_code\": \"213\"\n        },\n        \"slot\": {\n            \"delivery_date\": \"18122024\",\n            \"start_time\": 1100,\n            \"end_time\": 1500\n        },\n        \"order_created_at\": \"2026-03-19T06:29:48.479Z\",\n        \"invoice\": {\n            \"currency\": \"USD\",\n            \"subtotal\": 699,\n            \"shipping_price\": 0,\n            \"shipping_refund\": 0,\n            \"tax\": 69.9,\n            \"discount\": 100,\n            \"total\": 768.9,\n            \"total_paid\": 768.9,\n            \"total_due\": 0,\n            \"payment_mode\": \"Tabby\",\n            \"tax_percent\": 10,\n            \"shipping_tax\": 0,\n            \"sub_total_tax_inclusive\": true,\n            \"sub_total_discount_inclusive\": true,\n            \"shipping_tax_inclusive\": false,\n            \"shipping_discount_inclusive\": false,\n            \"additional_charges\": [\n                {\n                    \"type\": \"shipment_fee\",\n                    \"value\": 0,\n                    \"cost\": 0,\n                    \"cost_without_tax\": 0,\n                    \"tax_amount\": 0,\n                    \"tax_inclusive\": false,\n                    \"tax_percentage\": 0,\n                    \"is_applied\": false\n                }\n            ],\n            \"attachments\": [\n                {\n                    \"name\": \"\",\n                    \"description\": \"\",\n                    \"mime_type\": \"\",\n                    \"url\": \"https://example.com/profile1.jpg\",\n                    \"type\": \"\"\n                },\n                {\n                    \"name\": \"\",\n                    \"description\": \"\",\n                    \"mime_type\": \"\",\n                    \"url\": \"https://example.com/report.pdf\",\n                    \"type\": \"\"\n                },\n                {\n                    \"name\": \"\",\n                    \"description\": \"\",\n                    \"mime_type\": \"\",\n                    \"url\": \"https://example.com/screenshot.png\",\n                    \"type\": \"\"\n                }\n            ],\n            \"refunded_amounts\": [],\n            \"total_refunded\": 0\n        },\n        \"customer\": {\n            \"first_name\": \"John\",\n            \"last_name\": \"Doe\",\n            \"mobile\": \"1234567890\",\n            \"mobile_code\": \"+1\",\n            \"country_code\": \"SA\",\n            \"email\": \"john.doe@example.com\",\n            \"gender\": \"male\",\n            \"country\": \"Saudi Arabia\",\n            \"country_calling_code\": \"+1\"\n        },\n        \"shipment\": {\n            \"delivery_status\": \"\",\n            \"cod_amount\": 0\n        },\n        \"payment_method\": \"Prepaid\",\n        \"shipment_type\": \"omniful_generated\",\n        \"type\": \"\",\n        \"driver_details\": {},\n        \"labels\": [\n            \"label1\",\n            \"label2\",\n            \"label3\"\n        ],\n        \"expected_delivery_epoch\": 0,\n        \"external_fields\": [],\n        \"cancel_order_after_seconds\": 0,\n        \"sales_channel\": {\n            \"tag\": \"custom\",\n            \"name\": \"Custom\",\n            \"category\": \"SalesChannel\",\n            \"logo_url\": \"https://staging-omniful-uploads.s3.me-south-1.amazonaws.com/sales-channel-logo/API.svg\"\n        }\n    },\n    \"meta\": null\n}"}],"_postman_id":"1bd9ee3e-d292-40c8-b141-f80a67a5da77"},{"name":"Get Orders","event":[{"listen":"test","script":{"id":"c781de08-cd73-4c28-ac1d-ac9f40534e7c","exec":["pm.test(\"Response status code is 200\", function () {","    pm.expect(pm.response.code).to.equal(200);","});","","","pm.test(\"is_success field should be true\", function () {","  const responseData = pm.response.json();","  ","  pm.expect(responseData.is_success).to.be.true;","});","","","pm.test(\"Status code should be 0\", function () {","    const responseData = pm.response.json();","","    pm.expect(responseData.status_code).to.equal(0);","});","","","pm.test(\"Data array is present in the response\", function () {","    const responseData = pm.response.json();","    ","    pm.expect(responseData.data).to.exist;","});","","","pm.test(\"Meta field should be null\", function () {","    const responseData = pm.response.json();","    ","    pm.expect(responseData.meta).to.be.null;","});"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"d1177b2e-7f7b-4a9d-a60b-53395471cc19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/orders","description":"<h3 id=\"⚠️-important-notice\">⚠️ <strong>Important Notice</strong></h3>\n<p>The following fields will be deprecated from our Custom Integration APIs starting <strong>30th September 2025 11:59 PM UTC</strong> :<br />• The “<strong>order_items</strong>” field in the Get Seller Orders API response when using the query parameter include=order_items.<br />We recommend you review and update your custom integrations to ensure they're compatible with these changes.</p>\n<hr />\n<h3 id=\"📌-get-orders-api---overview\">📌 <strong>Get Orders API - Overview</strong></h3>\n<p>The <strong>Get Orders API</strong> allows users to retrieve a list of all orders created for a seller through the Custom Integration Sales Channel. This API provides order details, including order status, customer information, billing and shipping addresses, invoice details, and payment method.</p>\n<hr />\n<h3 id=\"response-body-parameters\"><strong>Response Body Parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Always Included</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>is_success</strong></td>\n<td>boolean</td>\n<td>Indicates if the request was successful.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>status_code</strong></td>\n<td>number</td>\n<td>HTTP status code of the response.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data</strong></td>\n<td>array</td>\n<td>Array of order objects.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].order_id</strong></td>\n<td>string</td>\n<td>Unique identifier for the order.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].order_alias</strong></td>\n<td>string</td>\n<td>Alternative reference for the order.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].omniful_order_id</strong></td>\n<td>string</td>\n<td>Internal system order identifier.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].status_code</strong></td>\n<td>string</td>\n<td>Current order status code.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].display_status</strong></td>\n<td>string</td>\n<td>Human-readable order status.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].hub_code</strong></td>\n<td>string</td>\n<td>Fulfillment center identifier.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].total</strong></td>\n<td>number</td>\n<td>Total number of items in order.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].billing_address</strong></td>\n<td>object</td>\n<td>Billing address details.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].billing_address.address1</strong></td>\n<td>string</td>\n<td>Primary billing address line.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].billing_address.address2</strong></td>\n<td>string</td>\n<td>Secondary billing address line.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>data[].billing_address.city</strong></td>\n<td>string</td>\n<td>Billing city.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].billing_address.country</strong></td>\n<td>string</td>\n<td>Billing country.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].billing_address.first_name</strong></td>\n<td>string</td>\n<td>Billing contact first name.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].billing_address.last_name</strong></td>\n<td>string</td>\n<td>Billing contact last name.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].billing_address.phone</strong></td>\n<td>string</td>\n<td>Billing contact phone.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].billing_address.state</strong></td>\n<td>string</td>\n<td>Billing state/province.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].billing_address.zip</strong></td>\n<td>string</td>\n<td>Billing postal code.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].billing_address.state_code</strong></td>\n<td>string</td>\n<td>Billing state code.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].billing_address.country_code</strong></td>\n<td>string</td>\n<td>Two-letter country code.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].billing_address.latitude</strong></td>\n<td>number</td>\n<td>Billing location latitude.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>data[].billing_address.longitude</strong></td>\n<td>number</td>\n<td>Billing location longitude.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>data[].billing_address.national_address_code</strong></td>\n<td>string</td>\n<td>Billing location national address code.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>data[].shipping_address</strong></td>\n<td>object</td>\n<td>Delivery address details.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].shipping_address.address1</strong></td>\n<td>string</td>\n<td>Primary shipping address line.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].shipping_address.address2</strong></td>\n<td>string</td>\n<td>Secondary shipping address line.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>data[].shipping_address.city</strong></td>\n<td>string</td>\n<td>Shipping city.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].shipping_address.country</strong></td>\n<td>string</td>\n<td>Shipping country.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].shipping_address.first_name</strong></td>\n<td>string</td>\n<td>Recipient's first name.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].shipping_address.last_name</strong></td>\n<td>string</td>\n<td>Recipient's last name.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].shipping_address.phone</strong></td>\n<td>string</td>\n<td>Recipient's phone number.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].shipping_address.state</strong></td>\n<td>string</td>\n<td>Shipping state/province.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].shipping_address.zip</strong></td>\n<td>string</td>\n<td>Shipping postal code.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].shipping_address.state_code</strong></td>\n<td>string</td>\n<td>Shipping state code.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].shipping_address.country_code</strong></td>\n<td>string</td>\n<td>Two-letter country code.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].shipping_address.latitude</strong></td>\n<td>number</td>\n<td>Delivery location latitude.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>data[].shipping_address.longitude</strong></td>\n<td>number</td>\n<td>Delivery location longitude.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>data[].shipping_address.national_address_code</strong></td>\n<td>string</td>\n<td>Shipping location national address code.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>data[].slot</strong></td>\n<td>object</td>\n<td>Delivery time slot information.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].slot.delivery_date</strong></td>\n<td>string</td>\n<td>Scheduled delivery date (DDMMYYYY format).</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].slot.start_time</strong></td>\n<td>number</td>\n<td>Delivery window start time (24-hour format).</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].slot.end_time</strong></td>\n<td>number</td>\n<td>Delivery window end time (24-hour format).</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].order_created_at</strong></td>\n<td>string</td>\n<td>Order creation timestamp (ISO format).</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].invoice</strong></td>\n<td>object</td>\n<td>Invoice and payment details.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].invoice.currency</strong></td>\n<td>string</td>\n<td>Three-letter currency code.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].invoice.subtotal</strong></td>\n<td>number</td>\n<td>Order subtotal before adjustments.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].invoice.shipping_price</strong></td>\n<td>number</td>\n<td>Shipping cost.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].invoice.shipping_refund</strong></td>\n<td>number</td>\n<td>Shipping refund amount.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].invoice.tax</strong></td>\n<td>number</td>\n<td>Total tax amount.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].invoice.discount</strong></td>\n<td>number</td>\n<td>Total discount amount.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].invoice.total</strong></td>\n<td>number</td>\n<td>Final order total.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].invoice.total_paid</strong></td>\n<td>number</td>\n<td>Amount paid.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].invoice.total_due</strong></td>\n<td>number</td>\n<td>Remaining balance.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].invoice.tax_percent</strong></td>\n<td>number</td>\n<td>Overall tax rate.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].invoice.shipping_tax</strong></td>\n<td>number</td>\n<td>Tax on shipping.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].invoice.sub_total_tax_inclusive</strong></td>\n<td>boolean</td>\n<td>If subtotal includes tax.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].invoice.sub_total_discount_inclusive</strong></td>\n<td>boolean</td>\n<td>If subtotal includes discounts.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].invoice.shipping_tax_inclusive</strong></td>\n<td>boolean</td>\n<td>If shipping includes tax.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].invoice.shipping_discount_inclusive</strong></td>\n<td>boolean</td>\n<td>If shipping includes discounts.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].invoice.additional_charges</strong></td>\n<td>array</td>\n<td>List of additional charges.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].invoice.attachments</strong></td>\n<td>array</td>\n<td>List of invoice-related documents.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].invoice.attachments[].url</strong></td>\n<td>string</td>\n<td>Document URL.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].invoice.attachments[].type</strong></td>\n<td>string</td>\n<td>Document type identifier.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].customer</strong></td>\n<td>object</td>\n<td>Customer information.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].customer.first_name</strong></td>\n<td>string</td>\n<td>Customer's first name.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].customer.last_name</strong></td>\n<td>string</td>\n<td>Customer's last name.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].customer.mobile</strong></td>\n<td>string</td>\n<td>Customer's phone number.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].customer.mobile_code</strong></td>\n<td>string</td>\n<td>Customer's country calling code.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].customer.email</strong></td>\n<td>string</td>\n<td>Customer's email address.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].customer.avatar</strong></td>\n<td>string</td>\n<td>URL to customer's profile picture.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>data[].customer.gender</strong></td>\n<td>string</td>\n<td>Customer's gender.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>data[].shipment</strong></td>\n<td>object</td>\n<td>Shipping information.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].shipment.delivery_status</strong></td>\n<td>string</td>\n<td>Current delivery status.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].payment_method</strong></td>\n<td>string</td>\n<td>Payment method used.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].shipment_type</strong></td>\n<td>string</td>\n<td>Type of shipment.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].driver_details</strong></td>\n<td>object</td>\n<td>Delivery driver information.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>data[].labels</strong></td>\n<td>array</td>\n<td>List of order labels/tags.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>data[].expected_delivery_epoch</strong></td>\n<td>number</td>\n<td>Expected delivery timestamp.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].external_fields</strong></td>\n<td>array</td>\n<td>Additional reference fields.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>data[].external_fields[].key</strong></td>\n<td>string</td>\n<td>External reference field name.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].external_fields[].value</strong></td>\n<td>string</td>\n<td>External reference field value.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].cancel_order_after_seconds</strong></td>\n<td>number</td>\n<td>Auto-cancellation time.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data[].sales_channel</strong></td>\n<td>object</td>\n<td>Details about the sales channel from which the order originated.</td>\n<td>:white_check_mark: Yes</td>\n</tr>\n<tr>\n<td><strong>data[].sales_channel.tag</strong></td>\n<td>string</td>\n<td>Identifier tag for the sales channel (e.g., <code>custom</code>).</td>\n<td>:white_check_mark: Yes</td>\n</tr>\n<tr>\n<td><strong>data[].sales_channel.name</strong></td>\n<td>string</td>\n<td>Display name of the sales channel.</td>\n<td>:white_check_mark: Yes</td>\n</tr>\n<tr>\n<td><strong>data[].sales_channel.category</strong></td>\n<td>string</td>\n<td>Category/type of the sales channel (e.g., <code>SalesChannel</code>).</td>\n<td>:white_check_mark: Yes</td>\n</tr>\n<tr>\n<td><strong>data[].sales_channel.logo_url</strong></td>\n<td>string</td>\n<td>URL of the sales channel logo.</td>\n<td>:white_check_mark: Yes</td>\n</tr>\n<tr>\n<td><strong>meta</strong></td>\n<td>object</td>\n<td>Pagination metadata.</td>\n<td>❌ No</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"important-notes\"><strong>Important Notes:</strong></h3>\n<h4 id=\"response-structure\"><strong>Response Structure</strong></h4>\n<ul>\n<li><p>The response contains an array of orders in <strong>data</strong>.</p>\n</li>\n<li><p>Each order follows the same structure.</p>\n</li>\n<li><p>Pagination details are provided in the <strong>meta</strong> object.</p>\n</li>\n</ul>\n<h4 id=\"pagination\"><strong>Pagination</strong></h4>\n<ul>\n<li><p>Default page size is 20 items.</p>\n</li>\n<li><p>Pages start from 1.</p>\n</li>\n<li><p>Total count and last page are always included.</p>\n</li>\n<li><p>Use query parameters for page navigation.</p>\n</li>\n</ul>\n<h4 id=\"query-parameters\"><strong>Query Parameters</strong></h4>\n<ul>\n<li><p><strong>page</strong>: Page number (default: 1).</p>\n</li>\n<li><p><strong>per_page</strong>: Results per page (default: 20, max: 100).</p>\n</li>\n</ul>\n<h4 id=\"status-codes\"><strong>Status Codes</strong></h4>\n<ul>\n<li><p><strong>200</strong>: Successful request.</p>\n</li>\n<li><p><strong>400</strong>: Invalid parameters.</p>\n</li>\n<li><p><strong>401</strong>: Unauthorized.</p>\n</li>\n<li><p><strong>403</strong>: Forbidden.</p>\n</li>\n</ul>\n<hr />\n<h3 id=\"list-of-order-statuses-in-omniful\"><strong>List Of Order Statuses in Omniful:</strong></h3>\n<ul>\n<li><p>new_order</p>\n</li>\n<li><p>pending</p>\n</li>\n<li><p>on_hold</p>\n</li>\n<li><p>hub_assigned</p>\n</li>\n<li><p>in_picking</p>\n</li>\n<li><p>picked</p>\n</li>\n<li><p>consolidated</p>\n</li>\n<li><p>ready_to_pack</p>\n</li>\n<li><p>in_packing</p>\n</li>\n<li><p>ready_to_ship</p>\n</li>\n<li><p>shipped</p>\n</li>\n<li><p>packed</p>\n</li>\n<li><p>cancelled</p>\n</li>\n<li><p>delivered</p>\n</li>\n</ul>\n<hr />\n<h3 id=\"important-points-to-consider\"><strong>Important Points to Consider</strong></h3>\n<ul>\n<li><p>Order items will not be included in the <strong>Get Orders API</strong> response.</p>\n</li>\n<li><p>To retrieve order items, use the <strong>Get Order By OrderID API</strong> instead.</p>\n</li>\n</ul>\n<hr />\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"path":["sales-channel","public","v1","orders"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p>Filter based on Order ID</p>\n","type":"text/plain"},"key":"order_id","value":"order_0008"},{"disabled":true,"description":{"content":"<p>Filter based on Order Status</p>\n","type":"text/plain"},"key":"status","value":"in_packing"},{"disabled":true,"description":{"content":"<p>Filter based on Type of order (B2B/B2C)</p>\n","type":"text/plain"},"key":"types","value":"b2b"},{"disabled":true,"description":{"content":"<p>Pagination </p>\n","type":"text/plain"},"key":"page","value":"1"},{"disabled":true,"description":{"content":"<p>Pagination</p>\n","type":"text/plain"},"key":"per_page","value":"20"},{"disabled":true,"description":{"content":"<p>Unique Identifier for Customer</p>\n","type":"text/plain"},"key":"customer_id","value":"677cb5f65ec53bfcd30afceb"},{"disabled":true,"description":{"content":"<p>Filter based on customer name</p>\n","type":"text/plain"},"key":"customer_name","value":"John"},{"disabled":true,"description":{"content":"<p>Filter based on customer email</p>\n","type":"text/plain"},"key":"customer_email","value":"John@email.com"},{"disabled":true,"description":{"content":"<p>Filter based on omniful order id.</p>\n","type":"text/plain"},"key":"omniful_order_id","value":"6867bff01fc150b5fc2241bc"},{"disabled":true,"description":{"content":"<p>Filter based on SKU code</p>\n","type":"text/plain"},"key":"sku_code","value":"687686788"},{"disabled":true,"description":{"content":"<p>Filter Based on Order Created Date Range. Default value is (created_to - 90 days). Additionally, created_to - created_from should not exceed 90 days.</p>\n","type":"text/plain"},"key":"created_from","value":"2024-02-23"},{"disabled":true,"description":{"content":"<p>Filter Based on Order Created Date Range. Default value is today. Additionally, created_to - created_from should not exceed 90 days.</p>\n","type":"text/plain"},"key":"created_to","value":"2024-02-20"},{"disabled":true,"description":{"content":"<p>Filter Based on Order Updated Date Range</p>\n","type":"text/plain"},"key":"updated_to","value":"2024-03-28"},{"disabled":true,"description":{"content":"<p>Filter Based on Order Updated Date Range</p>\n","type":"text/plain"},"key":"updated_from","value":"2024-01-21"}],"variable":[]}},"response":[{"id":"a65d23d4-3cd3-4953-ad6b-0093d3bdd740","name":"Get Orders","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/sales-channel/public/v1/orders","host":["{{base_url}}"],"path":["sales-channel","public","v1","orders"],"query":[{"key":"order_id","value":"order_0008","description":"Filter based on Order ID","type":"text","disabled":true},{"key":"status","value":"in_packing","description":"Filter based on Order Status","disabled":true},{"key":"types","value":"b2b","description":"Filter based on Type of order (B2B/B2C)","disabled":true},{"key":"include","value":"order_items","disabled":true},{"key":"page","value":"1","description":"Pagination ","disabled":true},{"key":"per_page","value":"20","description":"Pagination","type":"text","disabled":true},{"key":"customer_id","value":"677cb5f65ec53bfcd30afceb","description":"Unique Identifier for Customer","type":"text","disabled":true},{"key":"customer_name","value":"John","description":"Filter based on customer name","type":"text","disabled":true},{"key":"customer_email","value":"John@email.com","description":"Filter based on customer email","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 29 Jan 2025 06:47:39 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"d1bc4e41-3b2d-4f3e-8ed0-b30a5a1e096a"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"909745a35b5e0664-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": [\n        {\n            \"id\": \"69bb97dcfafcde472db01bef\",\n            \"order_id\": \"12345657898754defrgtaswe\",\n            \"order_alias\": \"order_omniful-alias\",\n            \"omniful_order_id\": \"69bb97dcfafcde472db01bef\",\n            \"status_code\": \"new_order\",\n            \"display_status\": \"New Order\",\n            \"hub_code\": \"console\",\n            \"store_name\": \"Store 1\",\n            \"source\": \"Sales Channel\",\n            \"total\": 8,\n            \"billing_address\": {\n                \"address1\": \"123 Al-Masjid Al-Haram Street\",\n                \"address2\": \"Near Al-Faisaliah Tower\",\n                \"city\": \"Riyadh\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"phone\": \"+966-112345678\",\n                \"state\": \"Riyadh\",\n                \"zip\": \"11564\",\n                \"state_code\": \"RIY\",\n                \"country_code\": \"SA\",\n                \"latitude\": 24.7136,\n                \"longitude\": 46.6753,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"213\"\n            },\n            \"shipping_address\": {\n                \"address1\": \"456 King Abdulaziz Road\",\n                \"address2\": \"Near Kingdom Centre\",\n                \"city\": \"Jeddah\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"Jane\",\n                \"last_name\": \"Smith\",\n                \"phone\": \"+966-12-345-6789\",\n                \"state\": \"Makkah\",\n                \"zip\": \"21577\",\n                \"state_code\": \"\",\n                \"country_code\": \"SA\",\n                \"latitude\": 21.4225,\n                \"longitude\": 39.8262,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"213\"\n            },\n            \"slot\": {\n                \"delivery_date\": \"18122024\",\n                \"start_time\": 1100,\n                \"end_time\": 1500\n            },\n            \"order_created_at\": \"2026-03-19T06:29:48.479Z\",\n            \"invoice\": {\n                \"currency\": \"USD\",\n                \"subtotal\": 699,\n                \"shipping_price\": 0,\n                \"shipping_refund\": 0,\n                \"tax\": 69.9,\n                \"discount\": 100,\n                \"total\": 768.9,\n                \"total_paid\": 768.9,\n                \"total_due\": 0,\n                \"payment_mode\": \"Tabby\",\n                \"tax_percent\": 10,\n                \"shipping_tax\": 0,\n                \"sub_total_tax_inclusive\": true,\n                \"sub_total_discount_inclusive\": true,\n                \"shipping_tax_inclusive\": false,\n                \"shipping_discount_inclusive\": false,\n                \"additional_charges\": [\n                    {\n                        \"type\": \"shipment_fee\",\n                        \"value\": 0,\n                        \"cost\": 0,\n                        \"cost_without_tax\": 0,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": false,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false\n                    }\n                ],\n                \"attachments\": [\n                    {\n                        \"name\": \"\",\n                        \"description\": \"\",\n                        \"mime_type\": \"\",\n                        \"url\": \"https://example.com/profile1.jpg\",\n                        \"type\": \"\"\n                    },\n                    {\n                        \"name\": \"\",\n                        \"description\": \"\",\n                        \"mime_type\": \"\",\n                        \"url\": \"https://example.com/report.pdf\",\n                        \"type\": \"\"\n                    },\n                    {\n                        \"name\": \"\",\n                        \"description\": \"\",\n                        \"mime_type\": \"\",\n                        \"url\": \"https://example.com/screenshot.png\",\n                        \"type\": \"\"\n                    }\n                ],\n                \"refunded_amounts\": [],\n                \"total_refunded\": 0\n            },\n            \"customer\": {\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"mobile\": \"1234567890\",\n                \"mobile_code\": \"+1\",\n                \"country_code\": \"SA\",\n                \"email\": \"john.doe@example.com\",\n                \"gender\": \"male\",\n                \"country\": \"Saudi Arabia\",\n                \"country_calling_code\": \"+1\"\n            },\n            \"shipment\": {\n                \"delivery_status\": \"\",\n                \"cod_amount\": 0\n            },\n            \"payment_method\": \"Prepaid\",\n            \"shipment_type\": \"omniful_generated\",\n            \"type\": \"\",\n            \"driver_details\": {},\n            \"labels\": [\n                \"label1\",\n                \"label2\",\n                \"label3\"\n            ],\n            \"expected_delivery_epoch\": 0,\n            \"external_fields\": [],\n            \"cancel_order_after_seconds\": 0,\n            \"sales_channel\": {\n                \"tag\": \"custom\",\n                \"name\": \"Custom\",\n                \"category\": \"SalesChannel\",\n                \"logo_url\": \"https://staging-omniful-uploads.s3.me-south-1.amazonaws.com/sales-channel-logo/API.svg\"\n            }\n        },\n        {\n            \"id\": \"69bb8f6c4d84599f5c84e6c6\",\n            \"order_id\": \"12345657898754defrgtas\",\n            \"order_alias\": \"order_omniful-alias\",\n            \"omniful_order_id\": \"69bb8f6c4d84599f5c84e6c6\",\n            \"status_code\": \"new_order\",\n            \"display_status\": \"New Order\",\n            \"hub_code\": \"console\",\n            \"store_name\": \"Store 1\",\n            \"source\": \"Sales Channel\",\n            \"total\": 8,\n            \"billing_address\": {\n                \"address1\": \"123 Al-Masjid Al-Haram Street\",\n                \"address2\": \"Near Al-Faisaliah Tower\",\n                \"city\": \"Riyadh\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"phone\": \"+966-112345678\",\n                \"state\": \"Riyadh\",\n                \"zip\": \"11564\",\n                \"state_code\": \"RIY\",\n                \"country_code\": \"SA\",\n                \"latitude\": 24.7136,\n                \"longitude\": 46.6753,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"213\"\n            },\n            \"shipping_address\": {\n                \"address1\": \"456 King Abdulaziz Road\",\n                \"address2\": \"Near Kingdom Centre\",\n                \"city\": \"Jeddah\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"Jane\",\n                \"last_name\": \"Smith\",\n                \"phone\": \"+966-12-345-6789\",\n                \"state\": \"Makkah\",\n                \"zip\": \"21577\",\n                \"state_code\": \"\",\n                \"country_code\": \"SA\",\n                \"latitude\": 21.4225,\n                \"longitude\": 39.8262,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"213\"\n            },\n            \"slot\": {\n                \"delivery_date\": \"18122024\",\n                \"start_time\": 1100,\n                \"end_time\": 1500\n            },\n            \"order_created_at\": \"2026-03-19T05:53:48.489Z\",\n            \"invoice\": {\n                \"currency\": \"USD\",\n                \"subtotal\": 699,\n                \"shipping_price\": 0,\n                \"shipping_refund\": 0,\n                \"tax\": 69.9,\n                \"discount\": 100,\n                \"total\": 768.9,\n                \"total_paid\": 768.9,\n                \"total_due\": 0,\n                \"payment_mode\": \"Tabby\",\n                \"tax_percent\": 10,\n                \"shipping_tax\": 0,\n                \"sub_total_tax_inclusive\": true,\n                \"sub_total_discount_inclusive\": true,\n                \"shipping_tax_inclusive\": false,\n                \"shipping_discount_inclusive\": false,\n                \"additional_charges\": [\n                    {\n                        \"type\": \"shipment_fee\",\n                        \"value\": 0,\n                        \"cost\": 0,\n                        \"cost_without_tax\": 0,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": false,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false\n                    }\n                ],\n                \"attachments\": [\n                    {\n                        \"name\": \"\",\n                        \"description\": \"\",\n                        \"mime_type\": \"\",\n                        \"url\": \"https://example.com/profile1.jpg\",\n                        \"type\": \"\"\n                    },\n                    {\n                        \"name\": \"\",\n                        \"description\": \"\",\n                        \"mime_type\": \"\",\n                        \"url\": \"https://example.com/report.pdf\",\n                        \"type\": \"\"\n                    },\n                    {\n                        \"name\": \"\",\n                        \"description\": \"\",\n                        \"mime_type\": \"\",\n                        \"url\": \"https://example.com/screenshot.png\",\n                        \"type\": \"\"\n                    }\n                ],\n                \"refunded_amounts\": [],\n                \"total_refunded\": 0\n            },\n            \"customer\": {\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"mobile\": \"1234567890\",\n                \"mobile_code\": \"+1\",\n                \"country_code\": \"SA\",\n                \"email\": \"john.doe@example.com\",\n                \"gender\": \"male\",\n                \"country\": \"Saudi Arabia\",\n                \"country_calling_code\": \"+1\"\n            },\n            \"shipment\": {\n                \"delivery_status\": \"\",\n                \"cod_amount\": 0\n            },\n            \"payment_method\": \"Prepaid\",\n            \"shipment_type\": \"omniful_generated\",\n            \"type\": \"\",\n            \"driver_details\": {},\n            \"labels\": [\n                \"label1\",\n                \"label2\",\n                \"label3\"\n            ],\n            \"expected_delivery_epoch\": 0,\n            \"external_fields\": [],\n            \"cancel_order_after_seconds\": 0,\n            \"sales_channel\": {\n                \"tag\": \"custom\",\n                \"name\": \"Custom\",\n                \"category\": \"SalesChannel\",\n                \"logo_url\": \"https://staging-omniful-uploads.s3.me-south-1.amazonaws.com/sales-channel-logo/API.svg\"\n            }\n        },\n        {\n            \"id\": \"69bab8bf6537a58b1f71ece5\",\n            \"order_id\": \"12345657898754defrgt\",\n            \"order_alias\": \"order_omniful-alias\",\n            \"omniful_order_id\": \"69bab8bf6537a58b1f71ece5\",\n            \"status_code\": \"new_order\",\n            \"display_status\": \"New Order\",\n            \"hub_code\": \"console\",\n            \"store_name\": \"Store 1\",\n            \"source\": \"Sales Channel\",\n            \"total\": 8,\n            \"billing_address\": {\n                \"address1\": \"123 Al-Masjid Al-Haram Street\",\n                \"address2\": \"Near Al-Faisaliah Tower\",\n                \"city\": \"Riyadh\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"phone\": \"+966-112345678\",\n                \"state\": \"Riyadh\",\n                \"zip\": \"11564\",\n                \"state_code\": \"RIY\",\n                \"country_code\": \"SA\",\n                \"latitude\": 24.7136,\n                \"longitude\": 46.6753,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"213\"\n            },\n            \"shipping_address\": {\n                \"address1\": \"456 King Abdulaziz Road\",\n                \"address2\": \"Near Kingdom Centre\",\n                \"city\": \"Jeddah\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"Jane\",\n                \"last_name\": \"Smith\",\n                \"phone\": \"+966-12-345-6789\",\n                \"state\": \"Makkah\",\n                \"zip\": \"21577\",\n                \"state_code\": \"\",\n                \"country_code\": \"SA\",\n                \"latitude\": 21.4225,\n                \"longitude\": 39.8262,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"213\"\n            },\n            \"slot\": {\n                \"delivery_date\": \"18122024\",\n                \"start_time\": 1100,\n                \"end_time\": 1500\n            },\n            \"order_created_at\": \"2026-03-18T14:37:51.234Z\",\n            \"invoice\": {\n                \"currency\": \"USD\",\n                \"subtotal\": 699,\n                \"shipping_price\": 0,\n                \"shipping_refund\": 0,\n                \"tax\": 69.9,\n                \"discount\": 100,\n                \"total\": 768.9,\n                \"total_paid\": 768.9,\n                \"total_due\": 0,\n                \"payment_mode\": \"Tabby\",\n                \"tax_percent\": 10,\n                \"shipping_tax\": 0,\n                \"sub_total_tax_inclusive\": true,\n                \"sub_total_discount_inclusive\": true,\n                \"shipping_tax_inclusive\": false,\n                \"shipping_discount_inclusive\": false,\n                \"additional_charges\": [\n                    {\n                        \"type\": \"shipment_fee\",\n                        \"value\": 0,\n                        \"cost\": 0,\n                        \"cost_without_tax\": 0,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": false,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false\n                    }\n                ],\n                \"attachments\": [\n                    {\n                        \"name\": \"\",\n                        \"description\": \"\",\n                        \"mime_type\": \"\",\n                        \"url\": \"https://example.com/profile1.jpg\",\n                        \"type\": \"\"\n                    },\n                    {\n                        \"name\": \"\",\n                        \"description\": \"\",\n                        \"mime_type\": \"\",\n                        \"url\": \"https://example.com/report.pdf\",\n                        \"type\": \"\"\n                    },\n                    {\n                        \"name\": \"\",\n                        \"description\": \"\",\n                        \"mime_type\": \"\",\n                        \"url\": \"https://example.com/screenshot.png\",\n                        \"type\": \"\"\n                    }\n                ],\n                \"refunded_amounts\": [],\n                \"total_refunded\": 0\n            },\n            \"customer\": {\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"mobile\": \"1234567890\",\n                \"mobile_code\": \"+1\",\n                \"country_code\": \"SA\",\n                \"email\": \"john.doe@example.com\",\n                \"gender\": \"male\",\n                \"country\": \"Saudi Arabia\",\n                \"country_calling_code\": \"+1\"\n            },\n            \"shipment\": {\n                \"delivery_status\": \"\",\n                \"cod_amount\": 0\n            },\n            \"payment_method\": \"Prepaid\",\n            \"shipment_type\": \"omniful_generated\",\n            \"type\": \"\",\n            \"driver_details\": {},\n            \"labels\": [\n                \"label1\",\n                \"label2\",\n                \"label3\"\n            ],\n            \"expected_delivery_epoch\": 0,\n            \"external_fields\": [],\n            \"cancel_order_after_seconds\": 0,\n            \"sales_channel\": {\n                \"tag\": \"custom\",\n                \"name\": \"Custom\",\n                \"category\": \"SalesChannel\",\n                \"logo_url\": \"https://staging-omniful-uploads.s3.me-south-1.amazonaws.com/sales-channel-logo/API.svg\"\n            }\n        },\n        {\n            \"id\": \"695cdc7c6f9b39749598f32e\",\n            \"order_id\": \"samosa12ede34567werf\",\n            \"order_alias\": \"order_omniful-alias\",\n            \"omniful_order_id\": \"695cdc7c6f9b39749598f32e\",\n            \"status_code\": \"new_order\",\n            \"display_status\": \"New Order\",\n            \"hub_code\": \"locoff\",\n            \"store_name\": \"Store 1\",\n            \"source\": \"Sales Channel\",\n            \"total\": 1,\n            \"billing_address\": {\n                \"address1\": \"123 Al-Masjid Al-Haram Street\",\n                \"address2\": \"Near Al-Faisaliah Tower\",\n                \"city\": \"Riyadh\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"phone\": \"+966-112345678\",\n                \"state\": \"Riyadh\",\n                \"zip\": \"11564\",\n                \"state_code\": \"RIY\",\n                \"country_code\": \"SA\",\n                \"latitude\": 24.7136,\n                \"longitude\": 46.6753,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"\"\n            },\n            \"shipping_address\": {\n                \"address1\": \"456 King Abdulaziz Road\",\n                \"address2\": \"Near Kingdom Centre\",\n                \"city\": \"Jeddah\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"Jane\",\n                \"last_name\": \"Smith\",\n                \"phone\": \"+966-12-345-6789\",\n                \"state\": \"Makkah\",\n                \"zip\": \"21577\",\n                \"state_code\": \"02\",\n                \"country_code\": \"SA\",\n                \"latitude\": 21.4225,\n                \"longitude\": 39.8262,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"\"\n            },\n            \"slot\": {\n                \"delivery_date\": \"18122024\",\n                \"start_time\": 1100,\n                \"end_time\": 1500\n            },\n            \"order_created_at\": \"2026-01-06T09:57:16.25Z\",\n            \"invoice\": {\n                \"currency\": \"USD\",\n                \"subtotal\": 699,\n                \"shipping_price\": 0,\n                \"shipping_refund\": 0,\n                \"tax\": 69.9,\n                \"discount\": 100,\n                \"total\": 768.9,\n                \"total_paid\": 768.9,\n                \"total_due\": 0,\n                \"payment_mode\": \"Tabby\",\n                \"tax_percent\": 10,\n                \"shipping_tax\": 0,\n                \"sub_total_tax_inclusive\": true,\n                \"sub_total_discount_inclusive\": true,\n                \"shipping_tax_inclusive\": false,\n                \"shipping_discount_inclusive\": false,\n                \"additional_charges\": [\n                    {\n                        \"type\": \"shipment_fee\",\n                        \"value\": 0,\n                        \"cost\": 0,\n                        \"cost_without_tax\": 0,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": false,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false\n                    }\n                ],\n                \"attachments\": [\n                    {\n                        \"name\": \"\",\n                        \"description\": \"\",\n                        \"mime_type\": \"\",\n                        \"url\": \"https://example.com/profile1.jpg\",\n                        \"type\": \"\"\n                    },\n                    {\n                        \"name\": \"\",\n                        \"description\": \"\",\n                        \"mime_type\": \"\",\n                        \"url\": \"https://example.com/report.pdf\",\n                        \"type\": \"\"\n                    },\n                    {\n                        \"name\": \"\",\n                        \"description\": \"\",\n                        \"mime_type\": \"\",\n                        \"url\": \"https://example.com/screenshot.png\",\n                        \"type\": \"\"\n                    }\n                ],\n                \"refunded_amounts\": [],\n                \"total_refunded\": 0\n            },\n            \"customer\": {\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"mobile\": \"1234567890\",\n                \"mobile_code\": \"+1\",\n                \"country_code\": \"SA\",\n                \"email\": \"john.doe@example.com\",\n                \"gender\": \"male\",\n                \"country\": \"Saudi Arabia\",\n                \"country_calling_code\": \"+1\"\n            },\n            \"shipment\": {\n                \"delivery_status\": \"\",\n                \"cod_amount\": 0\n            },\n            \"payment_method\": \"Prepaid\",\n            \"shipment_type\": \"omniful_generated\",\n            \"type\": \"\",\n            \"driver_details\": {},\n            \"labels\": [\n                \"label1\",\n                \"label2\",\n                \"label3\"\n            ],\n            \"expected_delivery_epoch\": 0,\n            \"external_fields\": [],\n            \"cancel_order_after_seconds\": 0,\n            \"sales_channel\": {\n                \"tag\": \"custom\",\n                \"name\": \"Custom\",\n                \"category\": \"SalesChannel\",\n                \"logo_url\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/sales-channel/API+logo+trial+1.svg\"\n            }\n        },\n        {\n            \"id\": \"6953a4d8eba70e411ae0b48b\",\n            \"order_id\": \"samosa1234567\",\n            \"order_alias\": \"\",\n            \"omniful_order_id\": \"6953a4d8eba70e411ae0b48b\",\n            \"status_code\": \"new_order\",\n            \"display_status\": \"New Order\",\n            \"hub_code\": \"locoff\",\n            \"store_name\": \"Store 1\",\n            \"source\": \"Sales Channel\",\n            \"total\": 2,\n            \"billing_address\": {\n                \"address1\": \"123 Main Street\",\n                \"address2\": \"\",\n                \"city\": \"New York\",\n                \"country\": \"United States\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"phone\": \"123-456-7890\",\n                \"state\": \"NY\",\n                \"zip\": \"10001\",\n                \"state_code\": \"NY\",\n                \"country_code\": \"US\",\n                \"latitude\": 40.7128,\n                \"longitude\": -74.006,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"code\"\n            },\n            \"shipping_address\": {\n                \"address1\": \"456 Elm Street\",\n                \"address2\": \"\",\n                \"city\": \"Los Angeles\",\n                \"country\": \"United States\",\n                \"first_name\": \"Jane\",\n                \"last_name\": \"Smith\",\n                \"phone\": \"987-654-3210\",\n                \"state\": \"CA\",\n                \"zip\": \"90001\",\n                \"state_code\": \"CA\",\n                \"country_code\": \"US\",\n                \"latitude\": 34.0522,\n                \"longitude\": -118.2437,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"code\"\n            },\n            \"slot\": {\n                \"delivery_date\": \"\",\n                \"start_time\": 0,\n                \"end_time\": 0\n            },\n            \"order_created_at\": \"2025-12-30T10:09:28.928Z\",\n            \"invoice\": {\n                \"currency\": \"USD\",\n                \"subtotal\": 1900,\n                \"shipping_price\": 200,\n                \"shipping_refund\": 0,\n                \"tax\": 69.9,\n                \"discount\": 200,\n                \"total\": 233.3,\n                \"total_paid\": 768.9,\n                \"total_due\": 0,\n                \"payment_mode\": \"Tabby\",\n                \"tax_percent\": 10,\n                \"shipping_tax\": 0,\n                \"sub_total_tax_inclusive\": false,\n                \"sub_total_discount_inclusive\": true,\n                \"shipping_tax_inclusive\": false,\n                \"shipping_discount_inclusive\": false,\n                \"additional_charges\": [\n                    {\n                        \"type\": \"shipment_fee\",\n                        \"value\": 200,\n                        \"cost\": 0,\n                        \"cost_without_tax\": 200,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": false,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false\n                    }\n                ],\n                \"attachments\": [],\n                \"refunded_amounts\": [],\n                \"total_refunded\": 0\n            },\n            \"customer\": {\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"mobile\": \"1234567890\",\n                \"mobile_code\": \"+1\",\n                \"country_code\": \"US\",\n                \"email\": \"john.doe@example.com\",\n                \"gender\": \"male\",\n                \"country\": \"United States\",\n                \"country_calling_code\": \"+1\"\n            },\n            \"shipment\": {\n                \"delivery_status\": \"\",\n                \"cod_amount\": 0\n            },\n            \"shipment_type\": \"omniful_generated\",\n            \"type\": \"\",\n            \"driver_details\": {},\n            \"expected_delivery_epoch\": 0,\n            \"external_fields\": [],\n            \"cancel_order_after_seconds\": 0,\n            \"sales_channel\": {\n                \"tag\": \"custom\",\n                \"name\": \"Custom\",\n                \"category\": \"SalesChannel\",\n                \"logo_url\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/sales-channel/API+logo+trial+1.svg\"\n            }\n        },\n        {\n            \"id\": \"6953a0f2eba70e411ae0b3f5\",\n            \"order_id\": \"samosa123456\",\n            \"order_alias\": \"\",\n            \"omniful_order_id\": \"6953a0f2eba70e411ae0b3f5\",\n            \"status_code\": \"new_order\",\n            \"display_status\": \"New Order\",\n            \"hub_code\": \"locoff\",\n            \"store_name\": \"Store 1\",\n            \"source\": \"Sales Channel\",\n            \"total\": 2,\n            \"billing_address\": {\n                \"address1\": \"123 Main Street\",\n                \"address2\": \"\",\n                \"city\": \"New York\",\n                \"country\": \"United States\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"phone\": \"123-456-7890\",\n                \"state\": \"NY\",\n                \"zip\": \"10001\",\n                \"state_code\": \"NY\",\n                \"country_code\": \"US\",\n                \"latitude\": 40.7128,\n                \"longitude\": -74.006,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"code\"\n            },\n            \"shipping_address\": {\n                \"address1\": \"456 Elm Street\",\n                \"address2\": \"\",\n                \"city\": \"Los Angeles\",\n                \"country\": \"United States\",\n                \"first_name\": \"Jane\",\n                \"last_name\": \"Smith\",\n                \"phone\": \"987-654-3210\",\n                \"state\": \"CA\",\n                \"zip\": \"90001\",\n                \"state_code\": \"CA\",\n                \"country_code\": \"US\",\n                \"latitude\": 34.0522,\n                \"longitude\": -118.2437,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"code\"\n            },\n            \"slot\": {\n                \"delivery_date\": \"\",\n                \"start_time\": 0,\n                \"end_time\": 0\n            },\n            \"order_created_at\": \"2025-12-30T09:52:49.975Z\",\n            \"invoice\": {\n                \"currency\": \"USD\",\n                \"subtotal\": 1900,\n                \"shipping_price\": 200,\n                \"shipping_refund\": 0,\n                \"tax\": 69.9,\n                \"discount\": 200,\n                \"total\": 233.3,\n                \"total_paid\": 768.9,\n                \"total_due\": 0,\n                \"payment_mode\": \"Tabby\",\n                \"tax_percent\": 10,\n                \"shipping_tax\": 0,\n                \"sub_total_tax_inclusive\": false,\n                \"sub_total_discount_inclusive\": true,\n                \"shipping_tax_inclusive\": false,\n                \"shipping_discount_inclusive\": false,\n                \"additional_charges\": [\n                    {\n                        \"type\": \"shipment_fee\",\n                        \"value\": 200,\n                        \"cost\": 0,\n                        \"cost_without_tax\": 200,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": false,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false\n                    }\n                ],\n                \"attachments\": [],\n                \"refunded_amounts\": [],\n                \"total_refunded\": 0\n            },\n            \"customer\": {\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"mobile\": \"1234567890\",\n                \"mobile_code\": \"+1\",\n                \"country_code\": \"US\",\n                \"email\": \"john.doe@example.com\",\n                \"gender\": \"male\",\n                \"country\": \"United States\",\n                \"country_calling_code\": \"+1\"\n            },\n            \"shipment\": {\n                \"delivery_status\": \"\",\n                \"cod_amount\": 0\n            },\n            \"shipment_type\": \"omniful_generated\",\n            \"type\": \"\",\n            \"driver_details\": {},\n            \"expected_delivery_epoch\": 0,\n            \"external_fields\": [],\n            \"cancel_order_after_seconds\": 0,\n            \"sales_channel\": {\n                \"tag\": \"custom\",\n                \"name\": \"Custom\",\n                \"category\": \"SalesChannel\",\n                \"logo_url\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/sales-channel/API+logo+trial+1.svg\"\n            }\n        }\n    ],\n    \"meta\": {\n        \"current_page\": 1,\n        \"last_page\": 1,\n        \"per_page\": 20,\n        \"total\": 6\n    }\n}"}],"_postman_id":"d1177b2e-7f7b-4a9d-a60b-53395471cc19"},{"name":"Get Order By OrderID","event":[{"listen":"test","script":{"id":"cc6aab51-b78d-4015-aaab-ff5cfa35dee5","exec":["pm.test(\"Response status code is 200\", function () {","    pm.expect(pm.response.code).to.equal(200);","});","","","pm.test(\"is_success field should be true\", function () {","  const responseData = pm.response.json();","  ","  pm.expect(responseData.is_success).to.be.true;","});","","","pm.test(\"Status code should be 0\", function () {","    const responseData = pm.response.json();","","    pm.expect(responseData.status_code).to.equal(0);","});","","","pm.test(\"Data array is present in the response\", function () {","    const responseData = pm.response.json();","    ","    pm.expect(responseData.data).to.exist;","});","","","pm.test(\"Meta field should be null\", function () {","    const responseData = pm.response.json();","    ","    pm.expect(responseData.meta).to.be.null;","});"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"47e3bb14-05a4-4142-ab64-015fbf430282","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{base_url}}/sales-channel/public/v1/orders/:order_id","description":"<h3 id=\"⚠️-important-notice\">⚠️ <strong>Important Notice</strong></h3>\n<p>The following fields will be deprecated from our Custom Integration APIs starting <strong>30th September 2025 11:59 PM UTC</strong> :<br />• The “<strong>order_items</strong>” field in the Get Seller Orders API response when using the query parameter include=order_items.<br />We recommend you review and update your custom integrations to ensure they're compatible with these changes.</p>\n<hr />\n<h3 id=\"📌-get-order-by-order-id-api---overview\">📌 <strong>Get Order by Order ID API - Overview</strong></h3>\n<p>The <strong>Get Order by Order ID API</strong> allows users to fetch detailed information about a specific order using the order ID provided in the path parameters. This API is useful when you need to retrieve a single order along with its associated order items, making it easier to track individual products and their details.</p>\n<hr />\n<h3 id=\"📝-response-body-parameters\">📝 <strong>Response Body Parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Always Included</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>is_success</strong></td>\n<td>boolean</td>\n<td>Indicates if the request was successful.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>status_code</strong></td>\n<td>number</td>\n<td>HTTP status code of the response.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data</strong></td>\n<td>object</td>\n<td>Contains the main order information.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.order_id</strong></td>\n<td>string</td>\n<td>Unique identifier for the order.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.order_alias</strong></td>\n<td>string</td>\n<td>Alternative reference for the order.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.omniful_order_id</strong></td>\n<td>string</td>\n<td>Internal system order identifier.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.status_code</strong></td>\n<td>string</td>\n<td>Current order status code.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.display_status</strong></td>\n<td>string</td>\n<td>Human-readable order status.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.order_items</strong></td>\n<td>array</td>\n<td>List of items in the order.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.order_items.sku_code</strong></td>\n<td>string</td>\n<td>Product SKU identifier.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.order_items.hs_code</strong></td>\n<td>string</td>\n<td>Harmonized System code for international shipping.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>data.order_items.sku_id</strong></td>\n<td>string</td>\n<td>Internal SKU identifier.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>data.order_items.display_price</strong></td>\n<td>number</td>\n<td>Original advertised price.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.order_items.selling_price</strong></td>\n<td>number</td>\n<td>Actual selling price after discounts.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.order_items.is_substituted</strong></td>\n<td>boolean</td>\n<td>Whether the item was substituted.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.order_items.substitute_seller_sku_codes</strong></td>\n<td>array</td>\n<td>List of acceptable substitute SKUs.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>data.order_items.serialised_sku_codes</strong></td>\n<td>array</td>\n<td>List of serial numbers for the item.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>data.order_items.item_barcodes</strong></td>\n<td>array</td>\n<td>List of item barcodes.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>data.order_items.quantity</strong></td>\n<td>number</td>\n<td>Ordered quantity.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.order_items.picked_quantity</strong></td>\n<td>number</td>\n<td>Quantity picked for fulfillment.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.order_items.packed_quantity</strong></td>\n<td>number</td>\n<td>Quantity packed for shipping.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.order_items.tax_percent</strong></td>\n<td>number</td>\n<td>Tax rate percentage.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.order_items.tax</strong></td>\n<td>number</td>\n<td>Calculated tax amount.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.order_items.unit_price</strong></td>\n<td>number</td>\n<td>Price per unit.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.order_items.subtotal</strong></td>\n<td>number</td>\n<td>Total before tax and discounts.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.order_items.total</strong></td>\n<td>number</td>\n<td>Final total including tax and discounts.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.order_items.discount</strong></td>\n<td>number</td>\n<td>Discount amount applied.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.order_items.tax_inclusive</strong></td>\n<td>boolean</td>\n<td>Whether price includes tax.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.total</strong></td>\n<td>number</td>\n<td>Total number of items in the order.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.billing_address</strong></td>\n<td>object</td>\n<td>Billing address details.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.billing_address.address1</strong></td>\n<td>string</td>\n<td>Primary billing address line.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.billing_address.address2</strong></td>\n<td>string</td>\n<td>Secondary billing address line.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>data.billing_address.city</strong></td>\n<td>string</td>\n<td>Billing city.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.billing_address.country</strong></td>\n<td>string</td>\n<td>Billing country.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.billing_address.first_name</strong></td>\n<td>string</td>\n<td>Billing contact first name.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.billing_address.last_name</strong></td>\n<td>string</td>\n<td>Billing contact last name.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.billing_address.phone</strong></td>\n<td>string</td>\n<td>Billing contact phone.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.billing_address.state</strong></td>\n<td>string</td>\n<td>Billing state/province.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.billing_address.zip</strong></td>\n<td>string</td>\n<td>Billing postal code.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.billing_address.state_code</strong></td>\n<td>string</td>\n<td>Billing state code.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.billing_address.country_code</strong></td>\n<td>string</td>\n<td>Two-letter country code.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.billing_address.latitude</strong></td>\n<td>number</td>\n<td>Billing location latitude.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>data.billing_address.longitude</strong></td>\n<td>number</td>\n<td>Billing location longitude.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>data.billing_address.country_calling_code</strong></td>\n<td>string</td>\n<td>Country dialing code.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>data.billing_address.national_address_code</strong></td>\n<td>string</td>\n<td>Billing location national address code.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>data.shipping_address</strong></td>\n<td>object</td>\n<td>Delivery address details.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.shipping_address.address1</strong></td>\n<td>string</td>\n<td>Primary shipping address line.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.shipping_address.address2</strong></td>\n<td>string</td>\n<td>Secondary shipping address line.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>data.shipping_address.city</strong></td>\n<td>string</td>\n<td>Shipping city.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.shipping_address.country</strong></td>\n<td>string</td>\n<td>Shipping country.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.shipping_address.first_name</strong></td>\n<td>string</td>\n<td>Recipient's first name.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.shipping_address.last_name</strong></td>\n<td>string</td>\n<td>Recipient's last name.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.shipping_address.phone</strong></td>\n<td>string</td>\n<td>Recipient's phone number.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.shipping_address.state</strong></td>\n<td>string</td>\n<td>Shipping state/province.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.shipping_address.zip</strong></td>\n<td>string</td>\n<td>Shipping postal code.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.shipping_address.state_code</strong></td>\n<td>string</td>\n<td>Shipping state code.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.shipping_address.country_code</strong></td>\n<td>string</td>\n<td>Two-letter country code.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.shipping_address.latitude</strong></td>\n<td>number</td>\n<td>Delivery location latitude.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>data.shipping_address.longitude</strong></td>\n<td>number</td>\n<td>Delivery location longitude.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>data.shipping_address.country_calling_code</strong></td>\n<td>string</td>\n<td>Country dialing code.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>data.shipping_address.national_address_code</strong></td>\n<td>string</td>\n<td>Shipping location national address code.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>data.slot</strong></td>\n<td>object</td>\n<td>Delivery time slot information.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.slot.delivery_date</strong></td>\n<td>string</td>\n<td>Scheduled delivery date (DDMMYYYY format).</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.slot.start_time</strong></td>\n<td>number</td>\n<td>Delivery window start time (24-hour format).</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.slot.end_time</strong></td>\n<td>number</td>\n<td>Delivery window end time (24-hour format).</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.order_created_at</strong></td>\n<td>string</td>\n<td>Order creation timestamp (ISO format).</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.invoice</strong></td>\n<td>object</td>\n<td>Invoice and payment details.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.invoice.currency</strong></td>\n<td>string</td>\n<td>Three-letter currency code.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.invoice.subtotal</strong></td>\n<td>number</td>\n<td>Order subtotal before adjustments.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.invoice.shipping_price</strong></td>\n<td>number</td>\n<td>Shipping cost.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.invoice.shipping_refund</strong></td>\n<td>number</td>\n<td>Shipping refund amount.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.invoice.tax</strong></td>\n<td>number</td>\n<td>Total tax amount.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.invoice.discount</strong></td>\n<td>number</td>\n<td>Total discount amount.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.invoice.total</strong></td>\n<td>number</td>\n<td>Final order total.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.invoice.total_paid</strong></td>\n<td>number</td>\n<td>Amount paid.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.invoice.total_due</strong></td>\n<td>number</td>\n<td>Remaining balance.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.invoice.tax_percent</strong></td>\n<td>number</td>\n<td>Overall tax rate.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.invoice.shipping_tax</strong></td>\n<td>number</td>\n<td>Tax on shipping.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.invoice.sub_total_tax_inclusive</strong></td>\n<td>boolean</td>\n<td>Whether subtotal includes tax.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.invoice.sub_total_discount_inclusive</strong></td>\n<td>boolean</td>\n<td>Whether subtotal includes discounts.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.invoice.shipping_tax_inclusive</strong></td>\n<td>boolean</td>\n<td>Whether shipping includes tax.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.invoice.shipping_discount_inclusive</strong></td>\n<td>boolean</td>\n<td>Whether shipping includes discounts.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.invoice.additional_charges</strong></td>\n<td>array</td>\n<td>List of additional charges.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.invoice.attachments</strong></td>\n<td>array</td>\n<td>List of invoice-related documents.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.invoice.attachments.url</strong></td>\n<td>string</td>\n<td>Document URL.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.invoice.attachments.type</strong></td>\n<td>string</td>\n<td>Document type identifier.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.customer</strong></td>\n<td>object</td>\n<td>Customer information.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.customer.first_name</strong></td>\n<td>string</td>\n<td>Customer's first name.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.customer.last_name</strong></td>\n<td>string</td>\n<td>Customer's last name.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.customer.mobile</strong></td>\n<td>string</td>\n<td>Customer's phone number.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.customer.mobile_code</strong></td>\n<td>string</td>\n<td>Customer's country calling code.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.customer.country_code</strong></td>\n<td>string</td>\n<td>Customer's country code.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>data.customer.email</strong></td>\n<td>string</td>\n<td>Customer's email address.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.customer.avatar</strong></td>\n<td>string</td>\n<td>URL to customer's profile picture.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>data.customer.gender</strong></td>\n<td>string</td>\n<td>Customer's gender.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>data.shipment</strong></td>\n<td>object</td>\n<td>Shipping information.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.shipment.delivery_status</strong></td>\n<td>string</td>\n<td>Current delivery status.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.payment_method</strong></td>\n<td>string</td>\n<td>Payment method used.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.shipment_type</strong></td>\n<td>string</td>\n<td>Type of shipment.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.type</strong></td>\n<td>string</td>\n<td>Order type identifier.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.driver_details</strong></td>\n<td>object</td>\n<td>Delivery driver information.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>data.labels</strong></td>\n<td>array</td>\n<td>List of order labels/tags.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>data.expected_delivery_epoch</strong></td>\n<td>number</td>\n<td>Expected delivery timestamp.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.external_fields</strong></td>\n<td>array</td>\n<td>Additional external reference fields.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>data.cancel_order_after_minutes</strong></td>\n<td>number</td>\n<td>Auto-cancellation time in minutes.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.sales_channel</strong></td>\n<td>object</td>\n<td>Details about the sales channel from which the order originated.</td>\n<td>:white_check_mark: Yes</td>\n</tr>\n<tr>\n<td><strong>data.sales_channel.tag</strong></td>\n<td>string</td>\n<td>Identifier tag for the sales channel (e.g., <code>custom</code>).</td>\n<td>:white_check_mark: Yes</td>\n</tr>\n<tr>\n<td><strong>data.sales_channel.name</strong></td>\n<td>string</td>\n<td>Display name of the sales channel.</td>\n<td>:white_check_mark: Yes</td>\n</tr>\n<tr>\n<td><strong>data.sales_channel.category</strong></td>\n<td>string</td>\n<td>Category/type of the sales channel (e.g., <code>SalesChannel</code>).</td>\n<td>:white_check_mark: Yes</td>\n</tr>\n<tr>\n<td><strong>data.sales_channel.logo_url</strong></td>\n<td>string</td>\n<td>URL of the sales channel logo.</td>\n<td>:white_check_mark: Yes</td>\n</tr>\n<tr>\n<td><strong>meta</strong></td>\n<td>object</td>\n<td>Additional metadata about the response.</td>\n<td>❌ No</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"important-notes\"><strong>Important Notes:</strong></h3>\n<h4 id=\"time-formats\"><strong>Time Formats</strong></h4>\n<ul>\n<li><p>Delivery slot times use 24-hour format (e.g., 1100 = 11:00 AM).</p>\n</li>\n<li><p>Dates in slots use <strong>DDMMYYYY</strong> format.</p>\n</li>\n</ul>\n<h4 id=\"status-codes\"><strong>Status Codes</strong></h4>\n<ul>\n<li><p><strong>200</strong>: Successful request.</p>\n</li>\n<li><p><strong>404</strong>: Order not found.</p>\n</li>\n<li><p><strong>401</strong>: Unauthorized.</p>\n</li>\n<li><p><strong>403</strong>: Forbidden.</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"path":["sales-channel","public","v1","orders",":order_id"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p>show order items for the given order id</p>\n","type":"text/plain"},"key":"include","value":"order_items"},{"disabled":true,"description":{"content":"<p>Filter based on omniful order id</p>\n","type":"text/plain"},"key":"omniful_order_id","value":"6867bff01fc150b5fc2241bc"}],"variable":[{"type":"any","value":"10167211491622","key":"order_id"}]}},"response":[{"id":"05a6f907-8951-48be-ad86-e3ba353c01d9","name":"Get Order By OrderID","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/sales-channel/public/v1/orders/order123?include=order_items","host":["{{base_url}}"],"path":["sales-channel","public","v1","orders","order123"],"query":[{"key":"include","value":"order_items","description":"show order items for the given order ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 31 Jan 2025 10:50:21 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"3290751e-1c4a-4f33-ada2-8f3425c08555"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"90a923eb78fa8e7e-DEL"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"id\": \"695cdc7c6f9b39749598f32e\",\n        \"order_id\": \"order123\",\n        \"order_alias\": \"order_omniful-alias\",\n        \"omniful_order_id\": \"695cdc7c6f9b39749598f32e\",\n        \"status_code\": \"new_order\",\n        \"display_status\": \"New Order\",\n        \"hub_code\": \"locoff\",\n        \"store_name\": \"Store 1\",\n        \"source\": \"Sales Channel\",\n        \"total\": 1,\n        \"billing_address\": {\n            \"address1\": \"123 Al-Masjid Al-Haram Street\",\n            \"address2\": \"Near Al-Faisaliah Tower\",\n            \"city\": \"Riyadh\",\n            \"country\": \"Saudi Arabia\",\n            \"first_name\": \"John\",\n            \"last_name\": \"Doe\",\n            \"phone\": \"+966-112345678\",\n            \"state\": \"Riyadh\",\n            \"zip\": \"11564\",\n            \"state_code\": \"RIY\",\n            \"country_code\": \"SA\",\n            \"latitude\": 24.7136,\n            \"longitude\": 46.6753,\n            \"country_calling_code\": \"\",\n            \"national_address_code\": \"\"\n        },\n        \"shipping_address\": {\n            \"address1\": \"456 King Abdulaziz Road\",\n            \"address2\": \"Near Kingdom Centre\",\n            \"city\": \"Jeddah\",\n            \"country\": \"Saudi Arabia\",\n            \"first_name\": \"Jane\",\n            \"last_name\": \"Smith\",\n            \"phone\": \"+966-12-345-6789\",\n            \"state\": \"Makkah\",\n            \"zip\": \"21577\",\n            \"state_code\": \"02\",\n            \"country_code\": \"SA\",\n            \"latitude\": 21.4225,\n            \"longitude\": 39.8262,\n            \"country_calling_code\": \"\",\n            \"national_address_code\": \"\"\n        },\n        \"slot\": {\n            \"delivery_date\": \"18122024\",\n            \"start_time\": 1100,\n            \"end_time\": 1500\n        },\n        \"order_created_at\": \"2026-01-06T09:57:16.25Z\",\n        \"invoice\": {\n            \"currency\": \"USD\",\n            \"subtotal\": 699,\n            \"shipping_price\": 0,\n            \"shipping_refund\": 0,\n            \"tax\": 69.9,\n            \"discount\": 100,\n            \"total\": 768.9,\n            \"total_paid\": 768.9,\n            \"total_due\": 0,\n            \"payment_mode\": \"Tabby\",\n            \"tax_percent\": 10,\n            \"shipping_tax\": 0,\n            \"sub_total_tax_inclusive\": true,\n            \"sub_total_discount_inclusive\": true,\n            \"shipping_tax_inclusive\": false,\n            \"shipping_discount_inclusive\": false,\n            \"additional_charges\": [\n                {\n                    \"type\": \"shipment_fee\",\n                    \"value\": 0,\n                    \"cost\": 0,\n                    \"cost_without_tax\": 0,\n                    \"tax_amount\": 0,\n                    \"tax_inclusive\": false,\n                    \"tax_percentage\": 0,\n                    \"is_applied\": false\n                }\n            ],\n            \"attachments\": [\n                {\n                    \"name\": \"\",\n                    \"description\": \"\",\n                    \"mime_type\": \"\",\n                    \"url\": \"https://example.com/profile1.jpg\",\n                    \"type\": \"\"\n                },\n                {\n                    \"name\": \"\",\n                    \"description\": \"\",\n                    \"mime_type\": \"\",\n                    \"url\": \"https://example.com/report.pdf\",\n                    \"type\": \"\"\n                },\n                {\n                    \"name\": \"\",\n                    \"description\": \"\",\n                    \"mime_type\": \"\",\n                    \"url\": \"https://example.com/screenshot.png\",\n                    \"type\": \"\"\n                }\n            ],\n            \"refunded_amounts\": [],\n            \"total_refunded\": 0\n        },\n        \"customer\": {\n            \"first_name\": \"John\",\n            \"last_name\": \"Doe\",\n            \"mobile\": \"1234567890\",\n            \"mobile_code\": \"+1\",\n            \"country_code\": \"SA\",\n            \"email\": \"john.doe@example.com\",\n            \"gender\": \"male\",\n            \"country\": \"Saudi Arabia\",\n            \"country_calling_code\": \"+1\"\n        },\n        \"shipment\": {\n            \"delivery_status\": \"\",\n            \"cod_amount\": 0\n        },\n        \"payment_method\": \"Prepaid\",\n        \"shipment_type\": \"omniful_generated\",\n        \"type\": \"\",\n        \"driver_details\": {},\n        \"labels\": [\n            \"label1\",\n            \"label2\",\n            \"label3\"\n        ],\n        \"expected_delivery_epoch\": 0,\n        \"external_fields\": [],\n        \"cancel_order_after_seconds\": 0,\n        \"sales_channel\": {\n            \"tag\": \"custom\",\n            \"name\": \"Custom\",\n            \"category\": \"SalesChannel\",\n            \"logo_url\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/sales-channel/API+logo+trial+1.svg\"\n        }\n    },\n    \"meta\": null\n}"}],"_postman_id":"47e3bb14-05a4-4142-ab64-015fbf430282"},{"name":"Get Order Logs","event":[{"listen":"test","script":{"id":"cc6aab51-b78d-4015-aaab-ff5cfa35dee5","exec":["pm.test(\"Response status code is 200\", function () {","    pm.expect(pm.response.code).to.equal(200);","});","","","pm.test(\"is_success field should be true\", function () {","  const responseData = pm.response.json();","  ","  pm.expect(responseData.is_success).to.be.true;","});","","","pm.test(\"Status code should be 0\", function () {","    const responseData = pm.response.json();","","    pm.expect(responseData.status_code).to.equal(0);","});","","","pm.test(\"Data array is present in the response\", function () {","    const responseData = pm.response.json();","    ","    pm.expect(responseData.data).to.exist;","});","","","pm.test(\"Meta field should be null\", function () {","    const responseData = pm.response.json();","    ","    pm.expect(responseData.meta).to.be.null;","});"],"type":"text/javascript","packages":{}}}],"id":"639094b0-7145-41cb-b390-77297bb0fc52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/sales-channel/public/v1/orders/:order_id/logs","description":"<h1 id=\"📌-get-order-logs-api--overview\">📌 Get Order Logs API – Overview</h1>\n<p>The <strong>Get Order Logs API</strong> allows users to retrieve detailed logs for a specific order using its <strong>Order ID</strong>.  </p>\n<p>It provides real-time insights into the order’s lifecycle within the warehouse, including:</p>\n<ul>\n<li><p>Status updates</p>\n</li>\n<li><p>Fulfillment progress</p>\n</li>\n<li><p>Modifications made to the order</p>\n</li>\n</ul>\n<p>This API is particularly useful for:</p>\n<ul>\n<li><p>Tracking order history</p>\n</li>\n<li><p>Troubleshooting operational issues</p>\n</li>\n<li><p>Ensuring seamless order management</p>\n</li>\n</ul>\n<hr />\n<h2 id=\"response-body-parameters\">Response Body Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Always Included</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>is_success</strong></td>\n<td>boolean</td>\n<td>Indicates whether the request was successful</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>status_code</strong></td>\n<td>number</td>\n<td>HTTP status code of the response</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data</strong></td>\n<td>object</td>\n<td>Contains the order log information</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.logs</strong></td>\n<td>array</td>\n<td>List of order event logs</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.logs[].event</strong></td>\n<td>string</td>\n<td>Type of event that occurred (e.g., <code>\"New Order\"</code>, <code>\"Hub Assigned\"</code>)</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.logs[].event_updated_by</strong></td>\n<td>string</td>\n<td>Name or identifier of the user/system that made the update</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.logs[].event_updated_at</strong></td>\n<td>string</td>\n<td>Timestamp of when the event occurred, in the format <code>MMM DD, YYYY HH:mm:ss AM/PM</code></td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.logs[].note</strong></td>\n<td>string</td>\n<td>Additional comments or information about the event</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>meta</strong></td>\n<td>object</td>\n<td>Additional metadata about the response</td>\n<td>❌ No</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"important-notes\">Important Notes</h2>\n<h3 id=\"event-types\">Event Types</h3>\n<ul>\n<li><p><strong>New Order</strong> – Initial order creation</p>\n</li>\n<li><p><strong>Hub Assigned</strong> – Order assigned to a fulfillment center</p>\n</li>\n<li><p><strong>In Picking</strong> – Items being collected from the warehouse</p>\n</li>\n<li><p><strong>Picked</strong> – All items collected successfully</p>\n</li>\n<li><p><strong>In Packing</strong> – Items being prepared for shipping</p>\n</li>\n<li><p>Additional status updates may also be available</p>\n</li>\n</ul>\n<h3 id=\"time-format\">Time Format</h3>\n<ul>\n<li><p>All timestamps follow a <strong>12-hour format with AM/PM</strong></p>\n</li>\n<li><p>Example: <code>\"Oct 12, 2024 04:30:38 AM\"</code></p>\n</li>\n<li><p>Includes <strong>date, hours, minutes, and seconds</strong></p>\n</li>\n</ul>\n<h3 id=\"event-sources\">Event Sources</h3>\n<ul>\n<li><p>User-generated events display the user’s name (e.g., <code>\"Ritik\"</code>, <code>\"RishabhL\"</code>)</p>\n</li>\n<li><p>System-generated events display <code>\"System\"</code> as the updater</p>\n</li>\n<li><p>Every event maintains a <strong>complete audit trail</strong></p>\n</li>\n</ul>\n<h3 id=\"log-structure\">Log Structure</h3>\n<ul>\n<li><p>Logs are ordered <strong>chronologically (newest first)</strong></p>\n</li>\n<li><p>Each log entry contains full event details</p>\n</li>\n<li><p>The <strong>note</strong> field may be an empty string if no comments are provided</p>\n</li>\n</ul>\n<h3 id=\"status-codes\">Status Codes</h3>\n<ul>\n<li><p><strong>200</strong> – Successfully retrieved logs</p>\n</li>\n<li><p><strong>401</strong> – Unauthorized</p>\n</li>\n<li><p><strong>403</strong> – Insufficient permissions</p>\n</li>\n<li><p><strong>404</strong> – Order not found</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"path":["sales-channel","public","v1","orders",":order_id","logs"],"host":["{{base_url}}"],"query":[],"variable":[{"description":{"content":"<p>The unique Identifier of the order</p>\n","type":"text/plain"},"type":"any","value":"sto_id_27654","key":"order_id"}]}},"response":[{"id":"057980ea-bff5-4b65-9d8c-0a69093f8ae1","name":"Get Order Logs","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/sales-channel/public/v1/orders/:order_id/logs","host":["{{base_url}}"],"path":["sales-channel","public","v1","orders",":order_id","logs"],"variable":[{"key":"order_id","value":"sto_id_27654","description":"The unique identifier of the order."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 13 Oct 2024 08:20:47 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"318dbe76-f51d-4f25-931f-3fd4f84f5f66"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8d1de990184505e3-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"logs\": [\n            {\n                \"event\": \"New Order\",\n                \"event_updated_by\": \"Ritik\",\n                \"event_updated_at\": \"Oct 12, 2024 04:30:38 AM\",\n                \"note\": \"\"\n            },\n            {\n                \"event\": \"Hub Assigned\",\n                \"event_updated_by\": \"System\",\n                \"event_updated_at\": \"Oct 12, 2024 04:30:38 AM\",\n                \"note\": \"\"\n            },\n            {\n                \"event\": \"In Picking\",\n                \"event_updated_by\": \"RishabhL\",\n                \"event_updated_at\": \"Oct 12, 2024 04:33:08 AM\",\n                \"note\": \"\"\n            },\n            {\n                \"event\": \"Picked\",\n                \"event_updated_by\": \"RishabhL\",\n                \"event_updated_at\": \"Oct 12, 2024 04:35:57 AM\",\n                \"note\": \"\"\n            },\n            {\n                \"event\": \"In Packing\",\n                \"event_updated_by\": \"RishabhL\",\n                \"event_updated_at\": \"Oct 12, 2024 04:35:57 AM\",\n                \"note\": \"\"\n            }\n        ]\n    },\n    \"meta\": null\n}"}],"_postman_id":"639094b0-7145-41cb-b390-77297bb0fc52"},{"name":"Update Shipping Address","event":[{"listen":"test","script":{"id":"cc6aab51-b78d-4015-aaab-ff5cfa35dee5","exec":["pm.test(\"Response status code is 200\", function () {","    pm.expect(pm.response.code).to.equal(200);","});","","","pm.test(\"is_success field should be true\", function () {","  const responseData = pm.response.json();","  ","  pm.expect(responseData.is_success).to.be.true;","});","","","pm.test(\"Status code should be 0\", function () {","    const responseData = pm.response.json();","","    pm.expect(responseData.status_code).to.equal(0);","});","","","pm.test(\"Data array is present in the response\", function () {","    const responseData = pm.response.json();","    ","    pm.expect(responseData.data).to.exist;","});","","","pm.test(\"Meta field should be null\", function () {","    const responseData = pm.response.json();","    ","    pm.expect(responseData.meta).to.be.null;","});"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"b0ee0977-b569-499c-845a-534d168759db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"address1\": \"123 Main St\",\n    \"address2\": \"Apt 4B\",\n    \"city\": \"New York\",\n    \"country\": \"USA\",\n    \"first_name\": \"John\",\n    \"last_name\": \"Doe\",\n    \"phone_number\": \"7044063694\",\n    \"country_calling_code\": \"+91\",\n    \"country_code\": \"IN\",\n    \"state\": \"NY\",\n    \"area\": \"Manhattan\",\n    \"district\": \"Downtown\",\n    \"street\": \"Broadway\",\n    \"zip\": \"10001\",\n    \"state_code\": \"NY\",\n    \"latitude\": 40.7128,\n    \"longitude\": -74.0060,\n    \"national_address_code\": \"nac_1234\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/orders/:order_id/shipping_address","description":"<h1 id=\"📌-update-shipping-address-api--overview\">📌 Update Shipping Address API – Overview</h1>\n<p>The <strong>Update Shipping Address API</strong> allows users to modify the shipping address details of an order <strong>until it reaches the</strong> <em><strong>shipped</strong></em> <strong>state</strong>.</p>\n<p>This API provides flexibility in updating recipient details, address, and contact information, helping Prevent delivery issues, Ensure accurate fulfillment, Maintain customer satisfaction.</p>\n<blockquote>\n<p>Users can only update the shipping address associated with a specific Order ID. </p>\n</blockquote>\n<p>Users can only update the shipping address associated with a specific <strong>Order ID</strong>.</p>\n<hr />\n<h2 id=\"request-body-parameters\">Request Body Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>address1</strong></td>\n<td>string</td>\n<td>Main address line (e.g., <code>\"123 Main St\"</code>)</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>address2</strong></td>\n<td>string</td>\n<td>Additional address details (e.g., <code>\"Apt 4B\"</code>)</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>city</strong></td>\n<td>string</td>\n<td>City name</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>country</strong></td>\n<td>string</td>\n<td>Country name</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>first_name</strong></td>\n<td>string</td>\n<td>Recipient’s first name</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>last_name</strong></td>\n<td>string</td>\n<td>Recipient’s last name</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>phone_number</strong></td>\n<td>string</td>\n<td>Recipient’s phone number (without country code)</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>country_calling_code</strong></td>\n<td>string</td>\n<td>Phone country code with plus sign (e.g., <code>\"+91\"</code>)</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>country_code</strong></td>\n<td>string</td>\n<td>Two-letter country code (ISO 3166-1 alpha-2, e.g., <code>\"IN\"</code>)</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>state</strong></td>\n<td>string</td>\n<td>State or province name</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>area</strong></td>\n<td>string</td>\n<td>Area or neighborhood name</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>district</strong></td>\n<td>string</td>\n<td>District name</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>street</strong></td>\n<td>string</td>\n<td>Street name</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>zip</strong></td>\n<td>string</td>\n<td>Postal or ZIP code</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>state_code</strong></td>\n<td>string</td>\n<td>State abbreviation code</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>latitude</strong></td>\n<td>number</td>\n<td>Latitude coordinate of the location</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>longitude</strong></td>\n<td>number</td>\n<td>Longitude coordinate of the location</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>national_address_code</strong></td>\n<td>string</td>\n<td>National address code of the location</td>\n<td>❌ No</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"path":["sales-channel","public","v1","orders",":order_id","shipping_address"],"host":["{{base_url}}"],"query":[],"variable":[{"description":{"content":"<p>The unique identifer of the order for which shipping details needs to be updated.</p>\n","type":"text/plain"},"type":"any","value":"order_0003","key":"order_id"}]}},"response":[{"id":"68d408a7-c29b-481d-9438-9262c47b5dc6","name":"Update Shipping Address","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"address1\": \"123 Main St\",\n    \"address2\": \"Apt 4B\",\n    \"city\": \"New York\",\n    \"country\": \"USA\",\n    \"first_name\": \"John\",\n    \"last_name\": \"Doe\",\n    \"phone_number\": \"7044063694\",\n    \"country_calling_code\": \"+91\",\n    \"country_code\": \"IN\",\n    \"state\": \"NY\",\n    \"area\": \"Manhattan\",\n    \"district\": \"Downtown\",\n    \"street\": \"Broadway\",\n    \"zip\": \"10001\",\n    \"state_code\": \"NY\",\n    \"latitude\": 40.7128,\n    \"longitude\": -74.0060,\n    \"national_address_code\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/sales-channel/public/v1/orders/:order_id/shipping_address","host":["{{base_url}}"],"path":["sales-channel","public","v1","orders",":order_id","shipping_address"],"variable":[{"key":"order_id","value":"order_0003","description":"The unique identifer of the order for which the shipping details needs to be updated"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 15 Nov 2024 09:00:12 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"06b72453-f19f-490f-bd8d-2f8aa6ff7f12"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8e2e0cb079913afc-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"status\": \"Success: Shipping address was successfully updated.\"\n    },\n    \"meta\": null\n}"}],"_postman_id":"b0ee0977-b569-499c-845a-534d168759db"},{"name":"Update Shipping Details","event":[{"listen":"test","script":{"id":"cc6aab51-b78d-4015-aaab-ff5cfa35dee5","exec":["pm.test(\"Response status code is 200\", function () {","    pm.expect(pm.response.code).to.equal(200);","});","","","pm.test(\"is_success field should be true\", function () {","  const responseData = pm.response.json();","  ","  pm.expect(responseData.is_success).to.be.true;","});","","","pm.test(\"Status code should be 0\", function () {","    const responseData = pm.response.json();","","    pm.expect(responseData.status_code).to.equal(0);","});","","","pm.test(\"Data array is present in the response\", function () {","    const responseData = pm.response.json();","    ","    pm.expect(responseData.data).to.exist;","});","","","pm.test(\"Meta field should be null\", function () {","    const responseData = pm.response.json();","    ","    pm.expect(responseData.meta).to.be.null;","});"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"28dbcc38-1b16-4142-9086-aec66ca7e7b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"fields_to_update\": [\n        \"slot\",\"address\"\n    ],\n    \"address\": {\n        \"address1\": \"129 Main Street\",\n        \"address2\": \"Apt 4B\",\n        \"city\": \"New York\",\n        \"country\": \"United States\",\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"phone\": \"+1 212-555-1234\",\n        \"country_calling_code\": \"+1\",\n        \"country_code\": \"US\",\n        \"state\": \"New York\",\n        \"area\": \"Manhattan\",\n        \"district\": \"Downtown\",\n        \"zip\": \"10001\",\n        \"state_code\": \"NY\",\n        \"latitude\": 40.712776,\n        \"longitude\": -74.005974,\n        \"email\": \"johndoe@example.com\",\n        \"national_address_code\" : \"nac_1234\"\n    },\n    \"slot\": {\n        \"delivery_date\": \"12012026\",\n        \"start_time\": 1500,\n        \"end_time\": 2059\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/orders/:order_id/shipping_details","description":"<h3 id=\"📌-update-shipping-details-api---overview\">📌 <strong>Update Shipping Details API - Overview</strong></h3>\n<p>The <strong>Update Shipping Details API</strong> allows users to modify the shipping details for an order until it reaches the <strong>shipped</strong> state.</p>\n<p>This API ensures flexibility in updating recipient details, address, and contact information for a particular order, preventing delivery issues and ensuring accurate fulfillment. Users can only update the shipping address associated with a specific <strong>Order ID</strong>.</p>\n<p>Fields to be updated cannot be empty. No more than two fields can be updated at once.</p>\n<hr />\n<h2 id=\"📝-request-body-parameters\">📝 Request Body Parameters</h2>\n<h3 id=\"root-level-fields\">Root Level Fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>fields_to_update</strong></td>\n<td>array</td>\n<td>List of fields to update (<code>address</code>, <code>slot</code>)</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>address</strong></td>\n<td>object</td>\n<td>Shipping address details</td>\n<td>❌ Conditional</td>\n</tr>\n<tr>\n<td><strong>slot</strong></td>\n<td>object</td>\n<td>Delivery slot details</td>\n<td>❌ Conditional</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p><code>address</code> or <code>slot</code> is required if included in <code>fields_to_update</code>. </p>\n</blockquote>\n<hr />\n<h2 id=\"address-object-parameters\">Address Object Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>address1</strong></td>\n<td>string</td>\n<td>Main address line (e.g., \"123 Main St\")</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>address2</strong></td>\n<td>string</td>\n<td>Additional address details (e.g., \"Apt 4B\")</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>city</strong></td>\n<td>string</td>\n<td>City name</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>country</strong></td>\n<td>string</td>\n<td>Country name</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>first_name</strong></td>\n<td>string</td>\n<td>Recipient's first name</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>last_name</strong></td>\n<td>string</td>\n<td>Recipient's last name</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>phone</strong></td>\n<td>string</td>\n<td>Recipient's phone number</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>country_calling_code</strong></td>\n<td>string</td>\n<td>Phone country code with plus sign (e.g., \"+91\")</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>country_code</strong></td>\n<td>string</td>\n<td>Two-letter country code (e.g., \"IN\")</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>state</strong></td>\n<td>string</td>\n<td>State or province name</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>area</strong></td>\n<td>string</td>\n<td>Area or locality</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>district</strong></td>\n<td>string</td>\n<td>District name</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>street</strong></td>\n<td>string</td>\n<td>Street name</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>zip</strong></td>\n<td>string</td>\n<td>Postal or ZIP code</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>state_code</strong></td>\n<td>string</td>\n<td>State abbreviation code</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>latitude</strong></td>\n<td>number</td>\n<td>Latitude coordinate</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>longitude</strong></td>\n<td>number</td>\n<td>Longitude coordinate</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>email</strong></td>\n<td>string</td>\n<td>Recipient email address</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>national_address_code</strong></td>\n<td>string</td>\n<td>National address code</td>\n<td>❌ No</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"slot-object-parameters\">Slot Object Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>delivery_date</strong></td>\n<td>string</td>\n<td>Delivery date in <code>DDMMYYYY</code> format</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>start_time</strong></td>\n<td>number</td>\n<td>Slot start time (24-hour format, HHMM)</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>end_time</strong></td>\n<td>number</td>\n<td>Slot end time (24-hour format, HHMM)</td>\n<td>✅ Yes</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"path":["sales-channel","public","v1","orders",":order_id","shipping_details"],"host":["{{base_url}}"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of an order</p>\n","type":"text/plain"},"type":"any","value":"test-omniful_12","key":"order_id"}]}},"response":[{"id":"73940b56-62e3-478b-a5cf-2d250d95f87d","name":"Update Shipping Details","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"fields_to_update\": [\n        \"slot\",\"address\"\n    ],\n    \"address\": {\n        \"address1\": \"129 Main Street\",\n        \"address2\": \"Apt 4B\",\n        \"city\": \"New York\",\n        \"country\": \"United States\",\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"phone\": \"+1 212-555-1234\",\n        \"country_calling_code\": \"+1\",\n        \"country_code\": \"US\",\n        \"state\": \"New York\",\n        \"area\": \"Manhattan\",\n        \"district\": \"Downtown\",\n        \"zip\": \"10001\",\n        \"state_code\": \"NY\",\n        \"latitude\": 40.712776,\n        \"longitude\": -74.005974,\n        \"email\": \"johndoe@example.com\",\n        \"national_address_code\" : \"nac_1234\"\n    },\n    \"slot\": {\n        \"delivery_date\": \"12012026\",\n        \"start_time\": 1500,\n        \"end_time\": 2059\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/orders/test-omniful_12/shipping_details"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 24 Mar 2025 14:47:40 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"9ae6212c-2216-4a3e-baa7-3c58bbcd6884"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"9256f70bd9615a7b-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"status\": \"Success: Shipping address was successfully updated.\"\n    },\n    \"meta\": null\n}"}],"_postman_id":"28dbcc38-1b16-4142-9086-aec66ca7e7b0"}],"id":"04745243-93ec-40d6-9bff-95d724f48fe1","description":"<p>📦 Orders API Documentation</p>\n<p>The <strong>Orders API</strong> allows you to <strong>create, fetch, update, and manage orders</strong> within the Omniful platform. This API resource provides comprehensive details on order structures, including <strong>order items, billing, shipping, transactions, delivery schedules, and payment details</strong>. You can use the API to handle all aspects of order processing for your custom sales channels.</p>\n<h3 id=\"🛒-order-resource-orders\">🛒 Order Resource (<code>orders</code>)</h3>\n<p>This resource is used to define an order in the system and its associated metadata.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>order_id</code></td>\n<td>string</td>\n<td>Unique identifier for the order (must always be unique).</td>\n</tr>\n<tr>\n<td><code>order_alias</code></td>\n<td>string</td>\n<td>Alias for easy reference of the order.</td>\n</tr>\n<tr>\n<td><code>hub_code</code></td>\n<td>string</td>\n<td>Code for the hub associated with the order.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"📦-order-items-ordersorder_items\">📦 Order Items (<code>orders.order_items</code>)</h3>\n<p>The <code>order_items</code> array contains objects representing each item in the order. Each item includes product details, prices, quantities, and taxes.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>sku_code</code></td>\n<td>string</td>\n<td>Unique SKU identifier for the item.</td>\n</tr>\n<tr>\n<td><code>hs_code</code></td>\n<td>string</td>\n<td>HS Code for product classification in international trade.</td>\n</tr>\n<tr>\n<td><code>sku_id</code></td>\n<td>string</td>\n<td>Unique identifier for the SKU used for internal reference.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>string</td>\n<td>Name of the item.</td>\n</tr>\n<tr>\n<td><code>display_price</code></td>\n<td>number</td>\n<td>Display price of the item.</td>\n</tr>\n<tr>\n<td><code>selling_price</code></td>\n<td>number</td>\n<td>Final selling price of the item.</td>\n</tr>\n<tr>\n<td><code>is_substituted</code></td>\n<td>boolean</td>\n<td>Indicates if the item has been substituted with an alternative SKU (true/false).</td>\n</tr>\n<tr>\n<td><code>substitute_seller_sku_codes</code></td>\n<td>array</td>\n<td>List of the SKU codes for substitute items offered by the seller.</td>\n</tr>\n<tr>\n<td><code>serialised_sku_codes</code></td>\n<td>array</td>\n<td>List of serial numbers for inventory control.</td>\n</tr>\n<tr>\n<td><code>item_barcodes</code></td>\n<td>string</td>\n<td>Barcode used for scanning and quick identification.</td>\n</tr>\n<tr>\n<td><code>quantity</code></td>\n<td>integer</td>\n<td>Quantity of the item in the order.</td>\n</tr>\n<tr>\n<td><code>picked_quantity</code></td>\n<td>integer</td>\n<td>Quantity of the items picked in the order.</td>\n</tr>\n<tr>\n<td><code>packed_quantity</code></td>\n<td>integer</td>\n<td>Quantity of the items packed in the order.</td>\n</tr>\n<tr>\n<td><code>unit_price</code></td>\n<td>number</td>\n<td>Unit price of the item.</td>\n</tr>\n<tr>\n<td><code>subtotal</code></td>\n<td>number</td>\n<td>Subtotal before tax and discounts (unit price * quantity).</td>\n</tr>\n<tr>\n<td><code>total</code></td>\n<td>number</td>\n<td>Total amount after tax &amp; discounts (subtotal + tax - discount).</td>\n</tr>\n<tr>\n<td><code>discount</code></td>\n<td>number</td>\n<td>Discount applied to the item.</td>\n</tr>\n<tr>\n<td><code>tax_percent</code></td>\n<td>number</td>\n<td>Tax percentage applied to the item.</td>\n</tr>\n<tr>\n<td><code>tax</code></td>\n<td>number</td>\n<td>Tax amount calculated based on the tax percentage.</td>\n</tr>\n<tr>\n<td><code>tax_inclusive</code></td>\n<td>boolean</td>\n<td>Indicates if the tax is included in the price.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"🏠-shipping--billing-address-ordersshipping_address--ordersbilling_address\">🏠 Shipping &amp; Billing Address (<code>orders.shipping_address</code> &amp; <code>orders.billing_address</code>)</h3>\n<p>These objects contain the shipping and billing details for the order. Both follow the same structure. If no billing address is provided, it will be considered the same as the shipping address.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>address1</code></td>\n<td>string</td>\n<td>First line of the address.</td>\n</tr>\n<tr>\n<td><code>address2</code></td>\n<td>string</td>\n<td>Second line of the address (optional).</td>\n</tr>\n<tr>\n<td><code>city</code></td>\n<td>string</td>\n<td>City of the address.</td>\n</tr>\n<tr>\n<td><code>state</code></td>\n<td>string</td>\n<td>State or province.</td>\n</tr>\n<tr>\n<td><code>state_code</code></td>\n<td>string</td>\n<td>State abbreviation.</td>\n</tr>\n<tr>\n<td><code>country</code></td>\n<td>string</td>\n<td>Country name.</td>\n</tr>\n<tr>\n<td><code>country_code</code></td>\n<td>string</td>\n<td>ISO country code (e.g., US, SA).</td>\n</tr>\n<tr>\n<td><code>zip</code></td>\n<td>string</td>\n<td>ZIP or postal code.</td>\n</tr>\n<tr>\n<td><code>latitude</code></td>\n<td>number</td>\n<td>Geographical latitude.</td>\n</tr>\n<tr>\n<td><code>longitude</code></td>\n<td>number</td>\n<td>Geographical longitude.</td>\n</tr>\n<tr>\n<td><code>first_name</code></td>\n<td>string</td>\n<td>First name of the person.</td>\n</tr>\n<tr>\n<td><code>last_name</code></td>\n<td>string</td>\n<td>Last name of the person.</td>\n</tr>\n<tr>\n<td><code>phone</code></td>\n<td>string</td>\n<td>Contact phone number.</td>\n</tr>\n<tr>\n<td><code>country_calling_code</code></td>\n<td>string</td>\n<td>Country calling code (e.g., +966, +90).</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"🧾-invoice-ordersinvoice\">🧾 Invoice (<code>orders.invoice</code>)</h3>\n<p>This object contains the billing and payment details related to the order.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>currency</code></td>\n<td>string</td>\n<td>Currency code (e.g., USD, SAR).</td>\n</tr>\n<tr>\n<td><code>subtotal</code></td>\n<td>number</td>\n<td>Total before taxes &amp; discounts.</td>\n</tr>\n<tr>\n<td><code>shipping_price</code></td>\n<td>number</td>\n<td>Cost of shipping.</td>\n</tr>\n<tr>\n<td><code>shipping_refund</code></td>\n<td>number</td>\n<td>Refund amount for shipping (if applicable).</td>\n</tr>\n<tr>\n<td><code>tax</code></td>\n<td>number</td>\n<td>Tax amount calculated based on tax percentage.</td>\n</tr>\n<tr>\n<td><code>discount</code></td>\n<td>number</td>\n<td>Total discount applied to the order.</td>\n</tr>\n<tr>\n<td><code>total</code></td>\n<td>number</td>\n<td>Final amount after taxes &amp; discounts.</td>\n</tr>\n<tr>\n<td><code>total_paid</code></td>\n<td>number</td>\n<td>Amount already paid.</td>\n</tr>\n<tr>\n<td><code>total_due</code></td>\n<td>number</td>\n<td>Remaining amount to be paid.</td>\n</tr>\n<tr>\n<td><code>total_refunded</code></td>\n<td>number</td>\n<td>Total refunded amount.</td>\n</tr>\n<tr>\n<td><code>payment_mode</code></td>\n<td>string</td>\n<td>Payment method (e.g., Mada, Credit Card).</td>\n</tr>\n<tr>\n<td><code>payment_method</code></td>\n<td>string</td>\n<td>Payment state (prepaid, postpaid, pending).</td>\n</tr>\n<tr>\n<td><code>is_cash_on_delivery</code></td>\n<td>boolean</td>\n<td>Indicates if cash on delivery is used.</td>\n</tr>\n<tr>\n<td><code>tax_percent</code></td>\n<td>number</td>\n<td>Tax percentage applied.</td>\n</tr>\n<tr>\n<td><code>shipping_tax</code></td>\n<td>number</td>\n<td>Tax on shipping cost.</td>\n</tr>\n<tr>\n<td><code>sub_total_tax_inclusive</code></td>\n<td>boolean</td>\n<td>Indicates if the subtotal includes tax.</td>\n</tr>\n<tr>\n<td><code>sub_total_discount_inclusive</code></td>\n<td>boolean</td>\n<td>Indicates if the subtotal includes discounts.</td>\n</tr>\n<tr>\n<td><code>shipping_tax_inclusive</code></td>\n<td>boolean</td>\n<td>Indicates if the shipping cost includes tax.</td>\n</tr>\n<tr>\n<td><code>shipping_discount_inclusive</code></td>\n<td>boolean</td>\n<td>Indicates if the shipping cost includes discounts.</td>\n</tr>\n<tr>\n<td><code>attachments</code></td>\n<td>array</td>\n<td>List of associated attachment files.</td>\n</tr>\n<tr>\n<td><code>attachments[].url</code></td>\n<td>string</td>\n<td>URL of the attachment (e.g., <a href=\"https://example.com/avatar1.jpg\">https://example.com/avatar1.jpg</a>).</td>\n</tr>\n<tr>\n<td><code>attachments[].type</code></td>\n<td>string</td>\n<td>Type of the attachment (e.g., image1, image2, image3).</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"👤-customer-orderscustomer\">👤 Customer (<code>orders.customer</code>)</h3>\n<p>Stores the customer details associated with the order. The system auto-fetches these details if a customer ID is provided. If not, you can manually enter the details.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>string</td>\n<td>Customer ID (auto-fetches details if provided).</td>\n</tr>\n<tr>\n<td><code>first_name</code></td>\n<td>string</td>\n<td>Customer's first name.</td>\n</tr>\n<tr>\n<td><code>last_name</code></td>\n<td>string</td>\n<td>Customer's last name.</td>\n</tr>\n<tr>\n<td><code>mobile</code></td>\n<td>string</td>\n<td>Mobile number.</td>\n</tr>\n<tr>\n<td><code>mobile_code</code></td>\n<td>string</td>\n<td>Country code for mobile.</td>\n</tr>\n<tr>\n<td><code>email</code></td>\n<td>string</td>\n<td>Email address.</td>\n</tr>\n<tr>\n<td><code>gender</code></td>\n<td>string</td>\n<td>Gender (male, female, other).</td>\n</tr>\n<tr>\n<td><code>country</code></td>\n<td>string</td>\n<td>Country of the customer.</td>\n</tr>\n<tr>\n<td><code>country_code</code></td>\n<td>string</td>\n<td>Country code of the customer.</td>\n</tr>\n<tr>\n<td><code>country_calling_code</code></td>\n<td>string</td>\n<td>Country's international calling code (e.g., +966, +90).</td>\n</tr>\n<tr>\n<td><code>avatar</code></td>\n<td>string</td>\n<td>URL of the customer's profile picture.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"🚚-shipment-type-ordersshipment_type\">🚚 Shipment Type (<code>orders.shipment_type</code>)</h3>\n<p>Defines the type of shipment for the order.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>omniful_generated</code></td>\n<td>Omniful Generated Shipment: Shipments created manually or automatically by Omniful.</td>\n</tr>\n<tr>\n<td><code>sales_channel_generated</code></td>\n<td>Sales Channel Generated Shipment: Shipments generated by the sales channel system.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"🚛-delivery-type-ordersdelivery_type\">🚛 Delivery Type (<code>orders.delivery_type</code>)</h3>\n<p>Specifies the delivery method for an order.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>click_and_collect</code></td>\n<td>The order will be prepared for collection by the customer at a designated location.</td>\n</tr>\n<tr>\n<td><code>express_delivery</code></td>\n<td>The order will be delivered to the customer on an expedited basis.</td>\n</tr>\n<tr>\n<td><code>slot_delivery</code></td>\n<td>The order will be delivered within a specific time slot chosen by the customer.</td>\n</tr>\n<tr>\n<td><code>normal_delivery</code></td>\n<td>The order will be delivered using the standard delivery method.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"💳-transaction-details-orderstransactions\">💳 Transaction Details (<code>orders.transactions</code>)</h3>\n<p>An array of transaction objects, each representing a single transaction.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>transaction_id</code></td>\n<td>string</td>\n<td>A unique identifier for the transaction (e.g., \"T123456\").</td>\n</tr>\n<tr>\n<td><code>amount</code></td>\n<td>number</td>\n<td>The monetary value of the transaction (e.g., 100.50).</td>\n</tr>\n<tr>\n<td><code>type</code></td>\n<td>integer</td>\n<td>Type of transaction (1: Coupon, 2: Coin, 3: Gift Card, 4: Account).</td>\n</tr>\n<tr>\n<td><code>card_number</code></td>\n<td>string</td>\n<td>The masked card number used for the transaction (e.g., \"411111**1111\").</td>\n</tr>\n<tr>\n<td><code>source_account</code></td>\n<td>string</td>\n<td>The account from which the transaction originates.</td>\n</tr>\n<tr>\n<td><code>destination_account</code></td>\n<td>string</td>\n<td>The account receiving the transaction.</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td>integer</td>\n<td>Current state of the transaction (1: Pending, 2: Completed, 3: Failed).</td>\n</tr>\n<tr>\n<td><code>description</code></td>\n<td>string</td>\n<td>A brief note about the transaction (e.g., \"Payment for order #12345\").</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"🌍-external-fields-orderexternal_fields\">🌍 External Fields (<code>order.external_fields</code>)</h3>\n<p>Allows adding custom order data as key-value pairs.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>key</code></td>\n<td>string</td>\n<td>External field name.</td>\n</tr>\n<tr>\n<td><code>value</code></td>\n<td>string</td>\n<td>External field value.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"⏳-order-auto-cancellation-ordercancel_order_after_seconds\">⏳ Order Auto-Cancellation (<code>order.cancel_order_after_seconds</code>)</h3>\n<p>Defines the time (in seconds) after which the order will automatically cancel if it is in the <code>on_hold</code> state.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cancel_order_after_seconds</code></td>\n<td>int</td>\n<td>Time (in seconds) after which the order will be automatically canceled if it's on hold.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n","_postman_id":"04745243-93ec-40d6-9bff-95d724f48fe1","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}}},{"name":"Shipment","item":[{"name":"Trigger Shipment","id":"c6cdcd4a-af6a-4f9d-9a6d-c5f13c22b155","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"number_of_boxes\": 1,\n  \"weight\": 1.2,\n  \"remarks\": \"Please handle shipment carefully,\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/orders/:order_id/shipment","description":"<h1 id=\"📌-create-shipment-api--overview\">📌 Create Shipment API – Overview</h1>\n<p>The <strong>Create Shipment API</strong> is used to generate shipments for orders in <strong>Omniful</strong>.</p>\n<p>This API allows users to:</p>\n<ul>\n<li><p>Assign a <strong>shipping partner</strong></p>\n</li>\n<li><p>Generate tracking numbers (<strong>AWB</strong>)</p>\n</li>\n<li><p>Set shipment details</p>\n</li>\n</ul>\n<blockquote>\n</blockquote>\n<p><strong>Note:</strong> The API only supports orders with the shipment type set to <strong><code>Omniful Generated</code></strong>.  </p>\n<p>Orders with other shipment types are <strong>not eligible</strong> for shipment creation through this API.</p>\n<hr />\n<h2 id=\"request-body-parameters\">Request Body Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>number_of_boxes</strong></td>\n<td>number</td>\n<td>Total number of packages to be shipped</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>weight</strong></td>\n<td>number</td>\n<td>Total weight of all packages (in kilograms)</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>remarks</strong></td>\n<td>string</td>\n<td>Additional notes for shipment handling</td>\n<td>❌ No</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"response-body-parameters\">Response Body Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Always Included</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>is_success</strong></td>\n<td>boolean</td>\n<td>Indicates whether the request was successful</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>status_code</strong></td>\n<td>number</td>\n<td>Response status code</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data</strong></td>\n<td>object</td>\n<td>Contains shipment information</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.oms_order_id</strong></td>\n<td>string</td>\n<td>Omniful system order ID</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.status</strong></td>\n<td>string</td>\n<td>Current shipment status</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.shipping_partner_order_id</strong></td>\n<td>string</td>\n<td>Order ID assigned by shipping partner</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.awb_number</strong></td>\n<td>string</td>\n<td>Air waybill number for tracking</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.shipping_partner_status</strong></td>\n<td>string</td>\n<td>Shipment status from the shipping partner</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.shipping_partner_tag</strong></td>\n<td>string</td>\n<td>Unique tag of the shipping partner</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.shipping_partner_name</strong></td>\n<td>string</td>\n<td>Name of the shipping partner</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.tracking_url</strong></td>\n<td>string</td>\n<td>URL to track the shipment</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.awb_label</strong></td>\n<td>string</td>\n<td>URL to download the shipping label</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.number_of_boxes</strong></td>\n<td>number</td>\n<td>Number of packages in the shipment</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.weight</strong></td>\n<td>number</td>\n<td>Total shipment weight (in kilograms)</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.remarks</strong></td>\n<td>string</td>\n<td>Shipment handling notes</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>data.pickup_otp</strong></td>\n<td>string</td>\n<td>One-time password for pickup</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>data.shipping_reference</strong></td>\n<td>string</td>\n<td>Reference number for the shipment</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>data.print_awb_allowed</strong></td>\n<td>boolean</td>\n<td>Indicates if AWB can be printed</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.print_manual_awb_allowed</strong></td>\n<td>boolean</td>\n<td>Indicates if manual AWB can be printed</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.print_delivery_note_allowed</strong></td>\n<td>boolean</td>\n<td>Indicates if a delivery note can be printed</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.shipping_account.id</strong></td>\n<td>number</td>\n<td>Shipping account identifier</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.shipping_account.name</strong></td>\n<td>string</td>\n<td>Name of the shipping account</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.shipping_account.display_name</strong></td>\n<td>string</td>\n<td>Display name of the shipping account</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.courier_partner.id</strong></td>\n<td>number</td>\n<td>Courier service identifier</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.courier_partner.name</strong></td>\n<td>string</td>\n<td>Name of the courier service</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.courier_partner.tag</strong></td>\n<td>string</td>\n<td>Unique tag of the courier service</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>data.courier_partner.logo</strong></td>\n<td>string</td>\n<td>URL to the courier service logo</td>\n<td>✅ Yes</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p>✅ Improvements made:</p>\n<ul>\n<li><p>Cleaned up phrasing (“Permission to print” → “Indicates if … can be printed”).</p>\n</li>\n<li><p>Standardized weight references to <strong>kilograms</strong>.</p>\n</li>\n<li><p>Clarified “links” as <strong>URL</strong> for tracking/labels/logos.</p>\n</li>\n<li><p>Added callout for <code>Omniful Generated</code> constraint.</p>\n</li>\n<li><p>Made deprecation notice visually prominent.</p>\n</li>\n</ul>\n<hr />\n<p>Do you want me to also prepare a <strong>sample request/response JSON payload</strong> (with dummy values) for this API, like we did for <em>Get Order Logs</em>, so developers can see exactly how the structure looks in practice?</p>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"path":["sales-channel","public","v1","orders",":order_id","shipment"],"host":["{{base_url}}"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the order for which the shipment needs to be created.</p>\n","type":"text/plain"},"type":"any","value":"order_000013","key":"order_id"}]}},"response":[{"id":"fd594c8a-0a5b-48be-9479-728b86eb34df","name":"Trigger Shipment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"number_of_boxes\": 1,\n  \"weight\": 1.2,\n  \"remarks\": \"Please handle shipment carefully,\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/sales-channel/public/v1/orders/:order_id/shipment","host":["{{base_url}}"],"path":["sales-channel","public","v1","orders",":order_id","shipment"],"variable":[{"key":"order_id","value":"order_000013"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 06 Feb 2025 10:29:24 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"166530f6-9870-46ae-b144-66d1bae6618f"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"90da75550bd705c8-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"oms_order_id\": \"67a48ef6eaadd38fe033a603\",\n        \"status\": \"Created\",\n        \"shipping_partner_order_id\": \"\",\n        \"awb_number\": \"250211914164\",\n        \"shipping_awb_label\": \"\",\n        \"tracking_info\": null,\n        \"shipping_partner_status\": \"Created\",\n        \"shipping_partner_tag\": \"kwick_box\",\n        \"shipping_partner_name\": \"Kwick Box\",\n        \"tracking_url\": \"https://www.kwick-box.com/250211914164/\",\n        \"awb_label\": \"https://omniful-production-uploads.s3.eu-central-1.amazonaws.com/shipping/kwick_box/demo/1429911/9673de5579ef38eae0e5a699_awb_label.pdf\",\n        \"number_of_boxes\": 1,\n        \"weight\": 1.2,\n        \"remarks\": \"Please handle shipment carefully,\",\n        \"pickup_otp\": \"\",\n        \"shipping_reference\": \"\",\n        \"print_awb_allowed\": true,\n        \"print_manual_awb_allowed\": false,\n        \"print_delivery_note_allowed\": true,\n        \"pre_shipment_details\": null,\n        \"courier_partner\": {\n            \"name\": \"Kwick Box\",\n            \"tag\": \"kwick_box\",\n            \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/kwick_box.png\"\n        }\n    },\n    \"meta\": null\n}"}],"_postman_id":"c6cdcd4a-af6a-4f9d-9a6d-c5f13c22b155"},{"name":"Add Shipment Details","id":"0916d9d8-1c0f-4d7b-b3a6-6a8b87e5ff2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"tracking_url\": \"https://tracking.fedex.com/123456789\",\n    \"awb_number\": \"AWB123456787\",\n    \"awb_label\": \"https://tracking.fedex.com/123456789.pdf\",\n    \"package_details\": {\n        \"number_of_boxes\": 1,\n        \"weight\": 1,\n        \"dimensions\": {\n            \"length\": 30,\n            \"breadth\": 20,\n            \"height\": 15\n        },\n        \"remarks\": \"Handle with care\"\n    },\n    \"courier_partner\": {\n        \"tag\": \"dhl_express\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/orders/:order_id/shipment","description":"<h1 id=\"📌-add-shipment-details-api--overview\">📌 Add Shipment Details API – Overview</h1>\n<p>The <strong>Add Shipment Details API</strong> allows users to add existing shipment details for an order.</p>\n<p>This API is typically used to update shipment-related information such as:</p>\n<ul>\n<li><p><strong>Tracking numbers (AWB)</strong></p>\n</li>\n<li><p><strong>Courier service details</strong></p>\n</li>\n<li><p><strong>Delivery tracking URLs</strong></p>\n</li>\n</ul>\n<hr />\n<h2 id=\"📌-key-information\">📌 Key Information</h2>\n<ul>\n<li><p>This API applies <strong>only</strong> to orders where the shipment type is either:</p>\n<ul>\n<li><p><strong><code>sales_channel_generated</code></strong></p>\n</li>\n<li><p><strong><code>sales_channel_notified</code></strong></p>\n</li>\n</ul>\n</li>\n<li><p>If the shipment was created by the sales channel, users can update the shipment details as required.</p>\n</li>\n<li><p>Always confirm the <strong>shipment type</strong> before making updates.</p>\n</li>\n<li><p>Please use the <strong>Get Courier Partners API</strong> to retrieve the correct courier partner tag. If the provided tag is invalid, it will automatically default to <code>manual</code></p>\n</li>\n</ul>\n<hr />\n<h2 id=\"request-body-parameters\">Request Body Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>tracking_url</strong></td>\n<td>string</td>\n<td>URL to the carrier’s tracking page for real-time status updates</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>awb_number</strong></td>\n<td>string</td>\n<td>Unique airway bill (AWB) number provided by the carrier</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>awb_label</strong></td>\n<td>string</td>\n<td>Shipping label content, including barcodes and package identification details</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>package_details</strong></td>\n<td>object</td>\n<td>Information about package quantity, weight, size, and handling notes</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>package_details.number_of_boxes</strong></td>\n<td>number</td>\n<td>Total number of boxes in the shipment (positive integer)</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>package_details.weight</strong></td>\n<td>number</td>\n<td>Overall shipment weight in kilograms (kg)</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>package_details.dimensions</strong></td>\n<td>object</td>\n<td>Physical dimensions of the package (length, breadth, height)</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>package_details.dimensions.length</strong></td>\n<td>number</td>\n<td>Length in centimeters (cm), measured along the longest side</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>package_details.dimensions.breadth</strong></td>\n<td>number</td>\n<td>Breadth/width in centimeters (cm)</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>package_details.dimensions.height</strong></td>\n<td>number</td>\n<td>Height in centimeters (cm)</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>package_details.remarks</strong></td>\n<td>string</td>\n<td>Special handling notes (e.g., <code>\"Fragile\"</code>, <code>\"Handle with care\"</code>)</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>courier_partner</strong></td>\n<td>object</td>\n<td>Information about the courier partner handling last-mile delivery</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>courier_partner.tag</strong></td>\n<td>string</td>\n<td>Short code/tag representing the courier partner</td>\n<td>✅ Yes</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"path":["sales-channel","public","v1","orders",":order_id","shipment"],"host":["{{base_url}}"],"query":[],"variable":[{"description":{"content":"<p>The unique identifier of the order for which the shipment needs to be updated.</p>\n","type":"text/plain"},"type":"any","value":"order_000014","key":"order_id"}]}},"response":[{"id":"f97623cc-04b3-4987-a9a9-89c5a802af9d","name":"Add Shipment Details","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"tracking_url\": \"https://tracking.fedex.com/123456789\",\n    \"awb_number\": \"AWB123456787\",\n    \"awb_label\": \"https://example.com/label.pdf\",\n    \"package_details\": {\n        \"number_of_boxes\": 1,\n        \"weight\": 1,\n        \"dimensions\": {\n            \"length\": 30,\n            \"breadth\": 20,\n            \"height\": 15\n        },\n        \"remarks\": \"Handle with care\"\n    },\n    \"courier_partner\": {\n        \"tag\": \"dhl_express\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/sales-channel/public/v1/orders/:order_id/shipment","host":["{{base_url}}"],"path":["sales-channel","public","v1","orders",":order_id","shipment"],"variable":[{"key":"order_id","value":"order_000014"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 06 Feb 2025 10:32:08 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"5a700a12-5925-466b-bd40-05c514f77714"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"90da797a5db3172c-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": \"Shipment updated successfully.\",\n    \"meta\": null\n}"}],"_postman_id":"0916d9d8-1c0f-4d7b-b3a6-6a8b87e5ff2c"},{"name":"Update Shipment Status","id":"dc6787e8-2e14-4e1d-842e-2245bb539cf7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"shipment_status\" : \"dispatched\"\n}"},"url":"{{base_url}}/sales-channel/public/v1/orders/:order_id/shipment/status","description":"<h2 id=\"📌-update-shipment-status-api---overview\">📌 Update Shipment Status API - Overview</h2>\n<p>The Update Shipment Status API allows users to update the shipment status of an order, ensuring real-time tracking updates for better shipment visibility.</p>\n<p>📌 <strong>Supported Shipment Types:</strong></p>\n<ul>\n<li><p><strong>Manual Shipment (</strong><code>omniful_generated</code><strong>) –</strong> Shipments created manually by users.</p>\n</li>\n<li><p><strong>Sales Channel Generated Shipment (</strong><code>sales_channel_generated</code><strong>)</strong> – Shipments generated by the sales channel system.</p>\n</li>\n<li><p><strong>Sales Channel Notified Shipment (</strong><code>sales_channel_notified</code><strong>)</strong> – Shipments updated based on notifications from the sales channel.</p>\n</li>\n</ul>\n<p>This API helps keep users informed about their order's shipping progress by providing regular updates on courier tracking.</p>\n<hr />\n<p>The following shipment statuses can be used to update the shipment status of an order:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>dispatched</td>\n<td>Shipment has been handed over to the carrier and is en route.</td>\n</tr>\n<tr>\n<td>out_for_delivery</td>\n<td>Shipment is on its way to the final destination for delivery.</td>\n</tr>\n<tr>\n<td>in_transit</td>\n<td>Shipment is moving between different locations or hubs.</td>\n</tr>\n<tr>\n<td>delivered</td>\n<td>Shipment has been successfully delivered to the recipient.</td>\n</tr>\n<tr>\n<td>return_to_origin</td>\n<td>Shipment is being returned to the origin due to failed delivery or other reasons.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"path":["sales-channel","public","v1","orders",":order_id","shipment","status"],"host":["{{base_url}}"],"query":[],"variable":[{"description":{"content":"<p>The unique identifier of the order for which the shipment status needs to be updated.</p>\n","type":"text/plain"},"type":"any","value":"order_000014","key":"order_id"}]}},"response":[{"id":"96b68de9-4839-495b-aa10-947e752dc3c7","name":"Update Shipment Status","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"shipment_status\" : \"dispatched\"\n}"},"url":{"raw":"{{base_url}}/sales-channel/public/v1/orders/:order_id/shipment/status","host":["{{base_url}}"],"path":["sales-channel","public","v1","orders",":order_id","shipment","status"],"variable":[{"key":"order_id","value":"order_000014"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 06 Feb 2025 10:34:09 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"d162f9cc-3ed7-4712-85d7-b9f6327a66a1"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"90da7c71b9fa0939-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"status\": \"Shipment status updated successfully.\"\n    },\n    \"meta\": null\n}"}],"_postman_id":"dc6787e8-2e14-4e1d-842e-2245bb539cf7"}],"id":"68595bb2-5996-4e1a-8ba4-b26926399575","description":"<h1 id=\"📌-create-shipment-api-collection---overview\">📌 Create Shipment API Collection - Overview</h1>\n<p>The Create Shipment API Collection on Postman includes APIs to create shipments, update shipment details, and change shipment status for an order on Omniful.</p>\n<p>With these APIs, users can assign shipping partners, generate tracking numbers (AWB), track shipments, and update delivery status, helping to manage order fulfillment smoothly.</p>\n","_postman_id":"68595bb2-5996-4e1a-8ba4-b26926399575","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}}},{"name":"Products","item":[{"name":"Create SKUs","id":"291e3acf-b196-4793-8385-70a406fb270f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"name\": \"Smart LED TV\",\n        \"description\": \"High-quality 4K Smart LED TV with Wi-Fi connectivity.\",\n        \"sku_id\": \"tv_sku123\",\n        \"sku_code\": \"SKU-TV-123\",\n        \"attributes\": [\n            {\n                \"name\": \"Screen Size\",\n                \"sku_attribute_variation\": {\n                    \"name\": \"Variation 1\"\n                }\n            }\n        ],\n        \"handling_type\": \"cold\",\n        \"type\": \"simple\",\n        \"status\": \"live\",\n        \"unit\": \"pcs\",\n        \"sku_images\": [\n            {\n                \"default\": \"https://images.unsplash.com/photo-1593305841991-05c297ba4575?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8M3x8dHZ8ZW58MHx8MHx8fDA%3D&auto=format&fit=crop&w=800&q=60\",\n                \"thumbnail\": \"https://images.unsplash.com/photo-1593305841991-05c297ba4575?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8M3x8dHZ8ZW58MHx8MHx8fDA%3D&auto=format&fit=crop&w=800&q=60\",\n                \"medium\": \"https://example.com/images/tv/medium.jpg\",\n                \"large\": \"https://example.com/images/tv/large.jpg\",\n                \"url\": \"https://example.com/images/tv/image.jpg\",\n                \"type\": \"image\",\n                \"description\": \"Smart LED TV image\"\n            }\n        ],\n        \"categories\": [\n            {\n                \"name\": \"Electronics\"\n            },\n            {\n                \"name\": \"TV & Video\"\n            }\n        ],\n        \"manufacturer_name\": \"ABC Electronics\",\n        \"brand_name\": \"BrandX\",\n        \"country_of_origin\": \"CountryX\",\n        \"is_weighted\": false,\n        \"dimensions\": {\n            \"length\": {\n                \"length\": 100,\n                \"unit\": \"cm\"\n            },\n            \"breadth\": {\n                \"breadth\": 10,\n                \"unit\": \"cm\"\n            },\n            \"height\": {\n                \"height\": 60,\n                \"unit\": \"cm\"\n            }\n        },\n        \"barcodes\": [\n            \"1234567890123\",\n            \"9876543210987\"\n        ],\n        \"cost\": 300,\n        \"retail_price\": 599,\n        \"selling_price\": 499,\n        \"tax_inclusive\": {\n            \"selling_price\": true\n        },\n        \"tax_percentage\": {\n            \"selling_price\": 20\n        },\n        \n        \"is_perishable\": false,\n        \"configuration\": {\n            \"weight\": {\n                \"min\": \"10 kg\",\n                \"max\": \"15 kg\",\n                \"type\": \"fixed\"\n            }\n        },\n        \"custom_attribute\": [\n            {\n                \"key\": \"Smart TV\",\n                \"value\": \"Yes\"\n            },\n            {\n                \"key\": \"Resolution\",\n                \"value\": \"4K\"\n            }\n        ],\n        \"product_url\": \"https://example.com/tv\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/skus","description":"<h1 id=\"📌-create-sku-api--overview\">📌 Create SKU API – Overview</h1>\n<p>The <strong>Create SKU API</strong> is used to add new SKUs to a sales channel catalog (<strong>Sales Channel Listing</strong>).</p>\n<p>This API enables businesses to publish product listings with all relevant details, including SKU identifiers, pricing, attributes, images, categories, and handling conditions.</p>\n<hr />\n<h2 id=\"⚠️-important-considerations-for-creating-a-sku\">⚠️ Important Considerations for Creating a SKU</h2>\n<ul>\n<li><p><strong>Unique Identifier:</strong></p>\n<p>  The <code>sku_code</code> field is mandatory and must be unique for each SKU.</p>\n</li>\n<li><p><strong>Pricing:</strong><br />  <code>cost</code>, <code>selling_price</code>, and <code>retail_price</code> are required. These values define the SKU’s pricing strategy and profitability.</p>\n</li>\n<li><p><strong>Handling Type:</strong><br />  Must be one of:</p>\n<ul>\n<li><p><code>\"hot\"</code> → Requires heated or warm storage/handling</p>\n</li>\n<li><p><code>\"cold\"</code> → Requires refrigerated storage/handling</p>\n</li>\n</ul>\n</li>\n<li><p><strong>SKU Type:</strong><br />  Must be either:</p>\n<ul>\n<li><p><code>\"simple\"</code> → Standalone product</p>\n</li>\n<li><p><code>\"bundle\"</code> → A grouped/bundled SKU</p>\n</li>\n</ul>\n</li>\n<li><p><strong>SKU Status:</strong></p>\n<p>  Must be one of:</p>\n<ul>\n<li><p><code>all</code></p>\n</li>\n<li><p><code>live</code></p>\n</li>\n<li><p><code>ready_to_list</code></p>\n</li>\n<li><p><code>under_review</code></p>\n</li>\n<li><p><code>draft</code></p>\n</li>\n<li><p><code>un_sync</code></p>\n</li>\n<li><p><code>others</code></p>\n</li>\n</ul>\n</li>\n</ul>\n<hr />\n<h2 id=\"request-body-parameters\">Request Body Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>name</strong></td>\n<td>string</td>\n<td>Product name, e.g., <code>\"Smart LED TV\"</code></td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>description</strong></td>\n<td>string</td>\n<td>Detailed product description, e.g., <code>\"High-quality 4K Smart LED TV with Wi-Fi connectivity\"</code></td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>sku_code</strong></td>\n<td>string</td>\n<td>Unique SKU code, e.g., <code>\"SKU-TV-123\"</code></td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>attributes</strong></td>\n<td>array</td>\n<td>Attribute variations of the SKU</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>attributes[].name</strong></td>\n<td>string</td>\n<td>Attribute name, e.g., <code>\"Screen Size\"</code></td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>attributes[].sku_attribute_variation</strong></td>\n<td>object</td>\n<td>Attribute variation details</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>attributes[].sku_attribute_variation.name</strong></td>\n<td>string</td>\n<td>Variation name, e.g., <code>\"Variation 1\"</code></td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>handling_type</strong></td>\n<td>string</td>\n<td>Handling type (<code>\"hot\"</code> or <code>\"cold\"</code>)</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>type</strong></td>\n<td>string</td>\n<td>SKU type (<code>\"simple\"</code> or <code>\"bundle\"</code>)</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>status</strong></td>\n<td>string</td>\n<td>SKU lifecycle status (e.g., <code>\"live\"</code>, <code>\"draft\"</code>)</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>unit</strong></td>\n<td>string</td>\n<td>Measurement unit, e.g., <code>\"pcs\"</code></td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>sku_images</strong></td>\n<td>array</td>\n<td>Array of image objects</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>hs_code</strong></td>\n<td>string</td>\n<td>Harmonized System (HS) Code</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>sku_images[].default</strong></td>\n<td>string</td>\n<td>Default image URL</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>sku_images[].thumbnail</strong></td>\n<td>string</td>\n<td>Thumbnail image URL</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>sku_images[].medium</strong></td>\n<td>string</td>\n<td>Medium-sized image URL</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>sku_images[].large</strong></td>\n<td>string</td>\n<td>Large image URL</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>sku_images[].url</strong></td>\n<td>string</td>\n<td>Image URL</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>sku_images[].type</strong></td>\n<td>string</td>\n<td>Image type, e.g., <code>\"image\"</code></td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>sku_images[].description</strong></td>\n<td>string</td>\n<td>Image description</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>categories</strong></td>\n<td>array</td>\n<td>Array of category objects</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>categories[].name</strong></td>\n<td>string</td>\n<td>Category name, e.g., <code>\"Electronics\"</code></td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>manufacturer_name</strong></td>\n<td>string</td>\n<td>Manufacturer’s name</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>brand_name</strong></td>\n<td>string</td>\n<td>Brand name</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>country_of_origin</strong></td>\n<td>string</td>\n<td>Country of origin</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>is_weighted</strong></td>\n<td>boolean</td>\n<td>Whether SKU is weight-based</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>dimensions</strong></td>\n<td>object</td>\n<td>Physical product dimensions</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>dimensions.length.length</strong></td>\n<td>number</td>\n<td>Length value</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>dimensions.length.unit</strong></td>\n<td>string</td>\n<td>Unit of length, e.g., <code>\"cm\"</code></td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>dimensions.breadth.breadth</strong></td>\n<td>number</td>\n<td>Breadth value</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>dimensions.breadth.unit</strong></td>\n<td>string</td>\n<td>Unit of breadth</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>dimensions.height.height</strong></td>\n<td>number</td>\n<td>Height value</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>dimensions.height.unit</strong></td>\n<td>string</td>\n<td>Unit of height</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>barcodes</strong></td>\n<td>array</td>\n<td>Array of barcodes for the SKU</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>cost</strong></td>\n<td>number</td>\n<td>Cost price of the product</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>retail_price</strong></td>\n<td>number</td>\n<td>Retail (MRP) price</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>selling_price</strong></td>\n<td>number</td>\n<td>Selling price</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>is_perishable</strong></td>\n<td>boolean</td>\n<td>Indicates if the product is perishable</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>configuration</strong></td>\n<td>object</td>\n<td>Additional SKU configuration</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>configuration.weight.min</strong></td>\n<td>string</td>\n<td>Minimum weight, e.g., <code>\"10 kg\"</code></td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>configuration.weight.max</strong></td>\n<td>string</td>\n<td>Maximum weight, e.g., <code>\"15 kg\"</code></td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>configuration.weight.type</strong></td>\n<td>string</td>\n<td>Weight type, e.g., <code>\"fixed\"</code></td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>custom_attribute</strong></td>\n<td>array</td>\n<td>Array of custom attributes</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>custom_attribute[].key</strong></td>\n<td>string</td>\n<td>Custom attribute key</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>custom_attribute[].value</strong></td>\n<td>string</td>\n<td>Custom attribute value</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>product_url</strong></td>\n<td>string</td>\n<td>Product URL, e.g., <code>\"https://example.com/tv\"</code></td>\n<td>❌ No</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n","urlObject":{"path":["sales-channel","public","v1","skus"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"b8208734-9f00-49b0-97ad-405736101b7a","name":"Create SKUs Successfully with all the required fields","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"name\": \"Smart LED TV\",\n        \"description\": \"High-quality 4K Smart LED TV with Wi-Fi connectivity.\",\n        \"sku_id\": \"tv_sku123\",\n        \"sku_code\": \"SKU-TV-123\",\n        \"attributes\": [\n            {\n                \"name\": \"Screen Size\",\n                \"sku_attribute_variation\": {\n                    \"name\": \"Variation 1\"\n                }\n            }\n        ],\n        \"handling_type\": \"cold\",\n        \"type\": \"simple\",\n        \"status\": \"live\",\n        \"unit\": \"pcs\",\n        \"sku_images\": [\n            {\n                \"default\": \"https://images.unsplash.com/photo-1593305841991-05c297ba4575?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8M3x8dHZ8ZW58MHx8MHx8fDA%3D&auto=format&fit=crop&w=800&q=60\",\n                \"thumbnail\": \"https://images.unsplash.com/photo-1593305841991-05c297ba4575?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8M3x8dHZ8ZW58MHx8MHx8fDA%3D&auto=format&fit=crop&w=800&q=60\",\n                \"medium\": \"https://example.com/images/tv/medium.jpg\",\n                \"large\": \"https://example.com/images/tv/large.jpg\",\n                \"url\": \"https://example.com/images/tv/image.jpg\",\n                \"type\": \"image\",\n                \"description\": \"Smart LED TV image\"\n            }\n        ],\n        \"categories\": [\n            {\n                \"name\": \"Electronics\"\n            },\n            {\n                \"name\": \"TV & Video\"\n            }\n        ],\n        \"manufacturer_name\": \"ABC Electronics\",\n        \"brand_name\": \"BrandX\",\n        \"country_of_origin\": \"CountryX\",\n        \"is_weighted\": false,\n        \"dimensions\": {\n            \"length\": {\n                \"length\": 100,\n                \"unit\": \"cm\"\n            },\n            \"breadth\": {\n                \"breadth\": 10,\n                \"unit\": \"cm\"\n            },\n            \"height\": {\n                \"height\": 60,\n                \"unit\": \"cm\"\n            }\n        },\n        \"barcodes\": [\n            \"1234567890123\",\n            \"9876543210987\"\n        ],\n        \"cost\": 300,\n        \"retail_price\": 599,\n        \"selling_price\": 499,\n        \"is_perishable\": false,\n        \"configuration\": {\n            \"weight\": {\n                \"min\": \"10 kg\",\n                \"max\": \"15 kg\",\n                \"type\": \"fixed\"\n            }\n        },\n        \"custom_attribute\": [\n            {\n                \"key\": \"Smart TV\",\n                \"value\": \"Yes\"\n            },\n            {\n                \"key\": \"Resolution\",\n                \"value\": \"4K\"\n            }\n        ],\n        \"is_barcode_adjusted\": true,\n        \"product_url\": \"https://example.com/tv\"\n    },\n    {\n        \"name\": \"Split Air Conditioner\",\n        \"description\": \"Energy-efficient split air conditioner with cooling capacity.\",\n        \"sku_id\": \"ac_sku456\",\n        \"sku_code\": \"SKU-AC-456\",\n        \"attributes\": [\n            {\n                \"name\": \"Cooling Capacity\",\n                \"sku_attribute_variation\": {\n                    \"name\": \"Variation 2\"\n                }\n            }\n        ],\n        \"handling_type\": \"cold\",\n        \"type\": \"simple\",\n        \"status\": \"live\",\n        \"unit\": \"pcs\",\n        \"sku_images\": [\n            {\n                \"default\": \"https://images.unsplash.com/photo-1590756254933-2873d72a83b6?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8Mnx8YWlyJTIwY29uZGl0aW9uZXJ8ZW58MHx8MHx8fDA%3D&auto=format&fit=crop&w=800&q=60\",\n                \"thumbnail\": \"https://images.unsplash.com/photo-1590756254933-2873d72a83b6?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8Mnx8YWlyJTIwY29uZGl0aW9uZXJ8ZW58MHx8MHx8fDA%3D&auto=format&fit=crop&w=800&q=60\",\n                \"medium\": \"https://example.com/images/ac/medium.jpg\",\n                \"large\": \"https://example.com/images/ac/large.jpg\",\n                \"url\": \"https://example.com/images/ac/image.jpg\",\n                \"type\": \"image\",\n                \"description\": \"Split Air Conditioner image\"\n            }\n        ],\n        \"categories\": [\n            {\n                \"name\": \"Electronics\"\n            },\n            {\n                \"name\": \"TV & Video\"\n            }\n        ],\n        \"manufacturer_name\": \"XYZ Appliances\",\n        \"brand_name\": \"BrandY\",\n        \"country_of_origin\": \"CountryY\",\n        \"is_weighted\": false,\n        \"dimensions\": {\n            \"length\": {\n                \"length\": 90,\n                \"unit\": \"cm\"\n            },\n            \"breadth\": {\n                \"breadth\": 15,\n                \"unit\": \"cm\"\n            },\n            \"height\": {\n                \"height\": 30,\n                \"unit\": \"cm\"\n            }\n        },\n        \"barcodes\": [\n            \"8765432109876\",\n            \"0123456789012\"\n        ],\n        \"cost\": 500,\n        \"retail_price\": 799,\n        \"selling_price\": 699,\n        \"is_perishable\": false,\n        \"configuration\": {\n            \"weight\": {\n                \"min\": \"20 kg\",\n                \"max\": \"25 kg\",\n                \"type\": \"fixed\"\n            }\n        },\n        \"custom_attribute\": [\n            {\n                \"key\": \"Energy Efficiency\",\n                \"value\": \"5 Star\"\n            },\n            {\n                \"key\": \"Cooling Power\",\n                \"value\": \"1.5 Ton\"\n            }\n        ],\n        \"is_barcode_adjusted\": true,\n        \"product_url\": \"https://example.com/ac\"\n    },\n    {\n        \"name\": \"Smartphone\",\n        \"description\": \"High-performance smartphone with advanced features.\",\n        \"sku_id\": \"mobile_sku789\",\n        \"sku_code\": \"SKU-MOB-789\",\n        \"attributes\": [\n            {\n                \"name\": \"Storage Capacity\",\n                \"sku_attribute_variation\": {\n                    \"name\": \"Variation 3\"\n                }\n            }\n        ],\n        \"handling_type\": \"hot\",\n        \"type\": \"simple\",\n        \"status\": \"live\",\n        \"unit\": \"pcs\",\n        \"sku_images\": [\n            {\n                \"default\": \"https://images.unsplash.com/photo-1585060544812-6b45742d762f?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8OHx8bW9iaWxlfGVufDB8fDB8fHww&auto=format&fit=crop&w=800&q=60\",\n                \"thumbnail\": \"https://images.unsplash.com/photo-1585060544812-6b45742d762f?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8OHx8bW9iaWxlfGVufDB8fDB8fHww&auto=format&fit=crop&w=800&q=60\",\n                \"medium\": \"https://example.com/images/mobile/medium.jpg\",\n                \"large\": \"https://example.com/images/mobile/large.jpg\",\n                \"url\": \"https://example.com/images/mobile/image.jpg\",\n                \"type\": \"image\",\n                \"description\": \"Smartphone image\"\n            }\n        ],\n        \"categories\": [\n            {\n                \"name\": \"Electronics\"\n            },\n            {\n                \"name\": \"Mobile Phones\"\n            }\n        ],\n        \"manufacturer_name\": \"MobileTech\",\n        \"brand_name\": \"BrandZ\",\n        \"country_of_origin\": \"CountryZ\",\n        \"is_weighted\": false,\n        \"dimensions\": {\n            \"length\": {\n                \"length\": 15,\n                \"unit\": \"cm\"\n            },\n            \"breadth\": {\n                \"breadth\": 7,\n                \"unit\": \"cm\"\n            },\n            \"height\": {\n                \"height\": 0.8,\n                \"unit\": \"cm\"\n            }\n        },\n        \"barcodes\": [\n            \"7654321098765\",\n            \"2109876543210\"\n        ],\n        \"cost\": 200,\n        \"retail_price\": 499,\n        \"selling_price\": 399,\n        \"is_perishable\": false,\n        \"configuration\": {\n            \"weight\": {\n                \"min\": \"0.2 kg\",\n                \"max\": \"0.3 kg\",\n                \"type\": \"fixed\"\n            }\n        },\n        \"custom_attribute\": [\n            {\n                \"key\": \"RAM\",\n                \"value\": \"8 GB\"\n            },\n            {\n                \"key\": \"Storage\",\n                \"value\": \"128 GB\"\n            }\n        ],\n        \"is_barcode_adjusted\": true,\n        \"product_url\": \"https://example.com/smartphone\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":"https://api.staging.omniful.com/sales-channel/public/v1/skus"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 03 Aug 2023 06:34:16 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7f0c88a86e933f78-BOM"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"status\": \"Products created successfully.\"\n    },\n    \"meta\": null\n}"}],"_postman_id":"291e3acf-b196-4793-8385-70a406fb270f"},{"name":"Get SKUs","event":[{"listen":"test","script":{"id":"b080f796-bcad-4193-ac3f-3fb69302ef44","exec":["pm.test(\"Response status code is 200\", function () {","  pm.expect(pm.response.code).to.equal(200);","});","","","pm.test(\"Validate is_success field is true\", function () {","  const responseData = pm.response.json();","  ","  pm.expect(responseData).to.be.an('object');","  pm.expect(responseData.is_success).to.be.true;","});","","","pm.test(\"Validate the status_code field is 0\", function () {","    const responseData = pm.response.json();","    ","    pm.expect(responseData).to.be.an('object');","    pm.expect(responseData.status_code).to.equal(0);","});","","","pm.test(\"Data field is an array with at least one element\", function () {","    const responseData = pm.response.json();","    ","    pm.expect(responseData.data).to.be.an('array').that.is.not.empty;","});","","","pm.test(\"Validate 'id' field is a non-empty string\", function () {","    const responseData = pm.response.json();","    ","    pm.expect(responseData.data).to.be.an('array');","    pm.expect(responseData.data.length).to.be.above(0, \"Array should not be empty\");","    ","    responseData.data.forEach(function (item) {","        pm.expect(item.id).to.be.a('string').and.to.have.lengthOf.at.least(1, \"Value should not be empty\");","    });","});"],"type":"text/javascript","packages":{}}}],"id":"c4e0ce0f-c7f7-47d5-a32f-de295515bdaf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/sales-channel/public/v1/skus?per_page=1&page=1&sku_codes=SKU-MOB-789","description":"<h2 id=\"📌-overview\">📌 Overview</h2>\n<p>The Get SKU API allows users to retrieve details of an SKUs by searching with its SKU code. This API provides complete SKU information.</p>\n<p>It fetches SKU details from the sales channel catalog only (Sales Channel Listing),</p>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"path":["sales-channel","public","v1","skus"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p>Pagination ( Default 20, Max 100 on a page)</p>\n","type":"text/plain"},"key":"per_page","value":"1"},{"description":{"content":"<p>Pagination</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>SKU code of the product you want to fetch details for</p>\n","type":"text/plain"},"key":"sku_codes","value":"SKU-MOB-789"},{"disabled":true,"description":{"content":"<p>If True, then inventory for the corresponding SKU is fetched</p>\n","type":"text/plain"},"key":"include_inventory","value":"true"},{"disabled":true,"description":{"content":"<p>Unique identifer for hub. Hub Code</p>\n","type":"text/plain"},"key":"hub_code","value":"hub_code_1"}],"variable":[]}},"response":[{"id":"9e3e898d-21e9-4e14-b49f-38cf555562d6","name":"Fetch SKUs With Pagination","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.staging.omniful.com/sales-channel/public/v1/skus?per_page=2&page=2","protocol":"https","host":["api","staging","omniful","com"],"path":["sales-channel","public","v1","skus"],"query":[{"key":"per_page","value":"2"},{"key":"page","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 03 Aug 2023 06:47:33 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7f0c9c21fb8e3f97-BOM"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": [\n        {\n            \"sku_id\": \"mobile_sku789\",\n            \"name\": \"Smartphone\",\n            \"description\": \"High-performance smartphone with advanced features.\",\n            \"sku_code\": \"SKU-MOB-789\",\n            \"cost\": 200,\n            \"retail_price\": 499,\n            \"selling_price\": 399,\n            \"display_selling_price\": \"399.00 SAR\",\n            \"display_retail_price\": \"499.00 SAR\",\n            \"category\": [\n                {\n                    \"name\": \"Electronics\"\n                },\n                {\n                    \"name\": \"Mobile Phones\"\n                }\n            ],\n            \"product\": {\n                \"name\": \"\",\n                \"handling_type\": \"\",\n                \"unit\": \"\",\n                \"type\": \"\",\n                \"description\": \"\"\n            },\n            \"dimensions\": {\n                \"length\": {\n                    \"length\": 15,\n                    \"unit\": \"cm\"\n                },\n                \"breadth\": {\n                    \"breadth\": 7,\n                    \"unit\": \"cm\"\n                },\n                \"height\": {\n                    \"height\": 0.8,\n                    \"unit\": \"cm\"\n                }\n            },\n            \"barcodes\": [\n                \"7654321098765\",\n                \"2109876543210\"\n            ],\n            \"images\": [\n                {\n                    \"default\": \"https://images.unsplash.com/photo-1585060544812-6b45742d762f?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8OHx8bW9iaWxlfGVufDB8fDB8fHww&auto=format&fit=crop&w=800&q=60\",\n                    \"thumbnail\": \"https://images.unsplash.com/photo-1585060544812-6b45742d762f?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8OHx8bW9iaWxlfGVufDB8fDB8fHww&auto=format&fit=crop&w=800&q=60\",\n                    \"medium\": \"https://example.com/images/mobile/medium.jpg\",\n                    \"large\": \"https://example.com/images/mobile/large.jpg\",\n                    \"type\": \"image\",\n                    \"description\": \"Smartphone image\"\n                }\n            ],\n            \"attributes\": [\n                {\n                    \"name\": \"Storage Capacity\",\n                    \"sku_attribute_variation\": {\n                        \"name\": \"Variation 3\"\n                    }\n                }\n            ],\n            \"handling_type\": \"hot\",\n            \"type\": \"simple\",\n            \"status\": \"live\",\n            \"unit\": \"\",\n            \"is_perishable\": false,\n            \"country_of_origin\": \"CountryZ\",\n            \"is_weighted\": false,\n            \"configuration\": {\n                \"weight\": {\n                    \"min\": \"0.2 kg\",\n                    \"max\": \"0.3 kg\",\n                    \"type\": \"fixed\"\n                }\n            },\n            \"custom_attribute\": [\n                {\n                    \"key\": \"RAM\",\n                    \"value\": \"8 GB\"\n                },\n                {\n                    \"key\": \"Storage\",\n                    \"value\": \"128 GB\"\n                }\n            ],\n            \"created_by\": \"359\",\n            \"updated_by\": \"\",\n            \"created_at\": \"2023-08-03T06:34:16.152Z\",\n            \"updated_at\": \"0001-01-01T00:00:00Z\"\n        },\n        {\n            \"sku_id\": \"tv_sku123\",\n            \"name\": \"Smart LED TV\",\n            \"description\": \"High-quality 4K Smart LED TV with Wi-Fi connectivity.\",\n            \"sku_code\": \"SKU-TV-123\",\n            \"cost\": 300,\n            \"retail_price\": 599,\n            \"selling_price\": 499,\n            \"display_selling_price\": \"499.00 SAR\",\n            \"display_retail_price\": \"599.00 SAR\",\n            \"category\": [\n                {\n                    \"name\": \"Electronics\"\n                },\n                {\n                    \"name\": \"TV & Video\"\n                }\n            ],\n            \"product\": {\n                \"name\": \"\",\n                \"handling_type\": \"\",\n                \"unit\": \"\",\n                \"type\": \"\",\n                \"description\": \"\"\n            },\n            \"dimensions\": {\n                \"length\": {\n                    \"length\": 100,\n                    \"unit\": \"cm\"\n                },\n                \"breadth\": {\n                    \"breadth\": 10,\n                    \"unit\": \"cm\"\n                },\n                \"height\": {\n                    \"height\": 60,\n                    \"unit\": \"cm\"\n                }\n            },\n            \"barcodes\": [\n                \"1234567890123\",\n                \"9876543210987\"\n            ],\n            \"images\": [\n                {\n                    \"default\": \"https://images.unsplash.com/photo-1593305841991-05c297ba4575?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8M3x8dHZ8ZW58MHx8MHx8fDA%3D&auto=format&fit=crop&w=800&q=60\",\n                    \"thumbnail\": \"https://images.unsplash.com/photo-1593305841991-05c297ba4575?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8M3x8dHZ8ZW58MHx8MHx8fDA%3D&auto=format&fit=crop&w=800&q=60\",\n                    \"medium\": \"https://example.com/images/tv/medium.jpg\",\n                    \"large\": \"https://example.com/images/tv/large.jpg\",\n                    \"type\": \"image\",\n                    \"description\": \"Smart LED TV image\"\n                }\n            ],\n            \"attributes\": [\n                {\n                    \"name\": \"Screen Size\",\n                    \"sku_attribute_variation\": {\n                        \"name\": \"Variation 1\"\n                    }\n                }\n            ],\n            \"handling_type\": \"cold\",\n            \"type\": \"simple\",\n            \"status\": \"live\",\n            \"unit\": \"\",\n            \"is_perishable\": false,\n            \"country_of_origin\": \"CountryX\",\n            \"is_weighted\": false,\n            \"configuration\": {\n                \"weight\": {\n                    \"min\": \"10 kg\",\n                    \"max\": \"15 kg\",\n                    \"type\": \"fixed\"\n                }\n            },\n            \"custom_attribute\": [\n                {\n                    \"key\": \"Smart TV\",\n                    \"value\": \"Yes\"\n                },\n                {\n                    \"key\": \"Resolution\",\n                    \"value\": \"4K\"\n                }\n            ],\n            \"created_by\": \"359\",\n            \"updated_by\": \"\",\n            \"created_at\": \"2023-08-03T06:34:16.152Z\",\n            \"updated_at\": \"0001-01-01T00:00:00Z\"\n        }\n    ],\n    \"meta\": {\n        \"current_page\": 2,\n        \"last_page\": 2,\n        \"per_page\": 2,\n        \"total\": 4\n    }\n}"},{"id":"e45b2c70-d0d8-4cc6-982e-928b621929c6","name":"Fetch SKUs When No SKUs are present","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.staging.omniful.com/sales-channel/public/v1/skus","protocol":"https","host":["api","staging","omniful","com"],"path":["sales-channel","public","v1","skus"],"query":[{"key":"per_page","value":"5","disabled":true},{"key":"page","value":"1","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 03 Aug 2023 06:26:09 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7f0c7cc8af6b3f78-BOM"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": null,\n    \"meta\": {\n        \"current_page\": 1,\n        \"last_page\": 0,\n        \"per_page\": 20,\n        \"total\": 0\n    }\n}"},{"id":"a70e734b-7bd5-4327-8e65-a29966e59e76","name":"Success (with Inventory)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://prodapi.omniful.com/sales-channel/public/v1/skus?include_inventory=true&hub_code=193","protocol":"https","host":["prodapi","omniful","com"],"path":["sales-channel","public","v1","skus"],"query":[{"key":"include_inventory","value":"true","description":"If True, then inventory for the corresponding SKU is fetched"},{"key":"hub_code","value":"hub_code_1","description":"Unique identifer for hub. Hub Code","type":"text","disabled":true},{"key":"hub_code","value":"193"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Tue, 09 Sep 2025 12:03:17 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"x-omniful-request-id","value":"da13d0e2-f11c-4837-83a3-ef6d18371599"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"97c68a9f5958919e-DEL"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": [\n        {\n            \"sku_code\": \"abcde\",\n            \"name\": \"Smart LED TV\",\n            \"description\": \"High-quality 4K Smart LED TV with Wi-Fi connectivity.\",\n            \"cost\": 300,\n            \"retail_price\": 599,\n            \"selling_price\": 499,\n            \"display_selling_price\": \"499.00 SAR\",\n            \"display_retail_price\": \"599.00 SAR\",\n            \"category\": null,\n            \"product\": {\n                \"name\": \"\",\n                \"handling_type\": \"\",\n                \"unit\": \"\",\n                \"type\": \"\",\n                \"description\": \"\"\n            },\n            \"dimensions\": {\n                \"length\": {\n                    \"length\": 100,\n                    \"unit\": \"cm\"\n                },\n                \"breadth\": {\n                    \"breadth\": 10,\n                    \"unit\": \"cm\"\n                },\n                \"height\": {\n                    \"height\": 60,\n                    \"unit\": \"cm\"\n                }\n            },\n            \"barcodes\": [\n                \"abcde\"\n            ],\n            \"images\": [\n                {\n                    \"default\": \"https://images.unsplash.com/photo-1593305841991-05c297ba4575?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8M3x8dHZ8ZW58MHx8MHx8fDA%3D&auto=format&fit=crop&w=800&q=60\",\n                    \"thumbnail\": \"https://images.unsplash.com/photo-1593305841991-05c297ba4575?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8M3x8dHZ8ZW58MHx8MHx8fDA%3D&auto=format&fit=crop&w=800&q=60\",\n                    \"medium\": \"https://example.com/images/tv/medium.jpg\",\n                    \"large\": \"https://example.com/images/tv/large.jpg\",\n                    \"type\": \"image\",\n                    \"description\": \"Smart LED TV image\"\n                }\n            ],\n            \"attributes\": [\n                {\n                    \"name\": \"Screen Size\",\n                    \"sku_attribute_variation\": {\n                        \"name\": \"Variation 1\"\n                    }\n                }\n            ],\n            \"sales_channel_custom_attributes\": null,\n            \"handling_type\": \"cold\",\n            \"type\": \"simple\",\n            \"status\": \"active\",\n            \"unit\": \"\",\n            \"is_perishable\": false,\n            \"country_of_origin\": \"Country\",\n            \"is_weighted\": false,\n            \"configuration\": {\n                \"weight\": {\n                    \"min\": \"10 kg\",\n                    \"max\": \"15 kg\",\n                    \"type\": \"fixed\"\n                }\n            },\n            \"custom_attribute\": [\n                {\n                    \"key\": \"Smart TV\",\n                    \"value\": \"Yes\"\n                },\n                {\n                    \"key\": \"Resolution\",\n                    \"value\": \"4K\"\n                }\n            ],\n            \"created_by\": \"5502\",\n            \"updated_by\": \"5502\",\n            \"created_at\": \"2025-09-09T10:41:15.074Z\",\n            \"updated_at\": \"2025-09-09T10:41:15.073Z\",\n            \"tax_inclusive\": {\n                \"selling_price\": true\n            },\n            \"tax_percentage\": {\n                \"selling_price\": 20\n            },\n            \"weighted_average_costs\": null,\n            \"metadata\": {\n                \"assembled_part_count\": 0\n            },\n            \"hub_inventory\": [\n                {\n                    \"hub_code\": \"193\",\n                    \"sku_code\": \"abcde\",\n                    \"available_quantity\": 0,\n                    \"sku_name\": \"\",\n                    \"quantity_on_hand\": 0,\n                    \"quantity_location_pass_inventory_sum\": 0,\n                    \"quantity_location_fail_inventory_sum\": 0,\n                    \"quantity_reserved\": 0,\n                    \"uom\": \"\",\n                    \"updated_at\": \"\"\n                }\n            ]\n        }\n    ],\n    \"meta\": {\n        \"current_page\": 1,\n        \"last_page\": 1,\n        \"per_page\": 20,\n        \"total\": 1\n    }\n}"}],"_postman_id":"c4e0ce0f-c7f7-47d5-a32f-de295515bdaf"},{"name":"Get SKU By SKU Code","event":[{"listen":"test","script":{"id":"3d1afc11-0de1-4f61-b89a-7b15334898a4","exec":["pm.test(\"Response status code is 200\", function () {","  pm.expect(pm.response.code).to.equal(200);","});","","","pm.test(\"Validate the 'is_success' field is true\", function () {","    const responseData = pm.response.json();","    ","    pm.expect(responseData.is_success).to.be.true;","});","","","pm.test(\"The 'data' array is present in the response and contains the expected number of elements\", function () {","  const responseData = pm.response.json();","  ","  pm.expect(responseData.data).to.exist.and.to.be.an('array');","  pm.expect(responseData.data).to.have.lengthOf(1);","});","","","pm.test(\"Name field is a non-empty string\", function () {","    const responseData = pm.response.json();","  ","    pm.expect(responseData).to.be.an('object');","    pm.expect(responseData.data).to.be.an('array').and.not.empty;","  ","    responseData.data.forEach(function (sku) {","        pm.expect(sku.name).to.be.a('string').and.not.empty;","    });","});"],"type":"text/javascript","packages":{}}}],"id":"f85e1b38-662c-4d56-a2e7-30944d758b33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/sales-channel/public/v1/skus/:sku_code","description":"<h2 id=\"📌-overview\">📌 Overview</h2>\n<p>The Get SKU by SKU Code API retrieves details of a single SKU from the seller's Sales Channel Listing Catalog using the SKU code.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"path":["sales-channel","public","v1","skus",":sku_code"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p>If True, then inventory for the corresponding SKU is fetched</p>\n","type":"text/plain"},"key":"include_inventory","value":"true"},{"disabled":true,"description":{"content":"<p>Unique identifer for hub. Hub Code</p>\n","type":"text/plain"},"key":"hub_code","value":"hub_code_1"}],"variable":[{"description":{"content":"<p>SKU code of the product you want to fetch details for from the seller sales channel catalog listing.</p>\n","type":"text/plain"},"type":"any","value":"SKU-AC-456","key":"sku_code"}]}},"response":[{"id":"7f689044-18be-46d7-9bfa-d55a2abd42ca","name":"Fetch SKU By SKU Code","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.staging.omniful.com/sales-channel/public/v1/skus/:sku_code","protocol":"https","host":["api","staging","omniful","com"],"path":["sales-channel","public","v1","skus",":sku_code"],"variable":[{"key":"sku_code","value":"SKU-AC-456"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 11 Oct 2023 12:39:44 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"e54c7747-d6b2-4ca9-8efd-8dd097a5bc7b"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"81472ae69870a901-MAA"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"sku_code\": \"SKU-AC-456\",\n        \"name\": \"Split Air Conditioner\",\n        \"description\": \"Energy-efficient split air conditioner with cooling capacity.\",\n        \"cost\": 500,\n        \"retail_price\": 799,\n        \"selling_price\": 699,\n        \"display_selling_price\": \"699.00 SAR\",\n        \"display_retail_price\": \"799.00 SAR\",\n        \"category\": [\n            {\n                \"name\": \"Electronics\"\n            },\n            {\n                \"name\": \"TV & Video\"\n            }\n        ],\n        \"product\": {\n            \"name\": \"\",\n            \"handling_type\": \"\",\n            \"unit\": \"\",\n            \"type\": \"\",\n            \"description\": \"\"\n        },\n        \"dimensions\": {\n            \"length\": {\n                \"length\": 90,\n                \"unit\": \"cm\"\n            },\n            \"breadth\": {\n                \"breadth\": 15,\n                \"unit\": \"cm\"\n            },\n            \"height\": {\n                \"height\": 30,\n                \"unit\": \"cm\"\n            }\n        },\n        \"barcodes\": [\n            \"8765432109876\",\n            \"0123456789012\"\n        ],\n        \"images\": [\n            {\n                \"default\": \"https://images.unsplash.com/photo-1590756254933-2873d72a83b6?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8Mnx8YWlyJTIwY29uZGl0aW9uZXJ8ZW58MHx8MHx8fDA%3D&auto=format&fit=crop&w=800&q=60\",\n                \"thumbnail\": \"https://images.unsplash.com/photo-1590756254933-2873d72a83b6?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8Mnx8YWlyJTIwY29uZGl0aW9uZXJ8ZW58MHx8MHx8fDA%3D&auto=format&fit=crop&w=800&q=60\",\n                \"medium\": \"https://example.com/images/ac/medium.jpg\",\n                \"large\": \"https://example.com/images/ac/large.jpg\",\n                \"type\": \"image\",\n                \"description\": \"Split Air Conditioner image\"\n            }\n        ],\n        \"attributes\": [\n            {\n                \"name\": \"Cooling Capacity\",\n                \"sku_attribute_variation\": {\n                    \"name\": \"Variation 2\"\n                }\n            }\n        ],\n        \"handling_type\": \"cold\",\n        \"type\": \"simple\",\n        \"status\": \"live\",\n        \"unit\": \"\",\n        \"is_perishable\": false,\n        \"country_of_origin\": \"CountryY\",\n        \"is_weighted\": false,\n        \"configuration\": {\n            \"weight\": {\n                \"min\": \"20 kg\",\n                \"max\": \"25 kg\",\n                \"type\": \"fixed\"\n            }\n        },\n        \"custom_attribute\": [\n            {\n                \"key\": \"Energy Efficiency\",\n                \"value\": \"5 Star\"\n            },\n            {\n                \"key\": \"Cooling Power\",\n                \"value\": \"1.5 Ton\"\n            }\n        ],\n        \"created_by\": \"495\",\n        \"updated_by\": \"\",\n        \"created_at\": \"2023-10-04T12:52:42.15Z\",\n        \"updated_at\": \"0001-01-01T00:00:00Z\"\n    },\n    \"meta\": null\n}"},{"id":"9f669bd8-e2f0-4a74-8c1f-126b27e06711","name":"Fetch SKU Result when you enter invalid SKU","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.staging.omniful.com/sales-channel/public/v1/skus/:sku_code","protocol":"https","host":["api","staging","omniful","com"],"path":["sales-channel","public","v1","skus",":sku_code"],"variable":[{"key":"sku_code","value":"SKU-MOB-782"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 03 Aug 2023 06:49:09 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7f0c9e7a0a7f3f97-BOM"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": null,\n    \"meta\": null\n}"},{"id":"455c75a8-10e6-4790-8cc2-0793e73d2aa8","name":"Success (with Inventory)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://prodapi.omniful.com/sales-channel/public/v1/skus/abcde?include_inventory=true&hub_code=193","protocol":"https","host":["prodapi","omniful","com"],"path":["sales-channel","public","v1","skus","abcde"],"query":[{"key":"include_inventory","value":"true","description":"If True, then inventory for the corresponding SKU is fetched"},{"key":"hub_code","value":"193","description":"Unique identifer for hub. Hub Code"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Tue, 09 Sep 2025 12:05:30 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"x-omniful-request-id","value":"2826c9be-b6cd-4df3-b2ac-46a0d934bf27"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"97c68ddfe8428019-MAA"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"sku_code\": \"abcde\",\n        \"name\": \"Smart LED TV\",\n        \"description\": \"High-quality 4K Smart LED TV with Wi-Fi connectivity.\",\n        \"cost\": 300,\n        \"retail_price\": 599,\n        \"selling_price\": 499,\n        \"display_selling_price\": \"499.00 SAR\",\n        \"display_retail_price\": \"599.00 SAR\",\n        \"category\": null,\n        \"product\": {\n            \"name\": \"\",\n            \"handling_type\": \"\",\n            \"unit\": \"\",\n            \"type\": \"\",\n            \"description\": \"\"\n        },\n        \"dimensions\": {\n            \"length\": {\n                \"length\": 100,\n                \"unit\": \"cm\"\n            },\n            \"breadth\": {\n                \"breadth\": 10,\n                \"unit\": \"cm\"\n            },\n            \"height\": {\n                \"height\": 60,\n                \"unit\": \"cm\"\n            }\n        },\n        \"barcodes\": [\n            \"abcde\"\n        ],\n        \"images\": [\n            {\n                \"default\": \"https://images.unsplash.com/photo-1593305841991-05c297ba4575?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8M3x8dHZ8ZW58MHx8MHx8fDA%3D&auto=format&fit=crop&w=800&q=60\",\n                \"thumbnail\": \"https://images.unsplash.com/photo-1593305841991-05c297ba4575?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8M3x8dHZ8ZW58MHx8MHx8fDA%3D&auto=format&fit=crop&w=800&q=60\",\n                \"medium\": \"https://example.com/images/tv/medium.jpg\",\n                \"large\": \"https://example.com/images/tv/large.jpg\",\n                \"type\": \"image\",\n                \"description\": \"Smart LED TV image\"\n            }\n        ],\n        \"attributes\": [\n            {\n                \"name\": \"Screen Size\",\n                \"sku_attribute_variation\": {\n                    \"name\": \"Variation 1\"\n                }\n            }\n        ],\n        \"sales_channel_custom_attributes\": null,\n        \"handling_type\": \"cold\",\n        \"type\": \"simple\",\n        \"status\": \"active\",\n        \"unit\": \"\",\n        \"is_perishable\": false,\n        \"country_of_origin\": \"Country\",\n        \"is_weighted\": false,\n        \"configuration\": {\n            \"weight\": {\n                \"min\": \"10 kg\",\n                \"max\": \"15 kg\",\n                \"type\": \"fixed\"\n            }\n        },\n        \"custom_attribute\": [\n            {\n                \"key\": \"Smart TV\",\n                \"value\": \"Yes\"\n            },\n            {\n                \"key\": \"Resolution\",\n                \"value\": \"4K\"\n            }\n        ],\n        \"created_by\": \"5502\",\n        \"updated_by\": \"5502\",\n        \"created_at\": \"2025-09-09T10:41:15.074Z\",\n        \"updated_at\": \"2025-09-09T10:41:15.073Z\",\n        \"tax_inclusive\": {\n            \"selling_price\": true\n        },\n        \"tax_percentage\": {\n            \"selling_price\": 20\n        },\n        \"weighted_average_costs\": null,\n        \"metadata\": {\n            \"assembled_part_count\": 0\n        },\n        \"hub_inventory\": [\n            {\n                \"hub_code\": \"193\",\n                \"sku_code\": \"abcde\",\n                \"available_quantity\": 0,\n                \"sku_name\": \"\",\n                \"quantity_on_hand\": 0,\n                \"quantity_location_pass_inventory_sum\": 0,\n                \"quantity_location_fail_inventory_sum\": 0,\n                \"quantity_reserved\": 0,\n                \"uom\": \"\",\n                \"updated_at\": \"\"\n            }\n        ]\n    },\n    \"meta\": null\n}"}],"_postman_id":"f85e1b38-662c-4d56-a2e7-30944d758b33"},{"name":"Update SKUs","id":"d1f11581-7769-460a-9796-fa724ae48154","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"sku_id\": \"sku_tv_12345\",\n        \"name\": \"Smart LED TV\",\n        \"description\": \"High-quality 4K Smart LED TV with Wi-Fi connectivity.\",\n        \"sku_code\": \"SKU-TV-12345\",\n        \"cost\": 441,\n        \"retail_price\": 599,\n        \"selling_price\": 551,\n        \"display_selling_price\": \"499.00 SAR\",\n        \"display_retail_price\": \"599.00 SAR\",\n        \"category\": [\n            {\n                \"name\": \"Electronics\"\n            },\n            {\n                \"name\": \"TV & Video\"\n            }\n        ],\n        \"product\": {\n            \"name\": \"\",\n            \"handling_type\": \"\",\n            \"unit\": \"\",\n            \"type\": \"\",\n            \"description\": \"\"\n        },\n        \"dimensions\": {\n            \"length\": {\n                \"length\": 100,\n                \"unit\": \"cm\"\n            },\n            \"breadth\": {\n                \"breadth\": 10,\n                \"unit\": \"cm\"\n            },\n            \"height\": {\n                \"height\": 60,\n                \"unit\": \"cm\"\n            }\n        },\n        \"barcodes\": [\n            \"1234567890123\",\n            \"9876543210987\"\n        ],\n        \"images\": [\n            {\n                \"default\": \"https://images.unsplash.com/photo-1593305841991-05c297ba4575?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8M3x8dHZ8ZW58MHx8MHx8fDA%3D&auto=format&fit=crop&w=800&q=60\",\n                \"thumbnail\": \"https://images.unsplash.com/photo-1593305841991-05c297ba4575?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8M3x8dHZ8ZW58MHx8MHx8fDA%3D&auto=format&fit=crop&w=800&q=60\",\n                \"medium\": \"https://example.com/images/tv/medium.jpg\",\n                \"large\": \"https://example.com/images/tv/large.jpg\",\n                \"type\": \"image\",\n                \"description\": \"Smart LED TV image\"\n            }\n        ],\n        \"attributes\": [\n            {\n                \"name\": \"Screen Size\",\n                \"sku_attribute_variation\": {\n                    \"name\": \"Variation 1\"\n                }\n            }\n        ],\n        \"handling_type\": \"cold\",\n        \"type\": \"simple\",\n        \"status\": \"live\",\n        \"unit\": \"\",\n        \"is_perishable\": false,\n        \"country_of_origin\": \"CountryX\",\n        \"is_weighted\": false,\n        \"configuration\": {\n            \"weight\": {\n                \"min\": \"10 kg\",\n                \"max\": \"15 kg\",\n                \"type\": \"fixed\"\n            }\n        },\n        \"custom_attribute\": [\n            {\n                \"key\": \"Smart TV\",\n                \"value\": \"Yes\"\n            },\n            {\n                \"key\": \"Resolution\",\n                \"value\": \"4K\"\n            }\n        ],\n        \"created_by\": \"359\",\n        \"updated_by\": \"\",\n        \"created_at\": \"2023-08-03T06:35:40.136Z\",\n        \"updated_at\": \"0001-01-01T00:00:00Z\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/skus","description":"<h2 id=\"📌-overview\">📌 Overview</h2>\n<p>The Update SKU API allows users to modify the details of an existing SKU within the Sales Channel Listing for a seller.</p>\n<p>📌 <strong>Key Information:</strong></p>\n<ul>\n<li><p>SKU Code and SKU ID cannot be updated. Attempting to change them will result in creating a new SKU instead.</p>\n</li>\n<li><p>This API is useful for updating pricing, product attributes, and other SKU-related details.</p>\n</li>\n</ul>\n<p>It ensures that the SKU information in the sales channel remains accurate and up to date.</p>\n<p>Here's the documentation for the JSON request body of the update SKUs API:</p>\n<h2 id=\"update-skus-api-request-body\">Update SKUs API Request Body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>sku_id</code></td>\n<td><code>string</code></td>\n<td>The unique identifier of the SKU to be updated</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td><code>string</code></td>\n<td>The updated name of the product</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><code>description</code></td>\n<td><code>string</code></td>\n<td>The updated detailed description of the product</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><code>sku_code</code></td>\n<td><code>string</code></td>\n<td>The updated unique code identifying the SKU</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><code>cost</code></td>\n<td><code>number</code></td>\n<td>The updated cost of purchasing the product</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><code>retail_price</code></td>\n<td><code>number</code></td>\n<td>The updated Manufacturer's Retail Price (MRP)</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><code>selling_price</code></td>\n<td><code>number</code></td>\n<td>The updated price at which the product is being sold</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td>hs_code</td>\n<td><code>string</code></td>\n<td>Harmonized System (HS) Code</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><code>display_selling_price</code></td>\n<td><code>string</code></td>\n<td>The formatted display string for the selling price</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><code>display_retail_price</code></td>\n<td><code>string</code></td>\n<td>The formatted display string for the retail price</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><code>category</code></td>\n<td><code>array</code></td>\n<td>An array of updated category objects</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><code>category[].name</code></td>\n<td><code>string</code></td>\n<td>The name of the category</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><code>product</code></td>\n<td><code>object</code></td>\n<td>An object representing the associated product details</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><code>product.name</code></td>\n<td><code>string</code></td>\n<td>The name of the associated product</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><code>product.handling_type</code></td>\n<td><code>string</code></td>\n<td>The handling type of the associated product</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><code>product.unit</code></td>\n<td><code>string</code></td>\n<td>The unit of the associated product</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><code>product.type</code></td>\n<td><code>string</code></td>\n<td>The type of the associated product</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><code>product.description</code></td>\n<td><code>string</code></td>\n<td>The description of the associated product</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><code>dimensions</code></td>\n<td><code>object</code></td>\n<td>An object representing the updated physical dimensions</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><code>dimensions.length</code></td>\n<td><code>object</code></td>\n<td>The updated length of the SKU</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><code>dimensions.length.length</code></td>\n<td><code>number</code></td>\n<td>The updated length value</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><code>dimensions.length.unit</code></td>\n<td><code>string</code></td>\n<td>The updated unit of measurement for length</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><code>dimensions.breadth</code></td>\n<td><code>object</code></td>\n<td>The updated breadth of the SKU</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><code>dimensions.breadth.breadth</code></td>\n<td><code>number</code></td>\n<td>The updated breadth value</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><code>dimensions.breadth.unit</code></td>\n<td><code>string</code></td>\n<td>The updated unit of measurement for breadth</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><code>dimensions.height</code></td>\n<td><code>object</code></td>\n<td>The updated height of the SKU</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><code>dimensions.height.height</code></td>\n<td><code>number</code></td>\n<td>The updated height value</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><code>dimensions.height.unit</code></td>\n<td><code>string</code></td>\n<td>The updated unit of measurement for height</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><code>barcodes</code></td>\n<td><code>array</code></td>\n<td>An array of updated barcode strings</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><code>images</code></td>\n<td><code>array</code></td>\n<td>An array of updated image objects</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><code>images[].default</code></td>\n<td><code>string</code></td>\n<td>The updated default image URL</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><code>images[].thumbnail</code></td>\n<td><code>string</code></td>\n<td>The updated thumbnail image URL</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><code>images[].medium</code></td>\n<td><code>string</code></td>\n<td>The updated medium-sized image URL</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><code>images[].large</code></td>\n<td><code>string</code></td>\n<td>The updated large-sized image URL</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><code>images[].type</code></td>\n<td><code>string</code></td>\n<td>The updated type of the image</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><code>images[].description</code></td>\n<td><code>string</code></td>\n<td>The updated description of the image</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><code>attributes</code></td>\n<td><code>array</code></td>\n<td>An array of updated attribute objects</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><code>attributes[].name</code></td>\n<td><code>string</code></td>\n<td>The updated name of the attribute</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><code>attributes[].sku_attribute_variation.name</code></td>\n<td><code>string</code></td>\n<td>The updated attribute variation name</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><code>handling_type</code></td>\n<td><code>string</code></td>\n<td>The updated handling type for the SKU</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><code>type</code></td>\n<td><code>string</code></td>\n<td>The updated type of the SKU</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td><code>string</code></td>\n<td>The updated status of the product</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><code>unit</code></td>\n<td><code>string</code></td>\n<td>The updated measuring unit for the SKU</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><code>is_perishable</code></td>\n<td><code>boolean</code></td>\n<td>Indicates whether the SKU is perishable</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><code>country_of_origin</code></td>\n<td><code>string</code></td>\n<td>The updated originating country of the product</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><code>is_weighted</code></td>\n<td><code>boolean</code></td>\n<td>Indicates whether the SKU has weight considerations</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><code>configuration</code></td>\n<td><code>object</code></td>\n<td>An object with updated SKU configurations</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><code>configuration.weight</code></td>\n<td><code>object</code></td>\n<td>An object indicating the updated weight range</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><code>configuration.weight.min</code></td>\n<td><code>string</code></td>\n<td>The updated minimum weight</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><code>configuration.weight.max</code></td>\n<td><code>string</code></td>\n<td>The updated maximum weight</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><code>configuration.weight.type</code></td>\n<td><code>string</code></td>\n<td>The updated type of weight configuration</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><code>custom_attribute</code></td>\n<td><code>array</code></td>\n<td>An array of updated custom attribute objects</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><code>custom_attribute[].key</code></td>\n<td><code>string</code></td>\n<td>The updated key of the custom attribute</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><code>custom_attribute[].value</code></td>\n<td><code>string</code></td>\n<td>The updated value of the custom attribute</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><code>created_by</code></td>\n<td><code>string</code></td>\n<td>The identifier of the user who created the SKU</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><code>updated_by</code></td>\n<td><code>string</code></td>\n<td>The identifier of the user who last updated the SKU</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><code>created_at</code></td>\n<td><code>string</code></td>\n<td>The timestamp indicating when the SKU was created</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><code>updated_at</code></td>\n<td><code>string</code></td>\n<td>The timestamp indicating when the SKU was last updated</td>\n<td>❌ No</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"path":["sales-channel","public","v1","skus"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"0961762b-9d20-4882-843e-ca98e1f94b5f","name":"Update SKUs","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"sku_id\": \"sku_tv_12345\",\n        \"name\": \"Smart LED TV\",\n        \"description\": \"High-quality 4K Smart LED TV with Wi-Fi connectivity.\",\n        \"sku_code\": \"SKU-TV-12345\",\n        \"cost\": 441,\n        \"retail_price\": 599,\n        \"selling_price\": 551,\n        \"display_selling_price\": \"499.00 SAR\",\n        \"display_retail_price\": \"599.00 SAR\",\n        \"category\": [\n            {\n                \"name\": \"Electronics\"\n            },\n            {\n                \"name\": \"TV & Video\"\n            }\n        ],\n        \"product\": {\n            \"name\": \"\",\n            \"handling_type\": \"\",\n            \"unit\": \"\",\n            \"type\": \"\",\n            \"description\": \"\"\n        },\n        \"dimensions\": {\n            \"length\": {\n                \"length\": 100,\n                \"unit\": \"cm\"\n            },\n            \"breadth\": {\n                \"breadth\": 10,\n                \"unit\": \"cm\"\n            },\n            \"height\": {\n                \"height\": 60,\n                \"unit\": \"cm\"\n            }\n        },\n        \"barcodes\": [\n            \"1234567890123\",\n            \"9876543210987\"\n        ],\n        \"images\": [\n            {\n                \"default\": \"https://images.unsplash.com/photo-1593305841991-05c297ba4575?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8M3x8dHZ8ZW58MHx8MHx8fDA%3D&auto=format&fit=crop&w=800&q=60\",\n                \"thumbnail\": \"https://images.unsplash.com/photo-1593305841991-05c297ba4575?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8M3x8dHZ8ZW58MHx8MHx8fDA%3D&auto=format&fit=crop&w=800&q=60\",\n                \"medium\": \"https://example.com/images/tv/medium.jpg\",\n                \"large\": \"https://example.com/images/tv/large.jpg\",\n                \"type\": \"image\",\n                \"description\": \"Smart LED TV image\"\n            }\n        ],\n        \"attributes\": [\n            {\n                \"name\": \"Screen Size\",\n                \"sku_attribute_variation\": {\n                    \"name\": \"Variation 1\"\n                }\n            }\n        ],\n        \"handling_type\": \"cold\",\n        \"type\": \"simple\",\n        \"status\": \"live\",\n        \"unit\": \"\",\n        \"is_perishable\": false,\n        \"country_of_origin\": \"CountryX\",\n        \"is_weighted\": false,\n        \"configuration\": {\n            \"weight\": {\n                \"min\": \"10 kg\",\n                \"max\": \"15 kg\",\n                \"type\": \"fixed\"\n            }\n        },\n        \"custom_attribute\": [\n            {\n                \"key\": \"Smart TV\",\n                \"value\": \"Yes\"\n            },\n            {\n                \"key\": \"Resolution\",\n                \"value\": \"4K\"\n            }\n        ],\n        \"created_by\": \"359\",\n        \"updated_by\": \"\",\n        \"created_at\": \"2023-08-03T06:35:40.136Z\",\n        \"updated_at\": \"0001-01-01T00:00:00Z\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":"https://api.staging.omniful.com/sales-channel/public/v1/skus"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 03 Aug 2023 06:51:37 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7f0ca215da503f97-BOM"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"status\": \"Products Updated successfully.\"\n    },\n    \"meta\": null\n}"}],"_postman_id":"d1f11581-7769-460a-9796-fa724ae48154"},{"name":"Get Master Catalog SKUs","event":[{"listen":"test","script":{"id":"692bf405-f2c1-4f63-9029-a5f3f5447616","exec":["pm.test(\"Response status code is 200\", function () {","  pm.expect(pm.response.code).to.equal(200);","});","","","pm.test(\"Validate is_success field is true\", function () {","  const responseData = pm.response.json();","  ","  pm.expect(responseData).to.be.an('object');","  pm.expect(responseData.is_success).to.be.true;","});","","","pm.test(\"Validate the status_code field is 0\", function () {","    const responseData = pm.response.json();","    ","    pm.expect(responseData).to.be.an('object');","    pm.expect(responseData.status_code).to.equal(0);","});","","","pm.test(\"Data field is an array with at least one element\", function () {","    const responseData = pm.response.json();","    ","    pm.expect(responseData.data).to.be.an('array').that.is.not.empty;","});","","","pm.test(\"Validate 'id' field is a non-empty string\", function () {","    const responseData = pm.response.json();","    ","    pm.expect(responseData.data).to.be.an('array');","    pm.expect(responseData.data.length).to.be.above(0, \"Array should not be empty\");","    ","    responseData.data.forEach(function (item) {","        pm.expect(item.id).to.be.a('string').and.to.have.lengthOf.at.least(1, \"Value should not be empty\");","    });","});"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"295b1b76-dc87-4bd7-a168-d860c644e6d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/sales-channel/public/v1/master/skus?updated_at_start_date=22-03-2024&updated_at_end_date=23-03-2024","description":"<h2 id=\"📌-overview\">📌 Overview</h2>\n<p>The Get Master Catalog SKUs API retrieves all SKU details available in the Master Catalog (Seller Catalog).</p>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"path":["sales-channel","public","v1","master","skus"],"host":["{{base_url}}"],"query":[{"key":"updated_at_start_date","value":"22-03-2024"},{"key":"updated_at_end_date","value":"23-03-2024"},{"disabled":true,"description":{"content":"<p>If true, inventory details will be fetched for corresponding hub</p>\n","type":"text/plain"},"key":"include_inventory","value":"true"},{"disabled":true,"description":{"content":"<p>Code for the hub whose inventory details are to be fetched</p>\n","type":"text/plain"},"key":"hub_code","value":"2134"}],"variable":[]}},"response":[{"id":"190fabb6-6894-4d21-9e86-a5d7391767ec","name":"Example","originalRequest":{"method":"GET","header":[],"url":"https://api.staging.omniful.com/sales-channel/public/v1/master/skus"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 28 Aug 2023 07:18:17 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Omniful-Request-Id","value":"03cf19de-885a-4d14-acf9-e899d1042035"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7fdac7866afc3989-MAA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": [\n        {\n            \"sku_code\": \"BabbuMaanTestSK5U\",\n            \"name\": \"GeeksmantestProduct | Alpha2 | babbu MaanA1\",\n            \"description\": \"\",\n            \"cost\": 0,\n            \"retail_price\": 0,\n            \"selling_price\": 0,\n            \"display_selling_price\": \"\",\n            \"display_retail_price\": \"\",\n            \"category\": null,\n            \"product\": {\n                \"name\": \"\",\n                \"handling_type\": \"\",\n                \"unit\": \"\",\n                \"type\": \"\",\n                \"description\": \"\"\n            },\n            \"dimensions\": {\n                \"length\": {\n                    \"length\": 0,\n                    \"unit\": \"\"\n                },\n                \"breadth\": {\n                    \"breadth\": 0,\n                    \"unit\": \"\"\n                },\n                \"height\": {\n                    \"height\": 0,\n                    \"unit\": \"\"\n                }\n            },\n            \"barcodes\": [\n                \"TestBarcode\"\n            ],\n            \"images\": [],\n            \"attributes\": [],\n            \"handling_type\": \"\",\n            \"type\": \"simple\",\n            \"status\": \"live\",\n            \"unit\": \"\",\n            \"is_perishable\": false,\n            \"country_of_origin\": \"\",\n            \"is_weighted\": false,\n            \"configuration\": {\n                \"weight\": {\n                    \"min\": \"\",\n                    \"max\": \"\",\n                    \"type\": \"\"\n                }\n            },\n            \"custom_attribute\": null,\n            \"created_by\": \"381\",\n            \"updated_by\": \"381\",\n            \"created_at\": \"2023-07-19T09:25:32.46Z\",\n            \"updated_at\": \"2023-07-19T09:25:32.46Z\"\n        },\n        {\n            \"sku_code\": \"SKU-AC-456\",\n            \"name\": \"Split Air Conditioner\",\n            \"description\": \"Energy-efficient split air conditioner with cooling capacity.\",\n            \"cost\": 899,\n            \"retail_price\": 1299,\n            \"selling_price\": 1099,\n            \"display_selling_price\": \"1099.00 SAR\",\n            \"display_retail_price\": \"1299.00 SAR\",\n            \"category\": [\n                {\n                    \"name\": \"Electronics\"\n                }\n            ],\n            \"product\": {\n                \"name\": \"\",\n                \"handling_type\": \"\",\n                \"unit\": \"\",\n                \"type\": \"\",\n                \"description\": \"\"\n            },\n            \"dimensions\": {\n                \"length\": {\n                    \"length\": 15,\n                    \"unit\": \"cm\"\n                },\n                \"breadth\": {\n                    \"breadth\": 7,\n                    \"unit\": \"cm\"\n                },\n                \"height\": {\n                    \"height\": 0.9,\n                    \"unit\": \"cm\"\n                }\n            },\n            \"barcodes\": [\n                \"8765432109876\"\n            ],\n            \"images\": [\n                {\n                    \"default\": \"https://images.unsplash.com/photo-1590756254933-2873d72a83b6?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8Mnx8YWlyJTIwY29uZGl0aW9uZXJ8ZW58MHx8MHx8fDA%3D&auto=format&fit=crop&w=800&q=60\",\n                    \"thumbnail\": \"https://images.unsplash.com/photo-1590756254933-2873d72a83b6?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8Mnx8YWlyJTIwY29uZGl0aW9uZXJ8ZW58MHx8MHx8fDA%3D&auto=format&fit=crop&w=800&q=60\",\n                    \"medium\": \"url/to/phone1_medium.jpg\",\n                    \"large\": \"url/to/phone1_large.jpg\",\n                    \"type\": \"\",\n                    \"description\": \"High-quality mobile\"\n                }\n            ],\n            \"attributes\": [],\n            \"handling_type\": \"hot\",\n            \"type\": \"simple\",\n            \"status\": \"live\",\n            \"unit\": \"kg\",\n            \"is_perishable\": false,\n            \"country_of_origin\": \"Saudi Arabia\",\n            \"is_weighted\": true,\n            \"configuration\": {\n                \"weight\": {\n                    \"min\": \"0.1\",\n                    \"max\": \"0.3\",\n                    \"type\": \"kg\"\n                }\n            },\n            \"custom_attribute\": null,\n            \"created_by\": \"381\",\n            \"updated_by\": \"381\",\n            \"created_at\": \"2023-07-28T08:28:47.143Z\",\n            \"updated_at\": \"2023-07-28T08:28:47.143Z\"\n        },\n        {\n            \"sku_code\": \"SKU-EARPHONES-789\",\n            \"name\": \"Wireless Earphones\",\n            \"description\": \"Product 3 Description\",\n            \"cost\": 299,\n            \"retail_price\": 399,\n            \"selling_price\": 349,\n            \"display_selling_price\": \"349.00 SAR\",\n            \"display_retail_price\": \"399.00 SAR\",\n            \"category\": [\n                {\n                    \"name\": \"Home & Kitchen\"\n                }\n            ],\n            \"product\": {\n                \"name\": \"\",\n                \"handling_type\": \"\",\n                \"unit\": \"\",\n                \"type\": \"\",\n                \"description\": \"\"\n            },\n            \"dimensions\": {\n                \"length\": {\n                    \"length\": 25,\n                    \"unit\": \"cm\"\n                },\n                \"breadth\": {\n                    \"breadth\": 20,\n                    \"unit\": \"cm\"\n                },\n                \"height\": {\n                    \"height\": 30,\n                    \"unit\": \"cm\"\n                }\n            },\n            \"barcodes\": [\n                \"barcode-earphones789\"\n            ],\n            \"images\": [\n                {\n                    \"default\": \"https://m.media-amazon.com/images/I/61KNJav3S9L._AC_UY436_FMwebp_QL65_.jpg\",\n                    \"thumbnail\": \"https://m.media-amazon.com/images/I/61KNJav3S9L._AC_UY436_FMwebp_QL65_.jpg\",\n                    \"medium\": \"url/to/coffeemaker1_medium.jpg\",\n                    \"large\": \"url/to/coffeemaker1_large.jpg\",\n                    \"type\": \"\",\n                    \"description\": \"Home\"\n                }\n            ],\n            \"attributes\": [],\n            \"handling_type\": \"hot\",\n            \"type\": \"simple\",\n            \"status\": \"live\",\n            \"unit\": \"kg\",\n            \"is_perishable\": true,\n            \"country_of_origin\": \"Saudi Arabia\",\n            \"is_weighted\": true,\n            \"configuration\": {\n                \"weight\": {\n                    \"min\": \"2\",\n                    \"max\": \"5\",\n                    \"type\": \"kg\"\n                }\n            },\n            \"custom_attribute\": null,\n            \"created_by\": \"381\",\n            \"updated_by\": \"381\",\n            \"created_at\": \"2023-08-01T14:38:05.59Z\",\n            \"updated_at\": \"2023-08-01T14:38:05.59Z\"\n        },\n        {\n            \"sku_code\": \"SKU-MOB-789\",\n            \"name\": \"Smartphone\",\n            \"description\": \"High-performance smartphone with advanced features.\",\n            \"cost\": 29.99,\n            \"retail_price\": 39.99,\n            \"selling_price\": 34.99,\n            \"display_selling_price\": \"34.99 SAR\",\n            \"display_retail_price\": \"39.99 SAR\",\n            \"category\": [\n                {\n                    \"name\": \"Apparel\"\n                }\n            ],\n            \"product\": {\n                \"name\": \"\",\n                \"handling_type\": \"\",\n                \"unit\": \"\",\n                \"type\": \"\",\n                \"description\": \"\"\n            },\n            \"dimensions\": {\n                \"length\": {\n                    \"length\": 50,\n                    \"unit\": \"cm\"\n                },\n                \"breadth\": {\n                    \"breadth\": 30,\n                    \"unit\": \"cm\"\n                },\n                \"height\": {\n                    \"height\": 1,\n                    \"unit\": \"cm\"\n                }\n            },\n            \"barcodes\": [\n                \"7654321098765\"\n            ],\n            \"images\": [\n                {\n                    \"default\": \"https://images.unsplash.com/photo-1585060544812-6b45742d762f?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8OHx8bW9iaWxlfGVufDB8fDB8fHww&auto=format&fit=crop&w=800&q=60\",\n                    \"thumbnail\": \"https://images.unsplash.com/photo-1585060544812-6b45742d762f?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8OHx8bW9iaWxlfGVufDB8fDB8fHww&auto=format&fit=crop&w=800&q=60\",\n                    \"medium\": \"url/to/tshirt1_medium.jpg\",\n                    \"large\": \"url/to/tshirt1_large.jpg\",\n                    \"type\": \"\",\n                    \"description\": \"Local clothing\"\n                }\n            ],\n            \"attributes\": [],\n            \"handling_type\": \"cold\",\n            \"type\": \"simple\",\n            \"status\": \"live\",\n            \"unit\": \"kg\",\n            \"is_perishable\": false,\n            \"country_of_origin\": \"Saudi Arabia\",\n            \"is_weighted\": false,\n            \"configuration\": {\n                \"weight\": {\n                    \"min\": \"0.2\",\n                    \"max\": \"0.6\",\n                    \"type\": \"kg\"\n                }\n            },\n            \"custom_attribute\": null,\n            \"created_by\": \"381\",\n            \"updated_by\": \"381\",\n            \"created_at\": \"2023-07-28T08:28:47.143Z\",\n            \"updated_at\": \"2023-07-28T08:28:47.143Z\"\n        },\n        {\n            \"sku_code\": \"SKU-SHOE-123\",\n            \"name\": \"Running Shoes\",\n            \"description\": \"Product 1 Description\",\n            \"cost\": 899,\n            \"retail_price\": 1299,\n            \"selling_price\": 1099,\n            \"display_selling_price\": \"1099.00 SAR\",\n            \"display_retail_price\": \"1299.00 SAR\",\n            \"category\": [\n                {\n                    \"name\": \"Electronics\"\n                }\n            ],\n            \"product\": {\n                \"name\": \"\",\n                \"handling_type\": \"\",\n                \"unit\": \"\",\n                \"type\": \"\",\n                \"description\": \"\"\n            },\n            \"dimensions\": {\n                \"length\": {\n                    \"length\": 15,\n                    \"unit\": \"cm\"\n                },\n                \"breadth\": {\n                    \"breadth\": 7,\n                    \"unit\": \"cm\"\n                },\n                \"height\": {\n                    \"height\": 0.9,\n                    \"unit\": \"cm\"\n                }\n            },\n            \"barcodes\": [\n                \"barcode-shoe123\"\n            ],\n            \"images\": [\n                {\n                    \"default\": \"https://m.media-amazon.com/images/G/31/img21/shoes/2023/SS23/Kids/SBCs/Sportsw._CB603477575_.png\",\n                    \"thumbnail\": \"https://m.media-amazon.com/images/G/31/img21/shoes/2023/SS23/Kids/SBCs/Sportsw._CB603477575_.png\",\n                    \"medium\": \"url/to/phone1_medium.jpg\",\n                    \"large\": \"url/to/phone1_large.jpg\",\n                    \"type\": \"\",\n                    \"description\": \"High-quality mobile\"\n                }\n            ],\n            \"attributes\": [],\n            \"handling_type\": \"hot\",\n            \"type\": \"simple\",\n            \"status\": \"live\",\n            \"unit\": \"kg\",\n            \"is_perishable\": false,\n            \"country_of_origin\": \"Saudi Arabia\",\n            \"is_weighted\": true,\n            \"configuration\": {\n                \"weight\": {\n                    \"min\": \"0.1\",\n                    \"max\": \"0.3\",\n                    \"type\": \"kg\"\n                }\n            },\n            \"custom_attribute\": null,\n            \"created_by\": \"381\",\n            \"updated_by\": \"381\",\n            \"created_at\": \"2023-08-01T14:38:05.59Z\",\n            \"updated_at\": \"2023-08-01T14:38:05.589Z\"\n        },\n        {\n            \"sku_code\": \"SKU-TABLET-456\",\n            \"name\": \"Tablet\",\n            \"description\": \"Product 2 Description\",\n            \"cost\": 29.99,\n            \"retail_price\": 39.99,\n            \"selling_price\": 34.99,\n            \"display_selling_price\": \"34.99 SAR\",\n            \"display_retail_price\": \"39.99 SAR\",\n            \"category\": [\n                {\n                    \"name\": \"Apparel\"\n                }\n            ],\n            \"product\": {\n                \"name\": \"\",\n                \"handling_type\": \"\",\n                \"unit\": \"\",\n                \"type\": \"\",\n                \"description\": \"\"\n            },\n            \"dimensions\": {\n                \"length\": {\n                    \"length\": 50,\n                    \"unit\": \"cm\"\n                },\n                \"breadth\": {\n                    \"breadth\": 30,\n                    \"unit\": \"cm\"\n                },\n                \"height\": {\n                    \"height\": 1,\n                    \"unit\": \"cm\"\n                }\n            },\n            \"barcodes\": [\n                \"barcode-tablet456\"\n            ],\n            \"images\": [\n                {\n                    \"default\": \"https://m.media-amazon.com/images/I/511mMK0LW2L._AC_UY436_FMwebp_QL65_.jpg\",\n                    \"thumbnail\": \"https://m.media-amazon.com/images/I/511mMK0LW2L._AC_UY436_FMwebp_QL65_.jpg\",\n                    \"medium\": \"url/to/tshirt1_medium.jpg\",\n                    \"large\": \"url/to/tshirt1_large.jpg\",\n                    \"type\": \"\",\n                    \"description\": \"Local clothing\"\n                }\n            ],\n            \"attributes\": [],\n            \"handling_type\": \"cold\",\n            \"type\": \"simple\",\n            \"status\": \"live\",\n            \"unit\": \"kg\",\n            \"is_perishable\": false,\n            \"country_of_origin\": \"Saudi Arabia\",\n            \"is_weighted\": false,\n            \"configuration\": {\n                \"weight\": {\n                    \"min\": \"0.2\",\n                    \"max\": \"0.6\",\n                    \"type\": \"kg\"\n                }\n            },\n            \"custom_attribute\": null,\n            \"created_by\": \"381\",\n            \"updated_by\": \"381\",\n            \"created_at\": \"2023-08-01T14:38:05.59Z\",\n            \"updated_at\": \"2023-08-01T14:38:05.59Z\"\n        },\n        {\n            \"sku_code\": \"SKU123\",\n            \"name\": \"Apple I Phone\",\n            \"description\": \"Apple I Phone 14 pro max\",\n            \"cost\": 299,\n            \"retail_price\": 399,\n            \"selling_price\": 349,\n            \"display_selling_price\": \"349.00 SAR\",\n            \"display_retail_price\": \"399.00 SAR\",\n            \"category\": [\n                {\n                    \"name\": \"Home & Kitchen\"\n                }\n            ],\n            \"product\": {\n                \"name\": \"\",\n                \"handling_type\": \"\",\n                \"unit\": \"\",\n                \"type\": \"\",\n                \"description\": \"\"\n            },\n            \"dimensions\": {\n                \"length\": {\n                    \"length\": 25,\n                    \"unit\": \"cm\"\n                },\n                \"breadth\": {\n                    \"breadth\": 20,\n                    \"unit\": \"cm\"\n                },\n                \"height\": {\n                    \"height\": 30,\n                    \"unit\": \"cm\"\n                }\n            },\n            \"barcodes\": [\n                \"barcode123\"\n            ],\n            \"images\": [\n                {\n                    \"default\": \"https://imagineonline.store/cdn/shop/products/MPVN3HN_A_1.jpg?v=1662718728\",\n                    \"thumbnail\": \"https://imagineonline.store/cdn/shop/products/MPVN3HN_A_1.jpg?v=1662718728\",\n                    \"medium\": \"url/to/coffeemaker1_medium.jpg\",\n                    \"large\": \"url/to/coffeemaker1_large.jpg\",\n                    \"type\": \"\",\n                    \"description\": \"Home\"\n                }\n            ],\n            \"attributes\": [],\n            \"handling_type\": \"hot\",\n            \"type\": \"simple\",\n            \"status\": \"live\",\n            \"unit\": \"kg\",\n            \"is_perishable\": true,\n            \"country_of_origin\": \"Saudi Arabia\",\n            \"is_weighted\": true,\n            \"configuration\": {\n                \"weight\": {\n                    \"min\": \"2\",\n                    \"max\": \"5\",\n                    \"type\": \"kg\"\n                }\n            },\n            \"custom_attribute\": null,\n            \"created_by\": \"381\",\n            \"updated_by\": \"381\",\n            \"created_at\": \"2023-07-28T08:28:47.143Z\",\n            \"updated_at\": \"2023-07-28T08:28:47.143Z\"\n        },\n        {\n            \"sku_code\": \"dress -11\",\n            \"name\": \"testProduct03 | بيج | 36 - XS\",\n            \"description\": \"عطر اترنيتي او دو تواليت للرجال من كلفن كلاين 100مل\",\n            \"cost\": 29.99,\n            \"retail_price\": 39.99,\n            \"selling_price\": 34.99,\n            \"display_selling_price\": \"34.99 SAR\",\n            \"display_retail_price\": \"39.99 SAR\",\n            \"category\": [\n                {\n                    \"name\": \"Apparel\"\n                }\n            ],\n            \"product\": {\n                \"name\": \"\",\n                \"handling_type\": \"\",\n                \"unit\": \"\",\n                \"type\": \"\",\n                \"description\": \"\"\n            },\n            \"dimensions\": {\n                \"length\": {\n                    \"length\": 50,\n                    \"unit\": \"cm\"\n                },\n                \"breadth\": {\n                    \"breadth\": 30,\n                    \"unit\": \"cm\"\n                },\n                \"height\": {\n                    \"height\": 1,\n                    \"unit\": \"cm\"\n                }\n            },\n            \"barcodes\": [\n                \"dress -11\"\n            ],\n            \"images\": [\n                {\n                    \"default\": \"\",\n                    \"thumbnail\": \"url/to/tshirt1_thumb.jpg\",\n                    \"medium\": \"url/to/tshirt1_medium.jpg\",\n                    \"large\": \"url/to/tshirt1_large.jpg\",\n                    \"type\": \"\",\n                    \"description\": \"Local clothing\"\n                }\n            ],\n            \"attributes\": [],\n            \"handling_type\": \"cold\",\n            \"type\": \"simple\",\n            \"status\": \"live\",\n            \"unit\": \"kg\",\n            \"is_perishable\": false,\n            \"country_of_origin\": \"Saudi Arabia\",\n            \"is_weighted\": false,\n            \"configuration\": {\n                \"weight\": {\n                    \"min\": \"0.2\",\n                    \"max\": \"0.6\",\n                    \"type\": \"kg\"\n                }\n            },\n            \"custom_attribute\": null,\n            \"created_by\": \"381\",\n            \"updated_by\": \"381\",\n            \"created_at\": \"2023-07-21T06:15:05.166Z\",\n            \"updated_at\": \"2023-07-21T06:15:05.166Z\"\n        },\n        {\n            \"sku_code\": \"dress-10\",\n            \"name\": \"testProduct03 | بيج | 38 - S\",\n            \"description\": \"عطر 212 في اي بي ار يو اون ذا لست ان واي سي للرجال من كارولينا هيريرا 100مل\",\n            \"cost\": 899,\n            \"retail_price\": 1299,\n            \"selling_price\": 1099,\n            \"display_selling_price\": \"1099.00 SAR\",\n            \"display_retail_price\": \"1299.00 SAR\",\n            \"category\": [\n                {\n                    \"name\": \"Electronics\"\n                }\n            ],\n            \"product\": {\n                \"name\": \"\",\n                \"handling_type\": \"\",\n                \"unit\": \"\",\n                \"type\": \"\",\n                \"description\": \"\"\n            },\n            \"dimensions\": {\n                \"length\": {\n                    \"length\": 15,\n                    \"unit\": \"cm\"\n                },\n                \"breadth\": {\n                    \"breadth\": 7,\n                    \"unit\": \"cm\"\n                },\n                \"height\": {\n                    \"height\": 0.9,\n                    \"unit\": \"cm\"\n                }\n            },\n            \"barcodes\": [\n                \"dress-10\"\n            ],\n            \"images\": [\n                {\n                    \"default\": \"\",\n                    \"thumbnail\": \"url/to/phone1_thumb.jpg\",\n                    \"medium\": \"url/to/phone1_medium.jpg\",\n                    \"large\": \"url/to/phone1_large.jpg\",\n                    \"type\": \"\",\n                    \"description\": \"High-quality mobile\"\n                }\n            ],\n            \"attributes\": [],\n            \"handling_type\": \"hot\",\n            \"type\": \"simple\",\n            \"status\": \"live\",\n            \"unit\": \"kg\",\n            \"is_perishable\": false,\n            \"country_of_origin\": \"Saudi Arabia\",\n            \"is_weighted\": true,\n            \"configuration\": {\n                \"weight\": {\n                    \"min\": \"0.1\",\n                    \"max\": \"0.3\",\n                    \"type\": \"kg\"\n                }\n            },\n            \"custom_attribute\": null,\n            \"created_by\": \"381\",\n            \"updated_by\": \"381\",\n            \"created_at\": \"2023-07-21T06:15:05.166Z\",\n            \"updated_at\": \"2023-07-21T06:15:05.166Z\"\n        },\n        {\n            \"sku_code\": \"product_dynamic_1\",\n            \"name\": \"Simple Product 1\",\n            \"description\": \"عطر 212 في اي بي ار يو اون ذا لست ان واي سي للرجال من كارولينا هيريرا 100مل\",\n            \"cost\": 899,\n            \"retail_price\": 1299,\n            \"selling_price\": 1099,\n            \"display_selling_price\": \"1099.00 SAR\",\n            \"display_retail_price\": \"1299.00 SAR\",\n            \"category\": [\n                {\n                    \"name\": \"Electronics\"\n                }\n            ],\n            \"product\": {\n                \"name\": \"\",\n                \"handling_type\": \"\",\n                \"unit\": \"\",\n                \"type\": \"\",\n                \"description\": \"\"\n            },\n            \"dimensions\": {\n                \"length\": {\n                    \"length\": 15,\n                    \"unit\": \"cm\"\n                },\n                \"breadth\": {\n                    \"breadth\": 7,\n                    \"unit\": \"cm\"\n                },\n                \"height\": {\n                    \"height\": 0.9,\n                    \"unit\": \"cm\"\n                }\n            },\n            \"barcodes\": [\n                \"barcode_product_dynamic_1\"\n            ],\n            \"images\": [\n                {\n                    \"default\": \"https://magentodev.omniful.store/media/catalog/product/6/4/642e92efb79421734881b53e1e1b18b6.jpg\",\n                    \"thumbnail\": \"url/to/phone1_thumb.jpg\",\n                    \"medium\": \"url/to/phone1_medium.jpg\",\n                    \"large\": \"url/to/phone1_large.jpg\",\n                    \"type\": \"\",\n                    \"description\": \"High-quality mobile\"\n                }\n            ],\n            \"attributes\": [],\n            \"handling_type\": \"hot\",\n            \"type\": \"simple\",\n            \"status\": \"live\",\n            \"unit\": \"kg\",\n            \"is_perishable\": false,\n            \"country_of_origin\": \"Saudi Arabia\",\n            \"is_weighted\": true,\n            \"configuration\": {\n                \"weight\": {\n                    \"min\": \"0.1\",\n                    \"max\": \"0.3\",\n                    \"type\": \"kg\"\n                }\n            },\n            \"custom_attribute\": null,\n            \"created_by\": \"381\",\n            \"updated_by\": \"381\",\n            \"created_at\": \"2023-08-04T02:41:53.646Z\",\n            \"updated_at\": \"2023-08-04T02:41:53.646Z\"\n        },\n        {\n            \"sku_code\": \"product_dynamic_10\",\n            \"name\": \"Simple Product 10\",\n            \"description\": \"عطر اترنيتي او دو تواليت للرجال من كلفن كلاين 100مل\",\n            \"cost\": 29.99,\n            \"retail_price\": 39.99,\n            \"selling_price\": 34.99,\n            \"display_selling_price\": \"34.99 SAR\",\n            \"display_retail_price\": \"39.99 SAR\",\n            \"category\": [\n                {\n                    \"name\": \"Apparel\"\n                }\n            ],\n            \"product\": {\n                \"name\": \"\",\n                \"handling_type\": \"\",\n                \"unit\": \"\",\n                \"type\": \"\",\n                \"description\": \"\"\n            },\n            \"dimensions\": {\n                \"length\": {\n                    \"length\": 50,\n                    \"unit\": \"cm\"\n                },\n                \"breadth\": {\n                    \"breadth\": 30,\n                    \"unit\": \"cm\"\n                },\n                \"height\": {\n                    \"height\": 1,\n                    \"unit\": \"cm\"\n                }\n            },\n            \"barcodes\": [\n                \"barcode_product_dynamic_10\"\n            ],\n            \"images\": [\n                {\n                    \"default\": \"https://magentodev.omniful.store/media/catalog/product/f/4/f457c545a9ded88f18ecee47145a72c0.jpg\",\n                    \"thumbnail\": \"url/to/tshirt1_thumb.jpg\",\n                    \"medium\": \"url/to/tshirt1_medium.jpg\",\n                    \"large\": \"url/to/tshirt1_large.jpg\",\n                    \"type\": \"\",\n                    \"description\": \"Local clothing\"\n                }\n            ],\n            \"attributes\": [],\n            \"handling_type\": \"cold\",\n            \"type\": \"simple\",\n            \"status\": \"live\",\n            \"unit\": \"kg\",\n            \"is_perishable\": false,\n            \"country_of_origin\": \"Saudi Arabia\",\n            \"is_weighted\": false,\n            \"configuration\": {\n                \"weight\": {\n                    \"min\": \"0.2\",\n                    \"max\": \"0.6\",\n                    \"type\": \"kg\"\n                }\n            },\n            \"custom_attribute\": null,\n            \"created_by\": \"381\",\n            \"updated_by\": \"381\",\n            \"created_at\": \"2023-08-04T02:41:53.646Z\",\n            \"updated_at\": \"2023-08-04T02:41:53.646Z\"\n        },\n        {\n            \"sku_code\": \"product_dynamic_100\",\n            \"name\": \"Simple Product 100\",\n            \"description\": \"عطر اترنيتي مومنت او دي برفيوم للنساء من كالفن كلاين 100مل\",\n            \"cost\": 299,\n            \"retail_price\": 399,\n            \"selling_price\": 349,\n            \"display_selling_price\": \"349.00 SAR\",\n            \"display_retail_price\": \"399.00 SAR\",\n            \"category\": [\n                {\n                    \"name\": \"Home & Kitchen\"\n                }\n            ],\n            \"product\": {\n                \"name\": \"\",\n                \"handling_type\": \"\",\n                \"unit\": \"\",\n                \"type\": \"\",\n                \"description\": \"\"\n            },\n            \"dimensions\": {\n                \"length\": {\n                    \"length\": 25,\n                    \"unit\": \"cm\"\n                },\n                \"breadth\": {\n                    \"breadth\": 20,\n                    \"unit\": \"cm\"\n                },\n                \"height\": {\n                    \"height\": 30,\n                    \"unit\": \"cm\"\n                }\n            },\n            \"barcodes\": [\n                \"barcode_product_dynamic_100\"\n            ],\n            \"images\": [\n                {\n                    \"default\": \"https://magentodev.omniful.store/media/catalog/product/c/0/c0c7c76d30bd3dcaefc96f40275bdc0a.jpg\",\n                    \"thumbnail\": \"url/to/coffeemaker1_thumb.jpg\",\n                    \"medium\": \"url/to/coffeemaker1_medium.jpg\",\n                    \"large\": \"url/to/coffeemaker1_large.jpg\",\n                    \"type\": \"\",\n                    \"description\": \"Home\"\n                }\n            ],\n            \"attributes\": [],\n            \"handling_type\": \"hot\",\n            \"type\": \"simple\",\n            \"status\": \"live\",\n            \"unit\": \"kg\",\n            \"is_perishable\": true,\n            \"country_of_origin\": \"Saudi Arabia\",\n            \"is_weighted\": true,\n            \"configuration\": {\n                \"weight\": {\n                    \"min\": \"2\",\n                    \"max\": \"5\",\n                    \"type\": \"kg\"\n                }\n            },\n            \"custom_attribute\": null,\n            \"created_by\": \"381\",\n            \"updated_by\": \"381\",\n            \"created_at\": \"2023-08-04T02:41:53.646Z\",\n            \"updated_at\": \"2023-08-04T02:41:53.646Z\"\n        },\n        {\n            \"sku_code\": \"sku-1001\",\n            \"name\": \"product 1\",\n            \"description\": \"\",\n            \"cost\": 899,\n            \"retail_price\": 1299,\n            \"selling_price\": 1099,\n            \"display_selling_price\": \"1099.00 SAR\",\n            \"display_retail_price\": \"1299.00 SAR\",\n            \"category\": [\n                {\n                    \"name\": \"Electronics\"\n                }\n            ],\n            \"product\": {\n                \"name\": \"\",\n                \"handling_type\": \"\",\n                \"unit\": \"\",\n                \"type\": \"\",\n                \"description\": \"\"\n            },\n            \"dimensions\": {\n                \"length\": {\n                    \"length\": 15,\n                    \"unit\": \"cm\"\n                },\n                \"breadth\": {\n                    \"breadth\": 7,\n                    \"unit\": \"cm\"\n                },\n                \"height\": {\n                    \"height\": 0.9,\n                    \"unit\": \"cm\"\n                }\n            },\n            \"barcodes\": [\n                \"sku-1001\"\n            ],\n            \"images\": [\n                {\n                    \"default\": \"\",\n                    \"thumbnail\": \"url/to/phone1_thumb.jpg\",\n                    \"medium\": \"url/to/phone1_medium.jpg\",\n                    \"large\": \"url/to/phone1_large.jpg\",\n                    \"type\": \"\",\n                    \"description\": \"High-quality mobile\"\n                }\n            ],\n            \"attributes\": [],\n            \"handling_type\": \"hot\",\n            \"type\": \"simple\",\n            \"status\": \"live\",\n            \"unit\": \"kg\",\n            \"is_perishable\": false,\n            \"country_of_origin\": \"Saudi Arabia\",\n            \"is_weighted\": true,\n            \"configuration\": {\n                \"weight\": {\n                    \"min\": \"0.1\",\n                    \"max\": \"0.3\",\n                    \"type\": \"kg\"\n                }\n            },\n            \"custom_attribute\": null,\n            \"created_by\": \"381\",\n            \"updated_by\": \"381\",\n            \"created_at\": \"2023-07-18T15:31:44.701Z\",\n            \"updated_at\": \"2023-07-18T15:31:44.7Z\"\n        },\n        {\n            \"sku_code\": \"triloktestsku1024\",\n            \"name\": \"GeeksmantestProduct | Beta | Alpha3\",\n            \"description\": \"\",\n            \"cost\": 899,\n            \"retail_price\": 1299,\n            \"selling_price\": 1099,\n            \"display_selling_price\": \"1099.00 SAR\",\n            \"display_retail_price\": \"1299.00 SAR\",\n            \"category\": [\n                {\n                    \"name\": \"Electronics\"\n                }\n            ],\n            \"product\": {\n                \"name\": \"\",\n                \"handling_type\": \"\",\n                \"unit\": \"\",\n                \"type\": \"\",\n                \"description\": \"\"\n            },\n            \"dimensions\": {\n                \"length\": {\n                    \"length\": 15,\n                    \"unit\": \"cm\"\n                },\n                \"breadth\": {\n                    \"breadth\": 7,\n                    \"unit\": \"cm\"\n                },\n                \"height\": {\n                    \"height\": 0.9,\n                    \"unit\": \"cm\"\n                }\n            },\n            \"barcodes\": [\n                \"triloktestbarcode004\"\n            ],\n            \"images\": [\n                {\n                    \"default\": \"\",\n                    \"thumbnail\": \"url/to/phone1_thumb.jpg\",\n                    \"medium\": \"url/to/phone1_medium.jpg\",\n                    \"large\": \"url/to/phone1_large.jpg\",\n                    \"type\": \"\",\n                    \"description\": \"High-quality mobile\"\n                }\n            ],\n            \"attributes\": [],\n            \"handling_type\": \"hot\",\n            \"type\": \"simple\",\n            \"status\": \"live\",\n            \"unit\": \"kg\",\n            \"is_perishable\": false,\n            \"country_of_origin\": \"Saudi Arabia\",\n            \"is_weighted\": true,\n            \"configuration\": {\n                \"weight\": {\n                    \"min\": \"0.1\",\n                    \"max\": \"0.3\",\n                    \"type\": \"kg\"\n                }\n            },\n            \"custom_attribute\": null,\n            \"created_by\": \"381\",\n            \"updated_by\": \"381\",\n            \"created_at\": \"2023-07-19T09:25:32.46Z\",\n            \"updated_at\": \"2023-07-19T09:25:32.46Z\"\n        }\n    ],\n    \"meta\": {\n        \"current_page\": 1,\n        \"last_page\": 1,\n        \"per_page\": 20,\n        \"total\": 14\n    }\n}"},{"id":"a619c002-3405-4a4f-a4d8-01eda8304888","name":"Example (Inventory)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NTkxMjU4NjYsImp0aSI6ImRlZTBiNDNiLTA3ZGQtNDRhNi1iYzU5LWRkMDdjNWI1MDI1NyIsInVzZXJfZGV0YWlscyI6eyJTZWxsZXJTYWxlc0NoYW5uZWxJRCI6OTAyLCJTZWxsZXJJRCI6IjI1NSIsIlRlbmFudElEIjoiMyIsIlVzZXJJRCI6IjQ1MDgiLCJVc2VyTmFtZSI6IkRocnV2IEJoYXR0IiwiUmF0ZUxpbWl0RGV0YWlscyI6eyJFbmFibGVkIjp0cnVlLCJSZXF1ZXN0c1Blck1pbnV0ZSI6NjB9fSwidG9rZW5fdHlwZSI6IkJlYXJlciJ9.qxe_Kr9xfPvs848AQaWGMX_BY8heDny2xrCqA5zlb-7Q2yznNHgt25AqsTkCHpMQSc_AAGTRH2YBps0LDoM1W3zT_gOrcrUI4HTqeqleFXN0W1x0hQVnAoqlp6B7U63FedvG55CPVGYn6tfDzTldsMu0CjsHyQBqkZGwUDGKM55l32t8qhUwnjfXT4NyKhuH8cFdnlU2DiBx55eb41Wuf0yi5tdGzwUhLUqQFEqnWaUqRmlInKoO09GMKNjoJNy_uPP3RvEn6kBPegm91ctpJgq5WxHqtx7Q9O1B8DRSAfjoMDjs3rO8rLTSdgxTSjuSBmq3Rj-5XMRlwyP5j9dJvL04OjK2pccaPUSm7LpROMg964MJbCXE-KjyLwQx1XsIAbV1A4PjhTDmfIbVFFfckMFJwCin7BDH94rSaNAZlSINyUJ1y4Mbw9xUrnh16myZO_PfnDWqWaYtLkwSWD5xJdgOsSPXvY827pWoSyIIpv9_WutAZEPGz5OLYPkTmng_JGhxnUAGiHENiqeWzxP698coBC8aLEEsQ_unx0h74ZTMrqRZ-NouHeGcVv8lsKoQ8Z3I5_OnZafe0TM8QKxNGTFmrSANJxsx8IiDQd9Ttt5ViSB3ISfDA-QagJ5DNx08y27XRzduOLojBULKT-zbOjV2jIxFMlsxBMF_6VwM1bs"}],"url":{"raw":"https://prodapi.omniful.com/sales-channel/public/v1/master/skus?include_inventory=true&hub_code=193&sku_code=Mirnda","protocol":"https","host":["prodapi","omniful","com"],"path":["sales-channel","public","v1","master","skus"],"query":[{"key":"include_inventory","value":"true","description":"If true, inventory details will be fetched for corresponding hub"},{"key":"hub_code","value":"2134","description":"Code for the hub whose inventory details are to be fetched","type":"text","disabled":true},{"key":"hub_code","value":"193"},{"key":"sku_code","value":"Mirnda"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 30 Aug 2025 06:15:02 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"x-omniful-request-id","value":"6462e3ed-cc25-436b-8a06-1032ff206259"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"977226be0ab159d6-DEL"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": [\n        {\n            \"name\": \"Mirnda\",\n            \"description\": \"\",\n            \"category\": [],\n            \"product\": {\n                \"name\": \"\",\n                \"handling_type\": \"\",\n                \"unit\": \"\",\n                \"type\": \"simple\",\n                \"description\": \"\"\n            },\n            \"dimensions\": {\n                \"length\": {\n                    \"length\": 2000,\n                    \"unit\": \"cm\"\n                },\n                \"breadth\": {\n                    \"breadth\": 2000,\n                    \"unit\": \"cm\"\n                },\n                \"height\": {\n                    \"height\": 2000,\n                    \"unit\": \"cm\"\n                }\n            },\n            \"sku_code\": \"Mirnda\",\n            \"handling_type\": \"\",\n            \"type\": \"simple\",\n            \"status\": \"active\",\n            \"unit\": \"\",\n            \"currency\": \"SAR\",\n            \"images\": [\n                {\n                    \"default\": \"https://omniful-production-uploads.s3.amazonaws.com/products/category/image/e87dfaed965e935718347a8218f8dce51737209817.jpeg\",\n                    \"thumbnail\": \"\",\n                    \"medium\": \"\",\n                    \"large\": \"\",\n                    \"type\": \"\",\n                    \"description\": \"\"\n                }\n            ],\n            \"attributes\": [],\n            \"barcodes\": [\n                \"9990876\"\n            ],\n            \"cost\": 0,\n            \"retail_price\": 100,\n            \"selling_price\": 120,\n            \"display_selling_price\": \"120.00 SAR\",\n            \"display_retail_price\": \"100.00 SAR\",\n            \"cutoff_price\": 0,\n            \"country_of_origin\": \"\",\n            \"is_weighted\": false,\n            \"is_perishable\": false,\n            \"configuration\": {\n                \"weight\": {\n                    \"min\": \"\",\n                    \"max\": \"\",\n                    \"type\": \"\"\n                }\n            },\n            \"created_at\": \"2024-07-31T10:25:39.699Z\",\n            \"updated_at\": \"2025-04-08T05:44:02.956Z\",\n            \"tax_inclusive\": {\n                \"selling_price\": true\n            },\n            \"tax_percentage\": {\n                \"selling_price\": 0\n            },\n            \"sku_tags\": [],\n            \"metadata\": {\n                \"assembled_part_count\": 0\n            },\n            \"hub_inventory\": [\n                {\n                    \"hub_code\": \"193\",\n                    \"sku_code\": \"Mirnda\",\n                    \"available_quantity\": 996,\n                    \"sku_name\": \"Mirnda\",\n                    \"quantity_on_hand\": 1000,\n                    \"quantity_location_pass_inventory_sum\": 999,\n                    \"quantity_location_fail_inventory_sum\": 0,\n                    \"quantity_reserved\": 3,\n                    \"uom\": \"ea\",\n                    \"updated_at\": \"May 18, 2025 01:09:00 PM\"\n                }\n            ]\n        }\n    ],\n    \"meta\": {\n        \"current_page\": 1,\n        \"last_page\": 1,\n        \"per_page\": 10,\n        \"total\": 1\n    }\n}"}],"_postman_id":"295b1b76-dc87-4bd7-a168-d860c644e6d2"},{"name":"Create Master SKU","id":"0abbf255-acf4-406c-9d38-238c3932d3c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"name\": \"ALU 3432423\",\n        \"description\": \"This is a sample product description.\",\n        \"sku_code\": \"nLOI\",\n        \"barcodes\": [\n            \"new-sku-barcode-7aaa\"\n        ],\n        \"images\": [\n            {\n                \"default\": \"https://m.media-amazon.com/images/I/71bmtncxa+L._AC_SX679_.jpg\"\n            }\n        ],\n        \"type\": \"simple\",\n        \"status\": \"live\",\n        \"brand\": \"Sample Brand\",\n        \"country_of_origin\": \"Sample Country\",\n        \"weight\": {\n            \"value\": 5,\n            \"uom\": \"ea\" // Any Unit of Measurement other than \"ea\" will be treated as \"ea\" unless weighted configuration is enabled for the tenant.\n        },\n        \"uom\": \"ea\",\n        \"dimensions\": {\n            \"length\": {\n                \"length\": 10,\n                \"unit\": \"cm\"\n            },\n            \"breadth\": {\n                \"breadth\": 5,\n                \"unit\": \"cm\"\n            },\n            \"height\": {\n                \"height\": 15,\n                \"unit\": \"cm\"\n            }\n        },\n        \"retail_price\": 49.99,\n        \"selling_price\": 39.99,\n        \"is_perishable\": true\n    }\n]"},"url":"{{base_url}}/sales-channel/public/v1/master/skus","description":"<h1 id=\"📌-create-master-sku-api--overview\">📌 Create Master SKU API – Overview</h1>\n<p>The <strong>Create Master SKU API</strong> allows users to create a new SKU in the <strong>Master Catalogue</strong>.</p>\n<p>This API is used to add products to the seller’s catalog with essential details such as SKU code, pricing, attributes, and classification.</p>\n<hr />\n<h2 id=\"✅-required-fields-for-creating-a-master-sku\">✅ Required Fields for Creating a Master SKU</h2>\n<ul>\n<li><p><strong>sku_code</strong> → Unique identifier for the SKU (e.g., <code>\"SKU-TV-123\"</code>)</p>\n</li>\n<li><p><strong>type</strong> → SKU type (<code>\"simple\"</code> or <code>\"bundle\"</code>)</p>\n</li>\n<li><p><strong>status</strong> → SKU lifecycle status (must be one of: <code>all</code>, <code>live</code>, <code>ready_to_list</code>, <code>under_review</code>, <code>draft</code>, <code>un_sync</code>, <code>others</code>)</p>\n</li>\n</ul>\n<hr />\n<h2 id=\"⚠️-important-considerations\">⚠️ Important Considerations</h2>\n<ul>\n<li><p><strong>Unique SKU Code</strong> → Each SKU must have a unique <code>sku_code</code>.</p>\n</li>\n<li><p><strong>Pricing</strong> → Must specify <code>cost</code>, <code>selling_price</code>, and <code>retail_price</code>.</p>\n</li>\n<li><p><strong>Handling Type</strong> → Must be <code>\"hot\"</code> or <code>\"cold\"</code> (storage/handling conditions).</p>\n</li>\n<li><p><strong>SKU Type</strong> → <code>\"simple\"</code> for standalone products, <code>\"bundle\"</code> for grouped products.</p>\n</li>\n<li><p><strong>Status Lifecycle</strong> → Valid options: <code>all</code>, <code>live</code>, <code>ready_to_list</code>, <code>under_review</code>, <code>draft</code>, <code>un_sync</code>, <code>others</code>.</p>\n</li>\n</ul>\n<hr />\n<h2 id=\"request-body-parameters\">Request Body Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>name</strong></td>\n<td>string</td>\n<td>Product name, e.g., <code>\"Smart LED TV\"</code></td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>description</strong></td>\n<td>string</td>\n<td>Detailed description, e.g., <code>\"High-quality 4K Smart LED TV with Wi-Fi connectivity\"</code></td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>sku_code</strong></td>\n<td>string</td>\n<td>Unique SKU code, e.g., <code>\"SKU-TV-123\"</code></td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>attributes</strong></td>\n<td>array</td>\n<td>Array of attribute objects</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>attributes[].name</strong></td>\n<td>string</td>\n<td>Attribute name, e.g., <code>\"Screen Size\"</code></td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>attributes[].sku_attribute_variation</strong></td>\n<td>object</td>\n<td>Attribute variation details</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>attributes[].sku_attribute_variation.name</strong></td>\n<td>string</td>\n<td>Variation name, e.g., <code>\"Variation 1\"</code></td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>handling_type</strong></td>\n<td>string</td>\n<td>Handling type (<code>\"hot\"</code> or <code>\"cold\"</code>)</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>type</strong></td>\n<td>string</td>\n<td>SKU type (<code>\"simple\"</code> or <code>\"bundle\"</code>)</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>status</strong></td>\n<td>string</td>\n<td>SKU status (<code>all</code>, <code>live</code>, <code>ready_to_list</code>, etc.)</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>unit</strong></td>\n<td>string</td>\n<td>Measuring unit for the SKU, e.g., <code>\"pcs\"</code></td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>images</strong></td>\n<td>array</td>\n<td>Array of image objects</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>images[].default</strong></td>\n<td>string</td>\n<td>Default image URL</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>images[].thumbnail</strong></td>\n<td>string</td>\n<td>Thumbnail image URL</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>images[].medium</strong></td>\n<td>string</td>\n<td>Medium-sized image URL</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>images[].large</strong></td>\n<td>string</td>\n<td>Large image URL</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>images[].url</strong></td>\n<td>string</td>\n<td>Image URL</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>images[].type</strong></td>\n<td>string</td>\n<td>Image type, e.g., <code>\"image\"</code></td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>images[].description</strong></td>\n<td>string</td>\n<td>Image description</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>categories</strong></td>\n<td>array</td>\n<td>Array of category objects</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>categories[].name</strong></td>\n<td>string</td>\n<td>Category name, e.g., <code>\"Electronics\"</code></td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>manufacturer_name</strong></td>\n<td>string</td>\n<td>Manufacturer’s name</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>brand_name</strong></td>\n<td>string</td>\n<td>Brand name</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>country_of_origin</strong></td>\n<td>string</td>\n<td>Country of origin</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>is_weighted</strong></td>\n<td>boolean</td>\n<td>Whether SKU has weight considerations</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>dimensions</strong></td>\n<td>object</td>\n<td>Product dimensions</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>dimensions.length.length</strong></td>\n<td>number</td>\n<td>Length value</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>dimensions.length.unit</strong></td>\n<td>string</td>\n<td>Length unit, e.g., <code>\"cm\"</code></td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>dimensions.breadth.breadth</strong></td>\n<td>number</td>\n<td>Breadth value</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>dimensions.breadth.unit</strong></td>\n<td>string</td>\n<td>Breadth unit, e.g., <code>\"cm\"</code></td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>dimensions.height.height</strong></td>\n<td>number</td>\n<td>Height value</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>dimensions.height.unit</strong></td>\n<td>string</td>\n<td>Height unit, e.g., <code>\"cm\"</code></td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>barcodes</strong></td>\n<td>array</td>\n<td>Array of barcodes for the SKU</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>cost</strong></td>\n<td>number</td>\n<td>Cost price of the product</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>retail_price</strong></td>\n<td>number</td>\n<td>Retail (MRP) price</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>selling_price</strong></td>\n<td>number</td>\n<td>Selling price</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>is_perishable</strong></td>\n<td>boolean</td>\n<td>Whether the SKU is perishable (<code>true</code> / <code>false</code>)</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>configuration</strong></td>\n<td>object</td>\n<td>Additional configuration settings</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>configuration.weight.min</strong></td>\n<td>string</td>\n<td>Minimum weight, e.g., <code>\"10 kg\"</code></td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>configuration.weight.max</strong></td>\n<td>string</td>\n<td>Maximum weight, e.g., <code>\"15 kg\"</code></td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>configuration.weight.type</strong></td>\n<td>string</td>\n<td>Weight config type, e.g., <code>\"fixed\"</code></td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>custom_attribute</strong></td>\n<td>array</td>\n<td>Array of custom attributes</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>custom_attribute[].key</strong></td>\n<td>string</td>\n<td>Attribute key</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>custom_attribute[].value</strong></td>\n<td>string</td>\n<td>Attribute value</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>product_url</strong></td>\n<td>string</td>\n<td>Product URL, e.g., <code>\"https://example.com/tv\"</code></td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>uom</strong></td>\n<td>string</td>\n<td>Unit of measure (<code>kg</code>, <code>lbs</code>, <code>g</code>, <code>l</code>, <code>ml</code>, <code>ea</code>)</td>\n<td>❌ No</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"path":["sales-channel","public","v1","master","skus"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"233e2fc2-0ef4-4c35-b187-ea8909651bec","name":"Create Master SKU","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n    {\n        \"name\": \"ALU 3432423\",\n        \"description\": \"This is a sample product description.\",\n        \"sku_code\": \"nLOI\",\n        \"barcodes\": [\n            \"new-sku-barcode-7aaa\"\n        ],\n        \"images\": [\n            {\n                \"default\": \"https://m.media-amazon.com/images/I/71bmtncxa+L._AC_SX679_.jpg\"\n            }\n        ],\n        \"type\": \"simple\",\n        \"status\": \"live\",\n        \"brand\": \"Sample Brand\",\n        \"country_of_origin\": \"Sample Country\",\n        \"weight\": {\n            \"value\": 5.2,\n            \"uom\": \"kg\"\n        },\n        \"uom\": \"kg\",\n        \"dimensions\": {\n            \"length\": {\n                \"length\": 10,\n                \"unit\": \"cm\"\n            },\n            \"breadth\": {\n                \"breadth\": 5,\n                \"unit\": \"cm\"\n            },\n            \"height\": {\n                \"height\": 15,\n                \"unit\": \"cm\"\n            }\n        },\n        \"retail_price\": 49.99,\n        \"selling_price\": 39.99,\n        \"is_perishable\": true\n    }\n]"},"url":"{{base_url}}/sales-channel/public/v1/master/skus"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 26 Feb 2024 12:00:35 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"53c507c1-f912-43cf-a102-7c4aab1a2c18"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"85b8074bfdadf38c-BOM"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"status\": \"Your request has been queued\"\n    },\n    \"meta\": null\n}"}],"_postman_id":"0abbf255-acf4-406c-9d38-238c3932d3c1"},{"name":"Update Master SKU","id":"3822ee5c-48bf-4b9c-86b4-0ddbbff58a52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n    {\n        \"name\": \"ALU 3432423\",\n        \"description\": \"This is a sample product description.\",\n        \"sku_code\": \"nLOI\",\n        \"barcodes\": [\n            \"new-sku-barcode-7aaa\"\n        ],\n        \"images\": [\n            {\n                \"default\": \"https://m.media-amazon.com/images/I/71bmtncxa+L._AC_SX679_.jpg\"\n            }\n        ],\n        \"type\": \"simple\",\n        \"status\": \"live\",\n        \"brand\": \"Sample Brand\",\n        \"country_of_origin\": \"Sample Country\",\n        \"weight\": {\n            \"value\": 5,\n            \"uom\": \"ea\" // Any Unit of Measurement other than \"ea\" will be treated as \"ea\" unless weighted configuration is enabled for the tenant.\n        },\n        \"uom\": \"ea\",\n        \"dimensions\": {\n            \"length\": {\n                \"length\": 10,\n                \"unit\": \"cm\"\n            },\n            \"breadth\": {\n                \"breadth\": 5,\n                \"unit\": \"cm\"\n            },\n            \"height\": {\n                \"height\": 15,\n                \"unit\": \"cm\"\n            }\n        },\n        \"retail_price\": 49.99,\n        \"selling_price\": 39.99,\n        \"is_perishable\": true\n    }\n]"},"url":"{{base_url}}/sales-channel/public/v1/master/skus","description":"<h2 id=\"📌-overview\">📌 Overview</h2>\n<p>The <strong>Update Master SKU API</strong> allows users to update the SKU in the <strong>Master Catalog</strong>. This API helps in updating products to the seller’s master catalog with essential details such as SKU code, pricing, and attributes.</p>\n<h2 id=\"📌-required-fields-for-updating-a-master-sku\">📌 <strong>Required fields for Updating a Master SKU:</strong></h2>\n<ol>\n<li><p><strong><code>sku_code</code></strong>: A unique code that identifies the SKU, for example, \"SKU-TV-123\"</p>\n</li>\n<li><p><strong><code>type</code></strong>: Specifies the type of the SKU, which can be \"simple\" or \"bundle\".</p>\n</li>\n</ol>\n<h2 id=\"heres-the-documentation-for-each-field-in-the-provided-json\">Here's the documentation for each field in the provided JSON:</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>name</strong></td>\n<td>string</td>\n<td>The name of the product, e.g., \"Smart LED TV.\"</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>description</strong></td>\n<td>string</td>\n<td>A detailed description of the product, e.g., \"High-quality 4K Smart LED TV with Wi-Fi connectivity.\"</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>sku_code</strong></td>\n<td>string</td>\n<td>A unique code that identifies the SKU, e.g., \"SKU-TV-123.\"</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>attributes</strong></td>\n<td>array</td>\n<td>An array of attribute objects that differentiate the SKU from other variations.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>attributes[].name</strong></td>\n<td>string</td>\n<td>The name of the attribute, e.g., \"Screen Size.\"</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>attributes[].sku_attribute_variation</strong></td>\n<td>object</td>\n<td>An object containing details about the attribute variation.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>attributes[].sku_attribute_variation.name</strong></td>\n<td>string</td>\n<td>The specific variation detail, e.g., \"Variation 1.\"</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>handling_type</strong></td>\n<td>string</td>\n<td>Specifies the handling type for the SKU; should be either <code>hot</code> or <code>cold</code>.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>type</strong></td>\n<td>string</td>\n<td>Specifies the type of the SKU, which can be either \"simple\" or \"bundle.\"</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>status</strong></td>\n<td>string</td>\n<td>Indicates the status of the product; valid options: all, live, ready_to_list, under_review, draft, un_sync, others.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>unit</strong></td>\n<td>string</td>\n<td>The measuring unit for the SKU, such as \"pcs\" (pieces).</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>images</strong></td>\n<td>array</td>\n<td>An array of image objects associated with the SKU.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>images[].default</strong></td>\n<td>string</td>\n<td>The default image URL.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>images[].thumbnail</strong></td>\n<td>string</td>\n<td>The thumbnail image URL.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>images[].medium</strong></td>\n<td>string</td>\n<td>The medium-sized image URL.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>images[].large</strong></td>\n<td>string</td>\n<td>The large-sized image URL.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>images[].url</strong></td>\n<td>string</td>\n<td>The URL of the image.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>images[].type</strong></td>\n<td>string</td>\n<td>The type of the image, e.g., \"image.\"</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>images[].description</strong></td>\n<td>string</td>\n<td>A description of the image, e.g., \"Smart LED TV image.\"</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>categories</strong></td>\n<td>array</td>\n<td>An array of category objects.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>categories[].name</strong></td>\n<td>string</td>\n<td>The name of the category, e.g., \"Electronics\" or \"TV &amp; Video.\"</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>manufacturer_name</strong></td>\n<td>string</td>\n<td>The name of the manufacturer, e.g., \"ABC Electronics.\"</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>brand_name</strong></td>\n<td>string</td>\n<td>The brand name associated with the product, e.g., \"BrandX.\"</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>country_of_origin</strong></td>\n<td>string</td>\n<td>The originating country of the product, e.g., \"CountryX.\"</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>is_weighted</strong></td>\n<td>boolean</td>\n<td>Indicates whether the SKU has weight considerations.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>dimensions</strong></td>\n<td>object</td>\n<td>An object representing the physical dimensions of the product.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>dimensions.length</strong></td>\n<td>object</td>\n<td>An object for the SKU's length details.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>dimensions.length.length</strong></td>\n<td>number</td>\n<td>The length value, e.g., 100.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>dimensions.length.unit</strong></td>\n<td>string</td>\n<td>The unit of measurement for length, e.g., \"cm.\"</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>dimensions.breadth</strong></td>\n<td>object</td>\n<td>An object for the SKU's breadth details.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>dimensions.breadth.breadth</strong></td>\n<td>number</td>\n<td>The breadth value, e.g., 10.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>dimensions.breadth.unit</strong></td>\n<td>string</td>\n<td>The unit of measurement for breadth, e.g., \"cm.\"</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>dimensions.height</strong></td>\n<td>object</td>\n<td>An object for the SKU's height details.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>dimensions.height.height</strong></td>\n<td>number</td>\n<td>The height value, e.g., 60.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>dimensions.height.unit</strong></td>\n<td>string</td>\n<td>The unit of measurement for height, e.g., \"cm.\"</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>barcodes</strong></td>\n<td>array</td>\n<td>An array of barcode strings associated with the SKU.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>cost</strong></td>\n<td>number</td>\n<td>The cost of purchasing the product, e.g., 300.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>retail_price</strong></td>\n<td>number</td>\n<td>The Manufacturer's Retail Price (MRP) of the product, e.g., 599.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>selling_price</strong></td>\n<td>number</td>\n<td>The price at which the product is being sold, e.g., 499.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>is_perishable</strong></td>\n<td>boolean</td>\n<td>A boolean indicating whether the SKU is perishable (true or false).</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>configuration</strong></td>\n<td>object</td>\n<td>An object with SKU configurations.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>configuration.weight</strong></td>\n<td>object</td>\n<td>An object indicating the weight range configuration for the SKU.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>configuration.weight.min</strong></td>\n<td>string</td>\n<td>The minimum weight, e.g., \"10 kg.\"</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>configuration.weight.max</strong></td>\n<td>string</td>\n<td>The maximum weight, e.g., \"15 kg.\"</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>configuration.weight.type</strong></td>\n<td>string</td>\n<td>The type of weight configuration, e.g., \"fixed.\"</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>custom_attribute</strong></td>\n<td>array</td>\n<td>An array of custom attribute objects.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>custom_attribute[].key</strong></td>\n<td>string</td>\n<td>The key of the custom attribute, e.g., \"Smart TV.\"</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>custom_attribute[].value</strong></td>\n<td>string</td>\n<td>The value of the custom attribute, e.g., \"Yes.\"</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>product_url</strong></td>\n<td>string</td>\n<td>The URL associated with the product, e.g., \"<a href=\"https://example.com/tv.\">https://example.com/tv.\"</a></td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>uom</strong></td>\n<td>string</td>\n<td>Unit used for quantifying and communicating measurements; valid options: kg, lbs, g, l, ml, ea.</td>\n<td>❌ No</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["sales-channel","public","v1","master","skus"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"e8c302af-02d2-49fe-911d-13b0eda2faa6","name":"Create Master SKU","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n    {\n        \"name\": \"ALU 3432423\",\n        \"description\": \"This is a sample product description.\",\n        \"sku_code\": \"nLOI\",\n        \"barcodes\": [\n            \"new-sku-barcode-7aaa\"\n        ],\n        \"images\": [\n            {\n                \"default\": \"https://m.media-amazon.com/images/I/71bmtncxa+L._AC_SX679_.jpg\"\n            }\n        ],\n        \"type\": \"simple\",\n        \"status\": \"live\",\n        \"brand\": \"Sample Brand\",\n        \"country_of_origin\": \"Sample Country\",\n        \"weight\": {\n            \"value\": 5.2,\n            \"uom\": \"kg\"\n        },\n        \"uom\": \"kg\",\n        \"dimensions\": {\n            \"length\": {\n                \"length\": 10,\n                \"unit\": \"cm\"\n            },\n            \"breadth\": {\n                \"breadth\": 5,\n                \"unit\": \"cm\"\n            },\n            \"height\": {\n                \"height\": 15,\n                \"unit\": \"cm\"\n            }\n        },\n        \"retail_price\": 49.99,\n        \"selling_price\": 39.99,\n        \"is_perishable\": true\n    }\n]"},"url":"{{base_url}}/sales-channel/public/v1/master/skus"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 20 Mar 2025 14:33:45 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"fe82c4b7-73ad-436a-9ed0-362dedb3f66b"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"9235ed272e4cd705-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"status\": \"Your request has been queued\"\n    },\n    \"meta\": null\n}"}],"_postman_id":"3822ee5c-48bf-4b9c-86b4-0ddbbff58a52"}],"id":"e823824f-3c62-4e65-9c33-eac07edf071d","description":"<h2 id=\"📌-product-api-collection---overview\">📌 Product API Collection - Overview</h2>\n<p>The Product API Collection in Postman allows users to manage SKUs and catalog data efficiently. With these APIs, users can:</p>\n<ul>\n<li><p>Create New SKUs – Add new products to the catalog.</p>\n</li>\n<li><p>Fetch SKU Details – Retrieve specific SKU information, including pricing, stock, and attributes.</p>\n</li>\n<li><p>Fetch Master Catalog SKUs – Access the full list of SKUs available in the master catalog.</p>\n</li>\n</ul>\n<p>These APIs help streamline product management and ensure accurate inventory tracking.</p>\n","_postman_id":"e823824f-3c62-4e65-9c33-eac07edf071d","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}}},{"name":"Inventory","item":[{"name":"Get Seller Hub Inventory","id":"0f60d888-9b86-44f1-b618-5bad31c9cc7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/sales-channel/public/v1/seller/inventory/hubs/:hub_code?updated_to=2025-03-28 09:52:05&updated_from=2025-03-27 19:52:05&timezone=UTC","description":"<h2 id=\"📌-get-seller-hub-inventory-api---overview\">📌 Get Seller Hub Inventory API - Overview</h2>\n<p>The Get Seller Hub Inventory API retrieves inventory details for all SKUs stored in a specific warehouse for a seller.</p>\n<p>This API helps sellers track stock levels, monitor availability, and manage inventory efficiently at a single warehouse location.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"path":["sales-channel","public","v1","seller","inventory","hubs",":hub_code"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p>Pagination </p>\n","type":"text/plain"},"key":"page","value":"2"},{"disabled":true,"description":{"content":"<p>Pagination of data to show on each page</p>\n","type":"text/plain"},"key":"per_page","value":"10"},{"disabled":true,"description":{"content":"<p>Filter Based on SKU codes to fetch inventory from the hub.</p>\n","type":"text/plain"},"key":"sku_codes[]","value":"23243"},{"description":{"content":"<p>Use this parameter to define the end date and time until which you want to fetch inventory updates. This ensures you retrieve inventory data within a specific time range. (Format: YYYY-MM-DD HH:MM:SS)</p>\n","type":"text/plain"},"key":"updated_to","value":"2025-03-28 09:52:05"},{"description":{"content":"<p>Use this parameter to specify the starting date and time from which you want to retrieve inventory updates. This helps you fetch inventory changes from a specific point in time. (Format: YYYY-MM-DD HH:MM:SS)\nNote: This value is required to apply filter If this value is provided empty then filter will not be applied.</p>\n","type":"text/plain"},"key":"updated_from","value":"2025-03-27 19:52:05"},{"description":{"content":"<p>Specify the timezone in which you want the inventory update timestamps to be returned. If no timezone is provided, the system defaults to UTC. Example: Asia/Riyadh.</p>\n","type":"text/plain"},"key":"timezone","value":"UTC"}],"variable":[{"description":{"content":"<p>Hub code from which you want to fetch inventory for the seller</p>\n","type":"text/plain"},"type":"any","value":"ONLS","key":"hub_code"}]}},"response":[{"id":"3eb6c45b-0770-4c80-ba89-72d9c9b02aa0","name":"Get Seller Hub Inventory","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/sales-channel/public/v1/seller/inventory/hubs/:hub_code?page=2&per_page=10","host":["{{base_url}}"],"path":["sales-channel","public","v1","seller","inventory","hubs",":hub_code"],"query":[{"key":"page","value":"2"},{"key":"per_page","value":"10"}],"variable":[{"key":"hub_code","value":"ONLS"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Jan 2024 12:50:48 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"56698621-6b87-49bd-a4a1-3919f53339f2"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"84667c780a2584fb-BOM"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": [\n        {\n            \"hub_code\": \"ONLS\",\n            \"sku_code\": \"8004210\",\n            \"available_quantity\": 0,\n            \"sku_name\": \"Skip Hop Zoo Kids Rolling Luggage Bag Monkey\",\n            \"quantity_on_hand\": 0,\n            \"quantity_reserved\": 0,\n            \"uom\": \"ea\"\n        },\n        {\n            \"hub_code\": \"ONLS\",\n            \"sku_code\": \"8004211\",\n            \"available_quantity\": 0,\n            \"sku_name\": \"Skip Hop Zoo Kids Rolling Luggage Bag Owl\",\n            \"quantity_on_hand\": 0,\n            \"quantity_reserved\": 0,\n            \"uom\": \"ea\"\n        },\n        {\n            \"hub_code\": \"ONLS\",\n            \"sku_code\": \"8004214\",\n            \"available_quantity\": 0,\n            \"sku_name\": \"Bebe Folie Stroller Cooling Mat Mint Blue\",\n            \"quantity_on_hand\": 0,\n            \"quantity_reserved\": 0,\n            \"uom\": \"ea\"\n        },\n        {\n            \"hub_code\": \"ONLS\",\n            \"sku_code\": \"8004212\",\n            \"available_quantity\": 0,\n            \"sku_name\": \"Skip Hop Zoo Kids Rolling Luggage Bag Unicorn\",\n            \"quantity_on_hand\": 0,\n            \"quantity_reserved\": 0,\n            \"uom\": \"ea\"\n        },\n        {\n            \"hub_code\": \"ONLS\",\n            \"sku_code\": \"8004206\",\n            \"available_quantity\": 0,\n            \"sku_name\": \"Skip Hop Zoo Backpack Unicorn\",\n            \"quantity_on_hand\": 0,\n            \"quantity_reserved\": 0,\n            \"uom\": \"ea\"\n        },\n        {\n            \"hub_code\": \"ONLS\",\n            \"sku_code\": \"8004208\",\n            \"available_quantity\": 0,\n            \"sku_name\": \"Skip Hop Zoo Kids Rolling Luggage Bag Giraffe\",\n            \"quantity_on_hand\": 0,\n            \"quantity_reserved\": 0,\n            \"uom\": \"ea\"\n        },\n        {\n            \"hub_code\": \"ONLS\",\n            \"sku_code\": \"8004209\",\n            \"available_quantity\": 0,\n            \"sku_name\": \"Skip Hop Zoo Kids Rolling Luggage Bag Ladybug\",\n            \"quantity_on_hand\": 0,\n            \"quantity_reserved\": 0,\n            \"uom\": \"ea\"\n        },\n        {\n            \"hub_code\": \"ONLS\",\n            \"sku_code\": \"8004202\",\n            \"available_quantity\": 0,\n            \"sku_name\": \"Skip Hop Zoo Backpack Monkey\",\n            \"quantity_on_hand\": 0,\n            \"quantity_reserved\": 0,\n            \"uom\": \"ea\"\n        },\n        {\n            \"hub_code\": \"ONLS\",\n            \"sku_code\": \"8004205\",\n            \"available_quantity\": 0,\n            \"sku_name\": \"Skip Hop Zoo Backpack Sloth\",\n            \"quantity_on_hand\": 0,\n            \"quantity_reserved\": 0,\n            \"uom\": \"ea\"\n        },\n        {\n            \"hub_code\": \"ONLS\",\n            \"sku_code\": \"8004198\",\n            \"available_quantity\": 0,\n            \"sku_name\": \"Skip Hop Zoo Backpack Hedgehog\",\n            \"quantity_on_hand\": 0,\n            \"quantity_reserved\": 0,\n            \"uom\": \"ea\"\n        }\n    ],\n    \"meta\": {\n        \"current_page\": 2,\n        \"last_page\": 482,\n        \"per_page\": 10,\n        \"total\": 4817\n    }\n}"}],"_postman_id":"0f60d888-9b86-44f1-b618-5bad31c9cc7e"},{"name":"Get Seller Hub Inventory Report of a Seller","id":"72aa4353-5087-4838-b931-7cabf0283f0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/sales-channel/public/v1/seller/inventory/hubs/:hub_code/report","description":"<h2 id=\"📌-get-seller-hub-inventory-report-api---overview\">📌 Get Seller Hub Inventory Report API - Overview</h2>\n<p>The Get Seller Hub Inventory Report API provides a detailed inventory report of all SKUs stored at a specific hub for a seller.</p>\n<p>This report is sent to the webhook URL configured in the Custom Sales Channel settings, allowing automated inventory tracking and real-time stock updates.</p>\n<p><strong>Sample Webhook:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"event_name\": \"inventory.report.event\",\n  \"data\": {\n    \"inventory_report_url\": \"https://omniful-production-uploads.s3.amazonaws.com/analytics/reports/downloads/Hub Inventory_7_20240108111445.csv\",\n    \"valid_until\": \"2024-01-08T13:14:46.373259786Z\",\n    \"valid_duration\": 7200000000000,\n    \"valid_duration_string\": \"2 hours\"\n  }\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"path":["sales-channel","public","v1","seller","inventory","hubs",":hub_code","report"],"host":["{{base_url}}"],"query":[],"variable":[{"description":{"content":"<p>Hub code from which you want to fetch seller hub inventory report.</p>\n","type":"text/plain"},"type":"any","value":"Hub232","key":"hub_code"}]}},"response":[{"id":"796232e0-76da-4fdc-965a-7b4a0a2d1da9","name":"Get Hub Inventory Report of a Seller","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/sales-channel/public/v1/seller/inventory/hubs/:hub_code/report","host":["{{base_url}}"],"path":["sales-channel","public","v1","seller","inventory","hubs",":hub_code","report"],"variable":[{"key":"hub_code","value":"Hub232"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 08 Jan 2024 11:14:45 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"cccba290-da03-4484-9554-57b5619f87b7"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"842404cb59f7f3e1-BOM"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"Message\": \"Report Generation In Progress!!\"\n    },\n    \"meta\": null\n}"}],"_postman_id":"72aa4353-5087-4838-b931-7cabf0283f0d"},{"name":"Get Inventory for SKU Across All Hubs","id":"faca4c10-02fc-4c48-a310-297274d279a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/sales-channel/public/v1/inventory/hubs/skus/:sku_code?updated_from=2025-03-02 15:04:05&updated_to=2025-03-04 15:04:05&timezone=UTC","description":"<h2 id=\"📌-get-inventory-for-sku-across-all-hubs-api---overview\">📌 <strong>Get Inventory for SKU Across All Hubs</strong> API - Overview</h2>\n<p>The Get All Hubs Inventory API retrieves inventory details of a specific SKU across all mapped hubs.</p>\n<p>This API helps users track stock availability at multiple locations, ensuring efficient inventory distribution and fulfillment management.Gives the Inventory of a SKU at all mapped hubs</p>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"path":["sales-channel","public","v1","inventory","hubs","skus",":sku_code"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p>Use this parameter to specify the starting date and time from which you want to retrieve inventory updates. This helps you fetch inventory changes from a specific point in time. (Format: YYYY-MM-DD HH:MM:SS)</p>\n<p>Note: This value is required to apply filter If this value is provided empty then filter will not be applied.</p>\n","type":"text/plain"},"key":"updated_from","value":"2025-03-02 15:04:05"},{"description":{"content":"<p>Use this parameter to define the end date and time until which you want to fetch inventory updates. This ensures you retrieve inventory data within a specific time range. (Format: YYYY-MM-DD HH:MM:SS)</p>\n","type":"text/plain"},"key":"updated_to","value":"2025-03-04 15:04:05"},{"description":{"content":"<p>Specify the timezone in which you want the inventory update timestamps to be returned. If no timezone is provided, the system defaults to UTC. Example: Asia/Riyadh.</p>\n","type":"text/plain"},"key":"timezone","value":"UTC"}],"variable":[{"description":{"content":"<p>SKU code of the SKU for which you want to fetch inventory for </p>\n","type":"text/plain"},"type":"any","value":"samsung190","key":"sku_code"}]}},"response":[{"id":"a8a06ff3-1e2e-4f3f-80c1-946de8e9ad8f","name":"Get All Hubs Inventory","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/sales-channel/public/v1/inventory/hubs/skus/:sku_code?to=2025-02-07&from=2025-02-03","host":["{{base_url}}"],"path":["sales-channel","public","v1","inventory","hubs","skus",":sku_code"],"query":[{"key":"to","value":"2025-02-07"},{"key":"from","value":"2025-02-03"}],"variable":[{"key":"sku_code","value":"samsung190"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 06 Feb 2025 11:32:30 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"4fd62f40-d6c5-4883-890a-d47d56f25e53"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"90dad1e7efc7ef64-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": [\n        {\n            \"hub_code\": \"seamlessretail\",\n            \"sku_code\": \"samsung190\",\n            \"available_quantity\": 96,\n            \"sku_name\": \"samsung190\",\n            \"quantity_on_hand\": 100,\n            \"quantity_reserved\": 4,\n            \"uom\": \"ea\"\n        }\n    ],\n    \"meta\": null\n}"}],"_postman_id":"faca4c10-02fc-4c48-a310-297274d279a0"},{"name":"Post Hub Inventory","id":"5c04f46c-5ca1-40c7-9408-db3c9f767c16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"sku_detail\": [\n        {\n            \"sku_code\": \"SKU-TV-123\",\n            \"quantity\": 100\n        },\n        {\n            \"sku_code\": \"samsung190\",\n            \"quantity\": 1\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/inventory/hubs/:hub_code","description":"<h2 id=\"📌-update-hub-inventory-api---overview\">📌 Update Hub Inventory API - Overview</h2>\n<p>The <strong>Update Hub Inventory API</strong> allows users to modify inventory levels for specific SKUs at a given hub.</p>\n<p>📌 <strong>Key Points to Consider:</strong></p>\n<ul>\n<li>The hub must have <strong>location inventory turned off</strong>; otherwise, this API will return a <strong>bad request</strong>.</li>\n<li>This API requires <strong>hub code</strong> and <strong>SKU details</strong>, including SKU code and quantity.</li>\n</ul>\n<p>📌 <strong>Required Fields:</strong></p>\n<ul>\n<li><strong>hub_code (<strong><strong><code>string</code></strong></strong>)</strong> – Unique identifier of the hub where inventory needs to be updated.</li>\n<li><strong>sku_detail</strong> (<strong>array of objects</strong>, <em>max length: 200</em>) – List of SKUs to be updated. Each object must contain:<ul>\n<li><strong>sku_code</strong> (<strong>string</strong>) – Unique SKU identifier.</li>\n<li><strong>quantity</strong> (<strong>number</strong>) – The updated quantity for this SKU.<strong>Note:</strong> The array supports a maximum of <strong>200 SKUs</strong> per request.</li>\n</ul>\n</li>\n</ul>\n<p>This API ensures <strong>accurate inventory updates</strong> across warehouse locations.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"path":["sales-channel","public","v1","inventory","hubs",":hub_code"],"host":["{{base_url}}"],"query":[],"variable":[{"description":{"content":"<p>Hub code of the Hub in which you want to make an inventory update for the SKU.</p>\n","type":"text/plain"},"type":"any","value":"seamlessretail","key":"hub_code"}]}},"response":[{"id":"7579ff30-ef21-4917-a514-cc7191690e51","name":"Push Hub Inventory","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"sku_detail\": [\n        {\n            \"sku_code\": \"SKU-TV-123\",\n            \"quantity\": 100\n        },\n        {\n            \"sku_code\": \"samsung190\",\n            \"quantity\": 1\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/sales-channel/public/v1/inventory/hubs/:hub_code","host":["{{base_url}}"],"path":["sales-channel","public","v1","inventory","hubs",":hub_code"],"variable":[{"key":"hub_code","value":"seamlessretail","description":"Hub code of the Hub in which you want to make an inventory update for the SKU."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Apr 2025 05:59:29 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"c31d95bc-59b7-49f6-92ba-b3e83e112285"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"937c92d8ef430766-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"failed_skus\": [\n            {\n                \"sku_codes\": [\n                    \"sku-tv-123\"\n                ],\n                \"reason\": \"SKU not found\"\n            }\n        ]\n    },\n    \"meta\": null\n}"}],"_postman_id":"5c04f46c-5ca1-40c7-9408-db3c9f767c16"},{"name":"Push Safety Stock","id":"3be59e20-10b9-4879-95c2-7c5b5eeed23f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"sku_detail\": [\n        {\n            \"sku_code\": \"67999801331808\",\n            \"quantity\": 101\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/inventory/hubs/:hub_code/safety_stock","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"path":["sales-channel","public","v1","inventory","hubs",":hub_code","safety_stock"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"hub_123","key":"hub_code"}]}},"response":[{"id":"9097eb37-b1ad-4a6e-94e6-74913b352384","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NzU5MDc1NDUsImp0aSI6IjlhNmI3NmJkLWVhNjEtNGU3My1hZmIyLWE3NzUxMDQwMTdiOCIsInVzZXJfZGV0YWlscyI6eyJTZWxsZXJTYWxlc0NoYW5uZWxJRCI6NDkxOCwiU2VsbGVySUQiOiI2OTI5IiwiVGVuYW50SUQiOiIzIiwiVXNlcklEIjoiNjQ2NiIsIlVzZXJOYW1lIjoiUHJpeWFuc2h1IEpoYSIsIlJhdGVMaW1pdERldGFpbHMiOnsiRW5hYmxlZCI6dHJ1ZSwiUmVxdWVzdHNQZXJNaW51dGUiOjYwfX0sInRva2VuX3R5cGUiOiJCZWFyZXIifQ.btPEkncJrgHdXWjGjS6R5p_tcCgyYh0TMOCd0lBY1hvMHzb28XUTyIGEqxyOzh8ifu4CwcDNtD52jQ3ILcKUvbYQS4hqH7aBtyfi8qNZihE3QZDQVzLxjiLW7RXbEe8L5gNL8zTz1Pg__EJip7q18YTyzB2JHvvZ8_tDbqxo0j5QAlIXg4Ry9W5C5HIU0AJz5pv1H_RyIybdh0qdRKX7mkoMls7pIB1Em7cagIiQuIgrauKacTEEt_Uc-wUhQNT2QUkZGtfXXorY6gdaetnsumTE28G15rwF_1J6W8yLr8pdPdAqD8JuTrI2HRFRKFkIP3Y9rl_IaAwHMjZdtU4-iFfOzaV5LoQEtPLZB4i8bDbc6MpSwZUIEq0KkfPSxrzGLvjPPPbYUjswPMOaYrwU6qdiXVRXsbkiCq5OB-tSTVNu6669jJYWu_qXYGL92sNvoCJNpsdn0PbZe-GoGYz4nuKA85vzswfieZ0_A_hDjtxgV3adJo6fmPRgj7K4eJIg1-91ujHD-ec5AqdhXaKMkNB64wCijXjddl4K9ekC97e679Nr4pK6FLLug5duaBgz1zKCa4v_PN0De87oIt1OgnmNciKv8yLBFDTRVX_r_J1ec8LoCggeqCG_0NHWtWS2HEM6RQHDSKGnWByIAO7GOFwD0lQEKdB3aWulKWs1csY"}],"body":{"mode":"raw","raw":"{\n    \"sku_detail\": [\n        {\n            \"sku_code\": \"67999801331808\",\n            \"quantity\": 101\n        }\n        \n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://prodapi.omniful.com/sales-channel/public/v1/inventory/hubs/locoff/safety_stock"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"date","value":"Thu, 02 Apr 2026 08:24:13 GMT"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"x-omniful-request-id","value":"87483d26-ca59-47e4-906f-d972f7fdbded"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"content-encoding","value":"br"},{"key":"server","value":"cloudflare"},{"key":"cf-ray","value":"9e5e6f98fcdc45ec-DEL"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"failed_skus\": null\n    },\n    \"meta\": null\n}"}],"_postman_id":"3be59e20-10b9-4879-95c2-7c5b5eeed23f"}],"id":"5b5894ff-e93e-473b-a7d7-d194c68bd7ce","description":"<h2 id=\"📌-inventory-apis---overview\">📌 Inventory APIs - Overview</h2>\n<p>The Inventory APIs allow users to fetch inventory details of SKUs listed in the Sales Channel Catalog and Master Catalog within the warehouse.</p>\n<p>These APIs help users track stock levels, availability, and SKU movement, ensuring accurate inventory management across different sales channels and warehouse locations.</p>\n","_postman_id":"5b5894ff-e93e-473b-a7d7-d194c68bd7ce","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}}},{"name":"Returns","item":[{"name":"Return Shipment","item":[{"name":"Create Return Shipment","id":"d1b8ff2d-6ec2-4b5c-a3dc-649189757712","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"tracking_url\": \"https://tracking.fedex.com/123456789\",\n    \"awb_number\": \"1124ee1231231232123213\",\n    \"package_details\": {\n        \"number_of_boxes\": 1,\n        \"weight\": 1,\n        \"dimensions\": {\n            \"length\": 30,\n            \"breadth\": 20,\n            \"height\": 15\n        },\n        \"remarks\": \"Handle with care\"\n    },\n    \"courier_partner\": {\n        \"tag\": \"jandt\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/return_orders/:id/shipment","description":"<h2 id=\"endpoint-description\">Endpoint Description</h2>\n<p>This endpoint allows the user to create a shipment for a specific return order identified by <code>:id</code>. It is used to update the shipment details associated with a return order, including tracking information and package specifications.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body must be in JSON format and should include the following parameters:</p>\n<ul>\n<li><p><strong>tracking_url</strong> (string): A URL that provides tracking information for the shipment.</p>\n</li>\n<li><p><strong>awb_number</strong> (string): The Air Waybill number associated with the shipment.</p>\n</li>\n<li><p><strong>package_details</strong> (object): An object containing details about the package.</p>\n<ul>\n<li><p><strong>number_of_boxes</strong> (integer): The number of boxes being shipped.</p>\n</li>\n<li><p><strong>weight</strong> (integer): The weight of the package in appropriate units.</p>\n</li>\n<li><p><strong>dimensions</strong> (object): An object specifying the dimensions of the package.</p>\n<ul>\n<li><p><strong>length</strong> (integer): The length of the package.</p>\n</li>\n<li><p><strong>breadth</strong> (integer): The breadth of the package.</p>\n</li>\n<li><p><strong>height</strong> (integer): The height of the package.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>remarks</strong> (string): Any special handling instructions for the package.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>courier_partner</strong> (object): An object specifying the courier partner.</p>\n<ul>\n<li><strong>tag</strong> (string): The identifier for the courier partner.</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response will be in JSON format and will contain the following fields:</p>\n<ul>\n<li><p><strong>is_success</strong> (boolean): Indicates whether the shipment creation was successful.</p>\n</li>\n<li><p><strong>status_code</strong> (integer): A code representing the status of the request.</p>\n</li>\n<li><p><strong>data</strong> (string): Additional data related to the shipment, if any.</p>\n</li>\n</ul>\n<p>This endpoint is crucial for managing the logistics of return orders by allowing users to specify shipment details and track their packages effectively.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"path":["sales-channel","public","v1","return_orders",":id","shipment"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"RO-OM-2","key":"id"}]}},"response":[{"id":"11cda1ac-ced7-4a1c-a261-a78441cc3d48","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"tracking_url\": \"https://tracking.fedex.com/123456789\",\n    \"awb_number\": \"AW262317812376211388\",\n    \"package_details\": {\n        \"number_of_boxes\": 1,\n        \"weight\": 1,\n        \"dimensions\": {\n            \"length\": 30,\n            \"breadth\": 20,\n            \"height\": 15\n        },\n        \"remarks\": \"Handle with care\"\n    },\n    \"courier_partner\": {\n        \"tag\": \"dhl_express\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{omniful_dev_url}}/sales-channel/public/v1/return_orders/:id/shipment","host":["{{omniful_dev_url}}"],"path":["sales-channel","public","v1","return_orders",":id","shipment"],"variable":[{"key":"id","value":"RO-SC-1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 04 Jun 2025 12:51:23 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cf-Ray","value":"94a78fb70eb7492c-BOM"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"X-Omniful-Request-Id","value":"d11f8b28-9da5-4403-b435-238f854ea69c"},{"key":"Cf-Cache-Status","value":"DYNAMIC"},{"key":"Strict-Transport-Security","value":"max-age=300"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": \"Return shipment created successfully\",\n    \"meta\": null\n}"}],"_postman_id":"d1b8ff2d-6ec2-4b5c-a3dc-649189757712"},{"name":"Update Return Shipment Status","id":"b45cf819-1ddf-4627-9be8-adbb148cacc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"shipment_status\": \"return_to_origin\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/return_orders/:id/shipment/status","description":"<h2 id=\"update-shipment-status-for-return-orders\">Update Shipment Status for Return Orders</h2>\n<p>This endpoint allows you to update the shipment status of a specific return order identified by its unique <code>id</code>. It is particularly useful for managing the logistics of returned items, enabling the system to track the status of shipments effectively.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body must be in JSON format and should include the following parameter:</p>\n<ul>\n<li><p><strong>shipment_status</strong> (string): The new status of the shipment. Following are the allowed values:</p>\n<ul>\n<li><p><code>\"picked_up\"</code></p>\n</li>\n<li><p><code>\"return_to_origin\"</code></p>\n</li>\n</ul>\n</li>\n</ul>\n<p>The sequence of shipment statuses is <code>created</code> -&gt; <code>picked_up</code> -&gt; <code>return_to_origin</code>.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response from this endpoint will be in JSON format and will contain the following fields:</p>\n<ul>\n<li><p><strong>is_success</strong> (boolean): Indicates whether the operation was successful.</p>\n</li>\n<li><p><strong>status_code</strong> (integer): A code representing the status of the request (200 typically indicates success).</p>\n</li>\n<li><p><strong>data</strong> (object or null): Contains additional data related to the request, if applicable.</p>\n</li>\n</ul>\n<p>This structure ensures that users can easily understand the outcome of their request and take appropriate actions based on the response received.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"path":["sales-channel","public","v1","return_orders",":id","shipment","status"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"RO-OM-2","key":"id"}]}},"response":[{"id":"384bce3c-0105-4ce6-952a-de76961629cc","name":"Success PickedUp","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"shipment_status\": \"picked_up\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{omniful_dev_url}}/sales-channel/public/v1/return_orders/:id/shipment/status","host":["{{omniful_dev_url}}"],"path":["sales-channel","public","v1","return_orders",":id","shipment","status"],"variable":[{"key":"id","value":"RO-SC-1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 04 Jun 2025 12:51:58 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cf-Ray","value":"94a79090b98a492c-BOM"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"X-Omniful-Request-Id","value":"73454061-7d58-4654-8c22-6dbea8cc23c0"},{"key":"Cf-Cache-Status","value":"DYNAMIC"},{"key":"Strict-Transport-Security","value":"max-age=300"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": null,\n    \"meta\": null\n}"},{"id":"6b77d494-9b8c-439f-9089-c46db91ebe0f","name":"Return To Origin","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"shipment_status\": \"return_to_origin\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{omniful_dev_url}}/sales-channel/public/v1/return_orders/:id/shipment/status","host":["{{omniful_dev_url}}"],"path":["sales-channel","public","v1","return_orders",":id","shipment","status"],"variable":[{"key":"id","value":"RO-SC-1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 04 Jun 2025 12:53:14 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cf-Ray","value":"94a7926a6908492c-BOM"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"X-Omniful-Request-Id","value":"27d04545-a1be-4683-926b-ea261a47514a"},{"key":"Cf-Cache-Status","value":"DYNAMIC"},{"key":"Strict-Transport-Security","value":"max-age=300"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": null,\n    \"meta\": null\n}"}],"_postman_id":"b45cf819-1ddf-4627-9be8-adbb148cacc8"},{"name":"Create Seller Return Shipment","id":"a1b21a9f-7f93-443e-a9cc-3e76c5225340","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"tracking_url\": \"https://tracking.fedex.com/123456789\",\n    \"awb_number\": \"1732121312223122\",\n    \"package_details\": {\n        \"number_of_boxes\": 1,\n        \"weight\": 1,\n        \"dimensions\": {\n            \"length\": 30,\n            \"breadth\": 20,\n            \"height\": 15\n        },\n        \"remarks\": \"Handle with care\"\n    },\n    \"courier_partner\": {\n        \"tag\": \"jandt\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/seller/return_orders/:id/shipment","description":"<p>This API endpoint is used to create shipment for any return order of the seller.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"path":["sales-channel","public","v1","seller","return_orders",":id","shipment"],"host":["{{base_url}}"],"query":[],"variable":[{"description":{"content":"<p>This is the id of a return order.</p>\n","type":"text/plain"},"type":"any","value":"3278649783264","key":"id"}]}},"response":[{"id":"b2c7d2f3-f2ee-477b-b8db-3a51afed34ab","name":"Success","originalRequest":{"method":"GET","header":[]},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": \"Return shipment created successfully\",\n    \"meta\": null\n}"}],"_postman_id":"a1b21a9f-7f93-443e-a9cc-3e76c5225340"},{"name":"Update Seller Return Shipment","id":"48ee9698-2095-4db2-9175-0f9f52cc3eb7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"shipment_status\": \"return_to_origin\"\n}","options":{"raw":{"language":"json"}}},"url":"https://prodapi.omniful.com/sales-channel/public/v1/seller/return_orders/:id/shipment/status","description":"<p>This API endpoint is used to update the status of shipment for any return order of the seller.</p>\n","urlObject":{"protocol":"https","path":["sales-channel","public","v1","seller","return_orders",":id","shipment","status"],"host":["prodapi","omniful","com"],"query":[],"variable":[{"description":{"content":"<p>This is the id of a return order.</p>\n","type":"text/plain"},"type":"any","value":"38762397846","key":"id"}]}},"response":[{"id":"dac6b8b4-bf59-451b-9f03-b23772bbae59","name":"Success","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"shipment_status\": \"return_to_origin\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://prodapi.omniful.com/sales-channel/public/v1/seller/return_orders/:return_order_oms_id/shipment/status","protocol":"https","host":["prodapi","omniful","com"],"path":["sales-channel","public","v1","seller","return_orders",":return_order_oms_id","shipment","status"],"variable":[{"key":"return_order_oms_id","value":"691b12763d214db83a9d586b"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Mon, 17 Nov 2025 13:15:01 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"f0c738c4-b4f0-4cac-b5e4-0455aabf0840"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Content-Encoding","value":"br"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"99ff7e95e9fb7fe8-MAA"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": null,\n    \"meta\": null\n}"}],"_postman_id":"48ee9698-2095-4db2-9175-0f9f52cc3eb7"}],"id":"74f5a670-6dff-4c53-90da-28fa3a0b98a7","_postman_id":"74f5a670-6dff-4c53-90da-28fa3a0b98a7","description":"","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}}},{"name":"Sales Channel Returns","item":[{"name":"Create Return Order","id":"96f7c983-b6c0-42e4-af36-4510b40f5a2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"return_order_id\": \"RO1234561\",\n    \"return_items\": [\n        {\n            \"sales_channel_item_id\": \"iPhone 15 Pro\",\n            \"sales_channel_return_item_id\": \"iPhone 15 Pro\",\n            \"seller_sku_code\": \"iPhone 15 Pro\",\n            \"return_quantity\": 1,\n            \"return_reasons\": [\n                {\n                    \"reason\": \"Damaged item\",\n                    \"quantity\": 1\n                }\n            ],\n            \"unit_price\": 50.00,\n            \"discount\": 5.00,\n            \"total\": 90.00\n        }\n    ],\n    \"additional_charges\": [\n        {\n            \"type\": \"cod_fee\",\n            \"cost\": 5.00,\n            \"tax_inclusive\": true,\n            \"tax_percentage\": 10.00,\n            \"is_applied\": true\n        },\n        {\n            \"type\": \"return_shipment_fee\",\n            \"cost\": 8.00,\n            \"tax_inclusive\": false,\n            \"tax_percentage\": 5.00,\n            \"is_applied\": true\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/orders/:order_id/return_orders","description":"<h1 id=\"📌-create-return-order-api--overview\">📌 Create Return Order API – Overview</h1>\n<p>The <strong>Create Return Order API</strong> allows users to generate a <strong>customer return order</strong> against the provided <code>order_id</code>.  </p>\n<p>This API helps sellers and platforms record returned items, capture return reasons, and apply any additional charges related to the return.</p>\n<hr />\n<h2 id=\"📌-required-fields\">📌 Required Fields</h2>\n<ul>\n<li><p><strong>return_order_id</strong> → Unique identifier for the return order.</p>\n</li>\n<li><p><strong>return_items</strong> → Must include at least one returned item with:</p>\n<ul>\n<li><p><code>seller_sku_code</code></p>\n</li>\n<li><p><code>return_quantity</code></p>\n</li>\n</ul>\n</li>\n</ul>\n<hr />\n<h2 id=\"📌-request-body-parameters\">📌 Request Body Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>return_order_id</strong></td>\n<td>string</td>\n<td>Unique identifier for the return order, e.g., <code>\"RO123456\"</code></td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>return_items</strong></td>\n<td>object</td>\n<td>Object representing the returned item</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>return_items.sales_channel_item_id</strong></td>\n<td>string</td>\n<td>Unique identifier of the item in the sales channel, e.g., <code>\"samsung190\"</code></td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>return_items.sales_channel_return_item_id</strong></td>\n<td>string</td>\n<td>Unique identifier of the return item in the sales channel, e.g., <code>\"samsung190\"</code></td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>return_items.seller_sku_code</strong></td>\n<td>string</td>\n<td>Seller’s SKU code of the product being returned, e.g., <code>\"samsung190\"</code></td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>return_items.return_quantity</strong></td>\n<td>integer</td>\n<td>Quantity of the product being returned, e.g., <code>1</code></td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>return_items.return_reasons</strong></td>\n<td>object</td>\n<td>Object containing specific return reason(s)</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>return_items.return_reasons.reason</strong></td>\n<td>string</td>\n<td>Specific reason for the return, e.g., <code>\"Damaged item\"</code></td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>return_items.return_reasons.quantity</strong></td>\n<td>integer</td>\n<td>Quantity tied to the return reason, e.g., <code>1</code></td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>return_items.unit_price</strong></td>\n<td>number</td>\n<td>Unit price of the returned item, e.g., <code>50.00</code></td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>return_items.discount</strong></td>\n<td>number</td>\n<td>Discount applied to the returned item, e.g., <code>5.00</code></td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>return_items.total</strong></td>\n<td>number</td>\n<td>Total amount for the returned item after discount, e.g., <code>90.00</code></td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>additional_charges</strong></td>\n<td>object</td>\n<td>Object containing additional charges applied to the return order</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>additional_charges.type</strong></td>\n<td>string</td>\n<td>Type of charge, e.g., <code>\"cod_fee\"</code>, <code>\"return_shipment_fee\"</code></td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>additional_charges.cost</strong></td>\n<td>number</td>\n<td>Cost of the charge, e.g., <code>5.00</code></td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>additional_charges.tax_inclusive</strong></td>\n<td>boolean</td>\n<td>Whether the cost includes tax (<code>true</code> / <code>false</code>)</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>additional_charges.tax_percentage</strong></td>\n<td>number</td>\n<td>Tax percentage applied to the charge, e.g., <code>10.00</code></td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>additional_charges.is_applied</strong></td>\n<td>boolean</td>\n<td>Whether the charge is applied to the return order (<code>true</code> / <code>false</code>)</td>\n<td>❌ No</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"path":["sales-channel","public","v1","orders",":order_id","return_orders"],"host":["{{base_url}}"],"query":[],"variable":[{"description":{"content":"<p>Order ID against which return order needs to be created.</p>\n","type":"text/plain"},"type":"any","value":"test-omniful_12","key":"order_id"}]}},"response":[{"id":"1903ddc6-fe9a-4b59-af0c-4a315d6a19ff","name":"Create Return Order","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"return_order_id\": \"RO1234561\",\n    \"return_items\": [\n        {\n            \"sales_channel_item_id\": \"iPhone 15 Pro\",\n            \"sales_channel_return_item_id\": \"iPhone 15 Pro\",\n            \"seller_sku_code\": \"iPhone 15 Pro\",\n            \"return_quantity\": 1,\n            \"return_reasons\": [\n                {\n                    \"reason\": \"Damaged item\",\n                    \"quantity\": 1\n                }\n            ],\n            \"unit_price\": 50.00,\n            \"discount\": 5.00,\n            \"total\": 90.00\n        }\n    ],\n    \"additional_charges\": [\n        {\n            \"type\": \"cod_fee\",\n            \"cost\": 5.00,\n            \"tax_inclusive\": true,\n            \"tax_percentage\": 10.00,\n            \"is_applied\": true\n        },\n        {\n            \"type\": \"return_shipment_fee\",\n            \"cost\": 8.00,\n            \"tax_inclusive\": false,\n            \"tax_percentage\": 5.00,\n            \"is_applied\": true\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/sales-channel/public/v1/orders/:order_id/return_orders","host":["{{base_url}}"],"path":["sales-channel","public","v1","orders",":order_id","return_orders"],"variable":[{"key":"order_id","value":"test-omniful_12","description":"Order ID against which return order needs to be created."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 26 Mar 2025 04:59:56 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"b665513e-a0f7-4c8c-bb17-5a0d230abe95"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"926414de8d2807c4-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": \"Return order created successfully.\",\n    \"meta\": null\n}"}],"_postman_id":"96f7c983-b6c0-42e4-af36-4510b40f5a2c"},{"name":"Create Return Requests","id":"f1563ed2-111f-45db-b825-64a595bb8f89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_id\": \"shubhra-0009\",\n    \"return_reason\": \"Damaged and Wrong Item\",\n    \"hub_code\": \"Shubhra001\",\n    \"order_items\": [\n        {\n            \"sku_code\": \"iPhone 15 Pro\",\n            \"return_quantity\": 1,\n            \"return_reasons\": [\n                {\n                    \"reason\": \"Damaged\",\n                    \"quantity\": 1\n                },\n                {\n                    \"reason\": \"Wrong Item\",\n                    \"quantity\": 1\n                }\n            ]\n        }\n    ],\n    \"return_request_id\": \"omniful-1037\"\n}"},"url":"{{base_url}}/sales-channel/public/v1/returns/","description":"<h1 id=\"📌-create-return-request-api--overview\">📌 Create Return Request API – Overview</h1>\n<p>The <strong>Create Return Request API</strong> is used to initiate a return request for <strong>orders that are in the delivered state</strong>.</p>\n<p>This API ensures efficient tracking and management of returned items by capturing essential details such as order ID, reasons for return, and hub information.</p>\n<hr />\n<h2 id=\"📌-key-points-to-consider\">📌 Key Points to Consider</h2>\n<ul>\n<li><p>The order <strong>must be in the</strong> <strong><code>delivered</code></strong> <strong>state</strong> before a return request can be created.</p>\n</li>\n<li><p>Each return request must include:</p>\n<ul>\n<li><p><code>order_id</code></p>\n</li>\n<li><p><code>return_reason</code></p>\n</li>\n<li><p><code>hub_code</code> (if applicable)</p>\n</li>\n<li><p><code>order_items</code> with SKU details and return quantities</p>\n</li>\n</ul>\n</li>\n</ul>\n<hr />\n<h2 id=\"✅-required-fields\">✅ Required Fields</h2>\n<ul>\n<li><p><strong>order_id (string)</strong> → Unique identifier for the order.</p>\n</li>\n<li><p><strong>return_reason (string)</strong> → Overall reason for initiating the return.</p>\n</li>\n<li><p><strong>hub_code (string)</strong> → Hub associated with the order.</p>\n</li>\n<li><p><strong>order_items (array)</strong> → List of returned items, including:</p>\n<ul>\n<li><p><strong>sku_code (string)</strong> → SKU identifier of the item.</p>\n</li>\n<li><p><strong>return_quantity (number)</strong> → Quantity of the item being returned.</p>\n</li>\n<li><p><strong>return_reasons (array)</strong> → Specific reasons and quantities for return.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>return_request_id (string)</strong> → Unique identifier for the return request.</p>\n</li>\n</ul>\n<hr />\n<h2 id=\"📌-request-body-parameters\">📌 Request Body Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>order_id</strong></td>\n<td>string</td>\n<td>Unique identifier for the order associated with the return request</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>return_reason</strong></td>\n<td>string</td>\n<td>Overall return reason (e.g., <code>\"Damaged and Wrong Item\"</code>)</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>hub_code</strong></td>\n<td>string</td>\n<td>Hub code where the return request is processed</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>order_items</strong></td>\n<td>array</td>\n<td>List of returned items with details</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>order_items[].sku_code</strong></td>\n<td>string</td>\n<td>SKU code of the returned product</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>order_items[].return_quantity</strong></td>\n<td>integer</td>\n<td>Total quantity of the SKU being returned</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>order_items[].return_reasons</strong></td>\n<td>array</td>\n<td>Specific reasons and corresponding quantities</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>order_items[].return_reasons[].reason</strong></td>\n<td>string</td>\n<td>Return reason (e.g., <code>\"Damaged\"</code>, <code>\"Wrong Item\"</code>)</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>order_items[].return_reasons[].quantity</strong></td>\n<td>integer</td>\n<td>Quantity associated with the return reason</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>return_request_id</strong></td>\n<td>string</td>\n<td>Unique identifier for the return request (used for tracking)</td>\n<td>✅ Yes</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"path":["sales-channel","public","v1","returns",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"1479abbf-4e01-493e-9612-093c9207cc56","name":"Create return requests","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"order_id\": \"shubhra-0009\",\n    \"return_reason\": \"Damaged and Wrong Item\",\n    \"hub_code\": \"Shubhra001\",\n    \"order_items\": [\n        {\n            \"sku_code\": \"iPhone 15 Pro\",\n            \"return_quantity\": 1,\n            \"return_reasons\": [\n                {\n                    \"reason\": \"Damaged\",\n                    \"quantity\": 1\n                },\n                {\n                    \"reason\": \"Wrong Item\",\n                    \"quantity\": 1\n                }\n            ]\n        }\n    ],\n    \"return_request_id\": \"omniful-1037\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/returns/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2024 10:36:05 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"f951e42b-8a11-4a11-8f2f-391905607e8e"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8c4874065e5d851f-BOM"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"status\": \"Success : The Return Request was successfully created.\"\n    },\n    \"meta\": null\n}"}],"_postman_id":"f1563ed2-111f-45db-b825-64a595bb8f89"},{"name":"Get Return Requests","id":"8a31f621-95f1-49b2-81f7-b560108c8336","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/sales-channel/public/v1/returns","description":"<h2 id=\"📌-get-return-request-api---overview\">📌 Get Return Request API - Overview</h2>\n<p>The <strong>Get Return Request API</strong> allows users to retrieve return requests for orders based on <strong>request status, order ID, and return order ID</strong>.</p>\n<p>📌 <strong>Filters Available:</strong></p>\n<ul>\n<li><strong>order_id</strong> – Fetch return requests for a specific order.</li>\n<li><strong>return_order_id</strong> – Retrieve details of a specific return request.</li>\n<li><strong>status</strong> – Filter return requests by status.</li>\n</ul>\n<p>📌 <strong>Return Request Statuses:</strong></p>\n<ul>\n<li><strong>new</strong> – The return request has been submitted and is awaiting action.</li>\n<li><strong>approved</strong> – The return request has been approved for processing.</li>\n<li><strong>rejected</strong> – The return request has been declined.</li>\n</ul>\n<p>This API helps users <strong>track return requests efficiently</strong>, ensuring seamless return management.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"path":["sales-channel","public","v1","returns"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p>Fetch return requests for a specific order.</p>\n","type":"text/plain"},"key":"status","value":"new"},{"disabled":true,"description":{"content":"<p>Retrieve details of a specific return request.</p>\n","type":"text/plain"},"key":"return_request_number","value":"test-1012"},{"disabled":true,"description":{"content":"<p>Fetch return requests for a specific order.</p>\n","type":"text/plain"},"key":"order_id","value":"test-1026"}],"variable":[]}},"response":[{"id":"b1359e73-724b-4da5-8d8d-e1f3d9c2e6f8","name":"Get return requests","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{staging_base_url}}/sales-channel/public/v1/returns?order_id=test-1026","host":["{{staging_base_url}}"],"path":["sales-channel","public","v1","returns"],"query":[{"key":"status","value":"new","disabled":true},{"key":"return_request_number","value":"test-1012","disabled":true},{"key":"order_id","value":"test-1026"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 06 Oct 2023 08:44:30 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"b4e8ebaa-ed58-4488-a9c5-b620a372c8ce"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"811c9f6e7c90b293-MAA"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": [\n        {\n            \"return_request_number\": \"test-1026\",\n            \"customer\": {\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"mobile\": \"1234567890\",\n                \"mobile_code\": \"+1\",\n                \"email\": \"john.doe@example.com\",\n                \"avatar\": \"https://example.com/avatar.jpg\",\n                \"gender\": \"male\"\n            },\n            \"seller_name\": \"Kouta Store\",\n            \"order_id\": \"test-1026\",\n            \"return_reason\": \"Received Broken/Damaged Items\",\n            \"hub_code\": \"20101\",\n            \"order_items\": [\n                {\n                    \"sku_code\": \"SKU-AC-456\",\n                    \"return_quantity\": 1,\n                    \"delivered_quantity\": 1\n                }\n            ],\n            \"total_return_items_count\": 1,\n            \"total_delivered_items_count\": 1,\n            \"total_sku_count\": 1,\n            \"total\": 699,\n            \"invoice\": {\n                \"currency\": \"USD\",\n                \"subtotal\": 699,\n                \"shipping_price\": 0,\n                \"shipping_refund\": 0,\n                \"tax\": 69.9,\n                \"discount\": 100,\n                \"total\": 768.9,\n                \"total_paid\": 768.9,\n                \"payment_method\": \"Credit Card\",\n                \"tax_percent\": 10,\n                \"shipping_tax\": 0,\n                \"sub_total_tax_inclusive\": true,\n                \"sub_total_discount_inclusive\": true,\n                \"shipping_tax_inclusive\": false,\n                \"shipping_discount_inclusive\": false\n            },\n            \"payment_method\": \"Prepaid\",\n            \"status\": \"New\",\n            \"shipment_type\": \"Omniful Generated\",\n            \"shipment\": {\n                \"shipment_created_at\": \"0001-01-01T00:00:00Z\",\n                \"order_delivered_at\": \"2023-10-06T08:42:35.663Z\",\n                \"order_shipped_at\": \"2023-10-06T08:42:27.445Z\",\n                \"awb_number\": \"4151696581704\",\n                \"shipping_partner_tag\": \"manual\",\n                \"shipping_partner_name\": \"Manual\",\n                \"number_of_boxes\": 1\n            }\n        }\n    ],\n    \"meta\": {\n        \"current_page\": 1,\n        \"last_page\": 1,\n        \"per_page\": 20,\n        \"total\": 1\n    }\n}"},{"id":"b225d83a-ac07-4eca-b96b-fd55f7a00d40","name":"Get return requests","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{staging_base_url}}/sales-channel/public/v1/returns?status=new","host":["{{staging_base_url}}"],"path":["sales-channel","public","v1","returns"],"query":[{"key":"status","value":"new"},{"key":"return_request_number","value":"test-1012","disabled":true},{"key":"order_id","value":"test-1026","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 06 Oct 2023 08:45:02 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"c643b91e-b542-4e33-bc19-f9f5563f1bb6"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"811ca039ca99b293-MAA"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": [\n        {\n            \"return_request_number\": \"test-1026\",\n            \"customer\": {\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"mobile\": \"1234567890\",\n                \"mobile_code\": \"+1\",\n                \"email\": \"john.doe@example.com\",\n                \"avatar\": \"https://example.com/avatar.jpg\",\n                \"gender\": \"male\"\n            },\n            \"seller_name\": \"Kouta Store\",\n            \"order_id\": \"test-1026\",\n            \"return_reason\": \"Received Broken/Damaged Items\",\n            \"hub_code\": \"20101\",\n            \"order_items\": [\n                {\n                    \"sku_code\": \"SKU-AC-456\",\n                    \"return_quantity\": 1,\n                    \"delivered_quantity\": 1\n                }\n            ],\n            \"total_return_items_count\": 1,\n            \"total_delivered_items_count\": 1,\n            \"total_sku_count\": 1,\n            \"total\": 699,\n            \"invoice\": {\n                \"currency\": \"USD\",\n                \"subtotal\": 699,\n                \"shipping_price\": 0,\n                \"shipping_refund\": 0,\n                \"tax\": 69.9,\n                \"discount\": 100,\n                \"total\": 768.9,\n                \"total_paid\": 768.9,\n                \"payment_method\": \"Credit Card\",\n                \"tax_percent\": 10,\n                \"shipping_tax\": 0,\n                \"sub_total_tax_inclusive\": true,\n                \"sub_total_discount_inclusive\": true,\n                \"shipping_tax_inclusive\": false,\n                \"shipping_discount_inclusive\": false\n            },\n            \"payment_method\": \"Prepaid\",\n            \"status\": \"New\",\n            \"shipment_type\": \"Omniful Generated\",\n            \"shipment\": {\n                \"shipment_created_at\": \"0001-01-01T00:00:00Z\",\n                \"order_delivered_at\": \"2023-10-06T08:42:35.663Z\",\n                \"order_shipped_at\": \"2023-10-06T08:42:27.445Z\",\n                \"awb_number\": \"4151696581704\",\n                \"shipping_partner_tag\": \"manual\",\n                \"shipping_partner_name\": \"Manual\",\n                \"number_of_boxes\": 1\n            }\n        },\n        {\n            \"return_request_number\": \"test-1021\",\n            \"customer\": {\n                \"first_name\": \"Anurag\",\n                \"last_name\": \"Shah\",\n                \"mobile\": \"543100720\",\n                \"mobile_code\": \"+966\",\n                \"email\": \"anurag.shah@gmail.com\",\n                \"avatar\": \"https://example.com/avatar.jpg\",\n                \"gender\": \"male\"\n            },\n            \"seller_name\": \"Kouta Store\",\n            \"order_id\": \"test-1021\",\n            \"return_reason\": \"Received Broken/Damaged Items\",\n            \"hub_code\": \"20101\",\n            \"order_items\": [\n                {\n                    \"sku_code\": \"SKU-AC-456\",\n                    \"return_quantity\": 1,\n                    \"delivered_quantity\": 1\n                }\n            ],\n            \"total_return_items_count\": 1,\n            \"total_delivered_items_count\": 1,\n            \"total_sku_count\": 1,\n            \"total\": 699,\n            \"invoice\": {\n                \"currency\": \"USD\",\n                \"subtotal\": 699,\n                \"shipping_price\": 0,\n                \"shipping_refund\": 0,\n                \"tax\": 69.9,\n                \"discount\": 100,\n                \"total\": 768.9,\n                \"total_paid\": 768.9,\n                \"payment_method\": \"Credit Card\",\n                \"tax_percent\": 10,\n                \"shipping_tax\": 0,\n                \"sub_total_tax_inclusive\": true,\n                \"sub_total_discount_inclusive\": true,\n                \"shipping_tax_inclusive\": false,\n                \"shipping_discount_inclusive\": false\n            },\n            \"payment_method\": \"Prepaid\",\n            \"status\": \"New\",\n            \"shipment_type\": \"Omniful Generated\",\n            \"shipment\": {\n                \"shipment_created_at\": \"0001-01-01T00:00:00Z\",\n                \"order_delivered_at\": \"2023-10-05T11:44:50.055Z\",\n                \"order_shipped_at\": \"2023-10-05T11:44:41.002Z\",\n                \"awb_number\": \"4151696506263\",\n                \"shipping_partner_tag\": \"manual\",\n                \"shipping_partner_name\": \"Manual\",\n                \"number_of_boxes\": 1\n            }\n        }\n    ],\n    \"meta\": {\n        \"current_page\": 1,\n        \"last_page\": 1,\n        \"per_page\": 20,\n        \"total\": 2\n    }\n}"}],"_postman_id":"8a31f621-95f1-49b2-81f7-b560108c8336"},{"name":"Reject Return Requests","id":"dd990a82-56f0-4068-a0aa-a45104d6a5d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"{{base_url}}/sales-channel/public/v1/returns/reject?return_request_id=test-1026","description":"<h2 id=\"📌-reject-return-request-api---overview\">📌 Reject Return Request API - Overview</h2>\n<p>The <strong>Reject Return Request API</strong> allows users to decline a return request for a specific <strong>return order ID</strong>.  </p>\n<p>This API ensures that return requests can be managed efficiently by rejecting invalid or non-eligible returns.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"path":["sales-channel","public","v1","returns","reject"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p>Return OrderID for which the return request needs to be rejected.</p>\n","type":"text/plain"},"key":"return_request_id","value":"test-1026"}],"variable":[]}},"response":[{"id":"f1c14c2b-e65c-41e0-bc2a-6c3b13c60bd2","name":"Reject return requests","originalRequest":{"method":"PUT","header":[],"url":{"raw":"{{staging_base_url}}/sales-channel/public/v1/returns/reject?return_request_id=test-1026","host":["{{staging_base_url}}"],"path":["sales-channel","public","v1","returns","reject"],"query":[{"key":"return_request_id","value":"test-1026"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 06 Oct 2023 08:45:50 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"ac0bffe7-90c2-4a63-bff5-e69f9591ed87"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"811ca16319bfb293-MAA"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"status\": \"Success : The Return Request was successfully rejected.\"\n    },\n    \"meta\": null\n}"}],"_postman_id":"dd990a82-56f0-4068-a0aa-a45104d6a5d7"},{"name":"Approve Return Request","id":"fe388794-6d2a-4486-b9ef-1cbe83d99c61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"order_id\": \"test-1026\",\n    \"order_items\": [\n\n    ],\n    \"total_refundable_amount\": 1,\n    \"approval_mode\": \"full\",\n    \"return_request_id\": \"test-1026\"\n}"},"url":"{{base_url}}/sales-channel/public/v1/returns/test-1026/approve","description":"<h2 id=\"📌-approve-return-request-api---overview\">📌 Approve Return Request API - Overview</h2>\n<p>The <strong>Approve Return Request API</strong> is used to approve return requests for an order based on its <strong>return order ID</strong>. This API allows users to <strong>approve full or partial returns</strong> and process refunds accordingly.</p>\n<hr />\n<h2 id=\"📌-important-fields\">📌 Important Fields:</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>order_id</strong></td>\n<td><code>string</code></td>\n<td>Unique identifier for the order.</td>\n</tr>\n<tr>\n<td><strong>order_items</strong></td>\n<td><code>array of objects</code></td>\n<td>List of items being approved for return.</td>\n</tr>\n<tr>\n<td><strong>order_items.sku_code</strong></td>\n<td><code>string</code></td>\n<td>SKU code of the item being returned.</td>\n</tr>\n<tr>\n<td><strong>order_items.return_quantity</strong></td>\n<td><code>number</code></td>\n<td>Quantity of the SKU to be returned.</td>\n</tr>\n<tr>\n<td><strong>order_items.return_reason</strong></td>\n<td><code>string</code></td>\n<td>Reason for the return.</td>\n</tr>\n<tr>\n<td><strong>total_refundable_amount</strong></td>\n<td><code>number</code></td>\n<td>Total amount to be refunded for the return order.</td>\n</tr>\n<tr>\n<td><strong>approval_mode</strong></td>\n<td><code>string</code></td>\n<td>Mode of approval: <code>\"full\"</code> or <code>\"partial\"</code>.</td>\n</tr>\n<tr>\n<td><strong>return_request_id</strong></td>\n<td><code>string</code></td>\n<td>Unique identifier of the return request.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"📌-approval-modes\">📌 Approval Modes:</h2>\n<ul>\n<li><strong>Full Approval:</strong> Approves all order items in the return request. If <strong>full approval</strong> is selected, the <code>\"order_items\"</code> field can be empty, as all items in the request will be approved.</li>\n<li><strong>Partial Approval:</strong> Approves only specific order items. If <strong>partial approval</strong> is selected, users must explicitly specify the <strong>order items</strong> to be approved.</li>\n</ul>\n<p>This API ensures <strong>smooth return processing</strong>, allowing businesses to handle <strong>refunds and return approvals</strong> efficiently.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"path":["sales-channel","public","v1","returns","test-1026","approve"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"e8e17d4b-44ac-4e31-b86d-afaa57e43687","name":"Approve return request","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"order_id\": \"test-1026\",\n    \"order_items\": [\n\n    ],\n    \"total_refundable_amount\": 1,\n    \"approval_mode\": \"full\",\n    \"return_request_id\": \"test-1026\"\n}"},"url":"{{staging_base_url}}/sales-channel/public/v1/returns/test-1026/approve"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 06 Oct 2023 08:46:33 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"a39d0f76-6648-4ffa-adf2-45d2919e52ba"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"811ca2701812b293-MAA"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"status\": \"Success : The Return Request was successfully approved.\"\n    },\n    \"meta\": null\n}"}],"_postman_id":"fe388794-6d2a-4486-b9ef-1cbe83d99c61"},{"name":"Get Return Orders","id":"0b657035-a831-44d6-8a6c-e3863ff05175","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/sales-channel/public/v1/return_orders/return_orders?page=1&per_page=3","description":"<p><strong>Description:</strong></p>\n<p>Retrieve a list of return orders with support for filtering by individual return order ID, multiple return order IDs, or the original sales channel order ID. Ideal for listing or searching return orders in bulk.</p>\n<h3 id=\"query-parameters\"><strong>Query Parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>return_order_id</code></td>\n<td><code>string</code></td>\n<td>Fetch return order by single ID</td>\n</tr>\n<tr>\n<td><code>return_order_ids</code></td>\n<td><code>array</code></td>\n<td>Fetch multiple return orders by ID list</td>\n</tr>\n<tr>\n<td><code>seller_sales_channel_order_id</code></td>\n<td><code>string</code></td>\n<td>Fetch by the external seller's order ID</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"path":["sales-channel","public","v1","return_orders","return_orders"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p>Page number of response</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Number of responses per page</p>\n","type":"text/plain"},"key":"per_page","value":"3"},{"disabled":true,"key":"return_order_id","value":"r-pos-SHUBHRAIPHONE15-1"},{"disabled":true,"key":"return_order_ids","value":"RO-13022025-XPNDS54"}],"variable":[]}},"response":[{"id":"38ea301a-40ac-4104-8cb1-717906b0a8e5","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/sales-channel/public/v1/return_orders?return_order_id=RO-07072025-QACUI","host":["{{base_url}}"],"path":["sales-channel","public","v1","return_orders"],"query":[{"key":"return_order_id","value":"RO-07072025-QACUI","description":"Fetch return order by single ID"},{"key":"return_order_ids[]","value":null,"description":"Fetch multiple return orders by ID list","type":"text","disabled":true},{"key":"seller_sales_channel_order_id","value":null,"description":"Fetch by the external seller's order ID","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 21 Jul 2025 06:12:57 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"x-omniful-request-id","value":"46982112-beb3-43da-947f-2c928f4cfea5"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"96288cadfb71179e-MAA"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": [\n        {\n            \"return_order_id\": \"RO-07072025-QACUI\",\n            \"order_id\": \"order_0003\",\n            \"seller_name\": \"div_test\",\n            \"type\": \"Customer Return\",\n            \"source\": \"Manual\",\n            \"customer\": {\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"mobile\": \"+1-1234567890\",\n                \"mobile_code\": \"+1\",\n                \"country_code\": \"\",\n                \"email\": \"john.doe@example.com\",\n                \"avatar\": \"https://example.com/avatar.jpg\",\n                \"gender\": \"male\",\n                \"country\": \"\",\n                \"country_calling_code\": \"\"\n            },\n            \"hub_code\": \"ONLS\",\n            \"order_items\": [\n                {\n                    \"sku_code\": \"sku-1234\",\n                    \"return_quantity\": 2,\n                    \"delivered_quantity\": 2\n                }\n            ],\n            \"total_return_quantity\": 2,\n            \"total_sku_count\": 1,\n            \"delivered_quantity\": 2,\n            \"total\": 1427.8,\n            \"pickup_address\": {\n                \"address1\": \"456 Elm Street\",\n                \"address2\": \"\",\n                \"city\": \"Los Angeles\",\n                \"country\": \"United States\",\n                \"first_name\": \"Jane\",\n                \"last_name\": \"Smith\",\n                \"phone\": \"+1-9876543210\",\n                \"email\": \"\",\n                \"state\": \"CA\",\n                \"area\": \"\",\n                \"zip\": \"90001\",\n                \"state_code\": \"CA\",\n                \"country_code\": \"US\",\n                \"latitude\": 34.0522,\n                \"longitude\": -118.2437\n            },\n            \"status\": \"Return Shipment Created\",\n            \"refund_status\": \"Pending\",\n            \"qc_fail_reasons\": [\n                {\n                    \"key\": \"item_damaged\",\n                    \"display_name\": \"Item Damaged\"\n                },\n                {\n                    \"key\": \"color_faded\",\n                    \"display_name\": \"Color Faded\"\n                },\n                {\n                    \"key\": \"item_not_received\",\n                    \"display_name\": \"Item Not Received\"\n                }\n            ],\n            \"oms_qc_status\": \"Pending\",\n            \"shipment_created\": true,\n            \"is_shipment_created\": true,\n            \"print_awb_allowed\": true,\n            \"shipment\": {\n                \"awb_number\": \"1234987654\",\n                \"shipping_partner_status\": \"Ready to Pick\",\n                \"delivery_status\": \"\",\n                \"shipping_partner_tag\": \"manual\",\n                \"shipping_partner_name\": \"Manual\"\n            },\n            \"order_created_at\": \"2025-07-07T12:17:35.619Z\",\n            \"order_delivered_at\": \"2025-07-07T12:28:20.595Z\",\n            \"payment_method\": \"prepaid\",\n            \"invoice\": {\n                \"currency\": \"USD\",\n                \"subtotal\": 1398,\n                \"shipping_price\": 0,\n                \"shipping_refund\": 0,\n                \"tax\": 129.8,\n                \"discount\": 100,\n                \"total\": 1427.8,\n                \"total_paid\": 0,\n                \"total_due\": 0,\n                \"tax_percent\": 10,\n                \"shipping_tax\": 0,\n                \"sub_total_tax_inclusive\": false,\n                \"sub_total_discount_inclusive\": false,\n                \"shipping_tax_inclusive\": false,\n                \"shipping_discount_inclusive\": false,\n                \"additional_charges\": null,\n                \"attachments\": null,\n                \"refunded_amounts\": null,\n                \"total_refunded\": 0\n            }\n        }\n    ],\n    \"meta\": {\n        \"current_page\": 1,\n        \"last_page\": 1,\n        \"per_page\": 20,\n        \"total\": 0\n    }\n}"}],"_postman_id":"0b657035-a831-44d6-8a6c-e3863ff05175"},{"name":"Get Return Order by ID","id":"558c375b-2509-4a5d-bd0d-4b68b47b3ba2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/sales-channel/public/v1/return_orders/{return_order_id} ","description":"<h2 id=\"endpoint\"><strong>Endpoint</strong></h2>\n<p><strong>Description:</strong></p>\n<p>Fetch complete details of a single return order by its unique ID, including customer info, returned items, status, pickup address, QC details, and shipment information.</p>\n<h3 id=\"path-parameters\"><strong>Path Parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>return_order_id</code></td>\n<td><code>string</code></td>\n<td>The unique return order ID</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"path":["sales-channel","public","v1","return_orders","{return_order_id} "],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"f0479fb1-be0e-4056-ab07-85eadf0f8e1e","name":"Success","originalRequest":{"method":"GET","header":[{"key":"","value":"","type":"text","disabled":true}],"url":{"raw":"{{base_url}}/sales-channel/public/v1/return_orders/{return_order_id}","host":["{{base_url}}"],"path":["sales-channel","public","v1","return_orders","{return_order_id}"],"query":[{"key":"return_order_id","value":"RO-07072025-QACUI","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 21 Jul 2025 06:18:51 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"x-omniful-request-id","value":"47f2f838-c30c-43ed-9af9-06653a15fe52"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"962895567c3e179e-MAA"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"return_order_id\": \"RO-07072025-QACUI\",\n        \"order_id\": \"order_0003\",\n        \"seller_name\": \"div_test\",\n        \"type\": \"Customer Return\",\n        \"source\": \"Manual\",\n        \"customer\": {\n            \"first_name\": \"John\",\n            \"last_name\": \"Doe\",\n            \"mobile\": \"+1-1234567890\",\n            \"mobile_code\": \"+1\",\n            \"country_code\": \"\",\n            \"email\": \"john.doe@example.com\",\n            \"avatar\": \"https://example.com/avatar.jpg\",\n            \"gender\": \"male\",\n            \"country\": \"\",\n            \"country_calling_code\": \"\"\n        },\n        \"hub_code\": \"ONLS\",\n        \"order_items\": [\n            {\n                \"sku_code\": \"sku-1234\",\n                \"return_quantity\": 2,\n                \"delivered_quantity\": 2\n            }\n        ],\n        \"total_return_quantity\": 2,\n        \"total_sku_count\": 1,\n        \"delivered_quantity\": 2,\n        \"total\": 1427.8,\n        \"pickup_address\": {\n            \"address1\": \"456 Elm Street\",\n            \"address2\": \"\",\n            \"city\": \"Los Angeles\",\n            \"country\": \"United States\",\n            \"first_name\": \"Jane\",\n            \"last_name\": \"Smith\",\n            \"phone\": \"+1-9876543210\",\n            \"email\": \"\",\n            \"state\": \"CA\",\n            \"area\": \"\",\n            \"zip\": \"90001\",\n            \"state_code\": \"CA\",\n            \"country_code\": \"US\",\n            \"latitude\": 34.0522,\n            \"longitude\": -118.2437\n        },\n        \"status\": \"Return Shipment Created\",\n        \"refund_status\": \"Pending\",\n        \"qc_fail_reasons\": [\n            {\n                \"key\": \"item_damaged\",\n                \"display_name\": \"Item Damaged\"\n            },\n            {\n                \"key\": \"color_faded\",\n                \"display_name\": \"Color Faded\"\n            },\n            {\n                \"key\": \"item_not_received\",\n                \"display_name\": \"Item Not Received\"\n            }\n        ],\n        \"oms_qc_status\": \"Pending\",\n        \"shipment_created\": true,\n        \"is_shipment_created\": true,\n        \"print_awb_allowed\": true,\n        \"shipment\": {\n            \"awb_number\": \"1234987654\",\n            \"shipping_partner_status\": \"Ready to Pick\",\n            \"delivery_status\": \"\",\n            \"shipping_partner_tag\": \"manual\",\n            \"shipping_partner_name\": \"Manual\"\n        },\n        \"order_created_at\": \"2025-07-07T12:17:35.619Z\",\n        \"order_delivered_at\": \"2025-07-07T12:28:20.595Z\",\n        \"payment_method\": \"prepaid\",\n        \"invoice\": {\n            \"currency\": \"USD\",\n            \"subtotal\": 1398,\n            \"shipping_price\": 0,\n            \"shipping_refund\": 0,\n            \"tax\": 129.8,\n            \"discount\": 100,\n            \"total\": 1427.8,\n            \"total_paid\": 0,\n            \"total_due\": 0,\n            \"tax_percent\": 10,\n            \"shipping_tax\": 0,\n            \"sub_total_tax_inclusive\": false,\n            \"sub_total_discount_inclusive\": false,\n            \"shipping_tax_inclusive\": false,\n            \"shipping_discount_inclusive\": false,\n            \"additional_charges\": null,\n            \"attachments\": null,\n            \"refunded_amounts\": null,\n            \"total_refunded\": 0\n        }\n    },\n    \"meta\": null\n}"}],"_postman_id":"558c375b-2509-4a5d-bd0d-4b68b47b3ba2"}],"id":"49a9d981-7631-4c18-a849-a107ed4c985c","description":"<h1 id=\"sales-channel-returns--api-folder-overview\">Sales Channel Returns — API Folder Overview</h1>\n<p>Use these APIs when creating and managing <strong>return requests and return orders for purchases placed on a seller’s Custom API integrated Sales Channels</strong>. This folder covers the full workflow from raising a return request against a channel order, through approval/rejection, to creating the resulting return order in Omniful.</p>\n<h2 id=\"when-to-use-this-folder\">When to use this folder</h2>\n<ul>\n<li><p>The original order was <strong>created from a Custom API Sales Channel</strong> into Omniful and then <strong>Delivered</strong>.</p>\n</li>\n<li><p>You need to create/approve/reject <strong>return requests</strong> and, if approved, <strong>return orders</strong> tied to the channel order and its line items.</p>\n</li>\n<li><p>For returns of orders created directly by any other seller sales channel, use the <strong>Seller Returns</strong> folder.</p>\n</li>\n</ul>\n","_postman_id":"49a9d981-7631-4c18-a849-a107ed4c985c","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}}},{"name":"Seller Returns","item":[{"name":"Create Return Request","id":"1a1922e5-ce92-4e18-aa1c-28b06615128c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_id\": \"10456114397478\",\n    \"return_reason\": \"Damaged and Wrong Items-reject\",\n    \"hub_code\": \"132\", \n    \"order_items\": [\n        {\n            \"sku_code\": \"8904355400626\",\n            \"return_quantity\": 1,\n            \"return_reasons\": [\n                {\n                    \"reason\": \"Damaged\",\n                    \"quantity\": 1\n                }\n            ]\n        }\n    ],\n    \"return_request_id\": \"RO12348372969\"\n}\n","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/seller/orders/:order_id","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"path":["sales-channel","public","v1","seller","orders",":order_id"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"6904b95ea41db26f38e13c0a","key":"order_id"}]}},"response":[{"id":"8de4634c-23b7-446a-8f0a-4c6fcd0360c2","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_id\": \"10456114397478\",\n    \"return_reason\": \"Damaged and Wrong Items-reject\",\n    \"hub_code\": \"132\", \n    \"order_items\": [\n        {\n            \"sku_code\": \"8904355400626\",\n            \"return_quantity\": 1,\n            \"return_reasons\": [\n                {\n                    \"reason\": \"Damaged\",\n                    \"quantity\": 1\n                }\n            ]\n        }\n    ],\n    \"return_request_id\": \"RO12348372969\"\n}\n","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/sales-channel/public/v1/seller/orders/:order_id","host":["{{base_url}}"],"path":["sales-channel","public","v1","seller","orders",":order_id"],"variable":[{"key":"order_id","value":"6904b95ea41db26f38e13c0a"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Thu, 06 Nov 2025 12:29:28 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"020c9003-7096-4135-855b-9e971a498c19"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Content-Encoding","value":"br"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"99a498b72e5954cb-DEL"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"return_request_number\": \"RO12348372969\",\n        \"customer\": {\n            \"country_code\": \"\",\n            \"country\": \"\",\n            \"country_calling_code\": \"\"\n        },\n        \"seller_name\": \"Aryaman Vashishtha\",\n        \"order_id\": \"10456114397478\",\n        \"hub_code\": \"132\",\n        \"order_items\": [\n            {\n                \"sku_code\": \"8904355400626\",\n                \"return_quantity\": 1,\n                \"delivered_quantity\": 1\n            }\n        ],\n        \"total_return_items_count\": 1,\n        \"total_delivered_items_count\": 1,\n        \"total_sku_count\": 1,\n        \"total\": 402.5,\n        \"invoice\": {\n            \"currency\": \"SAR\",\n            \"subtotal\": 402.5,\n            \"shipping_price\": 0,\n            \"shipping_refund\": 0,\n            \"tax\": 52.5,\n            \"discount\": 0,\n            \"total\": 402.5,\n            \"total_paid\": 402.5,\n            \"total_due\": 0,\n            \"tax_percent\": 15,\n            \"shipping_tax\": 0,\n            \"sub_total_tax_inclusive\": false,\n            \"sub_total_discount_inclusive\": true,\n            \"shipping_tax_inclusive\": false,\n            \"shipping_discount_inclusive\": true,\n            \"additional_charges\": [],\n            \"attachments\": null,\n            \"refunded_amounts\": null,\n            \"total_refunded\": 0\n        },\n        \"payment_method\": \"Prepaid\",\n        \"status\": \"New\",\n        \"shipment_type\": \"Omniful Generated\",\n        \"shipment\": {\n            \"order_delivered_at\": \"2025-11-06T12:22:01.102Z\",\n            \"order_shipped_at\": \"2025-11-06T12:20:58.517Z\",\n            \"shipment_order_id\": \"690c929ac19865aac79474f5\",\n            \"awb_number\": \"764317624316422693\",\n            \"delivery_status\": \"\",\n            \"shipping_partner_tag\": \"manual\",\n            \"shipping_partner_name\": \"Manual\",\n            \"number_of_boxes\": 1\n        }\n    },\n    \"meta\": null\n}"}],"_postman_id":"1a1922e5-ce92-4e18-aa1c-28b06615128c"},{"name":"Approve Return Request","id":"374e53b8-0ad7-4460-9573-a5c3b3eb5c37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"order_id\": \"10455642964262\",\n    \"order_items\": [\n        {\n            \"sku_code\": \"132\",\n            \"return_quantity\": 1,\n            \"return_reasons\": [\n                {\n                    \"reason\": \"Damaged\",\n                    \"quantity\": 1\n                }\n            ]\n        }\n    ],\n    \"total_refundable_amount\": 100,\n    \"approval_mode\": \"full\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/seller/orders/:order_id/:return_ request_id/approve","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"path":["sales-channel","public","v1","seller","orders",":order_id",":return_ request_id","approve"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"6904b95ea41db26f38e13c0a","key":"order_id"},{"type":"any","value":"RO12348372969","key":"return_ request_id"}]}},"response":[{"id":"eb4b03eb-5f11-4b65-82d2-91d36c729a38","name":"Success","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"order_id\": \"10455642964262\",\n    \"order_items\": [\n        {\n            \"sku_code\": \"132\",\n            \"return_quantity\": 1,\n            \"return_reasons\": [\n                {\n                    \"reason\": \"Damaged\",\n                    \"quantity\": 1\n                }\n            ]\n        }\n    ],\n    \"total_refundable_amount\": 100,\n    \"approval_mode\": \"full\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/sales-channel/public/v1/seller/orders/:order_id/:return_ request_id/approve","host":["{{base_url}}"],"path":["sales-channel","public","v1","seller","orders",":order_id",":return_ request_id","approve"],"variable":[{"key":"order_id","value":"6904b95ea41db26f38e13c0a"},{"key":"return_ request_id","value":"RO12348372969"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Thu, 06 Nov 2025 12:31:23 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"c1623a1a-e8e6-493a-bb09-7fe98a7ab057"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Content-Encoding","value":"br"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"99a49b89dfde2b0d-DEL"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"status\": \"Success : The Return Request was successfully approved.\"\n    },\n    \"meta\": null\n}"}],"_postman_id":"374e53b8-0ad7-4460-9573-a5c3b3eb5c37"},{"name":"Reject Return Request","id":"59bc7f44-650d-4039-b9ff-258ee5d8272a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"{{base_url}}/sales-channel/public/v1/seller/orders/:order_id/reject?return_request_id=RR-06112025-WWFZC","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"path":["sales-channel","public","v1","seller","orders",":order_id","reject"],"host":["{{base_url}}"],"query":[{"key":"return_request_id","value":"RR-06112025-WWFZC"}],"variable":[{"type":"any","value":"690445a4a41db26f38e08871","key":"order_id"}]}},"response":[{"id":"4c26200f-20fc-41bf-b3ab-ef7940fb275e","name":"Success","originalRequest":{"method":"PUT","header":[],"url":{"raw":"{{base_url}}/sales-channel/public/v1/seller/orders/:order_id/reject?return_request_id=RR-06112025-WWFZC","host":["{{base_url}}"],"path":["sales-channel","public","v1","seller","orders",":order_id","reject"],"query":[{"key":"return_request_id","value":"RR-06112025-WWFZC"}],"variable":[{"key":"order_id","value":"690445a4a41db26f38e08871"}]}},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"status\": \"Success : The Return Request was successfully rejected.\"\n    },\n    \"meta\": null\n}"}],"_postman_id":"59bc7f44-650d-4039-b9ff-258ee5d8272a"},{"name":"Create Return Order","id":"9359ed43-a11c-4cab-86a8-dd7bc93c3692","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"return_order_id\": \"RO12345678931\",\n    \"return_items\": [\n        {\n            \"sales_channel_item_id\": \"17032658518311\",\n            \"sales_channel_return_item_id\": \"17032658518311\",\n            \"seller_sku_code\": \"mohi-sku-5-shopify-100-100\",\n            \"return_quantity\": 1,\n            \"return_reasons\": [\n                {\n                    \"reason\": \"Damaged item - test\",\n                    \"quantity\": 1\n                }\n            ],\n            \"unit_price\": 100.00,\n            \"discount\": 10.00,\n            \"total\": 90.00\n        }\n    ],\n    \"additional_charges\": [\n        {\n            \"type\": \"cod_fee\",\n            \"cost\": 0.00,\n            \"tax_inclusive\": true,\n            \"tax_percentage\": 10.00,\n            \"is_applied\": true\n        },\n        {\n            \"type\": \"return_shipment_fee\",\n            \"cost\": 8.00,\n            \"tax_inclusive\": false,\n            \"tax_percentage\": 5.00,\n            \"is_applied\": true\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/seller/orders/:order_id/return_order","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"path":["sales-channel","public","v1","seller","orders",":order_id","return_order"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"","key":"order_id"}]}},"response":[{"id":"c4be9c10-129c-4a4d-a0e8-484d67b60c63","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"return_order_id\": \"RO12345678931\",\n    \"return_items\": [\n        {\n            \"sales_channel_item_id\": \"17032658518311\",\n            \"sales_channel_return_item_id\": \"17032658518311\",\n            \"seller_sku_code\": \"mohi-sku-5-shopify-100-100\",\n            \"return_quantity\": 1,\n            \"return_reasons\": [\n                {\n                    \"reason\": \"Damaged item - test\",\n                    \"quantity\": 1\n                }\n            ],\n            \"unit_price\": 100.00,\n            \"discount\": 10.00,\n            \"total\": 90.00\n        }\n    ],\n    \"additional_charges\": [\n        {\n            \"type\": \"cod_fee\",\n            \"cost\": 0.00,\n            \"tax_inclusive\": true,\n            \"tax_percentage\": 10.00,\n            \"is_applied\": true\n        },\n        {\n            \"type\": \"return_shipment_fee\",\n            \"cost\": 8.00,\n            \"tax_inclusive\": false,\n            \"tax_percentage\": 5.00,\n            \"is_applied\": true\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/sales-channel/public/v1/seller/orders/:order_id/return_order","host":["{{base_url}}"],"path":["sales-channel","public","v1","seller","orders",":order_id","return_order"],"variable":[{"key":"order_id","value":""}]}},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"return_order_id\": \"RO12345678959\",\n        \"order_id\": \"10455642636582\",\n        \"seller_name\": \"Aryaman Vashishtha\",\n        \"type\": \"Customer Return\",\n        \"source\": \"Sales Channel\",\n        \"customer\": {\n            \"country_code\": \"\",\n            \"country\": \"\",\n            \"country_calling_code\": \"\"\n        },\n        \"hub_code\": \"109554893094\",\n        \"order_items\": [\n            {\n                \"sku_code\": \"TAPO-01\",\n                \"return_quantity\": 1,\n                \"delivered_quantity\": 2\n            }\n        ],\n        \"total_return_quantity\": 1,\n        \"total_sku_count\": 1,\n        \"delivered_quantity\": 2,\n        \"total\": 2000,\n        \"pickup_address\": {\n            \"address1\": \"\",\n            \"address2\": \"\",\n            \"city\": \"Gurgaon\",\n            \"country\": \"India\",\n            \"first_name\": \"\",\n            \"last_name\": \"\",\n            \"phone\": \"+91-8136089498\",\n            \"email\": \"\",\n            \"state\": \"\",\n            \"area\": \"\",\n            \"zip\": \"\",\n            \"state_code\": \"\",\n            \"country_code\": \"IN\",\n            \"latitude\": 0,\n            \"longitude\": 0\n        },\n        \"status\": \"Initiated\",\n        \"refund_status\": \"Pending\",\n        \"qc_fail_reasons\": [\n            {\n                \"key\": \"item_damaged\",\n                \"display_name\": \"Item Damaged\"\n            },\n            {\n                \"key\": \"color_faded\",\n                \"display_name\": \"Color Faded\"\n            },\n            {\n                \"key\": \"item_not_received\",\n                \"display_name\": \"Item Not Received\"\n            }\n        ],\n        \"oms_qc_status\": \"Pending\",\n        \"shipment\": {\n            \"delivery_status\": \"\"\n        },\n        \"order_created_at\": \"2025-10-31T05:14:10Z\",\n        \"order_delivered_at\": \"2025-11-06T12:34:31.146Z\",\n        \"payment_method\": \"postpaid\",\n        \"invoice\": {\n            \"currency\": \"SAR\",\n            \"subtotal\": 2000,\n            \"shipping_price\": 0,\n            \"shipping_refund\": 0,\n            \"tax\": 0,\n            \"discount\": 0,\n            \"total\": 1992,\n            \"total_paid\": 0,\n            \"total_due\": 0,\n            \"tax_percent\": 15,\n            \"shipping_tax\": 0,\n            \"sub_total_tax_inclusive\": false,\n            \"sub_total_discount_inclusive\": false,\n            \"shipping_tax_inclusive\": false,\n            \"shipping_discount_inclusive\": false,\n            \"additional_charges\": null,\n            \"attachments\": null,\n            \"refunded_amounts\": null,\n            \"total_refunded\": 0\n        }\n    },\n    \"meta\": null\n}"}],"_postman_id":"9359ed43-a11c-4cab-86a8-dd7bc93c3692"},{"name":"Get Seller Return Order","id":"55491852-270b-4aa6-930e-9bd5f27b546b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/sales-channel/public/v1/seller/return_orders?return_order_id=RO452133","description":"<p>This API endpoint is used for getting all Return Orders of the seller.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"path":["sales-channel","public","v1","seller","return_orders"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p>Unique identifier for Return Order</p>\n","type":"text/plain"},"key":"return_order_id","value":"RO452133"},{"disabled":true,"description":{"content":"<p>Forward order alias</p>\n","type":"text/plain"},"key":"order_alias","value":"10262"},{"disabled":true,"description":{"content":"<p>Sales Channel Forward Order Id</p>\n","type":"text/plain"},"key":"seller_sales_channel_order_id","value":"B2C_8796907607607"},{"disabled":true,"description":{"content":"<p>Omniful Return order id</p>\n","type":"text/plain"},"key":"id","value":"67bc05df6412a6fcb2da2dba"},{"disabled":true,"description":{"content":"<p>Customer's Mobile Number</p>\n","type":"text/plain"},"key":"customer_mobile","value":"+966-123489723"}],"variable":[]}},"response":[{"id":"3134179b-3a11-4c56-9495-1f1cb1df24e2","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://prodapi.omniful.com/sales-channel/public/v1/seller/return_orders?return_order_id=RO452133","protocol":"https","host":["prodapi","omniful","com"],"path":["sales-channel","public","v1","seller","return_orders"],"query":[{"key":"return_order_id","value":"RO452133"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Mon, 17 Nov 2025 13:04:44 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"4ae71fb0-f274-4802-91e8-a234c8d8ffdb"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Content-Encoding","value":"br"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"99ff6f82ac647eca-MAA"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": [\n        {\n            \"id\": \"691b12763d214db83a9d586b\",\n            \"return_order_id\": \"RO452133\",\n            \"order_id\": \"6265169150167\",\n            \"seller_name\": \"Test_Vikk\",\n            \"type\": \"Customer Return\",\n            \"source\": \"Sales Channel\",\n            \"customer\": {\n                \"country_code\": \"\",\n                \"country\": \"\",\n                \"country_calling_code\": \"\"\n            },\n            \"hub_code\": \"tech02\",\n            \"total_return_quantity\": 1,\n            \"total_sku_count\": 1,\n            \"delivered_quantity\": 1,\n            \"total\": 1090,\n            \"pickup_address\": {\n                \"address1\": \"\",\n                \"address2\": \"\",\n                \"city\": \"\",\n                \"country\": \"\",\n                \"first_name\": \"\",\n                \"last_name\": \"\",\n                \"phone\": \"\",\n                \"email\": \"\",\n                \"state\": \"\",\n                \"area\": \"\",\n                \"zip\": \"\",\n                \"state_code\": \"\",\n                \"country_code\": \"\",\n                \"latitude\": 0,\n                \"longitude\": 0\n            },\n            \"status\": \"Return To Origin\",\n            \"refund_status\": \"Pending\",\n            \"qc_fail_reasons\": [\n                {\n                    \"key\": \"item_damaged\",\n                    \"display_name\": \"Item Damaged\"\n                },\n                {\n                    \"key\": \"color_faded\",\n                    \"display_name\": \"Color Faded\"\n                },\n                {\n                    \"key\": \"item_not_received\",\n                    \"display_name\": \"Item Not Received\"\n                }\n            ],\n            \"oms_qc_status\": \"Pending\",\n            \"shipment_created\": true,\n            \"is_shipment_created\": true,\n            \"print_awb_allowed\": true,\n            \"shipment\": {\n                \"order_delivered_at\": \"2025-11-17T12:47:37.525Z\",\n                \"shipment_order_id\": \"691b164d0f8d76475880267d\",\n                \"awb_number\": \"1732121312223122\",\n                \"shipping_partner_status\": \"ready_for_pickup\",\n                \"delivery_status\": \"\",\n                \"shipping_partner_tag\": \"manual\",\n                \"shipping_partner_name\": \"Manual\",\n                \"tracking_url\": \"https://tracking.fedex.com/123456789\"\n            },\n            \"order_created_at\": \"2025-11-15T07:19:25Z\",\n            \"order_delivered_at\": \"2025-11-15T09:19:57.699Z\",\n            \"payment_method\": \"prepaid\",\n            \"invoice\": {\n                \"currency\": \"INR\",\n                \"subtotal\": 1000,\n                \"shipping_price\": 0,\n                \"shipping_refund\": 0,\n                \"tax\": 90,\n                \"discount\": 0,\n                \"total\": 1082,\n                \"total_paid\": 0,\n                \"total_due\": 0,\n                \"tax_percent\": 9,\n                \"shipping_tax\": 0,\n                \"sub_total_tax_inclusive\": false,\n                \"sub_total_discount_inclusive\": false,\n                \"shipping_tax_inclusive\": false,\n                \"shipping_discount_inclusive\": false,\n                \"additional_charges\": null,\n                \"attachments\": null,\n                \"refunded_amounts\": null,\n                \"total_refunded\": 0\n            }\n        }\n    ],\n    \"meta\": {\n        \"current_page\": 1,\n        \"last_page\": 1,\n        \"per_page\": 20,\n        \"total\": 1\n    }\n}"}],"_postman_id":"55491852-270b-4aa6-930e-9bd5f27b546b"}],"id":"de8d9e0b-1510-444d-ba6f-521e13de7c04","description":"<h6 id=\"chatgpt-said\">ChatGPT said:</h6>\n<h1 id=\"seller-returns--api-folder-overview\">Seller Returns — API Folder Overview</h1>\n<p>Use these APIs to create and manage <strong>return requests and return orders for any order placed by any seller sales channel</strong> that has been delivered. This folder supports the approval workflow (request → approve/reject) and direct creation of return orders.</p>\n<blockquote>\n</blockquote>\n<p>Important: <strong>Approve</strong> and <strong>Reject Return Request</strong> endpoints apply <strong>only</strong> to requests that were created using the <strong>Create Return Request</strong> API in this folder.</p>\n<hr />\n<h2 id=\"when-to-use-this-folder\">When to use this folder</h2>\n<ul>\n<li><p>The original order was <strong>created by any seller sales channel in Omniful.</strong></p>\n</li>\n<li><p>You need to create, approve/reject, and convert <strong>return requests</strong> to <strong>return orders</strong> for delivered items.</p>\n</li>\n<li><p>For returns of only the Custom API Sales Channel orders, use the <strong>Sales Channel Returns</strong> folder.</p>\n</li>\n</ul>\n","_postman_id":"de8d9e0b-1510-444d-ba6f-521e13de7c04","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}}}],"id":"03b74e72-bfad-459a-b96a-b06b1f6cf87b","description":"<h2 id=\"📌-return-order-api-collection---overview\">📌 Return Order API Collection - Overview</h2>\n<p>The <strong>Return Order API Collection</strong> provides a set of APIs to manage return orders efficiently.</p>\n<p>📌 <strong>Key Functions:</strong></p>\n<ul>\n<li><p><strong>Create Return Order Request</strong> – Initiate a return request for an order.</p>\n</li>\n<li><p><strong>Approve Return Order Request</strong> – Approve a return request for processing.</p>\n</li>\n<li><p><strong>Create Return Order</strong> – Create a return order.</p>\n</li>\n<li><p><strong>Reject Return Order Request</strong> – Decline a return request if it doesn't meet the return criteria.</p>\n</li>\n</ul>\n<p>These APIs help streamline the <strong>returns process</strong>, ensuring smooth handling of customer returns and order reversals.</p>\n","_postman_id":"03b74e72-bfad-459a-b96a-b06b1f6cf87b","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}}},{"name":"Purchase Order","item":[{"name":"Create Purchase Order","id":"bc156fe6-d49b-46ad-a8f8-a21674187378","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"supplier_email\": \"shubhra@omniful.com\",\n    \"supplier_code\": \"At-H\",\n    \"over_receive_allowed\": true,\n    \"purchase_order_items\": [\n        {\n            \"sku_code\": \"samsung190\",\n            \"quantity\": 10,\n            \"unit_price\": 10.4\n        }\n    ],\n    \"remark\": \"Ritik\",\n    \"reference_purchase_order_id\": \"po-ref-01\",\n    \"currency\": \"SAR\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/purchase_orders/hubs/:hub_code","description":"<h1 id=\"📌-create-purchase-order-api--overview\">📌 Create Purchase Order API – Overview</h1>\n<p>The <strong>Create Purchase Order API</strong> allows users to generate new purchase orders for suppliers, enabling streamlined procurement and inventory management.</p>\n<hr />\n<h2 id=\"📌-key-points-to-consider\">📌 Key Points to Consider</h2>\n<ul>\n<li><p>To route the purchase order to a <strong>specific hub</strong>, provide the <code>hub_code</code> in the <strong>path parameter</strong>.</p>\n</li>\n<li><p>A purchase order must include at least one valid SKU in <code>purchase_order_items</code>.</p>\n</li>\n<li><p>Currency must be defined using a <strong>3-letter ISO code</strong> (e.g., <code>SAR</code> for Saudi Riyal, <code>USD</code> for US Dollar).</p>\n</li>\n</ul>\n<hr />\n<h2 id=\"✅-required-fields\">✅ Required Fields</h2>\n<ul>\n<li><p><strong>supplier_code</strong> – Unique identifier for the supplier.</p>\n</li>\n<li><p><strong>purchase_order_items</strong> – Must contain at least one item with:</p>\n<ul>\n<li><p><code>sku_code</code></p>\n</li>\n<li><p><code>quantity</code></p>\n</li>\n</ul>\n</li>\n<li><p><strong>currency</strong> – Currency code for the purchase order.</p>\n</li>\n</ul>\n<hr />\n<h2 id=\"📌-request-body-parameters\">📌 Request Body Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>supplier_email</strong></td>\n<td>string</td>\n<td>Supplier’s email address</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>supplier_code</strong></td>\n<td>string</td>\n<td>Unique identifier code for the supplier</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>over_receive_allowed</strong></td>\n<td>boolean</td>\n<td>Whether receiving more than the ordered quantity is permitted (<code>true</code> / <code>false</code>)</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>purchase_order_items</strong></td>\n<td>array</td>\n<td>List of items included in the purchase order</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>purchase_order_items[].sku_code</strong></td>\n<td>string</td>\n<td>SKU code of the product</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>purchase_order_items[].quantity</strong></td>\n<td>integer</td>\n<td>Quantity of the product to purchase</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>purchase_order_items[].unit_price</strong></td>\n<td>float</td>\n<td>Price per unit of the product</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>remark</strong></td>\n<td>string</td>\n<td>Additional notes or comments about the purchase order</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>reference_purchase_order_id</strong></td>\n<td>string</td>\n<td>External reference ID for the purchase order</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>currency</strong></td>\n<td>string</td>\n<td>ISO 4217 3-letter currency code (e.g., <code>\"SAR\"</code>, <code>\"USD\"</code>)</td>\n<td>✅ Yes</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"path":["sales-channel","public","v1","purchase_orders","hubs",":hub_code"],"host":["{{base_url}}"],"query":[],"variable":[{"description":{"content":"<p>Hub code for which you want to raise the purchase order.</p>\n","type":"text/plain"},"type":"any","value":"Shubhra001","key":"hub_code"}]}},"response":[{"id":"1af994d3-9544-4892-b0ec-0aec4448e9dd","name":"Create Purchase Order","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"supplier_email\": \"shubhra@omniful.com\",\n    \"supplier_code\": \"At-H\",\n    \"over_receive_allowed\": true,\n    \"purchase_order_items\": [\n        {\n            \"sku_code\": \"samsung190\",\n            \"quantity\": 10,\n            \"unit_price\": 10.4\n        }\n    ],\n    \"remark\": \"Ritik\",\n    \"reference_purchase_order_id\": \"po-ref-01\",\n    \"currency\": \"SAR\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/sales-channel/public/v1/purchase_orders/hubs/:hub_code","host":["{{base_url}}"],"path":["sales-channel","public","v1","purchase_orders","hubs",":hub_code"],"variable":[{"key":"hub_code","value":"Shubhra001"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 12 Oct 2024 04:50:51 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"04be5ce8-0024-4bcc-b141-8086f90e3fdf"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8d1478ae2a2cc92f-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"purchase_order_id\": \"PO-DE165-1\",\n        \"reference_purchase_order_id\": \"po-ref-01\"\n    },\n    \"meta\": null\n}"}],"_postman_id":"bc156fe6-d49b-46ad-a8f8-a21674187378"},{"name":"Get Purchase Orders","id":"b22be43f-d54e-49ce-b40d-32ca379d82a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"supplier_email\": \"kouta@omniful.com\",\n    \"purchase_order_items\": [\n        {\n            \"sku_code\": \"506308\",\n            \"quantity\": 10,\n            \"unit_price\": 10.4\n        },\n        {\n            \"sku_code\": \"4718466011800\",\n            \"quantity\": 90,\n            \"unit_price\": 100\n        }\n    ],\n    \"remark\": \"Ritik\",\n    \"reference_purchase_order_id\": \"po-ref-1\",\n    \"currency\": \"SAR\"\n}"},"url":"{{base_url}}/sales-channel/public/v1/purchase_orders/hubs/:hub_code?order_status=ordered","description":"<h2 id=\"📌-get-purchase-order-api---overview\">📌 Get Purchase Order API - Overview</h2>\n<p>The Get Purchase Order API allows users to retrieve all purchase orders for a specific hub using various query filters.  </p>\n<p>📌 <strong>Filters Available:</strong></p>\n<ul>\n<li><p>Date Range – Fetch purchase orders within a specific time period.</p>\n</li>\n<li><p>Status – Filter purchase orders based on their current processing status.</p>\n</li>\n<li><p>Purchase Order Number – Retrieve details of a specific purchase order.</p>\n</li>\n</ul>\n<p>This API helps users track, manage, and analyze purchase orders efficiently within the hub.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"path":["sales-channel","public","v1","purchase_orders","hubs",":hub_code"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p>Filter results based on the purchase order ID.</p>\n","type":"text/plain"},"key":"purchase_order_id","value":"PO-SA1-4"},{"disabled":true,"description":{"content":"<p>Filter results by using the reference purchase order ID for the purchase order.</p>\n","type":"text/plain"},"key":"reference_purchase_order_id","value":"po-ref-1"},{"description":{"content":"<p>Filter Based on Purchase Order Status (ordered, partial_received, received)</p>\n","type":"text/plain"},"key":"order_status","value":"ordered"},{"disabled":true,"description":{"content":"<p>Date Range Filter </p>\n","type":"text/plain"},"key":"created_from","value":"09-02-2024"},{"disabled":true,"description":{"content":"<p>Date Range Filter </p>\n","type":"text/plain"},"key":"created_to","value":"28-02-2024"}],"variable":[{"description":{"content":"<p>Code of the Hub for which you want to view purchase orders.</p>\n","type":"text/plain"},"type":"any","value":"Hub232","key":"hub_code"}]}},"response":[{"id":"4b923098-5479-4e5e-91ab-bf5106127bb1","name":"Get Purchase Orders","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{base_url}}/sales-channel/public/v1/purchase_orders/hubs/:hub_code","host":["{{base_url}}"],"path":["sales-channel","public","v1","purchase_orders","hubs",":hub_code"],"variable":[{"key":"hub_code","value":"Hub232"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 09 Feb 2024 01:44:52 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"05f351db-7fa1-4ae4-97d5-cbcfb969745c"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"85286dffbf69b2b1-MAA"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": [\n        {\n            \"seller_name\": \"saleschannel-demo\",\n            \"hub_code\": \"Hub232\",\n            \"purchase_order_id\": \"PO-SA1-4\",\n            \"reference_purchase_order_id\": \"po-ref-1\",\n            \"supplier_name\": \"Kouta Supplier\",\n            \"type\": \"standard\",\n            \"total_amount\": 9104,\n            \"currency\": \"SAR\",\n            \"shipping\": {},\n            \"item_number\": 100,\n            \"remark\": \"Ritik\",\n            \"created_at\": \"2024-02-09T01:43:11.726135Z\",\n            \"updated_at\": \"0001-01-01T00:00:00Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"seller_name\": \"saleschannel-demo\",\n            \"hub_code\": \"Hub232\",\n            \"purchase_order_id\": \"PO-SA1-3\",\n            \"supplier_name\": \"Kouta Supplier\",\n            \"type\": \"standard\",\n            \"total_amount\": 9104,\n            \"currency\": \"SAR\",\n            \"shipping\": {},\n            \"item_number\": 100,\n            \"remark\": \"Ritik\",\n            \"created_at\": \"2024-02-09T01:40:51.836016Z\",\n            \"updated_at\": \"0001-01-01T00:00:00Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"seller_name\": \"saleschannel-demo\",\n            \"hub_code\": \"Hub232\",\n            \"purchase_order_id\": \"PO-SA1-2\",\n            \"supplier_name\": \"Kouta Supplier\",\n            \"type\": \"standard\",\n            \"total_amount\": 3660,\n            \"currency\": \"SAR\",\n            \"shipping\": {},\n            \"item_number\": 30,\n            \"remark\": \"qwertyui\",\n            \"created_at\": \"2023-11-17T11:37:35.459178Z\",\n            \"updated_at\": \"0001-01-01T00:00:00Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"seller_name\": \"saleschannel-demo\",\n            \"hub_code\": \"Hub232\",\n            \"purchase_order_id\": \"PO-SA1-1\",\n            \"supplier_name\": \"Kouta Supplier\",\n            \"type\": \"standard\",\n            \"total_amount\": 250,\n            \"gate_entry_status\": true,\n            \"currency\": \"SAR\",\n            \"shipping\": {},\n            \"item_number\": 5,\n            \"remark\": null,\n            \"created_at\": \"2023-11-08T06:29:15.629037Z\",\n            \"updated_at\": \"0001-01-01T00:00:00Z\",\n            \"deleted_at\": null\n        }\n    ],\n    \"meta\": {\n        \"current_page\": 1,\n        \"last_page\": 1,\n        \"per_page\": 20,\n        \"total\": 4\n    }\n}"}],"_postman_id":"b22be43f-d54e-49ce-b40d-32ca379d82a0"},{"name":"Get Single Purchase Order","id":"c9b7a5ac-226b-4cd9-aa7b-df67caa081ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/sales-channel/public/v1/purchase_orders/hubs/:hub_code/purchase_order/:purchase_order_id","description":"<h2 id=\"📌-get-single-purchase-order-api---overview\">📌 Get Single Purchase Order API - Overview</h2>\n<p>The <strong>Get Single Purchase Order API</strong> retrieves the details of a <strong>specific purchase order</strong> using its <strong>purchase order ID</strong> for the provided <strong>hub ID</strong>.</p>\n<p>This API helps users access <strong>complete purchase order information.</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>purchase_order_id</strong></td>\n<td>String</td>\n<td>The unique ID for this purchase order.</td>\n</tr>\n<tr>\n<td><strong>order_details.quantity</strong></td>\n<td>Integer</td>\n<td>The total number of items ordered in this purchase order.</td>\n</tr>\n<tr>\n<td><strong>order_details.grn_pass_quantity</strong></td>\n<td>Integer</td>\n<td>The number of items that passed inspection during the goods receipt process.</td>\n</tr>\n<tr>\n<td><strong>order_details.grn_fail_quantity</strong></td>\n<td>Integer</td>\n<td>The number of items that failed inspection during the goods receipt process.</td>\n</tr>\n<tr>\n<td><strong>order_details.put_away_pass_quantity</strong></td>\n<td>Integer</td>\n<td>The number of items that were successfully stored in inventory.</td>\n</tr>\n<tr>\n<td><strong>order_details.put_away_fail_quantity</strong></td>\n<td>Integer</td>\n<td>The number of items that could not be stored in inventory.</td>\n</tr>\n<tr>\n<td><strong>seller.name</strong></td>\n<td>String</td>\n<td>The name of the seller who provided the order.</td>\n</tr>\n<tr>\n<td><strong>seller.phone</strong></td>\n<td>String</td>\n<td>The seller's contact phone number.</td>\n</tr>\n<tr>\n<td><strong>seller.email</strong></td>\n<td>String</td>\n<td>The seller's email address.</td>\n</tr>\n<tr>\n<td><strong>hub_code</strong></td>\n<td>String</td>\n<td>The code for the hub where the order is processed.</td>\n</tr>\n<tr>\n<td><strong>supplier.name</strong></td>\n<td>String</td>\n<td>The name of the supplier providing the items.</td>\n</tr>\n<tr>\n<td><strong>supplier.phone</strong></td>\n<td>String</td>\n<td>The supplier's contact phone number.</td>\n</tr>\n<tr>\n<td><strong>supplier.email</strong></td>\n<td>String</td>\n<td>The supplier's email address.</td>\n</tr>\n<tr>\n<td><strong>status</strong></td>\n<td>String</td>\n<td>The current status of the purchase order (e.g., \"ordered\").</td>\n</tr>\n<tr>\n<td><strong>total_amount</strong></td>\n<td>Number</td>\n<td>The total cost of the purchase order.</td>\n</tr>\n<tr>\n<td><strong>currency</strong></td>\n<td>String</td>\n<td>The three-letter currency code used (e.g., SAR for Saudi Riyal).</td>\n</tr>\n<tr>\n<td><strong>item_number</strong></td>\n<td>Integer</td>\n<td>The number of unique items included in the purchase order.</td>\n</tr>\n<tr>\n<td><strong>remark</strong></td>\n<td>String</td>\n<td>Any extra notes or comments about the purchase order.</td>\n</tr>\n<tr>\n<td><strong>purchase_order_items.id</strong></td>\n<td>Integer</td>\n<td>A unique ID for each individual item in the purchase order.</td>\n</tr>\n<tr>\n<td><strong>purchase_order_items.tenant_id</strong></td>\n<td>String</td>\n<td>The identifier for the tenant associated with this purchase order.</td>\n</tr>\n<tr>\n<td><strong>purchase_order_items.seller_id</strong></td>\n<td>String</td>\n<td>The identifier for the seller related to this specific item.</td>\n</tr>\n<tr>\n<td><strong>purchase_order_items.hub_id</strong></td>\n<td>Integer</td>\n<td>The hub ID where this item is processed.</td>\n</tr>\n<tr>\n<td><strong>purchase_order_items.purchase_order_id</strong></td>\n<td>Integer</td>\n<td>The purchase order ID to which this item belongs.</td>\n</tr>\n<tr>\n<td><strong>purchase_order_items.sku.name</strong></td>\n<td>String</td>\n<td>The name of the SKU (product) for this item.</td>\n</tr>\n<tr>\n<td><strong>purchase_order_items.sku.seller_sku_id</strong></td>\n<td>String</td>\n<td>The seller's unique identifier for this SKU.</td>\n</tr>\n<tr>\n<td><strong>purchase_order_items.sku.seller_sku_code</strong></td>\n<td>String</td>\n<td>The seller's SKU code for this item.</td>\n</tr>\n<tr>\n<td><strong>purchase_order_items.sku.images</strong></td>\n<td>Array</td>\n<td>A list of image URLs for the SKU.</td>\n</tr>\n<tr>\n<td><strong>purchase_order_items.sku.attributes</strong></td>\n<td>Array</td>\n<td>A list of attributes (e.g., color, size) that describe the SKU.</td>\n</tr>\n<tr>\n<td><strong>purchase_order_items.sku.package_type</strong></td>\n<td>String</td>\n<td>The type of packaging used for the SKU (e.g., box, envelope).</td>\n</tr>\n<tr>\n<td><strong>purchase_order_items.quantity</strong></td>\n<td>Integer</td>\n<td>The number of units ordered for this item.</td>\n</tr>\n<tr>\n<td><strong>purchase_order_items.unit_price</strong></td>\n<td>Number</td>\n<td>The price per unit of the item.</td>\n</tr>\n<tr>\n<td><strong>purchase_order_items.child_purchase_order_items</strong></td>\n<td>Array</td>\n<td>Any sub-items related to this purchase order item, if applicable.</td>\n</tr>\n<tr>\n<td><strong>purchase_order_items.updated_at</strong></td>\n<td>String</td>\n<td>The timestamp (in ISO format) of the last update for this item.</td>\n</tr>\n<tr>\n<td><strong>purchase_order_items.opened_quantity</strong></td>\n<td>Integer</td>\n<td>The number of units that have been opened or unpacked.</td>\n</tr>\n<tr>\n<td><strong>purchase_order_items.received_quantity</strong></td>\n<td>Integer</td>\n<td>The number of units that have been received for this item.</td>\n</tr>\n<tr>\n<td><strong>grn_details</strong></td>\n<td>Array</td>\n<td>Details from the goods receipt notes related to this purchase order.</td>\n</tr>\n<tr>\n<td><strong>expected_receiving_date</strong></td>\n<td>Array</td>\n<td>The expected dates for receiving the goods.</td>\n</tr>\n<tr>\n<td><strong>created_at</strong></td>\n<td>String</td>\n<td>The date and time when the purchase order was created (in ISO format).</td>\n</tr>\n<tr>\n<td><strong>created_by</strong></td>\n<td>String</td>\n<td>The name of the user who created the purchase order.</td>\n</tr>\n<tr>\n<td><strong>meta.current_page</strong></td>\n<td>Integer</td>\n<td>The current page number in the paginated results.</td>\n</tr>\n<tr>\n<td><strong>meta.last_page</strong></td>\n<td>Integer</td>\n<td>The last available page number in the paginated results.</td>\n</tr>\n<tr>\n<td><strong>meta.per_page</strong></td>\n<td>Integer</td>\n<td>The number of items displayed per page.</td>\n</tr>\n<tr>\n<td><strong>meta.total</strong></td>\n<td>Integer</td>\n<td>The total number of items across all pages.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"path":["sales-channel","public","v1","purchase_orders","hubs",":hub_code","purchase_order",":purchase_order_id"],"host":["{{base_url}}"],"query":[],"variable":[{"description":{"content":"<p>Hub code for which you want to view the purchase order.</p>\n","type":"text/plain"},"type":"any","value":"Hub232","key":"hub_code"},{"description":{"content":"<p>Purchase order ID of the Purchase order you want to view.</p>\n","type":"text/plain"},"type":"any","value":"PO-SA1-6","key":"purchase_order_id"}]}},"response":[{"id":"c0953163-2414-4f58-901e-f605ec194d39","name":"Get Single Purchase Order","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/sales-channel/public/v1/purchase_orders/hubs/:hub_code/purchase_order/:purchase_order_id","host":["{{base_url}}"],"path":["sales-channel","public","v1","purchase_orders","hubs",":hub_code","purchase_order",":purchase_order_id"],"variable":[{"key":"hub_code","value":"Hub232"},{"key":"purchase_order_id","value":"PO-SA1-6"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Apr 2024 11:48:13 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"c9a8a401-17ef-4efc-9c1a-f9d2016eab3b"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"86d8594b1efef48c-BOM"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"purchase_order_id\": \"PO-SA1-6\",\n        \"order_details\": {\n            \"quantity\": 10,\n            \"grn_pass_quantity\": 0,\n            \"grn_fail_quantity\": 0,\n            \"put_away_pass_quantity\": 0,\n            \"put_away_fail_quantity\": 0\n        },\n        \"seller\": {\n            \"name\": \"saleschannel-demo\",\n            \"phone\": \"9876543210\",\n            \"email\": \"trilok.kaushik@omniful.com\"\n        },\n        \"hub_code\": \"Hub232\",\n        \"supplier\": {\n            \"name\": \"Kouta Supplier\",\n            \"phone\": \"+918920638012\",\n            \"email\": \"kouta@omniful.com\"\n        },\n        \"status\": \"ordered\",\n        \"total_amount\": 1200,\n        \"currency\": \"SAR\",\n        \"item_number\": 1,\n        \"remark\": null,\n        \"purchase_order_items\": [\n            {\n                \"id\": 1080091,\n                \"tenant_id\": \"\",\n                \"seller_id\": \"\",\n                \"hub_id\": 35,\n                \"purchase_order_id\": 6368,\n                \"sku\": {\n                    \"name\": \"New SKU 7\",\n                    \"seller_sku_id\": \"\",\n                    \"seller_sku_code\": \"new_sku_7\",\n                    \"images\": [],\n                    \"attributes\": [],\n                    \"package_type\": \"ea\"\n                },\n                \"quantity\": 10,\n                \"unit_price\": 120,\n                \"child_purchase_order_items\": [],\n                \"updated_at\": \"2024-02-24T14:23:42.838326Z\",\n                \"opened_quantity\": 0,\n                \"received_quantity\": 0\n            }\n        ],\n        \"grn_details\": [],\n        \"expected_receiving_date\": [],\n        \"created_at\": \"2024-02-24T14:23:42.834553Z\",\n        \"created_by\": \"Divyank Goyal\"\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"last_page\": 1,\n        \"per_page\": 20,\n        \"total\": 1\n    }\n}"}],"_postman_id":"c9b7a5ac-226b-4cd9-aa7b-df67caa081ab"},{"name":"Update Purchase Order","id":"90bdd84b-5a40-4fa3-9419-5395a72f76e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"remark\": \"\",\n    \"awb\": \"\",\n    \"purchase_order_id\": \"PO-SA1-5\",\n    \"over_receive_allowed\": true,\n    \"purchase_order_items\": [\n        {\n            \"sku_code\": \"506308\",\n            \"quantity\": 270,\n            \"unit_price\": 31\n        }\n    ]\n}"},"url":"{{base_url}}/sales-channel/public/v1/purchase_orders/hubs/:hub_code","description":"<h2 id=\"📌-important-fields-for-purchase-order\">📌 Important Fields for Purchase Order</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>remark</strong></td>\n<td>string</td>\n<td>Additional notes or remarks related to the purchase order</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>awb</strong></td>\n<td>string</td>\n<td>Air Waybill number – a unique identifier assigned to a shipment for tracking purposes</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>purchase_order_id</strong></td>\n<td>string</td>\n<td>Unique identifier for the purchase order</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>sku_code</strong></td>\n<td>string</td>\n<td>SKU code of the item included in the purchase order</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>quantity</strong></td>\n<td>string</td>\n<td>Quantity of the item being purchased</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>unit_price</strong></td>\n<td>string</td>\n<td>Unit price of the item in the purchase order</td>\n<td>❌ No</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"path":["sales-channel","public","v1","purchase_orders","hubs",":hub_code"],"host":["{{base_url}}"],"query":[],"variable":[{"description":{"content":"<p>Hub Code for the hub in which you want to update the purchase order details .</p>\n","type":"text/plain"},"type":"any","value":"Hub232","key":"hub_code"}]}},"response":[{"id":"9bb18391-4b64-4f27-8997-8da46cc6e8fd","name":"Update Purchase Order","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"remark\": \"\",\n  \"awb\":\"\",\n  \"purchase_order_id\":\"PO-SA1-5\",\n  \"purchase_order_items\": [\n    {\n      \"sku_code\": \"506308\",\n      \"quantity\": 270,\n      \"unit_price\": 32\n    }\n  ]\n}"},"url":{"raw":"{{base_url}}/sales-channel/public/v1/purchase_orders/hubs/:hub_code","host":["{{base_url}}"],"path":["sales-channel","public","v1","purchase_orders","hubs",":hub_code"],"variable":[{"key":"hub_code","value":"Hub232"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 24 Feb 2024 06:09:17 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"2ee19bf9-bee5-41e9-9741-bee8899f6ed5"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"85a589f3aa668603-BOM"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"status\": \"Success\"\n    },\n    \"meta\": null\n}"}],"_postman_id":"90bdd84b-5a40-4fa3-9419-5395a72f76e1"},{"name":"Create Supplier","id":"6e3bf7e1-602d-44cc-b040-2a820dc6154c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Rg1\",\n    \"contact_person\": \"Shubhra\",\n    \"email\": \"shubhra@omniful.com\",\n     \"code\": \"At-H\",\n    \"phone\": \"9876543212\"\n}"},"url":"{{base_url}}/sales-channel/public/v1/suppliers","description":"<h2 id=\"📌-important-fields-for-supplier\">📌 Important Fields for Supplier</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>name</strong></td>\n<td>string</td>\n<td>The name of the supplier</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>contact_person</strong></td>\n<td>string</td>\n<td>The contact person associated with the supplier</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>email</strong></td>\n<td>string</td>\n<td>The supplier’s email address</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>phone</strong></td>\n<td>string</td>\n<td>The supplier’s phone number</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>code</strong></td>\n<td>string</td>\n<td>Supplier code; if left empty, the system will automatically assign a new one</td>\n<td>❌ No</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"path":["sales-channel","public","v1","suppliers"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"3a94a0e1-f51b-4cc6-9150-9fffd091116c","name":"Create Supplier","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Rg1\",\n    \"contact_person\": \"Shubhra\",\n    \"email\": \"shubhra@omniful.com\",\n     \"code\": \"At-H\",\n    \"phone\": \"9876543212\"\n}"},"url":"{{base_url}}/sales-channel/public/v1/suppliers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 12 Oct 2024 04:47:12 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"62790391-d017-445b-95e4-92f781bbe411"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8d1473560efb823f-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"status\": \"Success : The supplier request has been successfully created.\"\n    },\n    \"meta\": null\n}"}],"_postman_id":"6e3bf7e1-602d-44cc-b040-2a820dc6154c"},{"name":"Get All Suppliers","id":"57007551-a2b4-41ff-8ed0-f747081f1b8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"{{base_url}}/sales-channel/public/v1/suppliers?per_page=10&page=1","description":"<p>Get All the suppilers</p>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"path":["sales-channel","public","v1","suppliers"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p>Pagination on Showing a number of entries per page.</p>\n","type":"text/plain"},"key":"per_page","value":"10"},{"description":{"content":"<p>Pagination</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"0ea0da90-4bde-4353-ad5e-aab0c1b9384d","name":"Get All Suppliers","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{base_url}}/sales-channel/public/v1/suppliers?per_page=10&page=1","host":["{{base_url}}"],"path":["sales-channel","public","v1","suppliers"],"query":[{"key":"per_page","value":"10"},{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 12 Oct 2024 04:48:33 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"81af9769-c92d-4ae9-844d-b09bd3ef3f1d"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8d14754c6f4c8006-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": [\n        {\n            \"contact_person\": \"Shubhra\",\n            \"email\": \"shubhra@omniful.com\",\n            \"name\": \"Rg1\",\n            \"phone\": \"9876543212\",\n            \"code\": \"At-H\"\n        }\n    ],\n    \"meta\": {\n        \"current_page\": 1,\n        \"last_page\": 1,\n        \"per_page\": 10,\n        \"total\": 1\n    }\n}"}],"_postman_id":"57007551-a2b4-41ff-8ed0-f747081f1b8e"}],"id":"2349677f-5f92-4a00-b268-7483f91b09d6","description":"<h2 id=\"📌-purchase-order-api-collection---overview\">📌 Purchase Order API Collection - Overview</h2>\n<p>The <strong>Purchase Order API Collection</strong> on Postman provides a set of APIs that allow users to efficiently manage <strong>purchase orders and suppliers</strong>.</p>\n<p>📌 <strong>Key Features:</strong></p>\n<ul>\n<li><p><strong>Create Purchase Orders</strong> – Generate new purchase orders for suppliers.</p>\n</li>\n<li><p><strong>View Purchase Orders</strong> – Retrieve details of existing purchase orders.</p>\n</li>\n<li><p><strong>Update Purchase Orders</strong> – Modify purchase order details before processing.</p>\n</li>\n<li><p><strong>Manage Suppliers</strong> – View and create supplier records for procurement.</p>\n</li>\n</ul>\n<p>This collection helps businesses <strong>streamline procurement operations</strong>, ensuring smooth supplier management and inventory replenishment.</p>\n","_postman_id":"2349677f-5f92-4a00-b268-7483f91b09d6","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}}},{"name":"POS","item":[{"name":"Create POS Order","id":"4f0f3a26-0058-46d1-bc9b-6f0b58a337b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"order_id\": \"pos-test-1\",\n    \"order_alias\": \"ORD_ALIAS_123\",\n    \"customer\": {\n        \"id\": \"CUST123\",\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"mobile\": \"9876543210\",\n        \"mobile_code\": \"+1\",\n        \"country_code\": \"US\",\n        \"email\": \"john.doe@example.com\",\n        \"avatar\": \"https://example.com/avatar.jpg\",\n        \"gender\": \"male\"\n    },\n    \"hub_code\": \"ONLS\",\n    \"order_created_at\": \"2023-07-28T09:00:00Z\",\n    \"order_items\": [\n        {\n            \"sales_channel_sku_id\": \"SKU123\",\n            \"seller_sku_code\": \"SELLER123\",\n            \"sales_channel_order_item_id\": \"ITEM001\",\n            \"display_price\": 19.99,\n            \"selling_price\": 15.99,\n            \"quantity\": 2,\n            \"tax_percent\": 5,\n            \"tax\": 1.6,\n            \"unit_price\": 30.99,\n            \"total\": 61.98,\n            \"subtotal\": 59.98,\n            \"tax_inclusive\": true,\n            \"discount\": 5.0\n        }\n    ],\n    \"invoice\": {\n        \"sc_invoice_number\": \"INV123456\",\n        \"currency\": \"USD\",\n        \"subtotal\": 59.98,\n        \"shipping_tax\": 1.5,\n        \"sub_total_tax_inclusive\": true,\n        \"sub_total_discount_inclusive\": true,\n        \"shipping_tax_inclusive\": true,\n        \"shipping_discount_inclusive\": true,\n        \"shipping_price\": 5.0,\n        \"shipping_refund\": 0,\n        \"tax\": 3.6,\n        \"tax_percent\": 6,\n        \"discount\": 5.0,\n        \"total\": 69.98,\n        \"total_paid\": 70.0,\n        \"total_due\": 0,\n        \"total_refunded\": 0,\n        \"payment_mode\": \"credit_card\",\n        \"loyalty_discount\": 2.0\n    }\n}"},"url":"{{base_url}}/sales-channel/public/v1/pos/order","description":"<h3 id=\"query-params\">Query Params</h3>\n<p><code>should_not_adjust_inventory</code> (string): Set to true if you do not want to adjust inventory; otherwise, the inventory will always be adjusted.</p>\n<p><code>Example: {{base_url}}/sales-channel/public/v1/pos/order?should_not_adjust_inventory=true</code></p>\n<h3 id=\"order-details\">Order Details</h3>\n<h4 id=\"order_id-string\"><code>order_id</code> (String)</h4>\n<p>Unique identifier for the order.</p>\n<h4 id=\"order_alias-string\"><code>order_alias</code> (String)</h4>\n<p>Alias or alternate identifier for the order.</p>\n<h4 id=\"customer-object\"><code>customer</code> (Object)</h4>\n<p>Details of the customer placing the order.</p>\n<ul>\n<li><p><code>first_name</code> (String): First name of the customer.</p>\n</li>\n<li><p><code>last_name</code> (String): Last name of the customer.</p>\n</li>\n<li><p><code>email</code> (String): Email address of the customer.</p>\n</li>\n<li><p><code>mobile</code> (String): Mobile number of the customer.</p>\n</li>\n<li><p><code>mobile_code</code> (String): Country code for the mobile number.</p>\n</li>\n<li><p><code>country_code</code> (String): Country code of the customer.</p>\n</li>\n</ul>\n<h4 id=\"hub_code-string\"><code>hub_code</code> (String)</h4>\n<p>Code identifying the hub related to the order.</p>\n<h4 id=\"order_created_at-string\"><code>order_created_at</code> (String)</h4>\n<p>Timestamp indicating when the order was created.</p>\n<h4 id=\"order_items-array\"><code>order_items</code> (Array)</h4>\n<p>List of items in the order.</p>\n<ul>\n<li><p><code>sales_channel_sku_id</code> (String): SKU ID from the sales channel.</p>\n</li>\n<li><p><code>seller_sku_code</code> (String): Seller's SKU code.</p>\n</li>\n<li><p><code>sales_channel_order_item_id</code> (String): Order item ID from the sales channel.</p>\n</li>\n<li><p><code>display_price</code> (Float): Displayed price of the item.</p>\n</li>\n<li><p><code>selling_price</code> (Float): Selling price of the item.</p>\n</li>\n<li><p><code>quantity</code> (Int): Quantity of the item in the order.</p>\n</li>\n<li><p><code>tax_percent</code> (Float): Tax percentage applicable to the item.</p>\n</li>\n<li><p><code>tax</code> (Float): Tax amount for the item.</p>\n</li>\n<li><p><code>unit_price</code> (Float): Unit price of the item.</p>\n</li>\n<li><p><code>total</code> (Float): Total price for the quantity of the item.</p>\n</li>\n<li><p><code>subtotal</code> (Float): Subtotal price for the item.</p>\n</li>\n<li><p><code>tax_inclusive</code> (Boolean): Indicates if tax is included in the price.</p>\n</li>\n<li><p><code>discount</code> (Float): Discount applied to the item.</p>\n</li>\n</ul>\n<h4 id=\"invoice-object\"><code>invoice</code> (Object)</h4>\n<p>Details of the invoice for the order.</p>\n<ul>\n<li><p><code>currency</code> (String): Currency used for the invoice.</p>\n</li>\n<li><p><code>subtotal</code> (Float): Subtotal amount of the invoice.</p>\n</li>\n<li><p><code>shipping_tax</code> (Float): Tax applied to shipping.</p>\n</li>\n<li><p><code>sub_total_tax_inclusive</code> (Boolean): Indicates if subtotal includes tax.</p>\n</li>\n<li><p><code>sub_total_discount_inclusive</code> (Boolean): Indicates if subtotal includes discount.</p>\n</li>\n<li><p><code>shipping_tax_inclusive</code> (Boolean): Indicates if shipping tax is inclusive.</p>\n</li>\n<li><p><code>shipping_discount_inclusive</code> (Boolean): Indicates if shipping discount is inclusive.</p>\n</li>\n<li><p><code>shipping_price</code> (Float): Price for shipping.</p>\n</li>\n<li><p><code>shipping_refund</code> (Float): Refund amount for shipping.</p>\n</li>\n<li><p><code>tax</code> (Float): Total tax amount.</p>\n</li>\n<li><p><code>tax_percent</code> (Float): Total tax percentage.</p>\n</li>\n<li><p><code>discount</code> (Float): Total discount applied.</p>\n</li>\n<li><p><code>total</code> (Float): Total amount payable.</p>\n</li>\n<li><p><code>total_paid</code> (Float): Total amount paid.</p>\n</li>\n<li><p><code>total_due</code> (Float): Total amount due.</p>\n</li>\n<li><p><code>total_refunded</code> (Float): Total amount refunded.</p>\n</li>\n<li><p><code>payment_mode</code> (String): Mode of payment(such as ApplePay etc).</p>\n</li>\n<li><p><code>loyalty_discount</code> (Number): Discount applied through loyalty program.</p>\n</li>\n</ul>\n","urlObject":{"path":["sales-channel","public","v1","pos","order"],"host":["{{base_url}}"],"query":[{"disabled":true,"key":"should_not_adjust_inventory","value":"true"}],"variable":[]}},"response":[{"id":"b3bf40d8-efa9-4132-9795-d8cbc8e0f81b","name":"Create POS Order","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"order_id\": \"POS-Order_1\",\n    \"order_alias\": \"ORD_ALIAS_123\",\n    \"customer\": {\n        \"id\": \"CUST123\",\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"mobile\": \"7044063694\",\n        \"mobile_code\": \"+91\",\n        \"country_code\": \"IN\",\n        \"email\": \"john.doe@example.com\",\n        \"avatar\": \"https://example.com/avatar.jpg\",\n        \"gender\": \"male\"\n    },\n    \"hub_code\": \"seamlessretail\",\n    \"order_created_at\": \"2023-07-28T09:00:00Z\",\n    \"order_items\": [\n        {\n            \"sales_channel_sku_id\": \"iPhone 15 Pro\",\n            \"seller_sku_code\": \"iPhone 15 Pro\",\n            \"sales_channel_order_item_id\": \"iPhone 15 Pro\",\n            \"display_price\": 19.99,\n            \"selling_price\": 15.99,\n            \"quantity\": 2,\n            \"tax_percent\": 5,\n            \"tax\": 1.6,\n            \"unit_price\": 30.99,\n            \"total\": 61.98,\n            \"subtotal\": 59.98,\n            \"tax_inclusive\": true,\n            \"discount\": 5.0\n        },\n        {\n            \"sales_channel_sku_id\": \"samsung190\",\n            \"seller_sku_code\": \"samsung190\",\n            \"sales_channel_order_item_id\": \"samsung190\",\n            \"display_price\": 19.99,\n            \"selling_price\": 15.99,\n            \"quantity\": 2,\n            \"tax_percent\": 5,\n            \"tax\": 1.6,\n            \"unit_price\": 30.99,\n            \"total\": 61.98,\n            \"subtotal\": 59.98,\n            \"tax_inclusive\": true,\n            \"discount\": 5.0\n        }\n    ],\n    \"invoice\": {\n        \"sc_invoice_number\": \"INV123456\",\n        \"currency\": \"USD\",\n        \"subtotal\": 59.98,\n        \"shipping_tax\": 1.5,\n        \"sub_total_tax_inclusive\": true,\n        \"sub_total_discount_inclusive\": true,\n        \"shipping_tax_inclusive\": true,\n        \"shipping_discount_inclusive\": true,\n        \"shipping_price\": 5.0,\n        \"shipping_refund\": 0,\n        \"tax\": 3.6,\n        \"tax_percent\": 6,\n        \"discount\": 5.0,\n        \"total\": 69.98,\n        \"total_paid\": 70.0,\n        \"total_due\": 0,\n        \"total_refunded\": 0,\n        \"payment_mode\": \"credit_card\",\n        \"loyalty_discount\": 2.0\n    }\n}"},"url":{"raw":"{{base_url}}/sales-channel/public/v1/pos/order","host":["{{base_url}}"],"path":["sales-channel","public","v1","pos","order"],"query":[{"key":"should_not_adjust_inventory","value":"true","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 27 Jan 2025 12:24:49 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"074861f8-480f-4726-b063-b26847ef95a8"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"9088b8cd0edac9ac-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": \"Created POS Order Successfully\",\n    \"meta\": null\n}"}],"_postman_id":"4f0f3a26-0058-46d1-bc9b-6f0b58a337b9"},{"name":"Create POS Return Order","id":"18042eb4-2589-4c4f-8eb0-414b4134aff2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"return_order_id\": \"Pos-return-test-3\",\n    \"order_id\": \"pos-test-3\",\n    \"return_order_alias\": \"RO-123\",\n    \"hub_code\": \"ONLS\",\n    \"customer\": {\n        \"id\": \"CUST123\",\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"mobile\": \"9876543210\",\n        \"mobile_code\": \"+91\",\n        \"country_code\": \"IN\",\n        \"email\": \"john.doe@example.com\",\n        \"avatar\": \"https://example.com/avatar.jpg\",\n        \"gender\": \"male\"\n    },\n    \"order_items\": [\n        {\n            \"seller_sku_code\": \"SELLER123\",\n            \"return_reason\": \"Defective\",\n            \"refunded_quantity\": 1,\n            \"returned_quantity\": 2,\n            \"uom\": \"ea\",\n            \"discount\": 10,\n            \"total\": 100,\n            \"selling_price\": 100,\n            \"unit_price\": 90\n        }\n    ],\n    \"refund_status\": \"pending\",\n    \"return_reason\": \"wrong_items\",\n    \"invoice\": {\n        \"invoice_number\": \"INV-123456\",\n        \"currency\": \"USD\",\n        \"subtotal\": 100.50,\n        \"discount\": 10,\n        \"sub_total_tax_inclusive\": true,\n        \"sub_total_discount_inclusive\": true,\n        \"tax\": 5.25,\n        \"tax_percent\": 5,\n        \"total\": 105.75,\n        \"total_refunded\": 20,\n        \"payment_mode\": \"Credit Card\"\n    },\n    \"order_created_at\": \"2023-07-28T09:00:00Z\",\n    \"order_url\": \"https://example.com/orders/789012\"\n}"},"url":"{{base_url}}/sales-channel/public/v1/pos/returns/order","description":"<h3 id=\"return-order-details\">Return Order Details</h3>\n<h4 id=\"return_order_id-string\"><code>return_order_id</code> (String)</h4>\n<p>Unique identifier for the return order.</p>\n<h4 id=\"order_id-string\"><code>order_id</code> (String)</h4>\n<p>Original order's identifier.</p>\n<h4 id=\"return_order_alias-string\"><code>return_order_alias</code> (String)</h4>\n<p>Alias or alternate identifier for the return order.</p>\n<h4 id=\"hub_code-string\"><code>hub_code</code> (String)</h4>\n<p>Code identifying the hub related to the return order.</p>\n<h4 id=\"customer-object\"><code>customer</code> (Object)</h4>\n<p>Details of the customer returning the order.</p>\n<ul>\n<li><code>id</code> (String): Unique identifier for the customer.</li>\n<li><code>first_name</code> (String): First name of the customer.</li>\n<li><code>last_name</code> (String): Last name of the customer.</li>\n</ul>\n<h4 id=\"order_items-array\"><code>order_items</code> (Array)</h4>\n<p>List of items in the return order.</p>\n<ul>\n<li><code>seller_sku_code</code> (String): Seller's SKU code.</li>\n<li><code>return_reason</code> (String): Reason for returning the item.</li>\n<li><code>refunded_quantity</code> (Number): Quantity of items refunded.</li>\n<li><code>returned_quantity</code> (Number): Quantity of items returned.</li>\n<li><code>tax_percent</code> (Float): Tax percentage applicable to the item.</li>\n<li><code>tax</code> (Float): Tax amount for the item.</li>\n<li><code>uom</code> (String): Unit of measure for the item.</li>\n<li><code>selling_price</code> (number): The selling price of the item.</li>\n<li><code>unit_price</code> (number): The unit price of the item.</li>\n<li><code>total</code> (number): The total amount for the item(subtotal + tax - discount).</li>\n<li><code>discount</code> (number): The total discount applied to the order.</li>\n</ul>\n<h4 id=\"refund_status-string\"><code>refund_status</code> (String)</h4>\n<p>Status of the refund process.</p>\n<h4 id=\"return_reason-string\"><code>return_reason</code> (String)</h4>\n<p>General reason for the return.</p>\n<h4 id=\"invoice-object\"><code>invoice</code> (Object)</h4>\n<p>Details of the invoice for the return order.</p>\n<ul>\n<li><code>invoice_number</code> (String): Invoice number.</li>\n<li><code>currency</code> (String): Currency used for the invoice.</li>\n<li><code>subtotal</code> (Number): Subtotal amount of the invoice.</li>\n<li><code>sub_total_tax_inclusive</code> (Boolean): Indicates if subtotal includes tax.</li>\n<li><code>sub_total_discount_inclusive</code> (Boolean): Indicates if subtotal includes discount.</li>\n<li><code>tax</code> (Number): Total tax amount.</li>\n<li><code>tax_percent</code> (Number): Total tax percentage.</li>\n<li><code>total</code> (Number): Total amount payable.</li>\n<li><code>total_refunded</code> (Number): Total amount refunded.</li>\n<li><code>payment_mode</code> (String): Mode of payment for the return order.</li>\n<li><code>discount</code> (number): The total discount applied to the order.</li>\n</ul>\n<h4 id=\"order_created_at-string\"><code>order_created_at</code> (String)</h4>\n<p>Timestamp indicating when the original order was created.</p>\n<h4 id=\"order_url-string\"><code>order_url</code> (String)</h4>\n<p>URL to access details of the original order.</p>\n","urlObject":{"path":["sales-channel","public","v1","pos","returns","order"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"cf7ab25d-70a8-483d-b8a8-ac0c1c825b1a","name":"Create POS Return Order","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"return_order_id\": \"POS-Return-Order_1\",\n    \"order_id\": \"POS-Order_1\",\n    \"return_order_alias\": \"RO-123\",\n    \"hub_code\": \"seamlessretail\",\n    \"customer\": {\n        \"id\": \"CUST123\",\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"mobile\": \"9876543210\",\n        \"mobile_code\": \"+91\",\n        \"country_code\": \"IN\",\n        \"email\": \"john.doe@example.com\",\n        \"avatar\": \"https://example.com/avatar.jpg\",\n        \"gender\": \"male\"\n    },\n    \"order_items\": [\n        {\n            \"seller_sku_code\": \"samsung190\",\n            \"return_reason\": \"Defective\",\n            \"refunded_quantity\": 1,\n            \"returned_quantity\": 2,\n            \"uom\": \"ea\",\n            \"discount\": 10,\n            \"total\": 100,\n            \"selling_price\": 100,\n            \"unit_price\": 90\n        }\n    ],\n    \"refund_status\": \"pending\",\n    \"return_reason\": \"wrong_items\",\n    \"invoice\": {\n        \"invoice_number\": \"INV-123456\",\n        \"currency\": \"USD\",\n        \"subtotal\": 100.50,\n        \"discount\": 10,\n        \"sub_total_tax_inclusive\": true,\n        \"sub_total_discount_inclusive\": true,\n        \"tax\": 5.25,\n        \"tax_percent\": 5,\n        \"total\": 105.75,\n        \"total_refunded\": 20,\n        \"payment_mode\": \"Credit Card\"\n    },\n    \"order_created_at\": \"2023-07-28T09:00:00Z\",\n    \"order_url\": \"https://example.com/orders/789012\"\n}"},"url":"{{base_url}}/sales-channel/public/v1/pos/returns/order"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 27 Jan 2025 12:26:41 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"8f3d6e45-0a84-470a-86f9-2f95d3dbe782"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"9088bb888d8b6f9d-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": \"Created POS Return Order Successfully\",\n    \"meta\": null\n}"}],"_postman_id":"18042eb4-2589-4c4f-8eb0-414b4134aff2"}],"id":"e5168693-3b8a-447b-bf61-1d1bbd777a8a","_postman_id":"e5168693-3b8a-447b-bf61-1d1bbd777a8a","description":"","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}}},{"name":"Customers","item":[{"name":"Create Customer","id":"77862a08-6001-4814-995e-f0311202e7d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"Mr\",\n    \"first_name\": \"Shubhra\",\n    \"last_name\": \"Ghosh\",\n    \"email\": \"shubhra.omniful@example14.com\",\n    \"mobile\": \"7075156612\",\n    \"country_calling_code\": \"+91\",\n    \"country_code\": \"IN\",\n    \"gender\": \"male\",\n    \"date_of_birth\": \"1990-01-01\",\n    \"user_name\": \"shubhra_ghosh\",\n    \"preferred_languages\": [\n        \"en\",\n        \"es\"\n    ],\n    \"alternate_contact_number\": \"09876543211\",\n    \"nationality\": \"Indian\",\n    \"address\": {\n        \"address1\": \"123 Main St\",\n        \"address2\": \"Apt 101\",\n        \"city\": \"Riyadh\",\n        \"country\": \"SA\",\n        \"country_code\": \"SA\",\n        \"state\": \"Riyadh\",\n        \"zip\": \"10001\",\n        \"default_address\": true,\n        \"national_address_code\": \"\"\n    },\n    \"documents\": [\n        {\n            \"type\": \"passport\",\n            \"number\": \"4XEC5R67VT8BY\",\n            \"issue_country_code\": \"SA\",\n            \"issue_date\": \"2015-06-19\",\n            \"expiry_date\": \"2025-06-12\",\n            \"urls\": [\n                \"https://example.com/passport-front.jpg\",\n                \"https://example.com/passport-back.jpg\"\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/customers","description":"<h2 id=\"required-fields-to-create-customer\"><strong>Required fields to create customer:</strong></h2>\n<ol>\n<li><p><code>first_name</code>: First name of the customer.</p>\n</li>\n<li><p><code>address</code>: Nested object representing customer's address details.<br /> a. <code>address1</code>: Address line 1<br /> b. <code>city</code>: City of the address<br /> c. <code>country</code>: Country of the address.</p>\n</li>\n<li><p>Optional Field : <code>title</code> <strong>:</strong> An optional field to specify the title of the individual. If provided, it must be one of the supported titles.<strong>Supported Titles:</strong></p>\n<ul>\n<li><p><code>Mr</code></p>\n</li>\n<li><p><code>Mrs</code></p>\n</li>\n<li><p><code>Ms</code></p>\n</li>\n<li><p><code>Dr</code></p>\n</li>\n<li><p><code>Prof</code></p>\n</li>\n<li><p><code>Rev</code></p>\n</li>\n<li><p><code>Hon</code></p>\n</li>\n<li><p><code>Sir</code></p>\n</li>\n<li><p><code>Lady</code></p>\n</li>\n</ul>\n</li>\n<li><p>Optional Field <code>gender</code> <strong>:</strong> An optional field to specify the gender of the individual. If provided, it must be one of the supported gender types.<strong>Supported Gender Types:</strong></p>\n<ol>\n<li><p><code>male</code></p>\n</li>\n<li><p><code>female</code></p>\n</li>\n<li><p><code>other</code></p>\n</li>\n</ol>\n</li>\n</ol>\n<p>For the <code>documents</code> field, is optional. However, if you provide this data, please select a type from the options below</p>\n<ul>\n<li><p><code>passport</code></p>\n</li>\n<li><p><code>driving_license</code></p>\n</li>\n</ul>\n<p>InternalCustomer Object</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>first_name</td>\n<td>String</td>\n<td>First name of the customer.</td>\n</tr>\n<tr>\n<td>last_name</td>\n<td>String</td>\n<td>Last name of the customer.</td>\n</tr>\n<tr>\n<td>email</td>\n<td>String</td>\n<td>Email address of the customer.</td>\n</tr>\n<tr>\n<td>mobile</td>\n<td>String</td>\n<td>Mobile number of the customer.</td>\n</tr>\n<tr>\n<td>country_calling_code</td>\n<td>String</td>\n<td>Country calling code for the mobile number.</td>\n</tr>\n<tr>\n<td>country_code</td>\n<td>String</td>\n<td>Country code of the customer's address.</td>\n</tr>\n<tr>\n<td>address</td>\n<td>Object</td>\n<td>Nested object representing customer's address details.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"customeraddress-object-nested-within-internalcustomer\">CustomerAddress Object (nested within InternalCustomer)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>address1</td>\n<td>String</td>\n<td>Address line 1.</td>\n</tr>\n<tr>\n<td>address2</td>\n<td>String</td>\n<td>Address line 2 (optional).</td>\n</tr>\n<tr>\n<td>city</td>\n<td>String</td>\n<td>City of the address.</td>\n</tr>\n<tr>\n<td>country</td>\n<td>String</td>\n<td>Country of the address.</td>\n</tr>\n<tr>\n<td>country_code</td>\n<td>String</td>\n<td>Country code of the address.</td>\n</tr>\n<tr>\n<td>state</td>\n<td>String</td>\n<td>State or region of the address.</td>\n</tr>\n<tr>\n<td>zip</td>\n<td>String</td>\n<td>ZIP or postal code of the address.</td>\n</tr>\n<tr>\n<td>default_address</td>\n<td>Boolean</td>\n<td>Indicates whether this is the default address for the customer.</td>\n</tr>\n<tr>\n<td>national_address_code</td>\n<td>String</td>\n<td>National address code</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["sales-channel","public","v1","customers"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"9a9ee805-0c85-438a-9385-6175554fe262","name":"Create Customer","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"Mr\",\n    \"first_name\": \"John\",\n    \"last_name\": \"Doe\",\n    \"email\": \"john.do35@example.com\",\n    \"mobile\": \"7124023694\",\n    \"country_calling_code\": \"+91\",\n    \"country_code\": \"IN\",\n    \"seller_code\": \"SELLER123\",\n    \"source\": \"website\",\n    \"gender\": \"male\",\n    \"date_of_birth\": \"1990-05-15\",\n    \"user_name\": \"johndoe90\",\n    \"preferred_languages\": [\n        \"en\",\n        \"es\"\n    ],\n    \"alternate_contact_number\": \"0987654321\",\n    \"nationality\": \"American\",\n    \"address\": {\n        \"address1\": \"123 Main St\",\n        \"address2\": \"Apt 4B\",\n        \"city\": \"New York\",\n        \"country\": \"USA\",\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"email\": \"john2.2oe@example.com\",\n        \"phone\": \"7144063614\",\n        \"phone_number\": \"7241063694\",\n        \"country_calling_code\": \"+91\",\n        \"country_code\": \"IN\",\n        \"state\": \"NY\",\n        \"zip\": \"10001\",\n        \"default\": true,\n        \"city_id\": 101,\n        \"state_id\": 33,\n        \"country_id\": 840\n    },\n    \"documents\": [\n        {\n            \"type\": \"passport\",\n            \"document_id\": \"A123456713\",\n            \"issue_country_code\": \"SA\",\n            \"issue_date\": \"2017-06-01\",\n            \"expiry_date\": \"2025-06-01\",\n            \"urls\": [\n                \"https://example.com/document1.jpg\",\n                \"https://example.com/document2.jpg\"\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/customers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 23 Jan 2025 09:15:41 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"4ae4c015-b62b-4d4d-9735-4e4111041094"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"9066ae3b3f74065c-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"id\": \"679208bc145ceb5063577e0e\",\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"email\": \"john.do35@example.com\",\n        \"mobile\": \"7124023694\",\n        \"country_calling_code\": \"+91\",\n        \"title\": \"Mr\",\n        \"gender\": \"male\",\n        \"date_of_birth\": \"1990-05-15\",\n        \"user_name\": \"johndoe90\",\n        \"preferred_languages\": [\n            \"en\",\n            \"es\"\n        ],\n        \"alternate_contact_number\": \"0987654321\",\n        \"nationality\": \"American\",\n        \"country_code\": \"IN\",\n        \"address\": {\n            \"address1\": \"123 Main St\",\n            \"address2\": \"Apt 4B\",\n            \"city\": \"New York\",\n            \"country\": \"USA\",\n            \"state\": \"NY\",\n            \"zip\": \"10001\",\n            \"default_address\": true,\n            \"national_address_code\": \"\"\n        },\n        \"documents\": [\n            {\n                \"type\": \"passport\",\n                \"document_id\": \"A123456713\",\n                \"issue_country_code\": \"sa\",\n                \"issue_date\": \"2017-06-01\",\n                \"expiry_date\": \"2025-06-01\",\n                \"urls\": [\n                    \"https://example.com/document1.jpg\",\n                    \"https://example.com/document2.jpg\"\n                ],\n                \"created_at\": \"Jan 23, 2025 09:15:40 AM\",\n                \"updated_at\": \"Jan 23, 2025 09:15:40 AM\"\n            }\n        ]\n    },\n    \"meta\": null\n}"}],"_postman_id":"77862a08-6001-4814-995e-f0311202e7d7"},{"name":"Get Customers","id":"1153f99f-fd84-431b-b206-c0b6f00a5346","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[],"url":"{{base_url}}/sales-channel/public/v1/customers?name=john","description":"<h2 id=\"internalcustomer-object\">InternalCustomer Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>first_name</td>\n<td>String</td>\n<td>First name of the customer.</td>\n</tr>\n<tr>\n<td>last_name</td>\n<td>String</td>\n<td>Last name of the customer.</td>\n</tr>\n<tr>\n<td>email</td>\n<td>String</td>\n<td>Email address of the customer.</td>\n</tr>\n<tr>\n<td>mobile</td>\n<td>String</td>\n<td>Mobile number of the customer.</td>\n</tr>\n<tr>\n<td>country_calling_code</td>\n<td>String</td>\n<td>Country calling code for the mobile number.</td>\n</tr>\n<tr>\n<td>country_code</td>\n<td>String</td>\n<td>Country code of the customer's address.</td>\n</tr>\n<tr>\n<td>address</td>\n<td>Object</td>\n<td>Nested object representing customer's address details.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"customeraddress-object-nested-within-internalcustomer\">CustomerAddress Object (nested within InternalCustomer)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>address1</td>\n<td>String</td>\n<td>Address line 1.</td>\n</tr>\n<tr>\n<td>address2</td>\n<td>String</td>\n<td>Address line 2 (optional).</td>\n</tr>\n<tr>\n<td>city</td>\n<td>String</td>\n<td>City of the address.</td>\n</tr>\n<tr>\n<td>country</td>\n<td>String</td>\n<td>Country of the address.</td>\n</tr>\n<tr>\n<td>country_code</td>\n<td>String</td>\n<td>Country code of the address.</td>\n</tr>\n<tr>\n<td>state</td>\n<td>String</td>\n<td>State or region of the address.</td>\n</tr>\n<tr>\n<td>zip</td>\n<td>String</td>\n<td>ZIP or postal code of the address.</td>\n</tr>\n<tr>\n<td>default_address</td>\n<td>Boolean</td>\n<td>Indicates whether this is the default address for the customer.</td>\n</tr>\n<tr>\n<td>national_address_code</td>\n<td>String</td>\n<td>National address code</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Search Fields :</strong></p>\n<ol>\n<li><p><strong><code>name</code></strong></p>\n<ul>\n<li><strong>Description</strong>: The name of the customer to filter by.</li>\n</ul>\n</li>\n<li><p><strong><code>phone</code></strong></p>\n<ul>\n<li><strong>Description</strong>: The customer's phone number (general field for phone).</li>\n</ul>\n</li>\n<li><p><strong><code>phone_number</code></strong></p>\n<ul>\n<li><strong>Description</strong>: A specific field for filtering by the customer's complete phone number.</li>\n</ul>\n</li>\n<li><p><strong><code>email</code></strong></p>\n<ul>\n<li><strong>Description</strong>: The email address of the customer to filter by.</li>\n</ul>\n</li>\n<li><p><strong><code>customer_id</code></strong></p>\n<ul>\n<li><strong>Description</strong>: A unique identifier for the customer to filter by.</li>\n</ul>\n</li>\n<li><p><strong><code>document_id</code></strong></p>\n<ul>\n<li><p><strong>Description</strong>: The ID of the document associated with the customer.</p>\n</li>\n<li><p><strong>Note</strong>: This field <strong>must</strong> be provided together with <strong>document_type</strong> to perform a search.</p>\n</li>\n</ul>\n</li>\n<li><p><strong><code>document_type</code></strong></p>\n<ul>\n<li><p><strong>Description</strong>: The type of document associated with the customer (e.g., <code>passport</code>, <code>driving_license</code>).</p>\n</li>\n<li><p><strong>Note</strong>: This field <strong>must</strong> be provided together with <strong>document_id</strong> to perform a search.</p>\n</li>\n</ul>\n</li>\n<li><p><strong><code>search_fields</code></strong></p>\n<ul>\n<li><strong>Description</strong>: A list of fields to include in the search query. This allows for more flexible and specific filtering.</li>\n</ul>\n</li>\n</ol>\n","urlObject":{"path":["sales-channel","public","v1","customers"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p>Search based on customer email</p>\n","type":"text/plain"},"key":"email","value":"john@example.com"},{"description":{"content":"<p>Search based on customer name </p>\n","type":"text/plain"},"key":"name","value":"john"},{"disabled":true,"description":{"content":"<p>Search based on phone number</p>\n","type":"text/plain"},"key":"phone_number","value":"8920638012"}],"variable":[]}},"response":[{"id":"af37cabe-6bfd-456d-b48e-d421bc17ad82","name":"Get Customers","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/sales-channel/public/v1/customers","host":["{{base_url}}"],"path":["sales-channel","public","v1","customers"],"query":[{"key":"email","value":"john@example.com","disabled":true},{"key":"name","value":"john","disabled":true},{"key":"phone_number","value":"8920638012","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 27 Jan 2025 11:50:24 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"c782b755-34e3-42be-b4ed-bf9084afd771"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"9088865e29e029b5-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": [\n        {\n            \"id\": \"69396aae92ecc57f6adc8358\",\n            \"code\": \"\",\n            \"first_name\": \"Shubhra\",\n            \"last_name\": \"Ghosh\",\n            \"email\": \"shubhra.omniful@example14.com\",\n            \"mobile\": \"7075156612\",\n            \"country_calling_code\": \"+91\",\n            \"title\": \"Mr\",\n            \"gender\": \"male\",\n            \"date_of_birth\": \"1990-01-01\",\n            \"user_name\": \"shubhra_ghosh\",\n            \"preferred_languages\": [\n                \"en\",\n                \"es\"\n            ],\n            \"search_fields\": null,\n            \"alternate_contact_number\": \"09876543211\",\n            \"nationality\": \"Indian\",\n            \"country_code\": \"IN\",\n            \"address\": {\n                \"address1\": \"123 Main St\",\n                \"address2\": \"Apt 101\",\n                \"city\": \"Riyadh\",\n                \"country\": \"SA\",\n                \"state\": \"Riyadh\",\n                \"zip\": \"10001\",\n                \"default_address\": true,\n                \"national_address_code\": \"\"\n            },\n            \"documents\": []\n        },\n        {\n            \"id\": \"6925405682ba7c15d8b5f424\",\n            \"code\": \"\",\n            \"first_name\": \"test\",\n            \"last_name\": \"\",\n            \"email\": \"\",\n            \"mobile\": \"4152637261\",\n            \"country_calling_code\": \"+91\",\n            \"title\": \"\",\n            \"gender\": \"\",\n            \"date_of_birth\": \"0001-01-01\",\n            \"user_name\": \"\",\n            \"preferred_languages\": null,\n            \"search_fields\": null,\n            \"alternate_contact_number\": \"\",\n            \"nationality\": \"\",\n            \"country_code\": \"IN\",\n            \"address\": {\n                \"address1\": \"23\",\n                \"address2\": \"\",\n                \"city\": \"Riyadh\",\n                \"country\": \"Saudi Arabia\",\n                \"state\": \"\",\n                \"zip\": \"\",\n                \"default_address\": true,\n                \"national_address_code\": \"\"\n            },\n            \"documents\": []\n        },\n        {\n            \"id\": \"6900991b34d70a48078f4fc6\",\n            \"code\": \"\",\n            \"first_name\": \"ajbda\",\n            \"last_name\": \"\",\n            \"email\": \"asdbsa@fs.cdc\",\n            \"mobile\": \"1234567890\",\n            \"country_calling_code\": \"+91\",\n            \"title\": \"\",\n            \"gender\": \"\",\n            \"date_of_birth\": \"0001-01-01\",\n            \"user_name\": \"\",\n            \"preferred_languages\": null,\n            \"search_fields\": null,\n            \"alternate_contact_number\": \"\",\n            \"nationality\": \"\",\n            \"country_code\": \"IN\",\n            \"address\": {\n                \"address1\": \"jkbdf\",\n                \"address2\": \"ads\",\n                \"city\": \"Riyadh\",\n                \"country\": \"Saudi Arabia\",\n                \"state\": \"Riyadh Region\",\n                \"zip\": \"\",\n                \"default_address\": true,\n                \"national_address_code\": \"\"\n            },\n            \"documents\": []\n        }\n    ],\n    \"meta\": {\n        \"current_page\": 1,\n        \"last_page\": 1,\n        \"per_page\": 20,\n        \"total\": 3\n    }\n}"}],"_postman_id":"1153f99f-fd84-431b-b206-c0b6f00a5346"},{"name":"Get Customer","id":"29fb7749-dfb6-4f97-b99e-53a2b539f2f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[],"url":"{{base_url}}/sales-channel/public/v1/customers/:customer_id","description":"<h2 id=\"internalcustomer-object\">InternalCustomer Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>first_name</td>\n<td>String</td>\n<td>First name of the customer.</td>\n</tr>\n<tr>\n<td>last_name</td>\n<td>String</td>\n<td>Last name of the customer.</td>\n</tr>\n<tr>\n<td>email</td>\n<td>String</td>\n<td>Email address of the customer.</td>\n</tr>\n<tr>\n<td>mobile</td>\n<td>String</td>\n<td>Mobile number of the customer.</td>\n</tr>\n<tr>\n<td>country_calling_code</td>\n<td>String</td>\n<td>Country calling code for the mobile number.</td>\n</tr>\n<tr>\n<td>country_code</td>\n<td>String</td>\n<td>Country code of the customer's address.</td>\n</tr>\n<tr>\n<td>address</td>\n<td>Object</td>\n<td>Nested object representing customer's address details.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"customeraddress-object-nested-within-internalcustomer\">CustomerAddress Object (nested within InternalCustomer)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>address1</td>\n<td>String</td>\n<td>Address line 1.</td>\n</tr>\n<tr>\n<td>address2</td>\n<td>String</td>\n<td>Address line 2 (optional).</td>\n</tr>\n<tr>\n<td>city</td>\n<td>String</td>\n<td>City of the address.</td>\n</tr>\n<tr>\n<td>country</td>\n<td>String</td>\n<td>Country of the address.</td>\n</tr>\n<tr>\n<td>country_code</td>\n<td>String</td>\n<td>Country code of the address.</td>\n</tr>\n<tr>\n<td>state</td>\n<td>String</td>\n<td>State or region of the address.</td>\n</tr>\n<tr>\n<td>zip</td>\n<td>String</td>\n<td>ZIP or postal code of the address.</td>\n</tr>\n<tr>\n<td>default_address</td>\n<td>Boolean</td>\n<td>Indicates whether this is the default address for the customer.</td>\n</tr>\n<tr>\n<td>national_address_code</td>\n<td>String</td>\n<td>National address code</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["sales-channel","public","v1","customers",":customer_id"],"host":["{{base_url}}"],"query":[],"variable":[{"description":{"content":"<p>unique identifier of the customer </p>\n","type":"text/plain"},"type":"any","value":"677cb5f65ec53bfcd30afceb","key":"customer_id"}]}},"response":[{"id":"e4536504-5226-4f33-ad1c-dde50864f48d","name":"Get Customer","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/sales-channel/public/v1/customers/:customer_id","host":["{{base_url}}"],"path":["sales-channel","public","v1","customers",":customer_id"],"variable":[{"key":"customer_id","value":"679208bc145ceb5063577e0e"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 27 Jan 2025 11:50:55 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"408ade85-d419-4601-b1d2-50cc1aa6680b"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"90888725ffecc99b-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"id\": \"679208bc145ceb5063577e0e\",\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"email\": \"john.do35@example.com\",\n        \"mobile\": \"7124023694\",\n        \"country_calling_code\": \"+91\",\n        \"title\": \"Mr\",\n        \"gender\": \"male\",\n        \"date_of_birth\": \"1990-05-15\",\n        \"user_name\": \"johndoe90\",\n        \"preferred_languages\": [\n            \"en\",\n            \"es\"\n        ],\n        \"alternate_contact_number\": \"0987654321\",\n        \"nationality\": \"American\",\n        \"country_code\": \"IN\",\n        \"address\": {\n            \"address1\": \"123 Main St\",\n            \"address2\": \"Apt 4B\",\n            \"city\": \"New York\",\n            \"country\": \"USA\",\n            \"state\": \"NY\",\n            \"zip\": \"10001\",\n            \"default_address\": true,\n            \"national_address_code\": \"\"\n        },\n        \"documents\": [\n            {\n                \"type\": \"passport\",\n                \"document_id\": \"A123456713\",\n                \"issue_country_code\": \"sa\",\n                \"issue_date\": \"2017-06-01\",\n                \"expiry_date\": \"2025-06-01\",\n                \"urls\": [\n                    \"https://example.com/document1.jpg\",\n                    \"https://example.com/document2.jpg\"\n                ],\n                \"created_at\": \"Jan 23, 2025 09:15:40 AM\",\n                \"updated_at\": \"Jan 23, 2025 09:15:40 AM\"\n            }\n        ]\n    },\n    \"meta\": null\n}"}],"_postman_id":"29fb7749-dfb6-4f97-b99e-53a2b539f2f0"},{"name":"Update Customer","id":"346111ea-0401-416e-8205-0468f3d06849","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"first_name\": \"Shubhra\",\n    \"last_name\": \"Omniful\",\n    \"email\": \"shubhra@omniful.com\",\n    \"mobile\": \"7044063691\",\n    \"country_calling_code\": \"+91\",\n    \"country_code\": \"IN\",\n    \"documents\": [\n        {\n            \"type\": \"passport\",\n            \"number\": \"4XEC5R67VT8BY\",\n            \"issue_country_code\": \"SA\",\n            \"issue_date\": \"2016-06-19\",\n            \"expiry_date\": \"2026-06-12\",\n            \"urls\": [\n                \"https://example.com/passport-front.jpg\",\n                \"https://example.com/passport-back.jpg\"\n            ]\n        },\n        {\n            \"type\": \"driving_license\",\n            \"number\": \"D5R67VT87BY\",\n            \"issue_country_code\": \"SA\",\n            \"issue_date\": \"2015-06-19\",\n            \"expiry_date\": \"2025-06-12\",\n            \"urls\": [\n                \"https://example.com/passport-front.jpg\",\n                \"https://example.com/passport-back.jpg\"\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/customers/:customer_id","description":"<h2 id=\"internalcustomer-object\">InternalCustomer Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>first_name</td>\n<td>String</td>\n<td>First name of the customer.</td>\n</tr>\n<tr>\n<td>last_name</td>\n<td>String</td>\n<td>Last name of the customer.</td>\n</tr>\n<tr>\n<td>email</td>\n<td>String</td>\n<td>Email address of the customer.</td>\n</tr>\n<tr>\n<td>mobile</td>\n<td>String</td>\n<td>Mobile number of the customer.</td>\n</tr>\n<tr>\n<td>country_calling_code</td>\n<td>String</td>\n<td>Country calling code for the mobile number.</td>\n</tr>\n<tr>\n<td>country_code</td>\n<td>String</td>\n<td>Country code of the customer's address.</td>\n</tr>\n<tr>\n<td>address</td>\n<td>Object</td>\n<td>Nested object representing customer's address details.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"customeraddress-object-nested-within-internalcustomer\">CustomerAddress Object (nested within InternalCustomer)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>address1</td>\n<td>String</td>\n<td>Address line 1.</td>\n</tr>\n<tr>\n<td>address2</td>\n<td>String</td>\n<td>Address line 2 (optional).</td>\n</tr>\n<tr>\n<td>city</td>\n<td>String</td>\n<td>City of the address.</td>\n</tr>\n<tr>\n<td>country</td>\n<td>String</td>\n<td>Country of the address.</td>\n</tr>\n<tr>\n<td>country_code</td>\n<td>String</td>\n<td>Country code of the address.</td>\n</tr>\n<tr>\n<td>state</td>\n<td>String</td>\n<td>State or region of the address.</td>\n</tr>\n<tr>\n<td>zip</td>\n<td>String</td>\n<td>ZIP or postal code of the address.</td>\n</tr>\n<tr>\n<td>default_address</td>\n<td>Boolean</td>\n<td>Indicates whether this is the default address for the customer.</td>\n</tr>\n<tr>\n<td>national_address_code</td>\n<td>String</td>\n<td>National address code</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["sales-channel","public","v1","customers",":customer_id"],"host":["{{base_url}}"],"query":[],"variable":[{"description":{"content":"<p>unique identifier of the customer </p>\n","type":"text/plain"},"type":"any","value":"67900000f70a610be0f240e7","key":"customer_id"}]}},"response":[{"id":"f6e08452-70e2-4a8a-a234-5e6e948d02a4","name":"Update Customer","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"first_name\": \"Shubhra\",\n    \"last_name\": \"Omniful\",\n    \"email\": \"shubhra@omniful.com\",\n    \"mobile\": \"7044063691\",\n    \"country_calling_code\": \"+91\",\n    \"country_code\": \"IN\",\n    \"documents\": [\n        {\n            \"type\": \"passport\",\n            \"number\": \"4XEC5R67VT8BY\",\n            \"issue_country_code\": \"SA\",\n            \"issue_date\": \"2016-06-19\",\n            \"expiry_date\": \"2026-06-12\",\n            \"urls\": [\n                \"https://example.com/passport-front.jpg\",\n                \"https://example.com/passport-back.jpg\"\n            ]\n        },\n        {\n            \"type\": \"driving_license\",\n            \"number\": \"D5R67VT87BY\",\n            \"issue_country_code\": \"SA\",\n            \"issue_date\": \"2015-06-19\",\n            \"expiry_date\": \"2025-06-12\",\n            \"urls\": [\n                \"https://example.com/passport-front.jpg\",\n                \"https://example.com/passport-back.jpg\"\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/sales-channel/public/v1/customers/:customer_id","host":["{{base_url}}"],"path":["sales-channel","public","v1","customers",":customer_id"],"variable":[{"key":"customer_id","value":"67900000f70a610be0f240e7"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 Jan 2025 20:21:09 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"f791b572-41ff-4ee6-9a73-cea381fa7d4a"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"905a024f3ce3c9b8-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"status\": \"Success: Customer details have been successfully updated.\"\n    },\n    \"meta\": null\n}"}],"_postman_id":"346111ea-0401-416e-8205-0468f3d06849"}],"id":"56eba116-8014-4403-a755-5f8709a6c528","_postman_id":"56eba116-8014-4403-a755-5f8709a6c528","description":"","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}}},{"name":"Return to Sender","item":[{"name":"Create Order","id":"be5f73c2-5fa1-4626-81c5-a8366780f1a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"order_id\": \"rtv_to_supplier_1\",\n    \"hub_code\": \"Shubhra001\",\n    \"recipient_details\": {\n        \"type\": \"supplier\", \n        \"code\": \"At-H\"\n    },\n    \"order_items\": [\n        {\n            \"sku_code\": \"iPhone 15 Pro\",\n            \"name\": \"iPhone 15 Pro\",\n            \"display_price\": 799,\n            \"selling_price\": 699,\n            \"is_substituted\": false,\n            \"quantity\": 1,\n            \"tax_percent\": 10,\n            \"tax\": 69.9,\n            \"unit_price\": 699,\n            \"subtotal\": 699,\n            \"total\": 768.9,\n            \"discount\": 100,\n            \"tax_inclusive\": true\n        }\n    ],\n    \"billing_address\": {\n        \"address1\": \"123 Main Street\",\n        \"city\": \"New York\",\n        \"country\": \"United States\",\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"phone\": \"123-456-7890\",\n        \"state\": \"NY\",\n        \"zip\": \"10001\",\n        \"state_code\": \"NY\",\n        \"country_code\": \"US\",\n        \"latitude\": 40.7128,\n        \"longitude\": -74.0060,\n        \"national_address_code\" : \"nac_1234\"\n    },\n    \"shipping_address\": {\n        \"address1\": \"456 Elm Street\",\n        \"city\": \"Los Angeles\",\n        \"country\": \"United States\",\n        \"first_name\": \"Jane\",\n        \"last_name\": \"Smith\",\n        \"phone\": \"987-654-3210\",\n        \"state\": \"CA\",\n        \"zip\": \"90001\",\n        \"state_code\": \"CA\",\n        \"country_code\": \"US\",\n        \"latitude\": 34.0522,\n        \"longitude\": -118.2437,\n        \"national_address_code\" : \"nac_1234\"\n    },\n    \"order_created_at\": \"2024-09-19T07:15:25.220Z\",\n    \"invoice\": {\n        \"currency\": \"USD\",\n        \"subtotal\": 699,\n        \"shipping_price\": 0,\n        \"shipping_refund\": 0,\n        \"tax\": 69.9,\n        \"discount\": 100,\n        \"total\": 768.9,\n        \"total_paid\": 768.9,\n        \"total_due\": 0,\n        \"total_refunded\": 0,\n        \"payment_method\": \"Credit Card\",\n        \"tax_percent\": 10,\n        \"shipping_tax\": 0,\n        \"sub_total_tax_inclusive\": true,\n        \"sub_total_discount_inclusive\": true,\n        \"shipping_tax_inclusive\": false,\n        \"shipping_discount_inclusive\": false\n    },\n    \"customer\": {\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"mobile\": \"1234567890\",\n        \"mobile_code\": \"+1\",\n        \"email\": \"john.doe@example.com\",\n        \"avatar\": \"https://example.com/avatar.jpg\",\n        \"gender\": \"male\"\n    },\n    \"shipment\": {\n        \"shipping_partner_name\": \"CourierX\",\n        \"shipping_partner_tag\": \"courierx123\",\n        \"awb_number\": \"AWB-456\",\n        \"awb_label\": \"https://example.com/awb-label.jpg\",\n        \"tracking_link\": \"https://example.com/tracking/456\"\n    },\n    \"payment_method\": \"prepaid\",\n    \"is_cash_on_delivery\": false,\n    \"note\": \"Please deliver during weekdays\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/return_to_sender/orders","description":"<h2 id=\"⚠️-important-notice\">⚠️ <strong>Important Notice</strong>:</h2>\n<blockquote>\n<p>The <strong>\"meta_data\"</strong> field will be deprecated from the response of this API, effective <strong>February 15, 2025</strong>. Please update your integrations to accommodate this change and ensure a smooth transition. </p>\n</blockquote>\n<h2 id=\"📌-return-to-sender-order-api---overview\">📌 Return-to-Sender Order API - Overview</h2>\n<p>The <strong>Return-to-Sender Order API</strong> is used to create return orders for <strong>SKUs that need to be sent back</strong> due to <strong>expiration, quality check failures, or incorrect items received in a purchase order</strong>.</p>\n<p>📌 <strong>Return Type Guidelines:</strong></p>\n<ul>\n<li><p><strong>Supplier Returns:</strong> Set the <strong>type</strong> to <code>\"supplier\"</code> and provide the <strong>supplier code</strong>.</p>\n</li>\n<li><p><strong>Seller Returns:</strong> Set the <strong>type</strong> to <code>\"seller\"</code> and provide the <strong>seller code</strong>.</p>\n</li>\n<li><p><strong>Other Returns:</strong> Set the <strong>type</strong> to <code>\"other\"</code> (no code required).</p>\n</li>\n</ul>\n<p>📌 <strong>Additional Requirements for \"Other\" Returns:</strong></p>\n<ul>\n<li><p><strong>Shipping details</strong> must be provided.</p>\n</li>\n<li><p><strong>Billing details</strong> are mandatory.</p>\n</li>\n<li><p><strong>Custom details</strong> must be included.</p>\n</li>\n</ul>\n<p>This API ensures <strong>efficient handling of returns</strong>, helping businesses manage inventory discrepancies and streamline return processing.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>order_id</strong></td>\n<td>String</td>\n<td>A unique ID for the return order.</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>hub_code</strong></td>\n<td>String</td>\n<td>The code for the hub that handles this return.</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>recipient_details.type</strong></td>\n<td>String</td>\n<td>Specifies the type of recipient (for example, \"supplier\").</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>recipient_details.code</strong></td>\n<td>String</td>\n<td>A unique code that identifies the recipient.</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>order_items.sku_code</strong></td>\n<td>String</td>\n<td>The SKU code for the product being returned.</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>order_items.name</strong></td>\n<td>String</td>\n<td>The name of the product.</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>order_items.display_price</strong></td>\n<td>Number</td>\n<td>The original or list price of the product.</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>order_items.selling_price</strong></td>\n<td>Number</td>\n<td>The actual selling price of the product.</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>order_items.is_substituted</strong></td>\n<td>Boolean</td>\n<td>True if the product was substituted; otherwise, false.</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>order_items.quantity</strong></td>\n<td>Integer</td>\n<td>The number of units being returned.</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>order_items.tax_percent</strong></td>\n<td>Number</td>\n<td>The tax percentage applied to the product.</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>order_items.tax</strong></td>\n<td>Number</td>\n<td>The tax amount for the product.</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>order_items.unit_price</strong></td>\n<td>Number</td>\n<td>The cost per unit of the product.</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>order_items.subtotal</strong></td>\n<td>Number</td>\n<td>The subtotal for this item before tax is added.</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>order_items.total</strong></td>\n<td>Number</td>\n<td>The total cost for this item, including tax.</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>order_items.discount</strong></td>\n<td>Number</td>\n<td>The discount applied to this item.</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>order_items.tax_inclusive</strong></td>\n<td>Boolean</td>\n<td>True if the listed price already includes tax; otherwise, false.</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>billing_address.address1</strong></td>\n<td>String</td>\n<td>The first line of the billing address.</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>billing_address.city</strong></td>\n<td>String</td>\n<td>The city for the billing address.</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>billing_address.country</strong></td>\n<td>String</td>\n<td>The country for the billing address.</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>billing_address.first_name</strong></td>\n<td>String</td>\n<td>The first name of the billing contact.</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>billing_address.last_name</strong></td>\n<td>String</td>\n<td>The last name of the billing contact.</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>billing_address.phone</strong></td>\n<td>String</td>\n<td>The phone number for billing.</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>billing_address.state</strong></td>\n<td>String</td>\n<td>The state for the billing address.</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>billing_address.zip</strong></td>\n<td>String</td>\n<td>The ZIP or postal code for the billing address.</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>billing_address.state_code</strong></td>\n<td>String</td>\n<td>The state code for the billing address.</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>billing_address.country_code</strong></td>\n<td>String</td>\n<td>The country code for the billing address.</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>billing_address.latitude</strong></td>\n<td>Number</td>\n<td>The latitude coordinate of the billing address.</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>billing_address.longitude</strong></td>\n<td>Number</td>\n<td>The longitude coordinate of the billing address.</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>billing_address.national_address_code</strong></td>\n<td>String</td>\n<td>The national address code of the billing address.</td>\n<td>X No</td>\n</tr>\n<tr>\n<td><strong>shipping_address.address1</strong></td>\n<td>String</td>\n<td>The first line of the shipping address.</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>shipping_address.city</strong></td>\n<td>String</td>\n<td>The city for the shipping address.</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>shipping_address.country</strong></td>\n<td>String</td>\n<td>The country for the shipping address.</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>shipping_address.first_name</strong></td>\n<td>String</td>\n<td>The first name of the shipping contact.</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>shipping_address.last_name</strong></td>\n<td>String</td>\n<td>The last name of the shipping contact.</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>shipping_address.phone</strong></td>\n<td>String</td>\n<td>The phone number for shipping.</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>shipping_address.state</strong></td>\n<td>String</td>\n<td>The state for the shipping address.</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>shipping_address.zip</strong></td>\n<td>String</td>\n<td>The ZIP or postal code for the shipping address.</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>shipping_address.state_code</strong></td>\n<td>String</td>\n<td>The state code for the shipping address.</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>shipping_address.country_code</strong></td>\n<td>String</td>\n<td>The country code for the shipping address.</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>shipping_address.latitude</strong></td>\n<td>Number</td>\n<td>The latitude coordinate of the shipping address.</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>shipping_address.longitude</strong></td>\n<td>Number</td>\n<td>The longitude coordinate of the shipping address.</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>shipping_address.national_address_code</strong></td>\n<td>String</td>\n<td>The national address code of the shipping address.</td>\n<td>X No</td>\n</tr>\n<tr>\n<td><strong>order_created_at</strong></td>\n<td>String</td>\n<td>The date and time when the order was created (in ISO format).</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>invoice.currency</strong></td>\n<td>String</td>\n<td>The currency code for the order (for example, SAR).</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>invoice.subtotal</strong></td>\n<td>Number</td>\n<td>The subtotal amount of all items before tax is added.</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>invoice.shipping_price</strong></td>\n<td>Number</td>\n<td>The shipping cost for the order.</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>invoice.shipping_refund</strong></td>\n<td>Number</td>\n<td>The shipping amount that was refunded.</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>invoice.tax</strong></td>\n<td>Number</td>\n<td>The total tax applied to the order.</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>invoice.discount</strong></td>\n<td>Number</td>\n<td>The total discount given on the order.</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>invoice.total</strong></td>\n<td>Number</td>\n<td>The final total amount of the order.</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>invoice.total_paid</strong></td>\n<td>Number</td>\n<td>The amount that has already been paid.</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>invoice.total_due</strong></td>\n<td>Number</td>\n<td>The remaining balance that needs to be paid.</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>invoice.total_refunded</strong></td>\n<td>Number</td>\n<td>The total amount that has been refunded.</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>invoice.payment_method</strong></td>\n<td>String</td>\n<td>The payment method used (for example, credit card or cash).</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>invoice.tax_percent</strong></td>\n<td>Number</td>\n<td>The overall tax percentage applied to the order.</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>invoice.shipping_tax</strong></td>\n<td>Number</td>\n<td>The tax applied to the shipping cost.</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>invoice.sub_total_tax_inclusive</strong></td>\n<td>Boolean</td>\n<td>True if the subtotal already includes tax; otherwise, false.</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>invoice.sub_total_discount_inclusive</strong></td>\n<td>Boolean</td>\n<td>True if the subtotal already includes the discount; otherwise, false.</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>invoice.shipping_tax_inclusive</strong></td>\n<td>Boolean</td>\n<td>True if the shipping cost includes tax; otherwise, false.</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>invoice.shipping_discount_inclusive</strong></td>\n<td>Boolean</td>\n<td>True if the shipping cost includes a discount; otherwise, false.</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>customer.first_name</strong></td>\n<td>String</td>\n<td>The customer's first name.</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>customer.last_name</strong></td>\n<td>String</td>\n<td>The customer's last name.</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>customer.mobile</strong></td>\n<td>String</td>\n<td>The customer's mobile phone number.</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>customer.mobile_code</strong></td>\n<td>String</td>\n<td>The country dialing code for the customer's mobile number.</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>customer.email</strong></td>\n<td>String</td>\n<td>The customer's email address.</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>customer.avatar</strong></td>\n<td>String</td>\n<td>The URL of the customer's profile picture.</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>customer.gender</strong></td>\n<td>String</td>\n<td>The customer's gender.</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>shipment.shipping_partner_name</strong></td>\n<td>String</td>\n<td>The name of the shipping company handling the order.</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>shipment.shipping_partner_tag</strong></td>\n<td>String</td>\n<td>A short identifier for the shipping carrier.</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>shipment.awb_number</strong></td>\n<td>String</td>\n<td>The Airway Bill (AWB) number used for tracking the shipment.</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>shipment.awb_label</strong></td>\n<td>String</td>\n<td>The URL where you can view the shipment's airway bill label.</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>shipment.tracking_link</strong></td>\n<td>String</td>\n<td>The URL to track the shipment in real time.</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>payment_method</strong></td>\n<td>String</td>\n<td>The payment method used for the order.</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>is_cash_on_delivery</strong></td>\n<td>Boolean</td>\n<td>True if the order is to be paid in cash upon delivery; otherwise, false.</td>\n<td>✓ Yes</td>\n</tr>\n<tr>\n<td><strong>note</strong></td>\n<td>String</td>\n<td>Any extra notes or instructions related to the order.</td>\n<td>✓ Yes</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["sales-channel","public","v1","return_to_sender","orders"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"9c9e1120-e57f-48ef-ab60-9210c417fce0","name":"Create Order","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"order_id\": \"rtv_to_supplier_1\",\n    \"hub_code\": \"Shubhra001\",\n    \"recipient_details\": {\n        \"type\": \"supplier\", \n        \"code\": \"At-H\"\n    },\n    \"order_items\": [\n        {\n            \"sku_code\": \"iPhone 15 Pro\",\n            \"name\": \"iPhone 15 Pro\",\n            \"display_price\": 799,\n            \"selling_price\": 699,\n            \"is_substituted\": false,\n            \"quantity\": 1,\n            \"tax_percent\": 10,\n            \"tax\": 69.9,\n            \"unit_price\": 699,\n            \"subtotal\": 699,\n            \"total\": 768.9,\n            \"discount\": 100,\n            \"tax_inclusive\": true\n        }\n    ],\n    \"billing_address\": {\n        \"address1\": \"123 Main Street\",\n        \"city\": \"New York\",\n        \"country\": \"United States\",\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"phone\": \"123-456-7890\",\n        \"state\": \"NY\",\n        \"zip\": \"10001\",\n        \"state_code\": \"NY\",\n        \"country_code\": \"US\",\n        \"latitude\": 40.7128,\n        \"longitude\": -74.0060,\n        \"national_address_code\" : \"nac_1234\"\n    },\n    \"shipping_address\": {\n        \"address1\": \"456 Elm Street\",\n        \"city\": \"Los Angeles\",\n        \"country\": \"United States\",\n        \"first_name\": \"Jane\",\n        \"last_name\": \"Smith\",\n        \"phone\": \"987-654-3210\",\n        \"state\": \"CA\",\n        \"zip\": \"90001\",\n        \"state_code\": \"CA\",\n        \"country_code\": \"US\",\n        \"latitude\": 34.0522,\n        \"longitude\": -118.2437,\n        \"national_address_code\" : \"nac_1234\"\n    },\n    \"order_created_at\": \"2024-09-19T07:15:25.220Z\",\n    \"invoice\": {\n        \"currency\": \"USD\",\n        \"subtotal\": 699,\n        \"shipping_price\": 0,\n        \"shipping_refund\": 0,\n        \"tax\": 69.9,\n        \"discount\": 100,\n        \"total\": 768.9,\n        \"total_paid\": 768.9,\n        \"total_due\": 0,\n        \"total_refunded\": 0,\n        \"payment_method\": \"Credit Card\",\n        \"tax_percent\": 10,\n        \"shipping_tax\": 0,\n        \"sub_total_tax_inclusive\": true,\n        \"sub_total_discount_inclusive\": true,\n        \"shipping_tax_inclusive\": false,\n        \"shipping_discount_inclusive\": false\n    },\n    \"customer\": {\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"mobile\": \"1234567890\",\n        \"mobile_code\": \"+1\",\n        \"email\": \"john.doe@example.com\",\n        \"avatar\": \"https://example.com/avatar.jpg\",\n        \"gender\": \"male\"\n    },\n    \"shipment\": {\n        \"shipping_partner_name\": \"CourierX\",\n        \"shipping_partner_tag\": \"courierx123\",\n        \"awb_number\": \"AWB-456\",\n        \"awb_label\": \"https://example.com/awb-label.jpg\",\n        \"tracking_link\": \"https://example.com/tracking/456\"\n    },\n    \"payment_method\": \"prepaid\",\n    \"is_cash_on_delivery\": false,\n    \"note\": \"Please deliver during weekdays\",\n    \"meta_data\": {\n        \"name\": \"Metadata\",\n        \"has_options\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/return_to_sender/orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 12 Oct 2024 04:53:36 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"b031efaa-475c-4b08-a448-b2688adb2d42"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8d147cb5ffecc94f-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"order_id\": \"rtv_to_supplier_1\",\n        \"status_code\": \"new_order\",\n        \"hub_code\": \"Shubhra001\",\n        \"customer\": {\n            \"first_name\": \"Rg1\",\n            \"last_name\": \"\",\n            \"phone\": {\n                \"mobile\": \"9876543212\",\n                \"mobile_code\": \"\"\n            },\n            \"email\": \"shubhra@omniful.com\"\n        },\n        \"seller_name\": \"Shubhra\",\n        \"order_alias\": \"\",\n        \"order_items\": [\n            {\n                \"id\": \"670a00d06f0c216802e728d9\",\n                \"seller_sku_code\": \"iPhone 15 Pro\",\n                \"display_price\": 799,\n                \"selling_price\": 699,\n                \"is_substituted\": false,\n                \"substitute_seller_sku_codes\": null,\n                \"serialised_sku_codes\": null,\n                \"item_barcodes\": null,\n                \"quantity\": 1,\n                \"tax_percent\": 10,\n                \"tax\": 69.9,\n                \"reason\": \"\",\n                \"picked_quantity\": 0,\n                \"packed_quantity\": 0,\n                \"unit_price\": 699,\n                \"total\": 768.9,\n                \"tax_inclusive\": true,\n                \"discount\": 100\n            }\n        ],\n        \"total_item_count\": 1,\n        \"total_sku_count\": 1,\n        \"total\": 1,\n        \"billing_address\": {\n            \"address1\": \"\",\n            \"address2\": \"\",\n            \"city\": \"\",\n            \"country\": \"\",\n            \"first_name\": \"Rg1\",\n            \"last_name\": \"\",\n            \"phone\": \"9876543212\",\n            \"state\": \"\",\n            \"zip\": \"\",\n            \"state_code\": \"\",\n            \"country_code\": \"\",\n            \"latitude\": 0,\n            \"longitude\": 0,\n            \"national_address_code\" : \"nac_1234\"\n        },\n        \"shipping_address\": {\n            \"address1\": \"\",\n            \"address2\": \"\",\n            \"city\": \"\",\n            \"country\": \"\",\n            \"first_name\": \"Rg1\",\n            \"last_name\": \"\",\n            \"phone\": \"9876543212\",\n            \"state\": \"\",\n            \"zip\": \"\",\n            \"state_code\": \"\",\n            \"country_code\": \"\",\n            \"latitude\": 0,\n            \"longitude\": 0,\n            \"google_address\": \"\",\n            \"google_place_id\": 0,\n            \"google_place_name\": \"\",\n            \"omniful_country_id\": 0,\n            \"omniful_country\": \"\",\n            \"omniful_state_id\": 0,\n            \"omniful_state\": \"\",\n            \"omniful_city_id\": 0,\n            \"omniful_city\": \"\",\n            \"postal_code\": \"\",\n            \"google_latitude\": 0,\n            \"google_longitude\": 0,\n            \"google_address_category\": \"\",\n            \"national_address_code\" : \"nac_1234\"\n        },\n        \"reason\": \"\",\n        \"cancelled_reason\": \"\",\n        \"sub_status\": \"\",\n        \"transactions\": [\n            {\n                \"created_at\": \"2024-10-12T04:53:36.610797504Z\",\n                \"Amount\": 699,\n                \"type\": 4,\n                \"card_number\": \"\",\n                \"source_account\": \"\",\n                \"destination_account\": \"\",\n                \"status\": 2,\n                \"description\": \"\"\n            }\n        ],\n        \"slot\": {\n            \"delivery_date\": \"\",\n            \"start_time\": 0,\n            \"end_time\": 0\n        },\n        \"order_created_at\": \"2024-10-12T04:53:36.595783076Z\",\n        \"invoice\": {\n            \"currency\": \"USD\",\n            \"subtotal\": 699,\n            \"shipping_tax\": 0,\n            \"sub_total_tax_inclusive\": true,\n            \"sub_total_discount_inclusive\": true,\n            \"shipping_tax_inclusive\": false,\n            \"shipping_discount_inclusive\": false,\n            \"shipping_price\": 0,\n            \"shipping_refund\": 0,\n            \"tax\": 69.9,\n            \"tax_percent\": 10,\n            \"discount\": 100,\n            \"total\": 768.9,\n            \"total_paid\": 768.9,\n            \"total_due\": 0,\n            \"total_refunded\": 0,\n            \"payment_mode\": \"\",\n            \"loyalty_discount\": 0,\n            \"wallet_amount\": 0\n        },\n        \"shipment\": {\n            \"ShipmentCreatedAt\": \"0001-01-01T00:00:00Z\",\n            \"order_delivered_at\": \"0001-01-01T00:00:00Z\",\n            \"order_shipped_at\": \"0001-01-01T00:00:00Z\",\n            \"shipping_partner_order_id\": \"\",\n            \"awb_number\": \"\",\n            \"shipping_partner_status\": \"\",\n            \"awb_label\": \"\",\n            \"shipping_partner_tag\": \"\",\n            \"shipping_partner_name\": \"\",\n            \"shipment_id\": \"\",\n            \"shipping_options\": [\n                \"manual_dispatch\",\n                \"shipping_partner\"\n            ],\n            \"number_of_boxes\": 0\n        },\n        \"delivery_type\": \"normal_delivery\",\n        \"payment_method\": \"Prepaid\",\n        \"shipment_created_at\": \"0001-01-01T00:00:00Z\",\n        \"order_shipped_at\": \"0001-01-01T00:00:00Z\",\n        \"order_delivered_at\": \"0001-01-01T00:00:00Z\"\n    },\n    \"meta\": null\n}"}],"_postman_id":"be5f73c2-5fa1-4626-81c5-a8366780f1a7"}],"id":"5a344e89-7aaa-44b1-8994-9ab241ca7be1","description":"<h1 id=\"📌-return-to-sender-order-api---overview\">📌 Return-to-Sender Order API - Overview</h1>\n<p>The <strong>Return-to-Sender Order API</strong> allows users to create a return order for <strong>SKUs that need to be sent back to the supplier</strong>.</p>\n<p>📌 <strong>Common Use Cases:</strong></p>\n<ul>\n<li><p>Returning <strong>expired items</strong>.</p>\n</li>\n<li><p>Sending back items that <strong>failed quality checks (QC)</strong>.</p>\n</li>\n<li><p>Returning <strong>incorrect SKUs received in a purchase order</strong>.</p>\n</li>\n</ul>\n<p>This API helps ensure <strong>efficient inventory management</strong> and <strong>accurate supplier returns</strong>.</p>\n","_postman_id":"5a344e89-7aaa-44b1-8994-9ab241ca7be1","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}}},{"name":"Stock Transfer Request","item":[{"name":"Create Stock Transfer Request","id":"f9db298f-730c-4a81-97f5-89da46d4dc46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"customer\": {\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"mobile\": \"7044063694\",\n        \"country_calling_code\": \"+91\",\n        \"country_code\": \"IN\",\n        \"mobile_code\": \"91\",\n        \"email\": \"john.doe@example.com\",\n        \"avatar\": \"https://example.com/avatar.jpg\",\n        \"gender\": \"male\"\n    },\n    \"order_items\": [\n        {\n            \"sku_code\": \"samsung190\",\n            \"quantity\": 2\n        }\n    ],\n    \"source_hub_code\": \"Shubhra001\",\n    \"destination_hub_code\": \"SHUBHRA\",\n    \"sto_request_id\": \"sto_id_27651\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/orders/sto/requests","description":"<h3 id=\"required-fields-for-creating-stock-transfer-requests\"><strong>Required Fields for Creating Stock Transfer Requests:</strong></h3>\n<ol>\n<li><p><strong>transfer_id (string)</strong>: The unique identifier for the stock transfer (must be unique always).</p>\n</li>\n<li><p><strong>order_items (array of objects)</strong>: An array of objects representing the items in the stock transfer.</p>\n<ul>\n<li><p><strong>sku_code (string)</strong>: The stock keeping unit code for the item.</p>\n</li>\n<li><p><strong>quantity (integer)</strong>: The quantity of the item being transferred.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>source_hub_code (string)</strong>: The hub code from which the stock is being transferred.</p>\n</li>\n<li><p><strong>destination_hub_code (string)</strong>: The hub code to which the stock is being transferred.</p>\n</li>\n<li><p><strong>sto_id (string)</strong>: The unique identifier for the sales channel.</p>\n</li>\n<li><p><strong>customer</strong>: Customer details associated with the transfer.</p>\n</li>\n</ol>\n","urlObject":{"path":["sales-channel","public","v1","orders","sto","requests"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"0723afec-9d77-4619-b979-43f93e5c9a47","name":"Create Stock Transfer Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3Mjk4NTQ1ODMsImp0aSI6IjQ3YTQ1NTUwLWMxMTYtNGNlYS1iNTI1LTU2ZGIwZjJmOWJiNSIsInVzZXJfZGV0YWlscyI6eyJTZWxsZXJTYWxlc0NoYW5uZWxJRCI6MjA2NiwiU2VsbGVySUQiOiIxMTcxIiwiVGVuYW50SUQiOiI1MTYiLCJVc2VySUQiOiIyMjE4IiwiVXNlck5hbWUiOiJzaHViaHJhIn0sInRva2VuX3R5cGUiOiJCZWFyZXIifQ.aJBR6ixI0u9aEfGNWP99pSuEBeuiWiI7mW--gJTNlZJzk6L2Nn0rlpXxlK_v5waYypa5f6_-36tAGm0SrrTA__9ryUwZ9d3Bgh4IMvwtnBn0tDk203Sxabtn0nNzBy2nDjpuN4_nyo0-CpWLUWLU_N1j8nEO9CWxUarnpg_PFRTCv72vJGxMBn9_WGRit_9yzMEG6rBixLV7BlsEOLN7_QJGn3QRNXsPMhO5wdTTpRo4_2HHUHZUU2069_FCIUpWfomGe0ObhUzTgFsHb-FPOT3B-mNdqCS3JaKiDPr5bfOroOb75aReCynux6SWiorKPP9RuhRGcoHUufSkKZOIE46Zp9Za3BNLurdrTvKBP9mGhWodP7c3rNSVy7czPgT95DUhVFIqSlHICyuJstswfs1u7R9rbhi3bh43OEKeYQwrq7CqD5t4y_YYDhVXa_08JsHKpZvvb2YnKplZAcuPtYSjqhIcM3HoB8Mnh_mkiW8a08G6yocqOVVgItdwTpNatKFeDLKs7Sd0bqerP8fZsEciEbsRybCYGERu7F6Vol9Fjn3zq7nKS5Mllas4Dl9ul_G3szmTTyftRYP6QR_5cyfWETTRYG72lR-U3ZPo2eb_teTN7N-Y3aPqr-JECabxU-mGBKOsPtGQCoU9-ISZkfC8CFarj8hzbuylwoU6J5M","disabled":true},{"key":"Cookie","value":"AWSALB=14lh8xOFr2yOobMhzHsE8KzIwuB6gdypb5yYwvqw7jpX2rc1KdV5DFtHaUOmhfLyt49SO6vrAM7z4PaKM0t6YBIltYB5LZI3hsfu+HJ4h2x6WHKNklSZj4LL8Rkb; AWSALBCORS=14lh8xOFr2yOobMhzHsE8KzIwuB6gdypb5yYwvqw7jpX2rc1KdV5DFtHaUOmhfLyt49SO6vrAM7z4PaKM0t6YBIltYB5LZI3hsfu+HJ4h2x6WHKNklSZj4LL8Rkb","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"customer\": {\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"mobile\": \"7044063694\",\n        \"country_calling_code\": \"+91\",\n        \"country_code\": \"IN\",\n        \"mobile_code\": \"91\",\n        \"email\": \"john.doe@example.com\",\n        \"avatar\": \"https://example.com/avatar.jpg\",\n        \"gender\": \"male\"\n    },\n    \"order_items\": [\n        {\n            \"sku_code\": \"iPhone 15 Pro\",\n            \"quantity\": 4\n        }\n    ],\n    \"source_hub_code\": \"Shubhra001\",\n    \"destination_hub_code\": \"SHUBHRA\",\n    \"sto_request_id\": \"sto_request_id_0001\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/orders/sto/requests"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 05 Oct 2024 07:03:31 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"e96e4515-1af6-4564-bda3-c8c71d8cc0f1"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8cdb8d63f819879a-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"status\": \"Success : The Stock Transfer Request was successfully created.\"\n    },\n    \"meta\": null\n}"}],"_postman_id":"f9db298f-730c-4a81-97f5-89da46d4dc46"},{"name":"Update Stock Transfer Request","id":"311281f6-19ce-4717-bc94-b755302fcb1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"action_type\": \"edit_items\", // You can edit items with edit_items; use add_items to add another SKU.\n    \"order_items\": [\n        {\n            \"sku_code\": \"iPhone 15 Pro\",\n            \"quantity\": 2\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/orders/sto/requests/:sto_request_id","description":"<h3 id=\"required-fields-for-updating-stock-transfer-requests\"><strong>Required Fields for Updating Stock Transfer Requests:</strong></h3>\n<ol>\n<li><p><strong>action_type (string)</strong>: Specifies the action to perform.</p>\n<ul>\n<li><p><code>\"add_items\"</code>: To add new items to the stock transfer request.</p>\n</li>\n<li><p><code>\"edit_items\"</code>: To edit existing items in the stock transfer request.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>order_items (array of objects)</strong>: An array of objects representing the items in the stock transfer.</p>\n<ul>\n<li><p><strong>sku_code (string)</strong>: The stock keeping unit code for the item.</p>\n</li>\n<li><p><strong>quantity (integer)</strong>: The quantity of the item to be added or updated.</p>\n</li>\n</ul>\n</li>\n</ol>\n","urlObject":{"path":["sales-channel","public","v1","orders","sto","requests",":sto_request_id"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"sto_request_id_0001","key":"sto_request_id"}]}},"response":[{"id":"0cad401f-32de-4ba9-9325-1161f0c8a41f","name":"Update Stock Transfer Request","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3Mjk4NTQ1ODMsImp0aSI6IjQ3YTQ1NTUwLWMxMTYtNGNlYS1iNTI1LTU2ZGIwZjJmOWJiNSIsInVzZXJfZGV0YWlscyI6eyJTZWxsZXJTYWxlc0NoYW5uZWxJRCI6MjA2NiwiU2VsbGVySUQiOiIxMTcxIiwiVGVuYW50SUQiOiI1MTYiLCJVc2VySUQiOiIyMjE4IiwiVXNlck5hbWUiOiJzaHViaHJhIn0sInRva2VuX3R5cGUiOiJCZWFyZXIifQ.aJBR6ixI0u9aEfGNWP99pSuEBeuiWiI7mW--gJTNlZJzk6L2Nn0rlpXxlK_v5waYypa5f6_-36tAGm0SrrTA__9ryUwZ9d3Bgh4IMvwtnBn0tDk203Sxabtn0nNzBy2nDjpuN4_nyo0-CpWLUWLU_N1j8nEO9CWxUarnpg_PFRTCv72vJGxMBn9_WGRit_9yzMEG6rBixLV7BlsEOLN7_QJGn3QRNXsPMhO5wdTTpRo4_2HHUHZUU2069_FCIUpWfomGe0ObhUzTgFsHb-FPOT3B-mNdqCS3JaKiDPr5bfOroOb75aReCynux6SWiorKPP9RuhRGcoHUufSkKZOIE46Zp9Za3BNLurdrTvKBP9mGhWodP7c3rNSVy7czPgT95DUhVFIqSlHICyuJstswfs1u7R9rbhi3bh43OEKeYQwrq7CqD5t4y_YYDhVXa_08JsHKpZvvb2YnKplZAcuPtYSjqhIcM3HoB8Mnh_mkiW8a08G6yocqOVVgItdwTpNatKFeDLKs7Sd0bqerP8fZsEciEbsRybCYGERu7F6Vol9Fjn3zq7nKS5Mllas4Dl9ul_G3szmTTyftRYP6QR_5cyfWETTRYG72lR-U3ZPo2eb_teTN7N-Y3aPqr-JECabxU-mGBKOsPtGQCoU9-ISZkfC8CFarj8hzbuylwoU6J5M","disabled":true},{"key":"Cookie","value":"AWSALB=14lh8xOFr2yOobMhzHsE8KzIwuB6gdypb5yYwvqw7jpX2rc1KdV5DFtHaUOmhfLyt49SO6vrAM7z4PaKM0t6YBIltYB5LZI3hsfu+HJ4h2x6WHKNklSZj4LL8Rkb; AWSALBCORS=14lh8xOFr2yOobMhzHsE8KzIwuB6gdypb5yYwvqw7jpX2rc1KdV5DFtHaUOmhfLyt49SO6vrAM7z4PaKM0t6YBIltYB5LZI3hsfu+HJ4h2x6WHKNklSZj4LL8Rkb","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"action_type\": \"edit_items\", // You can edit items with edit_items; use add_items to add another SKU.\n    \"order_items\": [\n        {\n            \"sku_code\": \"iPhone 15 Pro\",\n            \"quantity\": 2\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/sales-channel/public/v1/orders/sto/requests/:sto_request_id","host":["{{base_url}}"],"path":["sales-channel","public","v1","orders","sto","requests",":sto_request_id"],"variable":[{"key":"sto_request_id","value":"sto_request_id_0001"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 05 Oct 2024 07:04:52 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"639af9c8-0731-462e-9de7-b70195e2ba8f"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8cdb8f6138431ff2-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"status\": \"Success : The Stock Transfer Request was successfully updated.\"\n    },\n    \"meta\": null\n}"}],"_postman_id":"311281f6-19ce-4717-bc94-b755302fcb1c"},{"name":"Approve Stock Transfer Request","id":"ad6abaaf-3cef-4220-988f-77075d0a3dd6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"order_items\": [\n        {\n            \"sku_code\": \"iPhone 15 Pro\",\n            \"quantity\": 1\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/orders/sto/requests/:sto_request_id/approve","description":"<h3 id=\"required-fields-for-approving-stock-transfer-requests\"><strong>Required Fields for Approving Stock Transfer Requests:</strong></h3>\n<ol>\n<li><p><strong>order_items (array of objects)</strong>: An array of objects representing the items being approved in the stock transfer.</p>\n<ul>\n<li><p><strong>sku_code (string)</strong>: The stock keeping unit code for the item.</p>\n</li>\n<li><p><strong>quantity (integer)</strong>: The quantity of the item being approved.</p>\n</li>\n</ul>\n</li>\n</ol>\n","urlObject":{"path":["sales-channel","public","v1","orders","sto","requests",":sto_request_id","approve"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"sto_request_id_0001","key":"sto_request_id"}]}},"response":[{"id":"a4a7aae1-0b0d-4b7a-8934-3e4b28584025","name":"Approve Stock Transfer Request","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3Mjk4NTQ1ODMsImp0aSI6IjQ3YTQ1NTUwLWMxMTYtNGNlYS1iNTI1LTU2ZGIwZjJmOWJiNSIsInVzZXJfZGV0YWlscyI6eyJTZWxsZXJTYWxlc0NoYW5uZWxJRCI6MjA2NiwiU2VsbGVySUQiOiIxMTcxIiwiVGVuYW50SUQiOiI1MTYiLCJVc2VySUQiOiIyMjE4IiwiVXNlck5hbWUiOiJzaHViaHJhIn0sInRva2VuX3R5cGUiOiJCZWFyZXIifQ.aJBR6ixI0u9aEfGNWP99pSuEBeuiWiI7mW--gJTNlZJzk6L2Nn0rlpXxlK_v5waYypa5f6_-36tAGm0SrrTA__9ryUwZ9d3Bgh4IMvwtnBn0tDk203Sxabtn0nNzBy2nDjpuN4_nyo0-CpWLUWLU_N1j8nEO9CWxUarnpg_PFRTCv72vJGxMBn9_WGRit_9yzMEG6rBixLV7BlsEOLN7_QJGn3QRNXsPMhO5wdTTpRo4_2HHUHZUU2069_FCIUpWfomGe0ObhUzTgFsHb-FPOT3B-mNdqCS3JaKiDPr5bfOroOb75aReCynux6SWiorKPP9RuhRGcoHUufSkKZOIE46Zp9Za3BNLurdrTvKBP9mGhWodP7c3rNSVy7czPgT95DUhVFIqSlHICyuJstswfs1u7R9rbhi3bh43OEKeYQwrq7CqD5t4y_YYDhVXa_08JsHKpZvvb2YnKplZAcuPtYSjqhIcM3HoB8Mnh_mkiW8a08G6yocqOVVgItdwTpNatKFeDLKs7Sd0bqerP8fZsEciEbsRybCYGERu7F6Vol9Fjn3zq7nKS5Mllas4Dl9ul_G3szmTTyftRYP6QR_5cyfWETTRYG72lR-U3ZPo2eb_teTN7N-Y3aPqr-JECabxU-mGBKOsPtGQCoU9-ISZkfC8CFarj8hzbuylwoU6J5M","disabled":true},{"key":"Cookie","value":"AWSALB=14lh8xOFr2yOobMhzHsE8KzIwuB6gdypb5yYwvqw7jpX2rc1KdV5DFtHaUOmhfLyt49SO6vrAM7z4PaKM0t6YBIltYB5LZI3hsfu+HJ4h2x6WHKNklSZj4LL8Rkb; AWSALBCORS=14lh8xOFr2yOobMhzHsE8KzIwuB6gdypb5yYwvqw7jpX2rc1KdV5DFtHaUOmhfLyt49SO6vrAM7z4PaKM0t6YBIltYB5LZI3hsfu+HJ4h2x6WHKNklSZj4LL8Rkb","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"order_items\": [\n        {\n            \"sku_code\": \"iPhone 15 Pro\",\n            \"quantity\": 1\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/sales-channel/public/v1/orders/sto/requests/:sto_request_id/approve","host":["{{base_url}}"],"path":["sales-channel","public","v1","orders","sto","requests",":sto_request_id","approve"],"variable":[{"key":"sto_request_id","value":"sto_request_id_0001"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 05 Oct 2024 07:06:06 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"57773562-3a9d-4ac9-b5c1-e1ac3701025c"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8cdb912dca780575-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"status\": \"Success : The Stock Transfer Request was successfully approved.\"\n    },\n    \"meta\": null\n}"}],"_postman_id":"ad6abaaf-3cef-4220-988f-77075d0a3dd6"},{"name":"Reject Stock Transfer Request","id":"43b7374a-1881-440b-b0f1-8c5fbe359f37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"reason\": \"Product not required\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/orders/sto/requests/:sto_request_id/reject","description":"<h3 id=\"required-fields-for-rejecting-stock-transfer-requests\"><strong>Required Fields for Rejecting Stock Transfer Requests:</strong></h3>\n<ol>\n<li><strong>reason (string)</strong>: A mandatory field that specifies the reason for rejecting the stock transfer request. This helps provide clarity on the decision.</li>\n</ol>\n","urlObject":{"path":["sales-channel","public","v1","orders","sto","requests",":sto_request_id","reject"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"sto_request_id_001","key":"sto_request_id"}]}},"response":[{"id":"eabbf07d-131a-4a81-8527-4514c848062a","name":"Reject Stock Transfer Request","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3Mjk4NTQ1ODMsImp0aSI6IjQ3YTQ1NTUwLWMxMTYtNGNlYS1iNTI1LTU2ZGIwZjJmOWJiNSIsInVzZXJfZGV0YWlscyI6eyJTZWxsZXJTYWxlc0NoYW5uZWxJRCI6MjA2NiwiU2VsbGVySUQiOiIxMTcxIiwiVGVuYW50SUQiOiI1MTYiLCJVc2VySUQiOiIyMjE4IiwiVXNlck5hbWUiOiJzaHViaHJhIn0sInRva2VuX3R5cGUiOiJCZWFyZXIifQ.aJBR6ixI0u9aEfGNWP99pSuEBeuiWiI7mW--gJTNlZJzk6L2Nn0rlpXxlK_v5waYypa5f6_-36tAGm0SrrTA__9ryUwZ9d3Bgh4IMvwtnBn0tDk203Sxabtn0nNzBy2nDjpuN4_nyo0-CpWLUWLU_N1j8nEO9CWxUarnpg_PFRTCv72vJGxMBn9_WGRit_9yzMEG6rBixLV7BlsEOLN7_QJGn3QRNXsPMhO5wdTTpRo4_2HHUHZUU2069_FCIUpWfomGe0ObhUzTgFsHb-FPOT3B-mNdqCS3JaKiDPr5bfOroOb75aReCynux6SWiorKPP9RuhRGcoHUufSkKZOIE46Zp9Za3BNLurdrTvKBP9mGhWodP7c3rNSVy7czPgT95DUhVFIqSlHICyuJstswfs1u7R9rbhi3bh43OEKeYQwrq7CqD5t4y_YYDhVXa_08JsHKpZvvb2YnKplZAcuPtYSjqhIcM3HoB8Mnh_mkiW8a08G6yocqOVVgItdwTpNatKFeDLKs7Sd0bqerP8fZsEciEbsRybCYGERu7F6Vol9Fjn3zq7nKS5Mllas4Dl9ul_G3szmTTyftRYP6QR_5cyfWETTRYG72lR-U3ZPo2eb_teTN7N-Y3aPqr-JECabxU-mGBKOsPtGQCoU9-ISZkfC8CFarj8hzbuylwoU6J5M","disabled":true},{"key":"Cookie","value":"AWSALB=14lh8xOFr2yOobMhzHsE8KzIwuB6gdypb5yYwvqw7jpX2rc1KdV5DFtHaUOmhfLyt49SO6vrAM7z4PaKM0t6YBIltYB5LZI3hsfu+HJ4h2x6WHKNklSZj4LL8Rkb; AWSALBCORS=14lh8xOFr2yOobMhzHsE8KzIwuB6gdypb5yYwvqw7jpX2rc1KdV5DFtHaUOmhfLyt49SO6vrAM7z4PaKM0t6YBIltYB5LZI3hsfu+HJ4h2x6WHKNklSZj4LL8Rkb","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"reason\": \"Product not required\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/sales-channel/public/v1/orders/sto/requests/:sto_request_id/reject","host":["{{base_url}}"],"path":["sales-channel","public","v1","orders","sto","requests",":sto_request_id","reject"],"variable":[{"key":"sto_request_id","value":"sto_request_id_001"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 05 Oct 2024 07:07:35 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"48ad16c3-90dc-409a-ad04-0483f33947f0"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8cdb9359bf10828c-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"status\": \"Success : The Stock Transfer Request was successfully rejected.\"\n    },\n    \"meta\": null\n}"}],"_postman_id":"43b7374a-1881-440b-b0f1-8c5fbe359f37"},{"name":"Get Stock Transfer Requests","id":"901fb999-d114-40c8-ab09-e19c2ae1df02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[],"url":"{{base_url}}/sales-channel/public/v1/orders/sto/requests?page=1&per_page=10","description":"<h3 id=\"response-fields-explained\">Response Fields Explained</h3>\n<ul>\n<li><p><strong>is_success (boolean)</strong>: Indicates if the request was successful.</p>\n</li>\n<li><p><strong>status_code (integer)</strong>: The HTTP status code returned by the API.</p>\n</li>\n<li><p><strong>data (array)</strong>: Contains the list of stock transfer requests.</p>\n<ul>\n<li><p><strong>sto_id (string)</strong>: Unique identifier for the stock transfer.</p>\n</li>\n<li><p><strong>customer (object)</strong>: Information about the customer associated with the transfer.</p>\n<ul>\n<li><p><strong>first_name (string)</strong>: Customer's first name.</p>\n</li>\n<li><p><strong>last_name (string)</strong>: Customer's last name.</p>\n</li>\n<li><p><strong>mobile (string)</strong>: Customer's mobile number.</p>\n</li>\n<li><p><strong>mobile_code (string)</strong>: Country calling code for the mobile number.</p>\n</li>\n<li><p><strong>email (string)</strong>: Customer's email address.</p>\n</li>\n<li><p><strong>avatar (string)</strong>: URL to the customer’s avatar image.</p>\n</li>\n<li><p><strong>gender (string)</strong>: Customer's gender.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>seller_name (string)</strong>: Name of the seller associated with the transfer.</p>\n</li>\n<li><p><strong>status (string)</strong>: Current status of the stock transfer request.</p>\n</li>\n<li><p><strong>source_hub (object)</strong>: Information about the source hub.</p>\n<ul>\n<li><p><strong>name (string)</strong>: Name of the source hub.</p>\n</li>\n<li><p><strong>code (string)</strong>: Code of the source hub.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>destination_hub (object)</strong>: Information about the destination hub.</p>\n<ul>\n<li><p><strong>name (string)</strong>: Name of the destination hub.</p>\n</li>\n<li><p><strong>code (string)</strong>: Code of the destination hub.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>created_at (string)</strong>: Timestamp when the request was created.</p>\n</li>\n<li><p><strong>created_by (string)</strong>: User who created the request.</p>\n</li>\n<li><p><strong>updated_at (string)</strong>: Timestamp when the request was last updated.</p>\n</li>\n<li><p><strong>updated_by (string)</strong>: User who last updated the request.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>meta (object)</strong>: Contains pagination information.</p>\n<ul>\n<li><p><strong>current_page (integer)</strong>: The current page number.</p>\n</li>\n<li><p><strong>last_page (integer)</strong>: The total number of pages available.</p>\n</li>\n<li><p><strong>per_page (integer)</strong>: The number of results per page.</p>\n</li>\n<li><p><strong>total (integer)</strong>: The total number of records available.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["sales-channel","public","v1","orders","sto","requests"],"host":["{{base_url}}"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"10"}],"variable":[]}},"response":[{"id":"0c34270e-992e-4a4c-be95-cd041f4320e6","name":"Get Stock Transfer Requests","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/sales-channel/public/v1/orders/sto/requests?page=1&per_page=10","host":["{{base_url}}"],"path":["sales-channel","public","v1","orders","sto","requests"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 12 Oct 2024 04:44:48 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"c4eee58d-7bd3-45f2-9fc4-4801195149d9"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8d146fd09e813928-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": [\n        {\n            \"sto_request_id\": \"sto_id_27651\",\n            \"customer\": {\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"mobile\": \"+91-7044063694\",\n                \"mobile_code\": \"+91\",\n                \"email\": \"john.doe@example.com\",\n                \"avatar\": \"https://example.com/avatar.jpg\",\n                \"gender\": \"male\"\n            },\n            \"seller_name\": \"Shubhra\",\n            \"status\": \"Accepted\",\n            \"source_hub\": {\n                \"name\": \"Shubhra\",\n                \"code\": \"Shubhra001\"\n            },\n            \"destination_hub\": {\n                \"name\": \"Shubhra Testing\",\n                \"code\": \"SHUBHRA\"\n            },\n            \"created_at\": \"Oct 12, 2024 04:36:26 AM\",\n            \"created_by\": \"Ritik\",\n            \"updated_at\": \"Oct 12, 2024 04:36:46 AM\",\n            \"updated_by\": \"Ritik\"\n        },\n        {\n            \"sto_request_id\": \"sto_id_27654\",\n            \"customer\": {\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"mobile\": \"+91-7044063694\",\n                \"mobile_code\": \"+91\",\n                \"email\": \"john.doe@example.com\",\n                \"avatar\": \"https://example.com/avatar.jpg\",\n                \"gender\": \"male\"\n            },\n            \"seller_name\": \"Shubhra\",\n            \"status\": \"Accepted\",\n            \"source_hub\": {\n                \"name\": \"Shubhra\",\n                \"code\": \"Shubhra001\"\n            },\n            \"destination_hub\": {\n                \"name\": \"Shubhra Testing\",\n                \"code\": \"SHUBHRA\"\n            },\n            \"created_at\": \"Oct 12, 2024 04:30:03 AM\",\n            \"created_by\": \"Ritik\",\n            \"updated_at\": \"Oct 12, 2024 04:30:38 AM\",\n            \"updated_by\": \"Ritik\"\n        },\n        {\n            \"sto_request_id\": \"sto_request_id_001\",\n            \"customer\": {\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"mobile\": \"+91-7044063694\",\n                \"mobile_code\": \"+91\",\n                \"email\": \"john.doe@example.com\",\n                \"avatar\": \"https://example.com/avatar.jpg\",\n                \"gender\": \"male\"\n            },\n            \"seller_name\": \"Shubhra\",\n            \"status\": \"Cancelled\",\n            \"source_hub\": {\n                \"name\": \"Shubhra\",\n                \"code\": \"Shubhra001\"\n            },\n            \"destination_hub\": {\n                \"name\": \"Shubhra Testing\",\n                \"code\": \"SHUBHRA\"\n            },\n            \"created_at\": \"Oct 05, 2024 07:07:21 AM\",\n            \"created_by\": \"Ritik\",\n            \"updated_at\": \"Oct 05, 2024 07:07:35 AM\",\n            \"updated_by\": \"Ritik\"\n        },\n        {\n            \"sto_request_id\": \"sto_request_id_0001\",\n            \"customer\": {\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"mobile\": \"+91-7044063694\",\n                \"mobile_code\": \"+91\",\n                \"email\": \"john.doe@example.com\",\n                \"avatar\": \"https://example.com/avatar.jpg\",\n                \"gender\": \"male\"\n            },\n            \"seller_name\": \"Shubhra\",\n            \"status\": \"Accepted\",\n            \"source_hub\": {\n                \"name\": \"Shubhra\",\n                \"code\": \"Shubhra001\"\n            },\n            \"destination_hub\": {\n                \"name\": \"Shubhra Testing\",\n                \"code\": \"SHUBHRA\"\n            },\n            \"created_at\": \"Oct 05, 2024 07:03:31 AM\",\n            \"created_by\": \"Ritik\",\n            \"updated_at\": \"Oct 05, 2024 07:06:06 AM\",\n            \"updated_by\": \"Ritik\"\n        },\n        {\n            \"sto_request_id\": \"sales_channel_31\",\n            \"customer\": {\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"mobile\": \"+91-7044063694\",\n                \"mobile_code\": \"+91\",\n                \"email\": \"john.doe@example.com\",\n                \"avatar\": \"https://example.com/avatar.jpg\",\n                \"gender\": \"male\"\n            },\n            \"seller_name\": \"Shubhra\",\n            \"status\": \"Pending\",\n            \"source_hub\": {\n                \"name\": \"Shubhra\",\n                \"code\": \"Shubhra001\"\n            },\n            \"destination_hub\": {\n                \"name\": \"Shubhra Testing\",\n                \"code\": \"SHUBHRA\"\n            },\n            \"created_at\": \"Sep 28, 2024 07:44:35 AM\",\n            \"created_by\": \"Ritik\",\n            \"updated_at\": \"Sep 28, 2024 07:44:35 AM\",\n            \"updated_by\": \"Ritik\"\n        },\n        {\n            \"sto_request_id\": \"sales_channel_30\",\n            \"customer\": {\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"mobile\": \"+91-7044063694\",\n                \"mobile_code\": \"+91\",\n                \"email\": \"john.doe@example.com\",\n                \"avatar\": \"https://example.com/avatar.jpg\",\n                \"gender\": \"male\"\n            },\n            \"seller_name\": \"Shubhra\",\n            \"status\": \"Pending\",\n            \"source_hub\": {\n                \"name\": \"Shubhra\",\n                \"code\": \"Shubhra001\"\n            },\n            \"destination_hub\": {\n                \"name\": \"Shubhra Testing\",\n                \"code\": \"SHUBHRA\"\n            },\n            \"created_at\": \"Sep 28, 2024 07:42:19 AM\",\n            \"created_by\": \"Ritik\",\n            \"updated_at\": \"Sep 28, 2024 07:42:19 AM\",\n            \"updated_by\": \"Ritik\"\n        },\n        {\n            \"sto_request_id\": \"sales_channel_29\",\n            \"customer\": {\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"mobile\": \"+91-7044063694\",\n                \"mobile_code\": \"+91\",\n                \"email\": \"john.doe@example.com\",\n                \"avatar\": \"https://example.com/avatar.jpg\",\n                \"gender\": \"male\"\n            },\n            \"seller_name\": \"Shubhra\",\n            \"status\": \"Pending\",\n            \"source_hub\": {\n                \"name\": \"Shubhra\",\n                \"code\": \"Shubhra001\"\n            },\n            \"destination_hub\": {\n                \"name\": \"Shubhra Testing\",\n                \"code\": \"SHUBHRA\"\n            },\n            \"created_at\": \"Sep 28, 2024 06:45:59 AM\",\n            \"created_by\": \"Ritik\",\n            \"updated_at\": \"Sep 28, 2024 06:45:59 AM\",\n            \"updated_by\": \"Ritik\"\n        },\n        {\n            \"sto_request_id\": \"sto_id_2\",\n            \"customer\": {\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"mobile\": \"+91-7044063694\",\n                \"mobile_code\": \"+91\",\n                \"email\": \"john.doe@example.com\",\n                \"avatar\": \"https://example.com/avatar.jpg\",\n                \"gender\": \"male\"\n            },\n            \"seller_name\": \"Shubhra\",\n            \"status\": \"Cancelled\",\n            \"source_hub\": {\n                \"name\": \"Shubhra\",\n                \"code\": \"Shubhra001\"\n            },\n            \"destination_hub\": {\n                \"name\": \"Shubhra Testing\",\n                \"code\": \"SHUBHRA\"\n            },\n            \"created_at\": \"Sep 26, 2024 11:08:45 AM\",\n            \"created_by\": \"Ritik\",\n            \"updated_at\": \"Sep 26, 2024 11:09:05 AM\",\n            \"updated_by\": \"Ritik\"\n        },\n        {\n            \"sto_request_id\": \"sto_id_1\",\n            \"customer\": {\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"mobile\": \"+91-7044063694\",\n                \"mobile_code\": \"+91\",\n                \"email\": \"john.doe@example.com\",\n                \"avatar\": \"https://example.com/avatar.jpg\",\n                \"gender\": \"male\"\n            },\n            \"seller_name\": \"Shubhra\",\n            \"status\": \"Accepted\",\n            \"source_hub\": {\n                \"name\": \"Shubhra\",\n                \"code\": \"Shubhra001\"\n            },\n            \"destination_hub\": {\n                \"name\": \"Shubhra Testing\",\n                \"code\": \"SHUBHRA\"\n            },\n            \"created_at\": \"Sep 26, 2024 10:59:31 AM\",\n            \"created_by\": \"Ritik\",\n            \"updated_at\": \"Sep 26, 2024 11:07:02 AM\",\n            \"updated_by\": \"Ritik\"\n        }\n    ],\n    \"meta\": {\n        \"current_page\": 1,\n        \"last_page\": 1,\n        \"per_page\": 10,\n        \"total\": 9\n    }\n}"}],"_postman_id":"901fb999-d114-40c8-ab09-e19c2ae1df02"},{"name":"Get Stock Transfer Request","id":"9b072b16-ce13-4c36-b0cd-d514c448281d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[],"url":"{{base_url}}/sales-channel/public/v1/orders/sto/requests/:sto_request_id","description":"<h3 id=\"response-fields-explained\">Response Fields Explained</h3>\n<ul>\n<li><p><strong>is_success (boolean)</strong>: Indicates if the request was successful.</p>\n</li>\n<li><p><strong>status_code (integer)</strong>: The HTTP status code returned by the API.</p>\n</li>\n<li><p><strong>data (object)</strong>: Contains details about the stock transfer request.</p>\n<ul>\n<li><p><strong>sto_id (string)</strong>: Unique identifier for the stock transfer.</p>\n</li>\n<li><p><strong>customer (object)</strong>: Information about the customer associated with the transfer.</p>\n<ul>\n<li><p><strong>first_name (string)</strong>: Customer's first name.</p>\n</li>\n<li><p><strong>last_name (string)</strong>: Customer's last name.</p>\n</li>\n<li><p><strong>mobile (string)</strong>: Customer's mobile number.</p>\n</li>\n<li><p><strong>mobile_code (string)</strong>: Country calling code for the mobile number.</p>\n</li>\n<li><p><strong>email (string)</strong>: Customer's email address.</p>\n</li>\n<li><p><strong>avatar (string)</strong>: URL to the customer’s avatar image.</p>\n</li>\n<li><p><strong>gender (string)</strong>: Customer's gender.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>seller_name (string)</strong>: Name of the seller associated with the transfer.</p>\n</li>\n<li><p><strong>status (string)</strong>: Current status of the stock transfer request (e.g., \"Accepted\").</p>\n</li>\n<li><p><strong>source_hub (object)</strong>: Information about the source hub.</p>\n<ul>\n<li><p><strong>name (string)</strong>: Name of the source hub.</p>\n</li>\n<li><p><strong>code (string)</strong>: Code of the source hub.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>destination_hub (object)</strong>: Information about the destination hub.</p>\n<ul>\n<li><p><strong>name (string)</strong>: Name of the destination hub.</p>\n</li>\n<li><p><strong>code (string)</strong>: Code of the destination hub.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>order_items (array)</strong>: List of items in the stock transfer.</p>\n<ul>\n<li><p><strong>name (string)</strong>: Name of the item.</p>\n</li>\n<li><p><strong>sku_code (string)</strong>: SKU code of the item.</p>\n</li>\n<li><p><strong>quantity (integer)</strong>: Quantity of the item being transferred.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>created_at (string)</strong>: Timestamp when the request was created.</p>\n</li>\n<li><p><strong>created_by (string)</strong>: User who created the request.</p>\n</li>\n<li><p><strong>updated_at (string)</strong>: Timestamp when the request was last updated.</p>\n</li>\n<li><p><strong>updated_by (string)</strong>: User who last updated the request.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>meta (object or null)</strong>: Any additional metadata related to the request; null if not applicable.</p>\n</li>\n</ul>\n","urlObject":{"path":["sales-channel","public","v1","orders","sto","requests",":sto_request_id"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"sto_id_27651","key":"sto_request_id"}]}},"response":[{"id":"0dbd284c-d477-41bf-87cd-b2c77a1c8880","name":"Get Stock Transfer Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/sales-channel/public/v1/orders/sto/requests/:sto_request_id","host":["{{base_url}}"],"path":["sales-channel","public","v1","orders","sto","requests",":sto_request_id"],"variable":[{"key":"sto_request_id","value":"sto_id_27651"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 12 Oct 2024 04:45:14 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"e52c48c5-4306-4fb1-a09a-cce6e3efce77"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8d1470763f153928-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"sto_request_id\": \"sto_id_27651\",\n        \"customer\": {\n            \"first_name\": \"John\",\n            \"last_name\": \"Doe\",\n            \"mobile\": \"+91-7044063694\",\n            \"mobile_code\": \"+91\",\n            \"email\": \"john.doe@example.com\",\n            \"avatar\": \"https://example.com/avatar.jpg\",\n            \"gender\": \"male\"\n        },\n        \"seller_name\": \"Shubhra\",\n        \"status\": \"Accepted\",\n        \"source_hub\": {\n            \"name\": \"Shubhra\",\n            \"code\": \"Shubhra001\"\n        },\n        \"destination_hub\": {\n            \"name\": \"Shubhra Testing\",\n            \"code\": \"SHUBHRA\"\n        },\n        \"order_items\": [\n            {\n                \"name\": \"samsung190\",\n                \"sku_code\": \"samsung190\",\n                \"quantity\": 2\n            }\n        ],\n        \"created_at\": \"Oct 12, 2024 04:36:26 AM\",\n        \"created_by\": \"Ritik\",\n        \"updated_at\": \"Oct 12, 2024 04:36:46 AM\",\n        \"updated_by\": \"Ritik\"\n    },\n    \"meta\": null\n}"}],"_postman_id":"9b072b16-ce13-4c36-b0cd-d514c448281d"}],"id":"9abad3d2-4679-4d43-acad-04e6ecc08f94","_postman_id":"9abad3d2-4679-4d43-acad-04e6ecc08f94","description":"","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}}},{"name":"Stock Transfer Order","item":[{"name":"GetStockOrder","id":"3758aeaa-c444-4263-b93f-b192a4054647","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[],"url":"{{base_url}}/sales-channel/public/v1/orders/sto/:sto_id","description":"<h3 id=\"sto-order-details-response-payload\">STO Order Details Response Payload</h3>\n<h4 id=\"root-level-fields\">Root Level Fields</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>is_success</strong></td>\n<td>Boolean</td>\n<td>Indicates whether the API request was successful</td>\n</tr>\n<tr>\n<td><strong>status_code</strong></td>\n<td>Integer</td>\n<td>HTTP status code returned by the API</td>\n</tr>\n<tr>\n<td><strong>data</strong></td>\n<td>Object</td>\n<td>Contains stock transfer order details</td>\n</tr>\n<tr>\n<td><strong>meta</strong></td>\n<td>Object</td>\n<td>Null</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"data-object\">data Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>seller_name</strong></td>\n<td>String</td>\n<td>Name of the seller</td>\n</tr>\n<tr>\n<td><strong>sto_number</strong></td>\n<td>String</td>\n<td>Unique Stock Transfer Order number</td>\n</tr>\n<tr>\n<td><strong>status</strong></td>\n<td>String</td>\n<td>Current status of the STO (e.g., Received)</td>\n</tr>\n<tr>\n<td><strong>total_amount</strong></td>\n<td>Number</td>\n<td>Total monetary value of the STO</td>\n</tr>\n<tr>\n<td><strong>currency</strong></td>\n<td>String</td>\n<td>Currency code (e.g., SAR)</td>\n</tr>\n<tr>\n<td><strong>created_at</strong></td>\n<td>String (ISO)</td>\n<td>Timestamp when the STO was created</td>\n</tr>\n<tr>\n<td><strong>created_by</strong></td>\n<td>String</td>\n<td>User who created the STO</td>\n</tr>\n<tr>\n<td><strong>updated_at</strong></td>\n<td>String (ISO)</td>\n<td>Timestamp of the last update</td>\n</tr>\n<tr>\n<td><strong>updated_by</strong></td>\n<td>String</td>\n<td>Null</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"order_details-object\">order_details Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>quantity</strong></td>\n<td>Integer</td>\n<td>Total quantity in the STO</td>\n</tr>\n<tr>\n<td><strong>ordered_quantity</strong></td>\n<td>Integer</td>\n<td>Quantity ordered</td>\n</tr>\n<tr>\n<td><strong>received_quantity</strong></td>\n<td>Integer</td>\n<td>Quantity received</td>\n</tr>\n<tr>\n<td><strong>packed_quantity</strong></td>\n<td>Integer</td>\n<td>Quantity packed</td>\n</tr>\n<tr>\n<td><strong>total_sku_count</strong></td>\n<td>Integer</td>\n<td>Total number of SKUs in the STO</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"stock_transfer_order_items-array\">stock_transfer_order_items Array</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>stock_transfer_order_items</strong></td>\n<td>Array</td>\n<td>List of items in the STO</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"item-object\">Item Object</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>quantity</strong></td>\n<td>Integer</td>\n<td>Quantity ordered for the SKU</td>\n</tr>\n<tr>\n<td><strong>received_quantity</strong></td>\n<td>Integer</td>\n<td>Quantity received for the SKU</td>\n</tr>\n<tr>\n<td><strong>packed_quantity</strong></td>\n<td>Integer</td>\n<td>Quantity packed for the SKU</td>\n</tr>\n<tr>\n<td><strong>unit_price</strong></td>\n<td>Number</td>\n<td>Unit price of the SKU</td>\n</tr>\n<tr>\n<td><strong>sku</strong></td>\n<td>Object</td>\n<td>SKU details</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"sku-object\">sku Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>name</strong></td>\n<td>String</td>\n<td>Name of the SKU</td>\n</tr>\n<tr>\n<td><strong>seller_sku_id</strong></td>\n<td>String</td>\n<td>Unique identifier of the SKU</td>\n</tr>\n<tr>\n<td><strong>seller_sku_code</strong></td>\n<td>String</td>\n<td>Seller-defined SKU code</td>\n</tr>\n<tr>\n<td><strong>package_type</strong></td>\n<td>String</td>\n<td>Packaging type (e.g., ea)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["sales-channel","public","v1","orders","sto",":sto_id"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"STO_1764135531107253595_22","key":"sto_id"}]}},"response":[{"id":"1727eae0-4bfe-400e-a49a-6f8e5d63b680","name":"GetStockOrder","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/sales-channel/public/v1/orders/sto/:sto_id","host":["{{base_url}}"],"path":["sales-channel","public","v1","orders","sto",":sto_id"],"variable":[{"key":"sto_id","value":"STO_1764135531107253595_22"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 12 Oct 2024 04:42:18 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"64a36dac-8bc4-47d2-a34c-b7466ace0362"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8d146c2a9e623b4d-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"seller_name\": \"abc\",\n        \"source_hub\": {\n            \"name\": \"Dhruv Location On\",\n            \"type\": \"warehouse\",\n            \"code\": \"locon\"\n        },\n        \"destination_hub\": {\n            \"name\": \"Dhruv Location Off\",\n            \"type\": \"warehouse\",\n            \"code\": \"locoff\"\n        },\n        \"order_details\": {\n            \"quantity\": 0,\n            \"ordered_quantity\": 0,\n            \"received_quantity\": 0,\n            \"packed_quantity\": 0,\n            \"total_sku_count\": 0\n        },\n        \"sto_number\": \"STO_1764135531107253595_22\",\n        \"status\": \"Recieved\",\n        \"stock_transfer_order_items\": [\n            {\n                \"sku\": {\n                    \"name\": \"uiaasdj\",\n                    \"seller_sku_id\": \"68b57ec20047d0a1b5247698\",\n                    \"seller_sku_code\": \"6302592\",\n                    \"package_type\": \"ea\"\n                },\n                \"quantity\": 1,\n                \"received_quantity\": 1,\n                \"packed_quantity\": 1,\n                \"unit_price\": 0\n            }\n        ],\n        \"total_amount\": 0,\n        \"currency\": \"SAR\",\n        \"created_at\": \"2025-11-26T13:05:44.517988Z\",\n        \"created_by\": \"Dhruv Mishra\",\n        \"updated_at\": \"2025-11-26T13:13:37.392618Z\",\n        \"updated_by\": null\n    },\n    \"meta\": null\n}"}],"_postman_id":"3758aeaa-c444-4263-b93f-b192a4054647"},{"name":"GetStockOrders","id":"48bc3ba0-8a9b-4da2-8ba7-4fab480b9e10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[],"url":"{{base_url}}/sales-channel/public/v1/orders/sto/hubs/:hub_code?page=1&per_page=100&sto_request_ids=sto_id_27651","description":"<h1 id=\"get-stock-transfer-orders-api-documentation\">Get Stock Transfer Orders API Documentation</h1>\n<h2 id=\"overview\">Overview</h2>\n<p>This API endpoint retrieves detailed information about stock transfer orders and requires a valid <strong>destination hub code</strong>—the hub specified in the stock transfer request where receiving will occur—which must be powered through the <strong>Omniful system</strong>. You can also use filters to narrow down the results. The available filters are:</p>\n<ul>\n<li><p><strong>sto_request_id</strong>: Filter by a single stock transfer request ID.</p>\n</li>\n<li><p><strong>sto_request_ids</strong>: Filter by multiple stock transfer request IDs.</p>\n</li>\n<li><p><strong>sto_number</strong>: Filter by a single stock transfer order number.</p>\n</li>\n<li><p><strong>sto_numbers</strong>: Filter by multiple stock transfer order numbers.</p>\n</li>\n</ul>\n<h2 id=\"response-fields-explained\">Response Fields Explained</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>is_success</strong></td>\n<td>Boolean</td>\n<td>Indicates whether the API request was successful.</td>\n</tr>\n<tr>\n<td><strong>status_code</strong></td>\n<td>Integer</td>\n<td>The HTTP status code returned by the API.</td>\n</tr>\n<tr>\n<td><strong>data</strong></td>\n<td>Object</td>\n<td>Contains detailed information about the stock transfer order.</td>\n</tr>\n<tr>\n<td><strong>data.sto_id</strong></td>\n<td>String</td>\n<td>The unique identifier for the stock transfer order.</td>\n</tr>\n<tr>\n<td><strong>data.customer</strong></td>\n<td>Object</td>\n<td>Information about the customer associated with the transfer.</td>\n</tr>\n<tr>\n<td><strong>data.customer.first_name</strong></td>\n<td>String</td>\n<td>The customer's first name.</td>\n</tr>\n<tr>\n<td><strong>data.customer.last_name</strong></td>\n<td>String</td>\n<td>The customer's last name.</td>\n</tr>\n<tr>\n<td><strong>data.customer.mobile</strong></td>\n<td>String</td>\n<td>The customer's mobile number.</td>\n</tr>\n<tr>\n<td><strong>data.customer.mobile_code</strong></td>\n<td>String</td>\n<td>The country calling code for the customer's mobile number.</td>\n</tr>\n<tr>\n<td><strong>data.customer.email</strong></td>\n<td>String</td>\n<td>The customer's email address.</td>\n</tr>\n<tr>\n<td><strong>data.customer.avatar</strong></td>\n<td>String</td>\n<td>URL to the customer's avatar image.</td>\n</tr>\n<tr>\n<td><strong>data.customer.gender</strong></td>\n<td>String</td>\n<td>The customer's gender.</td>\n</tr>\n<tr>\n<td><strong>data.seller_name</strong></td>\n<td>String</td>\n<td>The name of the seller handling the transfer.</td>\n</tr>\n<tr>\n<td><strong>data.status</strong></td>\n<td>String</td>\n<td>The current status of the stock transfer order (for example, \"Accepted\").</td>\n</tr>\n<tr>\n<td><strong>data.source_hub</strong></td>\n<td>Object</td>\n<td>Details about the hub from which the stock is being transferred.</td>\n</tr>\n<tr>\n<td><strong>data.source_hub.name</strong></td>\n<td>String</td>\n<td>The name of the source hub.</td>\n</tr>\n<tr>\n<td><strong>data.source_hub.code</strong></td>\n<td>String</td>\n<td>The code of the source hub.</td>\n</tr>\n<tr>\n<td><strong>data.destination_hub</strong></td>\n<td>Object</td>\n<td>Details about the hub where the stock is being sent.</td>\n</tr>\n<tr>\n<td><strong>data.destination_hub.name</strong></td>\n<td>String</td>\n<td>The name of the destination hub.</td>\n</tr>\n<tr>\n<td><strong>data.destination_hub.code</strong></td>\n<td>String</td>\n<td>The code of the destination hub.</td>\n</tr>\n<tr>\n<td><strong>data.order_items</strong></td>\n<td>Array</td>\n<td>A list of items included in the stock transfer order.</td>\n</tr>\n<tr>\n<td><strong>data.order_items.name</strong></td>\n<td>String</td>\n<td>The name of the item.</td>\n</tr>\n<tr>\n<td><strong>data.order_items.sku_code</strong></td>\n<td>String</td>\n<td>The SKU code for the item.</td>\n</tr>\n<tr>\n<td><strong>data.order_items.quantity</strong></td>\n<td>Integer</td>\n<td>The quantity of the item being transferred.</td>\n</tr>\n<tr>\n<td><strong>data.created_at</strong></td>\n<td>String</td>\n<td>The timestamp when the request was created (in ISO format).</td>\n</tr>\n<tr>\n<td><strong>data.created_by</strong></td>\n<td>String</td>\n<td>The name of the user who created the request.</td>\n</tr>\n<tr>\n<td><strong>data.updated_at</strong></td>\n<td>String</td>\n<td>The timestamp when the request was last updated (in ISO format).</td>\n</tr>\n<tr>\n<td><strong>data.updated_by</strong></td>\n<td>String</td>\n<td>The name of the user who last updated the request.</td>\n</tr>\n<tr>\n<td><strong>meta</strong></td>\n<td>Object</td>\n<td>Additional metadata, such as pagination details; null if not applicable.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["sales-channel","public","v1","orders","sto","hubs",":hub_code"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p>Pagination</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>pagination of data to show per page.</p>\n","type":"text/plain"},"key":"per_page","value":"100"},{"disabled":true,"description":{"content":"<p>Unique Identifier for the STO Id you want to fetch data for.</p>\n","type":"text/plain"},"key":"sto_request_id","value":"sto_id_27651"},{"description":{"content":"<p>Unique Identifiers for the STO IDs you want to fetch data for.</p>\n","type":"text/plain"},"key":"sto_request_ids","value":"sto_id_27651"}],"variable":[{"description":{"content":"<p>Unique identifier of the HUB for which you want to view Stock Transfer Orders.</p>\n","type":"text/plain"},"type":"any","value":"SHUBHRA","key":"hub_code"}]}},"response":[{"id":"d5994a82-d80d-48b1-b0a9-dc30b6a5d330","name":"GetStockOrders","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/sales-channel/public/v1/orders/sto/hubs/:hub_code?page=1&per_page=100","host":["{{base_url}}"],"path":["sales-channel","public","v1","orders","sto","hubs",":hub_code"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"100"},{"key":"sto_request_id","value":"sto_id_27651","disabled":true},{"key":"sto_request_ids","value":"sto_id_27651","disabled":true}],"variable":[{"key":"hub_code","value":"locoff"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 12 Oct 2024 04:43:23 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"f7ece9e0-f2bc-4a26-aa73-965de6494ad8"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8d146dbb48d48f2c-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": [\n        {\n            \"sto_request_id\": \"STO_1764135531107253595_22\",\n            \"sto_id\": \"STO_1764135531107253595_22\",\n            \"seller_name\": \"abc\",\n            \"destination_hub_code\": \"locoff\",\n            \"source_hub_code\": \"locon\",\n            \"sto_number\": \"STO_1764135531107253595_22\",\n            \"status\": \"Recieved\",\n            \"awb\": \"646017641623449121\",\n            \"shipping_partner_tag\": \"manual\",\n            \"created_at\": \"Nov 26, 2025 01:05:44 PM\",\n            \"created_by\": \"Dhruv Mishra\",\n            \"updated_at\": \"Nov 26, 2025 01:13:37 PM\",\n            \"updated_by\": null,\n            \"source_hub\": {\n                \"name\": \"Dhruv Location On\",\n                \"type\": \"warehouse\",\n                \"code\": \"locon\"\n            },\n            \"destination_hub\": {\n                \"name\": \"Dhruv Location Off\",\n                \"type\": \"warehouse\",\n                \"code\": \"locoff\"\n            },\n            \"number_of_items\": 1,\n            \"packed_quantity\": 1,\n            \"is_delivered\": true,\n            \"received_quantity\": 1\n        }\n    ],\n    \"meta\": {\n        \"current_page\": 1,\n        \"last_page\": 1,\n        \"per_page\": 20,\n        \"total\": 1\n    }\n}"}],"_postman_id":"48bc3ba0-8a9b-4da2-8ba7-4fab480b9e10"}],"id":"3db2046c-64e6-4998-a4af-d67573dc85d4","_postman_id":"3db2046c-64e6-4998-a4af-d67573dc85d4","description":"","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}}},{"name":"Webhooks","item":[{"name":"Seller Webhook Events","item":[{"name":"Order Create Event","id":"22ce8b18-2318-4044-898a-d35be5fc92f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"webhook-secret-key","value":"<Auth Key for the Webhook>","type":"text"},{"key":"webhook-event","value":"order.create.event","type":"text"},{"key":"content-type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"event_name\": \"order.create.event\",\n    \"data\": {\n        \"order_id\": \"test-omniful_65_28\",\n        \"order_alias\": \"shubhra-alias\",\n        \"omniful_order_id\": \"67ad762d8daa01cfd78d2fdc\",\n        \"seller_code\": \"5917\",\n        \"order_status\": \"created\",\n        \"hub_code\": \"HUB00851\",\n        \"sales_channel\": {\n            \"name\": \"Shopify\",\n            \"tag\": \"shopify\",\n            \"category\": \"SalesChannel\",\n            \"logo_url\": \"https://omniful-production-uploads.s3.eu-central-1.amazonaws.com/sales-channel/shopify-logo.svg\"\n        },\n        \"order_items\": [\n            {\n                \"sku_code\": \"SKU-TV-123\",\n                \"display_price\": 799,\n                \"selling_price\": 699,\n                \"quantity\": 1,\n                \"tax_percent\": 10,\n                \"tax\": 69.9,\n                \"unit_price\": 699,\n                \"total\": 768.9,\n                \"discount\": 100,\n                \"tax_inclusive\": true\n            }\n        ],\n        \"total\": 1,\n        \"labels\": [\n            \"label1\",\n            \"label2\",\n            \"label3\"\n        ],\n        \"custom_labels\": [\n            \"custom_manual1\",\n            \"custom_manual2\",\n            \"custom_manual3\"\n        ],\n        \"billing_address\": {\n            \"address1\": \"123 Al-Masjid Al-Haram Street\",\n            \"address2\": \"Near Al-Faisaliah Tower\",\n            \"city\": \"Riyadh\",\n            \"country\": \"Saudi Arabia\",\n            \"first_name\": \"John\",\n            \"last_name\": \"Doe\",\n            \"phone\": \"+966-112345678\",\n            \"state\": \"Riyadh\",\n            \"zip\": \"11564\",\n            \"state_code\": \"RIY\",\n            \"country_code\": \"SA\",\n            \"latitude\": \"24.7136\",\n            \"longitude\": \"46.6753\",\n            \"national_address_code\": \"\"\n        },\n        \"shipping_address\": {\n            \"address1\": \"456 King Abdulaziz Road\",\n            \"address2\": \"Near Kingdom Centre\",\n            \"city\": \"Jeddah\",\n            \"country\": \"Saudi Arabia\",\n            \"first_name\": \"Jane\",\n            \"last_name\": \"Smith\",\n            \"phone\": \"+966-123456789\",\n            \"state\": \"Makkah\",\n            \"zip\": \"21577\",\n            \"state_code\": \"02\",\n            \"country_code\": \"SA\",\n            \"latitude\": \"21.4225\",\n            \"longitude\": \"39.8262\",\n            \"national_address_code\": \"\"\n        },\n        \"slot\": {\n            \"delivery_date\": \"12012025\",\n            \"start_time\": 1600,\n            \"end_time\": 2359\n        },\n        \"order_created_at\": \"2025-02-13T04:33:48.991Z\",\n        \"invoice\": {\n            \"currency\": \"USD\",\n            \"subtotal\": 699,\n            \"shipping_price\": 0,\n            \"shipping_refund\": 0,\n            \"tax\": 69.9,\n            \"discount\": 100,\n            \"total\": 768.9,\n            \"total_paid\": 768.9,\n            \"shipping_tax\": 0,\n            \"sub_total_tax_inclusive\": true,\n            \"sub_total_discount_inclusive\": true,\n            \"shipping_tax_inclusive\": false,\n            \"shipping_discount_inclusive\": false,\n            \"additional_charges\": [\n                {\n                    \"type\": \"cod_fee\", // cod_fee, return_fee, return_shipment_fee, shipment_fee, platform_fee\n                    \"value\": 0,\n                    \"cost\": 0,\n                    \"cost_without_tax\": 0,\n                    \"tax_amount\": 0,\n                    \"tax_inclusive\": false,\n                    \"tax_percentage\": 0,\n                    \"is_applied\": false,\n                    \"discount_amount\": 0\n                }\n            ],\n            \"exchange_rate\": {\n                \"order_currency\": \"OMR\",\n                \"store_currency\": \"SAR\",\n                \"rate\": 9.754026647524976\n            }\n        },\n        \"customer\": {\n            \"first_name\": \"John\",\n            \"last_name\": \"Doe\",\n            \"mobile\": \"+966-1234567890\",\n            \"mobile_code\": \"+966\",\n            \"email\": \"john.doe@example.com\",\n            \"avatar\": \"https://example.com/avatar.jpg\"\n        },\n        \"shipment\": {\n            \"shipment_created_at\": \"0001-01-01T00:00:00Z\",\n            \"order_delivered_at\": \"0001-01-01T00:00:00Z\",\n            \"order_shipped_at\": \"0001-01-01T00:00:00Z\",\n            \"delivery_status\": \"\",\n            \"courier_partner\": {\n                \"name\": \"\",\n                \"tag\": \"\"\n            }\n        },\n        \"payment_method\": \"prepaid\",\n        \"shipment_type\": \"omniful_generated\",\n        \"delivery_type\": \"normal_delivery\",\n        \"type\": \"b2b\",\n        \"tags\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"Your-Webhook-URL","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"host":["Your-Webhook-URL"],"query":[],"variable":[]}},"response":[],"_postman_id":"22ce8b18-2318-4044-898a-d35be5fc92f7"},{"name":"Order Update Event","id":"77b4e1f0-e3d6-4684-8b0c-36d3491562c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"webhook-secret-key","value":"<Auth Key for the Webhook>","type":"text"},{"key":"webhook-event","value":"order.update.event","type":"text"},{"key":"content-type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"event_name\": \"order.update.event\",\n    \"data\": {\n        \"id\": \"68932b510fa4db33df655ef6\",\n        \"order_id\": \"Testing-bulk-109\",\n        \"order_alias\": \"Ref09\",\n        \"omniful_order_id\": \"68932b510fa4db33df655ef6\",\n        \"seller_code\": \"N-SELLER\",\n        \"order_status\": \"new_order\",\n        \"store_name\": \"\",\n        \"hub_code\": \"omslocationof\",\n        \"sales_channel\": {\n            \"name\": \"Shopify\",\n            \"tag\": \"shopify\",\n            \"category\": \"SalesChannel\",\n            \"logo_url\": \"https://omniful-production-uploads.s3.eu-central-1.amazonaws.com/sales-channel/shopify-logo.svg\"\n        },\n        \"order_items\": [\n            {\n                \"sku_code\": \"pen\",\n                \"name\": \"\",\n                \"display_price\": 150,\n                \"selling_price\": 125,\n                \"item_barcodes\": null,\n                \"quantity\": 1,\n                \"picked_quantity\": 0,\n                \"packed_quantity\": 0,\n                \"tax_percent\": 10,\n                \"tax\": 2.5,\n                \"unit_price\": 75,\n                \"subtotal\": 0,\n                \"total\": 150,\n                \"discount\": 108,\n                \"tax_inclusive\": false,\n                \"sales_channel_order_item_id\": \"68932b510fa4db33df655ef5\"\n            }\n        ],\n        \"total\": 1,\n        \"labels\": [\n            \"\"\n        ],\n        \"billing_address\": {\n            \"address1\": \"134 Main St\",\n            \"city\": \"Riyadh\",\n            \"country\": \"Saudi Arabia\",\n            \"first_name\": \"John Doe\",\n            \"phone\": \"+966-597014791\",\n            \"state\": \"SA\",\n            \"country_code\": \"SA\",\n            \"latitude\": \"0\",\n            \"longitude\": \"0\"\n        },\n        \"shipping_address\": {\n            \"address1\": \"134 Main St\",\n            \"city\": \"Riyadh\",\n            \"country\": \"Saudi Arabia\",\n            \"first_name\": \"John Doe\",\n            \"phone\": \"+966-597014791\",\n            \"state\": \"SA\",\n            \"state_code\": \"01\",\n            \"country_code\": \"SA\",\n            \"latitude\": \"0\",\n            \"longitude\": \"0\"\n        },\n        \"slot\": {\n            \"delivery_date\": \"25082025\"\n        },\n        \"order_created_at\": \"2025-08-06T10:15:45.713Z\",\n        \"invoice\": {\n            \"currency\": \"SAR\",\n            \"subtotal\": 150,\n            \"shipping_price\": 36,\n            \"shipping_refund\": 0,\n            \"tax\": 2.5,\n            \"discount\": 16,\n            \"total\": 15,\n            \"total_paid\": 15,\n            \"payment_mode\": \"prepaid\",\n            \"loyalty_discount\": 11,\n            \"tax_percent\": 16.66,\n            \"shipping_tax\": 15,\n            \"sub_total_tax_inclusive\": true,\n            \"sub_total_discount_inclusive\": false,\n            \"shipping_tax_inclusive\": true,\n            \"shipping_discount_inclusive\": false,\n            \"attachments\": [],\n            \"total_refunded\": 0,\n            \"additional_charges\": [],\n            \"exchange_rate\": {\n                \"order_currency\": \"\",\n                \"store_currency\": \"\",\n                \"rate\": 0\n            }\n        },\n        \"customer\": {\n            \"first_name\": \"John Doe\",\n            \"last_name\": \"shang\",\n            \"mobile\": \"+966-597014791\",\n            \"mobile_code\": \"+966\",\n            \"country_code\": \"SA\",\n            \"country\": \"Saudi Arabia\",\n            \"email\": \"john.doe@example.com\"\n        },\n        \"shipment\": {\n            \"shipment_created_at\": \"\",\n            \"order_delivered_at\": \"\",\n            \"order_shipped_at\": \"\",\n            \"awb_number\": \"\",\n            \"awb_label\": \"\",\n            \"tracking_url\": \"\",\n            \"delivery_status\": \"\",\n            \"shipping_partner_tag\": \"\",\n            \"shipping_partner_name\": \"\",\n            \"shipping_partner\": \"\",\n            \"number_of_boxes\": 0,\n            \"weight\": 0,\n            \"remarks\": \"\",\n            \"courier_partner\": {\n                \"id\": 0,\n                \"name\": \"\",\n                \"tag\": \"\",\n                \"logo\": \"\"\n            },\n            \"shipping_account\": {\n                \"id\": \"\",\n                \"name\": \"\"\n            }\n        },\n        \"payment_method\": \"prepaid\",\n        \"is_cash_on_delivery\": false,\n        \"cancel_reason\": \"\",\n        \"partial_picking\": false,\n        \"require_shipping\": false,\n        \"shipment_type\": \"omniful_generated\",\n        \"delivery_type\": \"normal_delivery\",\n        \"note\": \"\",\n        \"no_of_boxes\": 0,\n        \"meta_data\": {\n            \"on_hold_inventory_reservation_reasons\": [\n                \"inventory_not_present\"\n            ],\n            \"s3_file_uri\": \"https://omniful-production-uploads.s3.eu-central-1.amazonaws.com/orders/bulk-csv/7a0f5c4572368a7fd8504fc78568c6891754475218.text/csv\"\n        },\n        \"type\": \"b2c\",\n        \"tags\": [\n            {\n                \"id\": \"6950f325c37dff5880ed5bf6\",\n                \"name\": \"temp1\",\n                \"color\": \"#222222\"\n            },\n            {\n                \"id\": \"698c583b9e19bccca80669ae\",\n                \"name\": \"OmniShip test\",\n                \"color\": \"#222222\"\n            }\n        ],\n        \"parent_order_id\": \"\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"Your-Webhook-URL","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"host":["Your-Webhook-URL"],"query":[],"variable":[]}},"response":[],"_postman_id":"77b4e1f0-e3d6-4684-8b0c-36d3491562c1"},{"name":"Order Shipment Create Event","id":"fe944ce1-a624-42fa-b10f-03df22ad962d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"webhook-secret-key","value":"<Auth Key for the Webhook>","type":"text"},{"key":"webhook-event","value":"order.shipment.event","type":"text"},{"key":"content-type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"event_name\": \"order.shipment.event\",\n    \"data\": {\n        \"order_id\": \"STO_1739423806322146097_406\",\n        \"order_alias\": \"\",\n        \"omniful_order_id\": \"67ad80574ed594fed25d4947\",\n        \"seller_code\": \"5917\",\n        \"order_status\": \"ready_to_ship\",\n        \"hub_code\": \"HUB00851\",\n        \"order_items\": [\n            {\n                \"sku_code\": \"iPhone 15 Pro\",\n                \"quantity\": 10,\n                \"picked_quantity\": 10,\n                \"packed_quantity\": 10\n            }\n        ],\n        \"total\": 10,\n        \"labels\": [\n            \"label1\",\n            \"label2\",\n            \"label3\"\n        ],\n        \"custom_labels\": [\n            \"custom_manual1\",\n            \"custom_manual2\",\n            \"custom_manual3\"\n        ],\n        \"billing_address\": {\n            \"address1\": \"Riyadh\",\n            \"address2\": \"Al Olaya\",\n            \"city\": \"Riyadh\",\n            \"country\": \"Saudi Arabia\",\n            \"first_name\": \"Location Inventory On\",\n            \"phone\": \"+966-7044063694\",\n            \"state\": \"Riyadh Region\",\n            \"zip\": \"12251\",\n            \"country_code\": \"SA\",\n            \"latitude\": \"24.713552474975586\",\n            \"longitude\": \"46.675296783447266\",\n            \"national_address_code\": \"\"\n        },\n        \"shipping_address\": {\n            \"address1\": \"Riyadh\",\n            \"address2\": \"Al Olaya\",\n            \"city\": \"Riyadh\",\n            \"country\": \"Saudi Arabia\",\n            \"first_name\": \"Location Inventory On\",\n            \"phone\": \"+966-7044063694\",\n            \"state\": \"Riyadh Region\",\n            \"zip\": \"12251\",\n            \"country_code\": \"SA\",\n            \"latitude\": \"24.713552474975586\",\n            \"longitude\": \"46.675296783447266\",\n            \"national_address_code\": \"\"\n        },\n        \"slot\": {},\n        \"order_created_at\": \"2025-02-13T05:17:11.006Z\",\n        \"invoice\": {\n            \"currency\": \"SAR\",\n            \"subtotal\": 0,\n            \"shipping_price\": 0,\n            \"shipping_refund\": 0,\n            \"tax\": 0,\n            \"discount\": 0,\n            \"total\": 0,\n            \"total_paid\": 0,\n            \"shipping_tax\": 0,\n            \"sub_total_tax_inclusive\": false,\n            \"sub_total_discount_inclusive\": false,\n            \"shipping_tax_inclusive\": false,\n            \"shipping_discount_inclusive\": false,\n            \"additional_charges\": [\n                {\n                    \"type\": \"cod_fee\", // cod_fee, return_fee, return_shipment_fee, shipment_fee, platform_fee\n                    \"value\": 0,\n                    \"cost\": 0,\n                    \"cost_without_tax\": 0,\n                    \"tax_amount\": 0,\n                    \"tax_inclusive\": false,\n                    \"tax_percentage\": 0,\n                    \"is_applied\": false,\n                    \"discount_amount\": 0\n                }\n            ],\n            \"exchange_rate\": {\n                \"order_currency\": \"OMR\",\n                \"store_currency\": \"SAR\",\n                \"rate\": 9.754026647524976\n            }\n        },\n        \"customer\": {\n            \"first_name\": \"Arko\",\n            \"mobile\": \"+966-544063694\",\n            \"mobile_code\": \"+966\"\n        },\n        \"shipment\": {\n            \"shipment_created_at\": \"2025-02-13T05:20:30.854253448Z\",\n            \"order_delivered_at\": \"0001-01-01T00:00:00Z\",\n            \"order_shipped_at\": \"0001-01-01T00:00:00Z\",\n            \"awb_number\": \"22181739424030\",\n            \"delivery_status\": \"ready_to_ship\",\n            \"shipping_partner_tag\": \"manual\",\n            \"shipping_partner_name\": \"Manual\",\n            \"number_of_boxes\": 1,\n            \"weight\": 1,\n            \"shipping_account\": {\n                \"id\": \"c79430ae-2f7b-4452-8f05-b9d2ba20ffec\",\n                \"name\": \"example\"\n            },\n            \"courier_partner\": {\n                \"name\": \"\",\n                \"tag\": \"\"\n            }\n        },\n        \"shipment_type\": \"omniful_generated\",\n        \"delivery_type\": \"normal_delivery\",\n        \"type\": \"sto\",\n        \"tags\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"Your-Webhook-URL","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"host":["Your-Webhook-URL"],"query":[],"variable":[]}},"response":[],"_postman_id":"fe944ce1-a624-42fa-b10f-03df22ad962d"},{"name":"Stock Transfer Order Request Approve Event","id":"8c731c56-557c-4285-86dc-7ad54cb1af1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"webhook-secret-key","value":"<Auth Key for the Webhook>","type":"text"},{"key":"webhook-event","value":"order.stock_transfer_request.event","type":"text"},{"key":"content-type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"event_name\": \"sto.request-approve.event\",\n    \"data\": {\n        \"sto_request_id\": \"sto_id_1ec\",\n        \"customer\": {\n            \"first_name\": \"John\",\n            \"last_name\": \"Doe\",\n            \"mobile\": \"+91-7044063694\",\n            \"mobile_code\": \"+91\",\n            \"email\": \"john.doe@example.com\"\n        },\n        \"seller\": {\n            \"name\": \"abc\",\n            \"code\": \"974\"\n        },\n        \"status\": \"accepted\",\n        \"source_hub\": {\n            \"name\": \"Dhruv Location Off\",\n            \"code\": \"locoff\",\n            \"type\": \"warehouse\"\n        },\n        \"destination_hub\": {\n            \"name\": \"Dhruv Location On\",\n            \"code\": \"locon\",\n            \"type\": \"warehouse\"\n        },\n        \"order_items\": [\n            {\n                \"sku_code\": \"6302592\",\n                \"quantity\": 2,\n                \"approved_quantity\": 2\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"Your-Webhook-URL","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"host":["Your-Webhook-URL"],"query":[],"variable":[]}},"response":[],"_postman_id":"8c731c56-557c-4285-86dc-7ad54cb1af1d"},{"name":"Stock Transfer Order Request Recieved Event","id":"ee2802b7-ff4a-45b8-8298-48dc42a5ae6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"webhook-secret-key","value":"<Auth Key for the Webhook>","type":"text"},{"key":"webhook-event","value":"order.stock_transfer_request.event","type":"text"},{"key":"content-type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"event_name\": \"sto.received.event\",\n    \"data\": {\n        \"sto_request_id\": \"sto_id_1ec\",\n        \"customer\": {\n            \"first_name\": \"John\",\n            \"last_name\": \"Doe\",\n            \"mobile\": \"+91-7044063694\",\n            \"mobile_code\": \"+91\",\n            \"email\": \"john.doe@example.com\"\n        },\n        \"seller\": {\n            \"name\": \"abc\",\n            \"code\": \"974\"\n        },\n        \"status\": \"accepted\",\n        \"source_hub\": {\n            \"name\": \"Dhruv Location Off\",\n            \"code\": \"locoff\",\n            \"type\": \"warehouse\"\n        },\n        \"destination_hub\": {\n            \"name\": \"Dhruv Location On\",\n            \"code\": \"locon\",\n            \"type\": \"warehouse\"\n        },\n        \"order_items\": [\n            {\n                \"sku_code\": \"6302592\",\n                \"quantity\": 2,\n                \"approved_quantity\": 2\n            }\n        ],\n        \"received_at\": \"2026-02-05T10:21:20.25Z\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"Your-Webhook-URL","description":"<blockquote>\n<p>Note: STO event webhooks are only triggered when the STO is generated by a sales channel.</p>\n</blockquote>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"host":["Your-Webhook-URL"],"query":[],"variable":[]}},"response":[],"_postman_id":"ee2802b7-ff4a-45b8-8298-48dc42a5ae6d"},{"name":"Delivery Zone Upsert event","id":"cf7be9c7-995b-44b8-a30a-d34ef5111718","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"webhook-secret-key","value":"<Auth Key for the Webhook>","type":"text"},{"key":"webhook-event","value":"delivery-zone.upsert.event","type":"text"},{"key":"content-type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"event_name\": \"delivery-zone.upsert.event\",\n  \"data\": {\n    \"name\": \"Package Delivery Zone 2\",\n    \"hub_code\": \"HUB00851\",\n    \"start_time\": 0,\n    \"end_time\": 0,\n    \"timezone\": \"Asia/Riyadh\",\n    \"precedence\": 2,\n    \"is_active\": true,\n    \"type\": \"eta_based\",\n    \"coordinates\": null\n  }\n}","options":{"raw":{"language":"json"}}},"url":"Your-Webhook-URL","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"host":["Your-Webhook-URL"],"query":[],"variable":[]}},"response":[],"_postman_id":"cf7be9c7-995b-44b8-a30a-d34ef5111718"},{"name":"GRN QC Event","id":"2512d38c-5e17-4fb1-9278-102f3f96263b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"webhook-secret-key","value":"<Auth Key for the Webhook>","type":"text"},{"key":"webhook-event","value":"grn.qc.event","type":"text"},{"key":"content-type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"event_name\": \"grn.qc.event\",\n  \"data\": {\n    \"entity_id\": \"PO-DE579-10\",\n    \"entity_type\": \"po\",\n    \"hub_id\": \"locon\",\n    \"hub_code\": \"locon\",\n    \"grn_details\": {\n      \"grn_id\": \"GRN-DE579-17\",\n      \"invoice_number\": \"09876543\",\n      \"gate_entry\": {\n        \"created_at\": \"Mar 26, 2026 07:11:07 AM\",\n        \"gate_entry_id\": \"GE-DE579-13\"\n      },\n      \"seller\": {\n        \"name\": \"abc\",\n        \"code\": \"974\"\n      },\n      \"supplier_code\": \"MT-819\",\n      \"supplier_name\": \"ABC\",\n      \"created_by\": \"Ishita Gupta\",\n      \"skus\": [\n        {\n          \"name\": \"ishita-testtttttttt\",\n          \"code\": \"jhgfcsdfy987654\",\n          \"total_items\": 11,\n          \"qc_passed_items\": 11,\n          \"qc_fail_items\": 0,\n          \"batch\": {\n            \"external_batch_id\": \"8700\",\n            \"manufacture_date\": \"2026-03-26T00:00:00Z\",\n            \"expiry_date\": \"2026-03-31T00:00:00Z\",\n            \"is_expired\": false,\n            \"is_near_expiry\": false\n          }\n        }\n      ],\n      \"destination_hub_code\": \"locon\",\n      \"sto_request_id\": \"\",\n      \"created_at\": \"Mar 26, 2026 07:11:13 AM\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"Your-Webhook-URL","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"host":["Your-Webhook-URL"],"query":[],"variable":[]}},"response":[],"_postman_id":"2512d38c-5e17-4fb1-9278-102f3f96263b"},{"name":"Master SKU Create Event","id":"db1c51ca-25b9-438d-bab8-dd46a6e4a5a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"webhook-secret-key","value":"<Auth Key for the Webhook>","type":"text"},{"key":"webhook-event","value":"sku.create.event","type":"text"},{"key":"content-type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"event_name\": \"sku.create.event\",\n    \"data\": [\n        {\n            \"name\": \"yttesvgv\",\n            \"type\": \"simple\",\n            \"product\": {\n                \"name\": \"yttesvgv\",\n                \"type\": \"simple\"\n            },\n            \"dimensions\": {\n                \"length\": {\n                    \"length\": 12,\n                    \"unit\": \"cm\"\n                },\n                \"breadth\": {\n                    \"breadth\": 23,\n                    \"unit\": \"cm\"\n                },\n                \"height\": {\n                    \"height\": 54,\n                    \"unit\": \"cm\"\n                }\n            },\n            \"seller_sku_code\": \"code123445643\",\n            \"status\": \"active\",\n            \"discount\": {},\n            \"currency\": \"SAR\",\n            \"created_by\": \"4508\",\n            \"updated_by\": \"4508\",\n            \"created_at\": \"2025-11-19T12:42:36.769Z\",\n            \"updated_at\": \"2025-11-19T12:42:36.768Z\",\n            \"weight\": {\n                \"value\": 0,\n                \"uom\": \"\"\n            },\n            \"number_of_pieces\": 1,\n            \"tax_inclusive\": {\n                \"selling_price\": true\n            },\n            \"tax_percentage\": {\n                \"selling_price\": 0\n            },\n            \"seller_code\": \"974\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"Your-Webhook-URL","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"host":["Your-Webhook-URL"],"query":[],"variable":[]}},"response":[],"_postman_id":"db1c51ca-25b9-438d-bab8-dd46a6e4a5a5"},{"name":"Master SKU Update Event","id":"3a5c6df2-7f89-491d-86b7-9e7ddd61e34e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"webhook-secret-key","value":"<Auth Key for the Webhook>","type":"text"},{"key":"webhook-event","value":"sku.update.event","type":"text"},{"key":"content-type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"event_name\": \"sku.update.event\",\n  \"data\": [\n    {\n      \"name\": \"testingggg\",\n      \"type\": \"simple\",\n      \"product\": {\n        \"name\": \"testingggg\",\n        \"type\": \"simple\"\n      },\n      \"dimensions\": {\n        \"length\": {\n          \"length\": 12,\n          \"unit\": \"cm\"\n        },\n        \"breadth\": {\n          \"breadth\": 23,\n          \"unit\": \"cm\"\n        },\n        \"height\": {\n          \"height\": 54,\n          \"unit\": \"cm\"\n        }\n      },\n      \"seller_sku_code\": \"ijkl\",\n      \"status\": \"active\",\n      \"discount\": {},\n      \"currency\": \"SAR\",\n      \"created_by\": \"4508\",\n      \"updated_by\": \"4508\",\n      \"created_at\": \"2025-11-19T06:09:38.35Z\",\n      \"updated_at\": \"2025-11-19T12:40:40.108Z\",\n      \"weight\": {\n        \"value\": 232343,\n        \"uom\": \"kg\"\n      },\n      \"number_of_pieces\": 1,\n      \"tax_inclusive\": {\n        \"selling_price\": true\n      },\n      \"tax_percentage\": {\n        \"selling_price\": 0\n      },\n      \"seller_code\": \"974\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"Your-Webhook-URL","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"host":["Your-Webhook-URL"],"query":[],"variable":[]}},"response":[],"_postman_id":"3a5c6df2-7f89-491d-86b7-9e7ddd61e34e"},{"name":"Purchase Order Update Event","id":"8385b532-882b-4f56-b925-3a104350173c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"webhook-secret-key","value":"<Auth Key for the Webhook>","type":"text"},{"key":"webhook-event","value":"purchase_order.update.event","type":"text"},{"key":"content-type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"event_name\": \"purchase_order.update.event\",\n  \"data\": {\n    \"id\": \"7001\",\n    \"tenant_id\": \"516\",\n    \"order_details\": {\n      \"quantity\": 21,\n      \"grn_pass_quantity\": 0,\n      \"grn_fail_quantity\": 0,\n      \"put_away_pass_quantity\": 0,\n      \"put_away_fail_quantity\": 0\n    },\n    \"seller\": {\n      \"name\": \"Chirag\",\n      \"code\": \"5917\",\n      \"phone\": \"7044063694\",\n      \"email\": \"shubhra@omniful.ai\"\n    },\n    \"display_id\": \"PO-SH1-3\",\n    \"supplier\": {\n      \"name\": \"Sourav\",\n      \"id\": 1131,\n      \"phone\": \"IN-+91-7044063694\",\n      \"email\": \"shubhra.ghosh@omniful.ai\"\n    },\n    \"status\": \"ordered\",\n    \"total_amount\": 336,\n    \"currency\": \"SAR\",\n    \"item_number\": 1,\n    \"remark\": \"test\",\n    \"purchase_order_items\": [\n      {\n        \"id\": 17264,\n        \"tenant_id\": \"516\",\n        \"seller_id\": \"1171\",\n        \"hub_id\": 1638,\n        \"purchase_order_id\": 7001,\n        \"sku\": {\n          \"name\": \"Smart LED TV\",\n          \"seller_sku_id\": \"66cc636e294e1257eca52fb3\",\n          \"seller_sku_code\": \"SKU-TV-123\",\n          \"attributes\": [\n            {\n              \"key\": \"Screen Size\",\n              \"value\": \"Variation 1\"\n            }\n          ],\n          \"package_type\": \"ea\"\n        },\n        \"quantity\": 21,\n        \"unit_price\": 16,\n        \"child_purchase_order_items\": [],\n        \"updated_at\": \"2025-02-13T04:50:22.532499Z\",\n        \"opened_quantity\": 0,\n        \"received_quantity\": 0\n      }\n    ],\n    \"total_purchase_order_items\": 1,\n    \"grn_details\": [],\n    \"expected_receiving_date\": [],\n    \"created_at\": \"2025-02-13T04:49:29.876166Z\",\n    \"created_by\": \"Store WB\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"Your-Webhook-URL","description":"<p>In the purchase order webhook payload, a maximum of 200 items will be included.</p>\n<p>If the purchase order contains more than 200 items, the remaining items must be retrieved using the APIs.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"host":["Your-Webhook-URL"],"query":[],"variable":[]}},"response":[],"_postman_id":"8385b532-882b-4f56-b925-3a104350173c"},{"name":"Purchase Order Create Event","id":"87a310be-4800-4a8d-ba2b-9cc964c2e236","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"webhook-secret-key","value":"<Auth Key for the Webhook>","type":"text"},{"key":"webhook-event","value":"purchase_order.create.event","type":"text"},{"key":"content-type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"event_name\": \"purchase_order.create.event\",\n  \"data\": {\n    \"id\": \"7001\",\n    \"tenant_id\": \"516\",\n    \"order_details\": {\n      \"quantity\": 1,\n      \"grn_pass_quantity\": 0,\n      \"grn_fail_quantity\": 0,\n      \"put_away_pass_quantity\": 0,\n      \"put_away_fail_quantity\": 0\n    },\n    \"seller\": {\n      \"name\": \"Chirag\",\n      \"code\": \"5917\",\n      \"phone\": \"7044063694\",\n      \"email\": \"shubhra@omniful.ai\"\n    },\n    \"display_id\": \"PO-SH1-3\",\n    \"supplier\": {\n      \"name\": \"Sourav\",\n      \"id\": 1131,\n      \"phone\": \"IN-+91-7044063694\",\n      \"email\": \"shubhra.ghosh@omniful.ai\"\n    },\n    \"status\": \"ordered\",\n    \"total_amount\": 0,\n    \"currency\": \"SAR\",\n    \"item_number\": 1,\n    \"remark\": \"Shubhra_test\",\n    \"purchase_order_items\": [\n      {\n        \"id\": 17264,\n        \"tenant_id\": \"516\",\n        \"seller_id\": \"1171\",\n        \"hub_id\": 1638,\n        \"purchase_order_id\": 7001,\n        \"sku\": {\n          \"name\": \"Smart LED TV\",\n          \"seller_sku_id\": \"66cc636e294e1257eca52fb3\",\n          \"seller_sku_code\": \"SKU-TV-123\",\n          \"attributes\": [\n            {\n              \"key\": \"Screen Size\",\n              \"value\": \"Variation 1\"\n            }\n          ],\n          \"package_type\": \"ea\"\n        },\n        \"quantity\": 1,\n        \"unit_price\": 0,\n        \"child_purchase_order_items\": [],\n        \"updated_at\": \"2025-02-13T04:49:29.880352Z\",\n        \"opened_quantity\": 0,\n        \"received_quantity\": 0\n      }\n    ],\n    \"total_purchase_order_items\": 1,\n    \"grn_details\": [],\n    \"expected_receiving_date\": [],\n    \"created_at\": \"2025-02-13T04:49:29.876166Z\",\n    \"created_by\": \"Store WB\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"Your-Webhook-URL","description":"<p>In the purchase order webhook payload, a maximum of 200 items will be included.</p>\n<p>If the purchase order contains more than 200 items, the remaining items must be retrieved using the APIs.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"host":["Your-Webhook-URL"],"query":[],"variable":[]}},"response":[],"_postman_id":"87a310be-4800-4a8d-ba2b-9cc964c2e236"},{"name":"Inventory Update Event","id":"52b14d49-1cec-42e2-845a-2717770018e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"webhook-secret-key","value":"<Auth Key for the Webhook>","type":"text"},{"key":"webhook-event","value":"inventory.update.event","type":"text"},{"key":"content-type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"event_name\": \"inventory.update.event\",\n    \"action\": \"dispose\",\n    \"entity\": \"inventory_adjustment\",\n    \"entity_identifier\": \"5013cd6673f6a825\",\n    \"reason\": \"Item broken\",\n    \"data\": [\n        {\n            \"hub_code\": \"LBH\",\n            \"seller_code\": \"9205\",\n            \"sku_code\": \"kt\",\n            \"quantity\": 603,\n            \"unlimited_quantity\": false,\n            \"quantity_on_hand\": 3858,\n            \"quantity_reserved\": 297,\n            \"uom\": \"ea\",\n            \"updated_at\": \"Dec 01, 2025 05:42:10 AM\",\n            \"updated_at_epoch\": 1764567730034333,\n            \"adjusted_quantity\": 2\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"Your-Webhook-URL","description":"<p><strong><code>entity_identifier</code></strong>, <strong><code>adjusted_quantity</code></strong> <strong>and</strong> <strong><code>reason</code></strong> are included only for inventory adjustment webhook events (conversion or dispose). These webhook events are triggered when a user performs an inventory adjustment in the Hub Operations app using the “Adjust Inventory” feature:</p>\n<ul>\n<li><p><strong>dispose</strong> — generated when a user disposes inventory.</p>\n</li>\n<li><p><strong>conversion</strong> — generated when a user marks inventory as failed.</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"host":["Your-Webhook-URL"],"query":[],"variable":[]}},"response":[],"_postman_id":"52b14d49-1cec-42e2-845a-2717770018e1"},{"name":"Return Order Create Event","id":"2db40b1d-a1c5-4667-a9c6-c3b24de93fcd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"webhook-secret-key","value":"<Auth Key for the Webhook>","type":"text"},{"key":"webhook-event","value":"return.order.create.event","type":"text"},{"key":"content-type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"event_name\": \"return.order.create.event\",\n    \"data\": {\n        \"return_order_id\": \"RO-13022025-FIGRA\",\n        \"return_request_id\": \"68616f6h1dq6f123a62bad54\",\n        \"external_return_request_id\": \"omniful_return_5\",\n        \"order_id\": \"test-omniful_65_28\",\n        \"seller_code\": \"5917\",\n        \"shipment\": {\n            \"shipment_created_at\": \"0001-01-01T00:00:00Z\",\n            \"order_delivered_at\": \"0001-01-01T00:00:00Z\",\n            \"order_shipped_at\": \"0001-01-01T00:00:00Z\",\n            \"delivery_status\": \"\"\n        },\n        \"hub_code\": \"HUB00851\",\n        \"order_items\": [\n            {\n                \"sku_code\": \"SKU-TV-123\",\n                \"return_quantity\": 1,\n                \"unit_price\": 699,\n                \"delivered_quantity\": 1,\n                \"return_reasons\": [\n                    {\n                        \"reason\": \"Damaged\",\n                        \"quantity\": 1\n                    }\n                ],\n                \"selling_price\": 699,\n                \"total\": 658.9,\n                \"discount\": 100,\n                \"tax\": 59.9,\n                \"tax_percent\": 10,\n                \"return_weight\": {\n                    \"Value\": 0,\n                    \"UOM\": \"ea\"\n                }\n            }\n        ],\n        \"delivered_quantity\": 1,\n        \"total_return_quantity\": 1,\n        \"oms_qc_status\": \"pending\",\n        \"refund_status\": \"pending\",\n        \"invoice\": {\n            \"sc_invoice_number\": \"\",\n            \"currency\": \"USD\",\n            \"subtotal\": 699,\n            \"shipping_tax\": 0,\n            \"sub_total_tax_inclusive\": false,\n            \"sub_total_discount_inclusive\": false,\n            \"shipping_tax_inclusive\": false,\n            \"shipping_discount_inclusive\": false,\n            \"tax\": 59.9,\n            \"discount\": 100,\n            \"total\": 358.9,\n            \"refunded_amounts\": null\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"Your-Webhook-URL","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"host":["Your-Webhook-URL"],"query":[],"variable":[]}},"response":[],"_postman_id":"2db40b1d-a1c5-4667-a9c6-c3b24de93fcd"},{"name":"Return Order Update Event","id":"76cff94f-c339-4ff0-bdc1-1fc1913f9159","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"webhook-secret-key","value":"<Auth Key for the Webhook>"},{"key":"webhook-event","value":"return.order.update.event"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"1642"}],"body":{"mode":"raw","raw":"{\n    \"event_name\": \"return.order.update.event\",\n    \"data\": {\n        \"return_order_id\": \"RO-19112025-UAKQB\",\n        \"return_request_id\": \"6914596a48caae94f0684348\",\n        \"external_return_request_id\": \"\",\n        \"type\": \"customer_return\",\n        \"order_id\": \"123456789\",\n        \"seller_code\": \"974\",\n        \"shipment\": {\n            \"shipment_created_at\": \"2025-11-19T14:32:39.716Z\",\n            \"order_delivered_at\": \"2025-11-19T14:32:51.544Z\",\n            \"order_shipped_at\": \"\",\n            \"awb_number\": \"2132122165\",\n            \"awb_label\": \"\",\n            \"tracking_url\": \"\",\n            \"delivery_status\": \"\",\n            \"shipping_partner_tag\": \"manual\",\n            \"shipping_partner_name\": \"Manual\",\n            \"shipping_partner\": \"\",\n            \"number_of_boxes\": 1,\n            \"weight\": 0,\n            \"remarks\": \"\",\n            \"courier_partner\": {\n                \"id\": 0,\n                \"name\": \"\",\n                \"tag\": \"\",\n                \"logo\": \"\"\n            },\n            \"shipping_account\": {\n                \"id\": \"\",\n                \"name\": \"\"\n            }\n        },\n        \"return_reason\": \"\",\n        \"hub_code\": \"locoff\",\n        \"order_items\": [\n            {\n                \"sku_code\": \"UT-TSHIRT-WHT-S-2\",\n                \"return_quantity\": 2,\n                \"returned_quantity\": 11,\n                \"unit_price\": 800,\n                \"delivered_quantity\": 28,\n                \"pass_quantity\": 0,\n                \"fail_quantity\": 0,\n                \"selling_price\": 800,\n                \"total\": 1760,\n                \"discount\": 0,\n                \"tax\": 160,\n                \"tax_percent\": 10,\n                \"return_weight\": {\n                    \"Value\": 0,\n                    \"UOM\": \"ea\"\n                }\n            }\n        ],\n        \"delivered_quantity\": 28,\n        \"returned_quantity\": 11,\n        \"total_return_quantity\": 2,\n        \"total_passed_quantity\": 0,\n        \"total_failed_quantity\": 0,\n        \"status\": \"return_to_origin\",\n        \"oms_qc_status\": \"pending\",\n        \"refund_status\": \"pending\",\n        \"invoice\": {\n            \"sc_invoice_number\": \"\",\n            \"currency\": \"SAR\",\n            \"subtotal\": 1600,\n            \"shipping_price\": 0,\n            \"shipping_refund\": 0,\n            \"shipping_tax\": 0,\n            \"sub_total_tax_inclusive\": false,\n            \"sub_total_discount_inclusive\": false,\n            \"shipping_tax_inclusive\": false,\n            \"shipping_discount_inclusive\": false,\n            \"tax\": 160,\n            \"tax_percent\": 0,\n            \"discount\": 0,\n            \"total\": 1760,\n            \"total_paid\": 0,\n            \"total_due\": 0,\n            \"payment_method\": \"\",\n            \"loyalty_discount\": 0,\n            \"total_refunded\": 0,\n            \"wallet_amount\": 0,\n            \"refunded_amounts\": null\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"Your-Webhook-URL","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"host":["Your-Webhook-URL"],"query":[],"variable":[]}},"response":[],"_postman_id":"76cff94f-c339-4ff0-bdc1-1fc1913f9159"},{"name":"Return Order QC Event","id":"0397fa91-ee9d-48de-884b-16c5c476d3ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"webhook-secret-key","value":"<Auth Key for the Webhook>","type":"text"},{"key":"webhook-event","value":"return.order.qc.event","type":"text"},{"key":"content-type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"event_name\": \"return.order.qc.event\",\n    \"data\": {\n        \"return_order_id\": \"RO-1123425-PIPSV\",\n        \"return_request_id\": \"\",\n        \"external_return_request_id\": \"\",\n        \"order_id\": \"ord_1234541235721\",\n        \"seller_code\": \"SC-321\",\n        \"shipment\": {\n            \"shipment_created_at\": \"2025-02-13T05:49:40.794Z\",\n            \"order_delivered_at\": \"0001-01-01T00:00:00Z\",\n            \"order_shipped_at\": \"0001-01-01T00:00:00Z\",\n            \"awb_number\": \"1234567890\",\n            \"awb_label\": \"https://courier.com/labels/1234567890.pdf\",\n            \"delivery_status\": \"\",\n            \"shipping_partner_tag\": \"manual\",\n            \"shipping_partner_name\": \"Manual\",\n            \"number_of_boxes\": 1\n        },\n        \"hub_code\": \"HUB00851\",\n        \"return_reason\": \"other_reason\",\n        \"order_items\": [\n            {\n                \"sku_code\": \"012451221822\",\n                \"return_quantity\": 1,\n                \"return_reason\": \"Other Reason\",\n                \"unit_price\": 99,\n                \"delivered_quantity\": 1,\n                \"pass_quantity\": 1,\n                \"fail_quantity\": 0,\n                \"selling_price\": 99,\n                \"total\": 99,\n                \"discount\": 0,\n                \"tax\": 0,\n                \"tax_percent\": 0,\n                \"return_weight\": {\n                    \"Value\": 0,\n                    \"UOM\": \"\"\n                }\n            }\n        ],\n        \"delivered_quantity\": 1,\n        \"returned_quantity\": 0,\n        \"total_return_quantity\": 1,\n        \"total_passed_quantity\": 1,\n        \"total_failed_quantity\": 0,\n        \"oms_qc_status\": \"completed\",\n        \"refund_status\": \"pending\",\n        \"invoice\": {\n            \"sc_invoice_number\": \"\",\n            \"currency\": \"AED\",\n            \"subtotal\": 99,\n            \"shipping_price\": 12,\n            \"shipping_refund\": 0,\n            \"shipping_tax\": 0,\n            \"sub_total_tax_inclusive\": false,\n            \"sub_total_discount_inclusive\": false,\n            \"shipping_tax_inclusive\": true,\n            \"shipping_discount_inclusive\": false,\n            \"tax\": 0,\n            \"tax_percent\": 0,\n            \"discount\": 0,\n            \"total\": 111,\n            \"total_paid\": 0,\n            \"total_due\": 111,\n            \"payment_method\": \"\",\n            \"loyalty_discount\": 0,\n            \"total_refunded\": 0,\n            \"wallet_amount\": 0,\n            \"refunded_amounts\": null\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"Your-Webhook-URL","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"host":["Your-Webhook-URL"],"query":[],"variable":[]}},"response":[],"_postman_id":"0397fa91-ee9d-48de-884b-16c5c476d3ff"},{"name":"Return Request Create Event","id":"06301a30-a0a3-4374-9a2e-dcbac9b76daa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"webhook-secret-key","value":"<Auth Key for the Webhook>","type":"text"},{"key":"webhook-event","value":"return.request.create.event","type":"text"},{"key":"content-type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"event_name\": \"return.request.create.event\",\n  \"data\": {\n    \"return_request_id\": \"omniful_return_5\",\n    \"return_request_number\": \"omniful_return_5\",\n    \"return_request_status\": \"new\",\n    \"order_id\": \"test-omniful_65_28\",\n    \"seller_code\": \"5917\",\n    \"hub_code\": \"HUB00851\",\n    \"order_items\": [\n      {\n        \"sku_code\": \"SKU-TV-123\",\n        \"return_quantity\": 1,\n        \"return_weight\": {\n          \"Value\": 0,\n          \"UOM\": \"\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"Your-Webhook-URL","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"host":["Your-Webhook-URL"],"query":[],"variable":[]}},"response":[],"_postman_id":"06301a30-a0a3-4374-9a2e-dcbac9b76daa"},{"name":"Return Request Approve Event","id":"2d2c4d74-9487-4d56-aa63-c713b1b5d957","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"webhook-secret-key","value":"<Auth Key for the Webhook>","type":"text"},{"key":"webhook-event","value":"return.request.approve.event","type":"text"},{"key":"content-type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"event_name\": \"return.request.approve.event\",\n  \"data\": {\n    \"return_request_id\": \"omniful_return_5\",\n    \"return_request_number\": \"omniful_return_5\",\n    \"return_request_status\": \"approved\",\n    \"order_id\": \"test-omniful_65_28\",\n    \"seller_code\": \"5917\",\n    \"hub_code\": \"HUB00851\",\n    \"order_items\": [\n      {\n        \"sku_code\": \"SKU-TV-123\",\n        \"return_quantity\": 1,\n        \"return_weight\": {\n          \"Value\": 0,\n          \"UOM\": \"\"\n        }\n      }\n    ]\n  }\n}\n","options":{"raw":{"language":"json"}}},"url":"Your-Webhook-URL","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"host":["Your-Webhook-URL"],"query":[],"variable":[]}},"response":[],"_postman_id":"2d2c4d74-9487-4d56-aa63-c713b1b5d957"},{"name":"Return Shipment Create event","id":"dc04a457-db75-4542-96f4-fa6ecb74abc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"webhook-secret-key","value":"<Auth Key for the Webhook>","type":"text"},{"key":"webhook-event","value":"return.shipment.create.event","type":"text"},{"key":"content-type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"event_name\": \"return.shipment.create.event\",\n  \"data\": {\n    \"return_order_id\": \"RO-13022025-FIGRA\",\n    \"return_request_id\": \"omniful_return_5\",\n    \"order_id\": \"test-omniful_65_28\",\n    \"seller_code\": \"5917\",\n    \"shipment\": {\n      \"shipment_created_at\": \"2025-02-13T05:49:40.794Z\",\n      \"order_delivered_at\": \"0001-01-01T00:00:00Z\",\n      \"order_shipped_at\": \"0001-01-01T00:00:00Z\",\n      \"awb_number\": \"1234567890\",\n      \"awb_label\": \"https://courier.com/labels/1234567890.pdf\",\n      \"delivery_status\": \"\",\n      \"shipping_partner_tag\": \"manual\",\n      \"shipping_partner_name\": \"Manual\",\n      \"number_of_boxes\": 1\n    },\n    \"hub_code\": \"HUB00851\",\n    \"order_items\": [\n      {\n        \"sku_code\": \"SKU-TV-123\",\n        \"return_quantity\": 1,\n        \"unit_price\": 699,\n        \"delivered_quantity\": 1,\n        \"return_reasons\": [\n          {\n            \"reason\": \"Damaged\",\n            \"quantity\": 1\n          }\n        ],\n        \"selling_price\": 699,\n        \"total\": 658.9,\n        \"discount\": 100,\n        \"tax\": 59.9,\n        \"return_weight\": {\n          \"Value\": 0,\n          \"UOM\": \"ea\"\n        }\n      }\n    ],\n    \"delivered_quantity\": 1,\n    \"total_return_quantity\": 1,\n    \"oms_qc_status\": \"pending\",\n    \"refund_status\": \"pending\",\n    \"invoice\": {\n      \"sc_invoice_number\": \"\",\n      \"currency\": \"USD\",\n      \"subtotal\": 699,\n      \"shipping_tax\": 0,\n      \"sub_total_tax_inclusive\": false,\n      \"sub_total_discount_inclusive\": false,\n      \"shipping_tax_inclusive\": false,\n      \"shipping_discount_inclusive\": false,\n      \"tax\": 59.9,\n      \"discount\": 100,\n      \"total\": 358.9,\n      \"refunded_amounts\": null\n    }\n  }\n}\n","options":{"raw":{"language":"json"}}},"url":"Your-Webhook-URL","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"host":["Your-Webhook-URL"],"query":[],"variable":[]}},"response":[],"_postman_id":"dc04a457-db75-4542-96f4-fa6ecb74abc7"}],"id":"3cd8c4e8-1fcd-442a-9ffe-c2c77c5b546a","description":"<h1 id=\"📌-webhook-payload-reference\"><strong>📌 Webhook Payload Reference</strong></h1>\n<h2 id=\"overview\"><strong>Overview</strong></h2>\n<p>This section provides <strong>sample webhook payloads</strong> for all available webhooks. You can refer to these payloads to understand the structure and expected data for each event.</p>\n<h2 id=\"🔹-how-to-use\"><strong>🔹 How to Use</strong></h2>\n<ul>\n<li><p>Review the sample webhook payloads to understand the data format.</p>\n</li>\n<li><p>Use them as a reference when setting up webhook listeners in your system.</p>\n</li>\n<li><p>Ensure your application can handle incoming webhook requests and parse the payload accordingly.</p>\n</li>\n</ul>\n<p>For detailed webhook event descriptions and payload samples, refer to the following Documentation. 🚀</p>\n<h2 id=\"🔐-custom-headers\">🔐 Custom Headers</h2>\n<p>Custom HTTP headers can be added to webhook events to support advanced use cases such as authentication, request routing, or internal tracking.</p>\n<h3 id=\"✨-key-capabilities\">✨ Key Capabilities</h3>\n<ul>\n<li><p>Add <strong>up to 2 custom headers</strong> per webhook event</p>\n</li>\n<li><p>Each header consists of a <strong>key–value</strong> pair</p>\n</li>\n<li><p>These headers are sent with every webhook request for the configured event</p>\n</li>\n</ul>\n<h3 id=\"📏-constraints\">📏 Constraints</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Limit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Maximum custom headers</td>\n<td><strong>2</strong></td>\n</tr>\n<tr>\n<td>Header key max length</td>\n<td><strong>50 characters</strong></td>\n</tr>\n<tr>\n<td>Header value max length</td>\n<td><strong>4500 characters</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"🚫-restricted-header-keys\">🚫 Restricted Header Keys</h3>\n<p>For security and system integrity reasons, <strong>custom header keys must NOT use any of the following reserved headers</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-text\">x-omniful-request-id\nx-omniful-channel-name\nwebhook-secret-key\nwebhook-event\ntracestate\ntraceparent\nnewrelic\n</code></pre>\n<p>📘 Status Code Reference (order_status)</p>\n<h3 id=\"✅-order-status-codes\">✅ Order Status Codes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status Label</th>\n<th>Status Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>On Hold</td>\n<td><code>on_hold</code></td>\n</tr>\n<tr>\n<td>Hub Assigned</td>\n<td><code>hub_assigned</code></td>\n</tr>\n<tr>\n<td>New Order</td>\n<td><code>new_order</code></td>\n</tr>\n<tr>\n<td>Picked</td>\n<td><code>picked</code></td>\n</tr>\n<tr>\n<td>Packed</td>\n<td><code>packed</code></td>\n</tr>\n<tr>\n<td>Ready To Ship</td>\n<td><code>ready_to_ship</code></td>\n</tr>\n<tr>\n<td>Shipped</td>\n<td><code>shipped</code></td>\n</tr>\n<tr>\n<td>Delivered</td>\n<td><code>delivered</code></td>\n</tr>\n<tr>\n<td>Cancelled</td>\n<td><code>cancelled</code></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"🔁-return-status-codes\">🔁 Return Status Codes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status Label</th>\n<th>Status Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>New Return Request</td>\n<td><code>new_return_request</code></td>\n</tr>\n<tr>\n<td>Return Request Approved</td>\n<td><code>return_request_approved</code></td>\n</tr>\n<tr>\n<td>Return Request Rejected</td>\n<td><code>return_request_rejected</code></td>\n</tr>\n<tr>\n<td>Return Order Initiated</td>\n<td><code>return_initiated</code></td>\n</tr>\n<tr>\n<td>Return Shipment Created</td>\n<td><code>return_shipment_created</code></td>\n</tr>\n<tr>\n<td>Return Order Arrived At Hub</td>\n<td><code>return_order_arrived_at_hub</code></td>\n</tr>\n<tr>\n<td>Return Order QC Processed</td>\n<td><code>return_order_qc_processed</code></td>\n</tr>\n<tr>\n<td>Return Order Picked Up</td>\n<td><code>return_order_picked_up</code></td>\n</tr>\n<tr>\n<td>Return Order Cancelled</td>\n<td><code>return_order_cancelled</code></td>\n</tr>\n<tr>\n<td>Return Order Completed</td>\n<td><code>return_order_completed</code></td>\n</tr>\n<tr>\n<td>Return To Origin</td>\n<td><code>return_to_origin</code></td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"3cd8c4e8-1fcd-442a-9ffe-c2c77c5b546a","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}}},{"name":"Get Webhooks","id":"227aba2a-123c-4230-b83e-5dadbf41c99d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[],"url":"{{base_url}}/sales-channel/public/v1/webhooks","urlObject":{"path":["sales-channel","public","v1","webhooks"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"5612f532-aced-4793-9a9a-1cf9d7efdf10","name":"Get Webhooks","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/sales-channel/public/v1/webhooks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 24 Oct 2024 12:07:21 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"60d5675a-86db-4615-85d9-30b09c604619"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8d79d893fcb420c0-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": [\n        {\n            \"topic\": \"product_webhook\",\n            \"webhook_url\": \"https://webhook.site/e229dfa0-66f6-4be8-8cd4-e95674888431\",\n            \"is_enable\": true\n        },\n        {\n            \"topic\": \"inventory_webhook\",\n            \"webhook_url\": \"https://webhook.site/e229dfa0-66f6-4be8-8cd4-e95674888431\",\n            \"is_enable\": true\n        },\n        {\n            \"topic\": \"delivery_zone_webhook\",\n            \"webhook_url\": \"https://webhook.site/e229dfa0-66f6-4be8-8cd4-e95674888431\",\n            \"is_enable\": true\n        },\n        {\n            \"topic\": \"purchase_order_webhook\",\n            \"webhook_url\": \"https://webhook.site/e229dfa0-66f6-4be8-8cd4-e95674888431\",\n            \"is_enable\": true\n        },\n        {\n            \"topic\": \"shipment_order_webhook\",\n            \"webhook_url\": \"https://webhook.site/e229dfa0-66f6-4be8-8cd4-e95674888431\",\n            \"is_enable\": true\n        },\n        {\n            \"topic\": \"stock_transfer_request_webhook\",\n            \"webhook_url\": \"https://webhook.site/f5f745f0-d687-4e14-80ab-1c892d9868f5\",\n            \"is_enable\": true\n        },\n        {\n            \"topic\": \"inwarding_webhook\",\n            \"webhook_url\": \"https://omniful.ai\",\n            \"is_enable\": false\n        },\n        {\n            \"topic\": \"order_webhook\",\n            \"webhook_url\": \"https://webhook.site/a4f463b3-4e18-4071-bac2-3249e2270499\",\n            \"is_enable\": true\n        }\n    ],\n    \"meta\": null\n}"}],"_postman_id":"227aba2a-123c-4230-b83e-5dadbf41c99d"},{"name":"Register Webhooks","id":"cbec6555-d1c7-4cdd-8dfa-274258509c82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n    {\n        \"topic\": \"inwarding_webhook\",\n        \"webhook_url\": \"https://omniful.ai\",\n        \"is_enable\": false,\n        \"custom_headers\": [\n            {\n                \"key\": \"X-AUTH-TOKEN\",\n                \"value\": \"New_token\"\n            }\n        ]\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/webhooks","description":"<p><strong>Description:</strong> This endpoint allows clients to add or update webhook configurations for various topics. Each topic corresponds to a specific webhook type defined in the system.</p>\n<p><strong>Request Body:</strong></p>\n<p>The request body should be a JSON object containing the following fields:</p>\n<ul>\n<li><p><strong>topic</strong>: A string representing the webhook topic. This must match one of the predefined webhook types.</p>\n</li>\n<li><p><strong>webhook_url</strong>: A string containing the URL where the webhook notifications should be sent.</p>\n</li>\n<li><p><strong>is_enable</strong>: A boolean indicating whether the webhook is enabled or not.</p>\n</li>\n</ul>\n<p><strong>Valid Topics:</strong></p>\n<ul>\n<li><p><code>order_webhook</code></p>\n</li>\n<li><p><code>product_webhook</code></p>\n</li>\n<li><p><code>inventory_webhook</code></p>\n</li>\n<li><p><code>delivery_zone_webhook</code></p>\n</li>\n<li><p><code>purchase_order_webhook</code></p>\n</li>\n<li><p><code>shipment_order_webhook</code></p>\n</li>\n<li><p><code>stock_transfer_request_webhook</code></p>\n</li>\n<li><p><code>inwarding_webhook</code></p>\n</li>\n</ul>\n","urlObject":{"path":["sales-channel","public","v1","webhooks"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"d9c00e7f-f440-4135-9d02-549080bb653f","name":"Upsert Webhooks","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n    {\n        \"topic\": \"inwarding_webhook\",\n        \"webhook_url\": \"https://omniful.ai\",\n        \"is_enable\": false,\n        \"custom_headers\": [\n            {\n                \"key\": \"X-AUTH-TOKEN\",\n                \"value\": \"New_token\"\n            }\n        ]\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/webhooks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 24 Oct 2024 12:06:59 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"f176be7a-afde-4086-985b-fbe853182922"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8d79d80a8db7c9b5-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"status\": \"Success: The webhook configurations were successfully updated.\"\n    },\n    \"meta\": null\n}"}],"_postman_id":"cbec6555-d1c7-4cdd-8dfa-274258509c82"}],"id":"4a1579c9-eef7-43ee-a0a7-ff4ef3305cdf","_postman_id":"4a1579c9-eef7-43ee-a0a7-ff4ef3305cdf","description":"","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}}},{"name":"Seller Integrations","item":[{"name":"Get Seller Integrations","id":"6a2f1cda-2119-4967-8ca8-d0db0a6935a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/sales-channel/public/v1/channels/integrations?page=1&per_page=10","description":"<p>Fetches all the stores integrated with the seller’s account, including metadata like platform type, store name, and activation status.</p>\n<p><strong>📘 Response Object</strong></p>\n<p><strong>IntegratedStore Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>integration_id</td>\n<td>String</td>\n<td>Unique identifier for the store integration.</td>\n</tr>\n<tr>\n<td>tag</td>\n<td>String</td>\n<td>Type of integration (e.g., shopify, custom).</td>\n</tr>\n<tr>\n<td>store_entity</td>\n<td>String</td>\n<td>Store-specific identifier on the platform (if any).</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>Store name given by the seller.</td>\n</tr>\n<tr>\n<td>is_active</td>\n<td>Boolean</td>\n<td>Indicates if the store integration is currently active.</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp when the store integration was created.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Meta Object</strong></em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>current_page</td>\n<td>Integer</td>\n<td>Current page in pagination.</td>\n</tr>\n<tr>\n<td>per_page</td>\n<td>Integer</td>\n<td>Number of records per page.</td>\n</tr>\n<tr>\n<td>last_page</td>\n<td>Integer</td>\n<td>Last page number.</td>\n</tr>\n<tr>\n<td>total</td>\n<td>Integer</td>\n<td>Total number of integrated stores.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"path":["sales-channel","public","v1","channels","integrations"],"host":["{{base_url}}"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"10"}],"variable":[]}},"response":[{"id":"e02aa5ae-a332-4751-b3a3-c532d4eb48d3","name":"Get Integrated Stores","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NTcxNTQwMjEsImp0aSI6IjNjNWM4MjJmLTBiNzItNDQxNy04ZDQ3LTUzYjQxNzU1NDM0NCIsInVzZXJfZGV0YWlscyI6eyJTZWxsZXJTYWxlc0NoYW5uZWxJRCI6Nzg3LCJTZWxsZXJJRCI6IjExNyIsIlRlbmFudElEIjoiMyIsIlVzZXJJRCI6IjQ2OTEiLCJVc2VyTmFtZSI6IkFudXBhbSBLdW1hciBHdXB0YSIsIlJhdGVMaW1pdERldGFpbHMiOnsiRW5hYmxlZCI6dHJ1ZSwiUmVxdWVzdHNQZXJNaW51dGUiOjYwfX0sInRva2VuX3R5cGUiOiJCZWFyZXIifQ.dmusiQVq5To91pBeX-4msYyLSCnml8_5BR_9Q-ozIS-i-sfEXhcdTgAoTXu9nzFD9ZeQ2IS_82woT0-cQz9vahRex2mgAygBhLv60a0dJ23lCfByoP6qnHnJ1pRZTsonGeFJTpGdjXjufPIe5zFaqhvLQTemApcfAiHLUfiLGIrc9OjkX9rJJtWnFy3LIuiokOF9p7d1QqL47i-w1kJJf2ofx-pkdJ-FGvA_EZu1fcGi3q95wea6JhWCifTqpjIVouWlkJta_DOH5y-wMv7FVEs8V1j5T-cYD2sRz0Nk5-FN64vGHpSxM9Wc_PVEe8EuiJMRbZpEw5K9aJrai3tPET3GR99HRlXf528GYxxiYXwave7oZkpGh3-hAFJKC3UXjdITED5mIu8IAGa1FcsKYV0TaQmx_ciKfS9rza1Y0UDQgCyKOAZTWwOa1w73RibHHbfuYwBMcadNKlWqCmcdN0G1eH9VnatjVS2tAyDl7oXCF40lqzgewNXTynXf5vpMl_HPg78zUKeKLxVruKdUG1NVShbJbwM0FUn6SBNdv9ATQDtLsbXYhigbVB_SOmFXpallF3_e_hVJs-bZ89p0URURheVMascGzzh07eDtzSkuUwCc1Cpn5chK8nFYkV-63u3Q9AeH4De0CIB1jPCxeGISOXZiSsR1msqYNDzYgBo"}],"url":"https://prodapi.omniful.com/sales-channel/public/v1/channels/integrations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 05 Sep 2025 12:49:57 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"x-omniful-request-id","value":"88e958d1-cad9-4d21-9fb0-3130a4439c41"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"97a5d97b185c5984-DEL"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": [\n        {\n            \"integration_token\": \"a1f2d898-60f5-4d82-9e52-b1902c269e4f\",\n            \"name\": \"api\",\n            \"sales_channel_name\": \"Custom\",\n            \"sales_channel_tag\": \"custom\",\n            \"is_active\": true\n        },\n        {\n            \"integration_token\": \"151e21f1-2e36-4c1e-8287-71a1f23bea5f\",\n            \"name\": \"happy\",\n            \"sales_channel_name\": \"Custom\",\n            \"sales_channel_tag\": \"custom\",\n            \"is_active\": true\n        },\n        {\n            \"integration_token\": \"5b0b15ef-d37c-4401-bd5e-faaa8f7a490a\",\n            \"name\": \"HYPERNEST\",\n            \"sales_channel_name\": \"Shopify\",\n            \"sales_channel_tag\": \"shopify\",\n            \"is_active\": false\n        },\n        {\n            \"integration_token\": \"b5d45113-3df4-40d3-befe-e21c97c6667c\",\n            \"name\": \"srv-testing\",\n            \"sales_channel_name\": \"Shopify\",\n            \"sales_channel_tag\": \"shopify\",\n            \"is_active\": true\n        },\n        {\n            \"integration_token\": \"9928b59b-2e3b-47a9-813c-f89372ab551a\",\n            \"name\": \"test-tg11\",\n            \"sales_channel_name\": \"Shopify\",\n            \"sales_channel_tag\": \"shopify\",\n            \"is_active\": true\n        },\n        {\n            \"integration_token\": \"12ae0059-a077-4130-8163-85e0ed229292\",\n            \"name\": \"Zid App Market store\",\n            \"sales_channel_name\": \"Zid\",\n            \"sales_channel_tag\": \"zid\",\n            \"is_active\": false\n        }\n    ],\n    \"meta\": {\n        \"current_page\": 1,\n        \"per_page\": 20,\n        \"last_page\": 1,\n        \"total\": 6\n    }\n}"}],"_postman_id":"6a2f1cda-2119-4967-8ca8-d0db0a6935a3"},{"name":"Get Seller Integration by Token","id":"228c34b8-706e-46a6-9f64-beaf20c7b68c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/sales-channel/public/v1/channels/integrations/:integration_token","description":"<p>Fetches detailed information of a specific store integration using the integration_id.</p>\n<p><strong>🔸 Path Variable</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Variable</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>integration_id</td>\n<td>String</td>\n<td>Unique identifier of the integrated store</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>📘 Response Object</strong></p>\n<p><strong>IntegratedStore Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>integration_id</td>\n<td>String</td>\n<td>Unique identifier for the store integration.</td>\n</tr>\n<tr>\n<td>tag</td>\n<td>String</td>\n<td>Type of integration (e.g., shopify, custom).</td>\n</tr>\n<tr>\n<td>store_entity</td>\n<td>String</td>\n<td>Store-specific identifier on the platform (if any).</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>Store name given by the seller.</td>\n</tr>\n<tr>\n<td>is_active</td>\n<td>Boolean</td>\n<td>Indicates if the store integration is currently active.</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp when the store integration was created.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"path":["sales-channel","public","v1","channels","integrations",":integration_token"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"5b0b15ef-d37c-4401-bd5e-faaa8f7a490a","key":"integration_token"}]}},"response":[{"id":"54033f51-9b94-4316-ada1-561610279837","name":"Get Integrated Store","originalRequest":{"method":"GET","header":[],"url":"https://prodapi.omniful.com/sales-channel/public/v1/channels/integrations/5b0b15ef-d37c-4401-bd5e-faaa8f7a490a"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 05 Sep 2025 12:51:57 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"x-omniful-request-id","value":"1343e0bb-a4dc-4840-99ac-134437fb7ce6"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"97a5dc692f4a5984-DEL"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"integration_token\": \"5b0b15ef-d37c-4401-bd5e-faaa8f7a490a\",\n        \"name\": \"HYPERNEST\",\n        \"sales_channel_name\": \"Shopify\",\n        \"sales_channel_tag\": \"shopify\",\n        \"is_active\": false\n    },\n    \"meta\": null\n}"}],"_postman_id":"228c34b8-706e-46a6-9f64-beaf20c7b68c"}],"id":"4e714065-98d8-4fb7-8a53-d37739760c94","description":"<p>This folder includes APIs to fetch all integrated stores for a seller and retrieve detailed store information by store ID. Useful for listing and managing integrations with platforms like Shopify, WooCommerce, or custom setups.</p>\n","_postman_id":"4e714065-98d8-4fb7-8a53-d37739760c94","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}}},{"name":"Courier Partners","item":[{"name":"Get Courier Partners","id":"53aa9d12-3525-42b0-b430-c5021084b9f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/sales-channel/public/v1/courier_partners","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"path":["sales-channel","public","v1","courier_partners"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p>Page number of response</p>\n","type":"text/plain"},"key":"page","value":"1"},{"disabled":true,"description":{"content":"<p>Number of responses per page</p>\n","type":"text/plain"},"key":"per_page","value":"10"},{"disabled":true,"description":{"content":"<p>Unique identifier of Courier Partner</p>\n","type":"text/plain"},"key":"tag","value":"atheryoun"},{"disabled":true,"description":{"content":"<p>Name filter of the courier partner</p>\n","type":"text/plain"},"key":"name","value":"a"}],"variable":[]}},"response":[{"id":"5a6de532-0549-4c48-8477-84d15c8a7721","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://prodapi.omniful.com/sales-channel/public/v1/courier_partners?page=1&per_page=10&tag=atheryoun&name=a","protocol":"https","host":["prodapi","omniful","com"],"path":["sales-channel","public","v1","courier_partners"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"10"},{"key":"tag","value":"atheryoun"},{"key":"name","value":"a"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Mon, 06 Oct 2025 10:13:31 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"d14b0e9e-ab46-4929-a20e-c1ea9dc9eeeb"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Content-Encoding","value":"br"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"98a462f5fe117fb6-MAA"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": [\n        {\n            \"name\": \"Atheryoun\",\n            \"tag\": \"atheryoun\",\n            \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/courier-partner/atheryoun-logo.jpg\",\n            \"status\": \"active\"\n        }\n    ],\n    \"meta\": {\n        \"current_page\": 1,\n        \"last_page\": 1,\n        \"per_page\": 10,\n        \"total\": 1\n    }\n}"}],"_postman_id":"53aa9d12-3525-42b0-b430-c5021084b9f9"}],"id":"13790b66-9718-4f20-b8e7-6a059ae36762","_postman_id":"13790b66-9718-4f20-b8e7-6a059ae36762","description":"","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}}},{"name":"Retrieve Access Token","id":"69494a2b-6c76-428c-9408-26206651faf9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"refresh_token\": \"\",        // Your refresh token from the Dashboard\n    \"client_id\": \"\",            // Your client ID from the Dashboard\n    \"client_secret\": \"\",        // Your client secret from the Dashboard\n    \"grant_type\": \"refresh_token\"\n}\n","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/token","description":"<p>This API allows you to obtain a new access token and refresh token using a refresh token grant type. Access tokens are short-lived tokens that grant access to specific resources or actions within an API, while refresh tokens are used to request new access tokens without requiring the user to re-authenticate.</p>\n<p>Upon sending this request to the Omniful API, you will receive a response containing the new access token and refresh token, which you can then use to access protected resources and perform authorized actions on behalf of the authenticated user.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"path":["sales-channel","public","v1","token"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"69494a2b-6c76-428c-9408-26206651faf9"}],"id":"66865a26-649e-4d85-8302-febff8568103","description":"<p>The APIs and Webhooks in this section are designed to <strong>Create, Read, Update,</strong> or <strong>Delete</strong> data related to a seller and their custom sales channel applications. These endpoints provide seamless integration capabilities, allowing sellers to manage their products, orders, inventory, and other key business operations within the Omniful platform.</p>\n<p><strong>Note:</strong> For all operations in the <strong>KSA region</strong>, the <code>national_address_code</code> field <strong>must be included</strong> inside every request’s address object. This is mandatory across all APIs in this folder.</p>\n<h3 id=\"⚡-rate-limiting\"><strong>⚡ Rate Limiting</strong></h3>\n<p>To ensure <strong>fair usage and performance stability</strong>, Omniful APIs have a default rate limit of:</p>\n<p>✅ <strong>60 requests per minute</strong></p>\n<p>📌 <em><strong>Exceeding the limit may result in temporary API restrictions.</strong></em></p>\n<p>Refer to the API documentation below for <strong>detailed endpoints and usage guidelines</strong>. 🚀</p>\n","_postman_id":"66865a26-649e-4d85-8302-febff8568103","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}}},{"name":"Tenant APIs","item":[{"name":"Seller","item":[{"name":"Get Sellers","id":"bde2bc2c-352d-426d-8afc-f307ae733161","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/sales-channel/public/v1/tenants/sellers?page=1&per_page=10&is_active=true&include_all_sellers=true","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>Retrieves a paginated list of sellers belonging to the tenant. Use this endpoint when you need to fetch sellers by filters such as seller code, name, or email.</p>\n<hr />\n<h2 id=\"parameters\"><strong>Parameters</strong></h2>\n<h3 id=\"query-parameters\"><strong>Query Parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>page</code></td>\n<td>integer</td>\n<td>True</td>\n<td><code>1</code></td>\n</tr>\n<tr>\n<td><code>per_page</code></td>\n<td>integer</td>\n<td>True</td>\n<td><code>10</code></td>\n</tr>\n<tr>\n<td><code>email</code></td>\n<td>string</td>\n<td>False</td>\n<td><code>store@saudielectronics.com</code></td>\n</tr>\n<tr>\n<td><code>seller_codes</code></td>\n<td>array[string]</td>\n<td>False</td>\n<td><code>seller_codes=GP-803&amp;seller_codes=SG-333</code></td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>string</td>\n<td>False</td>\n<td><code>Saudi</code></td>\n</tr>\n<tr>\n<td><code>is_active</code></td>\n<td>boolean</td>\n<td>False</td>\n<td><code>true</code></td>\n</tr>\n<tr>\n<td><code>include_all_sellers</code></td>\n<td>boolean</td>\n<td>False</td>\n<td><code>true</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"filters--pagination\"><strong>Filters &amp; Pagination</strong></h2>\n<ul>\n<li><p><strong>Filters supported:</strong> <code>email</code>, <code>seller_codes</code>, <code>name</code>, <code>is_active</code></p>\n</li>\n<li><p><strong>Sorting:</strong> Not supported</p>\n</li>\n<li><p><strong>Pagination behavior:</strong></p>\n<ul>\n<li><p><code>page</code> + <code>per_page</code> , Where <code>page</code> represents the page number of response and <code>per_page</code> represents number of response items per page.</p>\n</li>\n<li><p>Response includes pagination metadata: <code>current_page</code>, <code>last_page</code>, <code>per_page</code>, <code>total</code></p>\n</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"path":["sales-channel","public","v1","tenants","sellers"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p>Page number of response</p>\n","type":"text/plain"},"key":"page","value":"1"},{"disabled":true,"description":{"content":"<p>Filter sellers by email.</p>\n","type":"text/plain"},"key":"email","value":"store@saudielectronics.com"},{"disabled":true,"description":{"content":"<p>Filter by one or more seller codes.</p>\n","type":"text/plain"},"key":"seller_codes","value":"GP-803"},{"disabled":true,"description":{"content":"<p>Filter by one or more seller codes.</p>\n","type":"text/plain"},"key":"seller_codes","value":"SG-333"},{"disabled":true,"description":{"content":"<p>Filter sellers by name.</p>\n","type":"text/plain"},"key":"name","value":"Saudi"},{"description":{"content":"<p>Number of responses per page</p>\n","type":"text/plain"},"key":"per_page","value":"10"},{"description":{"content":"<p>This filter only works when include_all_sellers is enabled</p>\n","type":"text/plain"},"key":"is_active","value":"true"},{"description":{"content":"<p>If this key is enabled, reponse will include both active and inactive sellers</p>\n","type":"text/plain"},"key":"include_all_sellers","value":"true"}],"variable":[]}},"response":[{"id":"6cafa5af-c11d-4140-8042-22ad2fccfbf5","name":"Get Sellers","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/sales-channel/public/v1/tenants/sellers?page=1&per_page=10","host":["{{base_url}}"],"path":["sales-channel","public","v1","tenants","sellers"],"query":[{"key":"page","value":"1","description":"Page number for pagination."},{"key":"email","value":"store@saudielectronics.com","description":"Filter sellers by email.","disabled":true},{"key":"seller_codes","value":"GP-803","description":"Filter by one or more seller codes.","disabled":true},{"key":"seller_codes","value":"SG-333","description":"Filter by one or more seller codes.","disabled":true},{"key":"name","value":"Saudi","description":"Filter sellers by name.","disabled":true},{"key":"per_page","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 Feb 2025 07:45:42 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"2f1d9ba0-3daa-4c06-8474-e53b3784515e"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"913c662f89cad6b7-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": [\n        {\n            \"guid\": \"01HVQTFQB0GR0R7A19QJPXAKZQ\",\n            \"name\": \"amar\",\n            \"phone\": \"3156545852\",\n            \"email\": \"amar@gmail.com\",\n            \"code\": \"45654\",\n            \"is_active\": true,\n            \"address\": {\n                \"country\": {\n                    \"name\": \"Bahrain\",\n                    \"code\": \"BH\"\n                },\n                \"state\": {\n                    \"name\": \"Bahrain\",\n                    \"code\": \"BH\"\n                },\n                \"city\": {\n                    \"name\": \"A'ali\"\n                },\n                \"postal_code\": \"\",\n                \"latitude\": 0,\n                \"longitude\": 0,\n                \"address_line1\": \"Peshawar\",\n                \"address_line2\": \"Hayatabad\",\n                \"national_address_code\": \"\",\n                \"created_at\": \"2024-04-18T05:22:19.629151Z\",\n                \"created_by\": \"589\",\n                \"updated_at\": \"2024-04-18T05:22:19.629151Z\",\n                \"updated_by\": \"\",\n                \"deleted_at\": null\n            },\n            \"created_at\": \"2024-04-18T05:22:19.621933Z\",\n            \"created-by\": \"Demo 3PL\",\n            \"updated_at\": \"2024-04-18T05:22:19.633815Z\",\n            \"updated_by\": \"Demo 3PL\"\n        }\n    ],\n    \"meta\": {\n        \"current_page\": 1,\n        \"last_page\": 453,\n        \"per_page\": 1,\n        \"total\": 453\n    }\n}"}],"_postman_id":"bde2bc2c-352d-426d-8afc-f307ae733161"},{"name":"Get Single Seller","id":"62b1cdfd-16af-4a6a-b397-627827b62ce8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>Retrieves details of a single seller belonging to the tenant. Use this endpoint when you need to fetch a seller using their <code>seller_code</code>.</p>\n<hr />\n<h2 id=\"parameters\"><strong>Parameters</strong></h2>\n<h3 id=\"query-parameters\"><strong>Query Parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>seller_code</code></td>\n<td>string</td>\n<td>True</td>\n<td><code>seller_codes=GP-803</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"path":["sales-channel","public","v1","tenants","sellers",":seller_code"],"host":["{{base_url}}"],"query":[],"variable":[{"description":{"content":"<p>The unique seller code used to fetch details of a specific seller.</p>\n","type":"text/plain"},"type":"any","value":"DL-048","key":"seller_code"}]}},"response":[{"id":"d3e65f6b-e016-4f7d-b5ce-a0d7c868df96","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code","host":["{{base_url}}"],"path":["sales-channel","public","v1","tenants","sellers",":seller_code"],"variable":[{"key":"seller_code","value":"Test-hj","description":"The unique seller code used to fetch details of a specific seller."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 Feb 2025 05:00:32 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"3e817a68-e5d3-4227-a053-2f30a9056edd"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"913b743cb86007d5-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"guid\": \"01KC64R46N4CC4RYZSEFA8JD9F\",\n        \"name\": \"Saudi Electronics Store\",\n        \"phone\": \"501234567\",\n        \"email\": \"wew@saudielectronics.com\",\n        \"code\": \"Test-hj\",\n        \"address\": {\n            \"country\": {\n                \"name\": \"Saudi Arabia\",\n                \"code\": \"SA\"\n            },\n            \"state\": {\n                \"name\": \"Riyadh Region\",\n                \"code\": \"01\"\n            },\n            \"city\": {\n                \"name\": \"Riyadh\"\n            },\n            \"postal_code\": \"12214\",\n            \"latitude\": 0,\n            \"longitude\": 0,\n            \"address_line1\": \"King Fahd Road\",\n            \"address_line2\": \"Al Olaya District\",\n            \"national_address_code\": \"code\",\n            \"created_at\": \"2025-12-11T07:24:30.313992Z\",\n            \"created_by\": \"4508\",\n            \"updated_at\": \"2025-12-11T07:25:24.437864Z\",\n            \"updated_by\": \"\",\n            \"deleted_at\": null\n        },\n        \"created_at\": \"2025-12-11T07:24:30.304545Z\",\n        \"created-by\": \"Dhruv Bhatt\",\n        \"updated_at\": \"2025-12-11T07:25:24.446693Z\",\n        \"updated_by\": \"\"\n    },\n    \"meta\": null\n}"},{"id":"551f4d3f-ad29-4743-9cf2-b5613ad336ab","name":"Invalid Seller Code","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code","host":["{{base_url}}"],"path":["sales-channel","public","v1","tenants","sellers",":seller_code"],"variable":[{"key":"seller_code","value":"DL-0484","description":"The unique seller code used to fetch details of a specific seller."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 Feb 2025 05:01:17 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"41921e70-a017-42a2-827f-860b48317c61"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"913b7557488d6ca0-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": false,\n    \"status_code\": 403,\n    \"error\": {\n        \"message\": \"You are not authorised to perform this action\"\n    }\n}"}],"_postman_id":"62b1cdfd-16af-4a6a-b397-627827b62ce8"},{"name":"Create Seller","id":"dffd48b3-6954-4db8-bc05-1710cab4c1ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Omniful Electronics Store\",\n    \"phone\": \"501234565\",\n    \"code\": \"Test-hj\",\n    \"country_code\": \"SA\",\n    \"country_calling_code\": \"+966\",\n    \"email\": \"23ewdew4@saudielectronics.com\",\n    \"address\": {\n        \"address_line1\": \"King Fahd Road\",\n        \"address_line2\": \"Al Olaya District\",\n        \"city_name\": \"Riyadh\",\n        \"country_name\": \"Saudi Arabia\",\n        \"national_address_code\" : \"nac_1234\",\n        \"postal_code\": \"12214\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/tenants/sellers","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>Creates a new seller under the authenticated Omniful tenant. Use this endpoint when onboarding a new seller.The endpoint returns the <strong>created Seller ID</strong> on success.</p>\n<hr />\n<h2 id=\"parameters\"><strong>Parameters</strong></h2>\n<h3 id=\"body-parameters\"><strong>Body Parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code></td>\n<td>string</td>\n<td><strong>True</strong></td>\n<td><code>\"Omniful Electronics Store\"</code></td>\n</tr>\n<tr>\n<td><code>phone</code></td>\n<td>string</td>\n<td><strong>True</strong></td>\n<td><code>\"501234567\"</code></td>\n</tr>\n<tr>\n<td><code>code</code></td>\n<td>string</td>\n<td><strong>True</strong></td>\n<td><code>\"Test-123\"</code></td>\n</tr>\n<tr>\n<td><code>country_code</code></td>\n<td>string</td>\n<td><strong>True</strong></td>\n<td><code>\"SA\"</code></td>\n</tr>\n<tr>\n<td><code>country_calling_code</code></td>\n<td>string</td>\n<td><strong>True</strong></td>\n<td><code>\"+966\"</code></td>\n</tr>\n<tr>\n<td><code>email</code></td>\n<td>string</td>\n<td><strong>True</strong></td>\n<td><code>\"omniful@saudielectronics.com\"</code></td>\n</tr>\n<tr>\n<td><code>address</code></td>\n<td>object</td>\n<td><strong>True</strong></td>\n<td><code>{...}</code></td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"address-object\"><strong>address object</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Example</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>address_line1</code></td>\n<td>string</td>\n<td><strong>True</strong></td>\n<td><code>\"King Fahd Road\"</code></td>\n<td>Max 255 chars</td>\n</tr>\n<tr>\n<td><code>address_line2</code></td>\n<td>string</td>\n<td>False</td>\n<td><code>\"Al Olaya District\"</code></td>\n<td>Max 255 chars</td>\n</tr>\n<tr>\n<td><code>city_name</code></td>\n<td>string</td>\n<td><strong>True</strong></td>\n<td><code>\"Riyadh\"</code></td>\n<td>Max 255 chars</td>\n</tr>\n<tr>\n<td><code>country_name</code></td>\n<td>string</td>\n<td><strong>True</strong></td>\n<td><code>\"Saudi Arabia\"</code></td>\n<td>Max 255 chars</td>\n</tr>\n<tr>\n<td><code>postal_code</code></td>\n<td>string</td>\n<td>False</td>\n<td><code>\"12214\"</code></td>\n<td>Alphanumeric</td>\n</tr>\n<tr>\n<td><code>national_address_code</code></td>\n<td>string</td>\n<td>False</td>\n<td><code>\"nac_1234\"</code></td>\n<td>Max 20 chars</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"path":["sales-channel","public","v1","tenants","sellers"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"a223cc25-faba-4f29-b92f-3a9f698f434d","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Omniful Electronics Store\",\n    \"phone\": \"501234565\",\n    \"code\": \"Test-hj\",\n    \"country_code\": \"SA\",\n    \"country_calling_code\": \"+966\",\n    \"email\": \"23ewdew4@saudielectronics.com\",\n    \"address\": {\n        \"address_line1\": \"King Fahd Road\",\n        \"address_line2\": \"Al Olaya District\",\n        \"city_name\": \"Riyadh\",\n        \"country_name\": \"Saudi Arabia\",\n        \"national_address_code\" : \"nac_1234\",\n        \"postal_code\": \"12214\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/tenants/sellers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Omniful-Request-Id","value":"393d308b-6d46-4ab1-80ad-28aba9df5099"},{"key":"Date","value":"Wed, 12 Feb 2025 06:47:30 GMT"},{"key":"Content-Length","value":"86"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": \"Seller created successfully\",\n    \"meta\": null\n}"}],"_postman_id":"dffd48b3-6954-4db8-bc05-1710cab4c1ba"},{"name":"Update Seller","id":"83a61347-2dda-42dc-81ac-d5806d687f1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Saudi Electronics Store\",\n    \"phone\": \"501234567\",\n    \"country_code\": \"SA\",\n    \"country_calling_code\": \"+966\",\n    \"email\": \"wew@saudielectronics.com\",\n    \"address\": {\n        \"address_line1\": \"King Fahd Road\",\n        \"address_line2\": \"Al Olaya District\",\n        \"city_name\": \"Riyadh\",\n        \"country_name\": \"Saudi Arabia\",\n        \"postal_code\": \"12214\",\n        \"national_address_code\" : \"code\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>Updates an existing seller under the authenticated Omniful tenant.</p>\n<p>Use this endpoint when modifying seller details such as name, phone number, or address.</p>\n<p>The endpoint returns the updated Seller ID on success.</p>\n<hr />\n<h2 id=\"parameters\"><strong>Parameters</strong></h2>\n<h3 id=\"body-parameters\"><strong>Body Parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code></td>\n<td>string</td>\n<td>True</td>\n<td><code>\"Saudi Electronics Store\"</code></td>\n</tr>\n<tr>\n<td><code>phone</code></td>\n<td>string</td>\n<td>True</td>\n<td><code>\"501234567\"</code></td>\n</tr>\n<tr>\n<td><code>country_code</code></td>\n<td>string</td>\n<td>True</td>\n<td><code>\"SA\"</code></td>\n</tr>\n<tr>\n<td><code>country_calling_code</code></td>\n<td>string</td>\n<td>True</td>\n<td><code>\"+966\"</code></td>\n</tr>\n<tr>\n<td><code>email</code></td>\n<td>string</td>\n<td>True</td>\n<td><code>\"omniful@saudielectronics.com\"</code></td>\n</tr>\n<tr>\n<td><code>address</code></td>\n<td>object</td>\n<td>True</td>\n<td><code>{...}</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"address-object\"><strong>address object</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>address_line1</code></td>\n<td>string</td>\n<td>True</td>\n<td><code>\"King Fahd Road\"</code></td>\n</tr>\n<tr>\n<td><code>address_line2</code></td>\n<td>string</td>\n<td>False</td>\n<td><code>\"Al Olaya District\"</code></td>\n</tr>\n<tr>\n<td><code>city_name</code></td>\n<td>string</td>\n<td>True</td>\n<td><code>\"Riyadh\"</code></td>\n</tr>\n<tr>\n<td><code>country_name</code></td>\n<td>string</td>\n<td>True</td>\n<td><code>\"Saudi Arabia\"</code></td>\n</tr>\n<tr>\n<td><code>postal_code</code></td>\n<td>string</td>\n<td>False</td>\n<td><code>\"12214\"</code></td>\n</tr>\n<tr>\n<td><code>national_address_code</code></td>\n<td>string</td>\n<td>False</td>\n<td><code>\"nac_1234\"</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"path":["sales-channel","public","v1","tenants","sellers",":seller_code"],"host":["{{base_url}}"],"query":[],"variable":[{"description":{"content":"<p>The unique seller code of the seller to be updated.</p>\n","type":"text/plain"},"type":"any","value":"DL-048","key":"seller_code"}]}},"response":[{"id":"7fd88f98-4ce4-46ff-9862-727a1df5880f","name":"Invalid Request","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Saudi Electronics Store\",\n    \"phone\": \"501234567\",\n    \"country_code\": \"SA\",\n    \"country_calling_code\": \"+966\",\n    \"address\": {\n        \"address_line1\": \"King Fahd Road\",\n        \"address_line2\": \"Al Olaya District\",\n        \"city_name\": \"Riyadh\",\n        \"country_name\": \"Saudi Arabia\",\n        \"postal_code\": \"12214\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code","host":["{{base_url}}"],"path":["sales-channel","public","v1","tenants","sellers",":seller_code"],"variable":[{"key":"seller_code","value":"DL-048","description":"The unique seller code of the seller to be updated."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 Feb 2025 05:26:50 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"82"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"e231d59c-cfaf-4d5c-990a-02db287f1c00"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"913b9ac55b5d59bc-IAD"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": false,\n    \"status_code\": 400,\n    \"error\": {\n        \"message\": \"Email cannot be empty\"\n    }\n}"},{"id":"d04169ba-3d7d-4b3d-ad22-235f744ab81b","name":"Success","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Saudi Electronics Store\",\n    \"phone\": \"501234567\",\n    \"country_code\": \"SA\",\n    \"country_calling_code\": \"+966\",\n    \"email\": \"wew@saudielectronics.com\",\n    \"address\": {\n        \"address_line1\": \"King Fahd Road\",\n        \"address_line2\": \"Al Olaya District\",\n        \"city_name\": \"Riyadh\",\n        \"country_name\": \"Saudi Arabia\",\n        \"postal_code\": \"12214\",\n        \"national_address_code\" : \"code\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code","host":["{{base_url}}"],"path":["sales-channel","public","v1","tenants","sellers",":seller_code"],"variable":[{"key":"seller_code","value":"DL-048","description":"The unique seller code of the seller to be updated."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": \"Seller updated successfully\",\n    \"meta\": null\n}\n"}],"_postman_id":"83a61347-2dda-42dc-81ac-d5806d687f1a"}],"id":"920fe854-6b17-4b10-b163-59f8e02917c4","description":"<h2 id=\"📌-overview\">📌 Overview</h2>\n<p>The <strong>Seller APIs</strong> in Omniful allow users to <strong>manage seller-related operations</strong>, including fetching seller details, creating new sellers, and updating seller information. These APIs are designed to facilitate <strong>tenant-level</strong> operations, allowing businesses to efficiently manage multiple sellers within their system.</p>\n<hr />\n<h2 id=\"📋-common-fields-across-seller-apis\">📋 Common Fields Across Seller APIs</h2>\n<p>The following table provides a <strong>detailed explanation</strong> of key fields used across all Seller APIs.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td><code>string</code></td>\n<td>Unique identifier assigned to the seller in Omniful.</td>\n</tr>\n<tr>\n<td><code>guid</code></td>\n<td><code>string</code></td>\n<td>Global Unique Identifier (GUID) for the seller.</td>\n</tr>\n<tr>\n<td><code>tenant_id</code></td>\n<td><code>integer</code></td>\n<td>Tenant ID to which the seller is associated.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td><code>string</code></td>\n<td>Seller’s registered name.</td>\n</tr>\n<tr>\n<td><code>phone</code></td>\n<td><code>string</code></td>\n<td>Seller’s contact phone number.</td>\n</tr>\n<tr>\n<td><code>email</code></td>\n<td><code>string</code></td>\n<td>Official email address of the seller.</td>\n</tr>\n<tr>\n<td><code>code</code></td>\n<td><code>string</code></td>\n<td>Unique seller code assigned by Omniful.</td>\n</tr>\n<tr>\n<td><code>status_code</code></td>\n<td><code>string</code></td>\n<td>Current status of the seller (e.g., <code>Active</code>, <code>Inactive</code>).</td>\n</tr>\n<tr>\n<td><code>address_id</code></td>\n<td><code>integer</code></td>\n<td>Unique identifier of the seller’s address in Omniful.</td>\n</tr>\n<tr>\n<td><code>address.address_line1</code></td>\n<td><code>string</code></td>\n<td>Primary address of the seller.</td>\n</tr>\n<tr>\n<td><code>address.address_line2</code></td>\n<td><code>string</code></td>\n<td>Additional address details (if applicable).</td>\n</tr>\n<tr>\n<td><code>address.city_name</code></td>\n<td><code>string</code></td>\n<td>City where the seller operates.</td>\n</tr>\n<tr>\n<td><code>address.country_name</code></td>\n<td><code>string</code></td>\n<td>Country where the seller is operates.</td>\n</tr>\n<tr>\n<td><code>address.postal_code</code></td>\n<td><code>string</code></td>\n<td>Postal or ZIP code for the seller’s address.</td>\n</tr>\n<tr>\n<td><code>country_code</code></td>\n<td><code>string</code></td>\n<td>Two-letter country code (e.g., <code>SA</code> for Saudi Arabia).</td>\n</tr>\n<tr>\n<td><code>country_calling_code</code></td>\n<td><code>string</code></td>\n<td>Country calling code (e.g., <code>+966</code>).</td>\n</tr>\n<tr>\n<td><code>created_at</code></td>\n<td><code>string</code></td>\n<td>Timestamp indicating when the seller was created.</td>\n</tr>\n<tr>\n<td><code>updated_at</code></td>\n<td><code>string</code></td>\n<td>Timestamp indicating the last update to the seller record.</td>\n</tr>\n<tr>\n<td><code>created_by</code></td>\n<td><code>string</code></td>\n<td>Name of the user or system that created the seller.</td>\n</tr>\n<tr>\n<td><code>updated_by</code></td>\n<td><code>string</code></td>\n<td>Name of the user or system that last updated the seller record.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n","_postman_id":"920fe854-6b17-4b10-b163-59f8e02917c4","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}}},{"name":"SKUs","item":[{"name":"Get SKUs","id":"22c6c224-98c8-4660-900d-0133b255ef1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/skus?page=1&per_page=10","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>Retrieves a paginated list of SKUs associated with a specific seller in the Seller Master Catalog.</p>\n<hr />\n<h2 id=\"parameters\"><strong>Parameters</strong></h2>\n<h3 id=\"path-parameters\"><strong>Path Parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>seller_code</code></td>\n<td>string</td>\n<td>True</td>\n<td><code>\"KO-SE-1\"</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"query-parameters\"><strong>Query Parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>page</code></td>\n<td>integer</td>\n<td>False</td>\n<td><code>1</code></td>\n</tr>\n<tr>\n<td><code>per_page</code></td>\n<td>integer</td>\n<td>False</td>\n<td><code>10</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"filters--pagination\"><strong>Filters &amp; pagination</strong></h2>\n<ul>\n<li><strong>Filters supported:</strong></li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Query Parameter</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>sku_code</code></td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td><code>sku_codes</code></td>\n<td><code>[]string</code></td>\n</tr>\n<tr>\n<td><code>updated_at_start_date</code></td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td><code>updated_at_end_date</code></td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td><code>query</code></td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td><code>include_inventory</code></td>\n<td><code>bool</code></td>\n</tr>\n<tr>\n<td><code>hub_code</code></td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><p><strong>Sorting:</strong> Not supported</p>\n</li>\n<li><p><strong>Pagination behavior:</strong></p>\n<ul>\n<li><p><code>page</code> + <code>per_page</code> , Where <code>page</code> represents the page number of response and <code>per_page</code> represents number of response items per page.</p>\n</li>\n<li><p>Response includes pagination metadata: <code>current_page</code>, <code>last_page</code>, <code>per_page</code>, <code>total</code></p>\n</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"path":["sales-channel","public","v1","tenants","sellers",":seller_code","skus"],"host":["{{base_url}}"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"10"},{"disabled":true,"key":"sku_code","value":"srv-sku-9"},{"disabled":true,"key":"sku_codes","value":"srv-sku-9"},{"disabled":true,"key":"sku_codes","value":"srv-sku-8"},{"disabled":true,"key":"updated_at_start_date","value":"12-01-2025"},{"disabled":true,"key":"updated_at_end_date","value":"10-02-2025"},{"disabled":true,"description":{"content":"<p>full text search query</p>\n","type":"text/plain"},"key":"query","value":"parle"},{"disabled":true,"description":{"content":"<p>If true, inventory details will be fetched for corresponding hub</p>\n","type":"text/plain"},"key":"include_inventory","value":"true"},{"disabled":true,"description":{"content":"<p>Code for the hub whose inventory is to be fetched</p>\n","type":"text/plain"},"key":"hub_code","value":"2134"}],"variable":[{"type":"any","value":"KO-SE-1","key":"seller_code"}]}},"response":[{"id":"2489d526-02ca-49af-91af-8e71cdd87ccb","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/skus?page=1&per_page=10","host":["{{base_url}}"],"path":["sales-channel","public","v1","tenants","sellers",":seller_code","skus"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"10"},{"key":"sku_code","value":"srv-sku-9","disabled":true},{"key":"sku_codes","value":"srv-sku-9","disabled":true},{"key":"sku_codes","value":"srv-sku-8","disabled":true},{"key":"updated_at_start_date","value":"12-01-2025","disabled":true},{"key":"updated_at_end_date","value":"10-02-2025","disabled":true}],"variable":[{"key":"seller_code","value":"KO-SE-1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 Feb 2025 05:16:20 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"3321ab3b-295d-4ebb-bb03-60631d5f00f8"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"913b8b6089096fa1-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": [\n        {\n            \"name\": \"Variant-SKU-RED\",\n            \"description\": \"\",\n            \"category\": [],\n            \"product\": {\n                \"name\": \"\",\n                \"handling_type\": \"\",\n                \"unit\": \"\",\n                \"type\": \"simple\",\n                \"description\": \"\"\n            },\n            \"dimensions\": {\n                \"length\": {\n                    \"length\": 0,\n                    \"unit\": \"cm\"\n                },\n                \"breadth\": {\n                    \"breadth\": 0,\n                    \"unit\": \"cm\"\n                },\n                \"height\": {\n                    \"height\": 0,\n                    \"unit\": \"cm\"\n                }\n            },\n            \"sku_code\": \"Variant-SKU-RED\",\n            \"handling_type\": \"\",\n            \"type\": \"simple\",\n            \"status\": \"active\",\n            \"unit\": \"\",\n            \"currency\": \"SAR\",\n            \"images\": [],\n            \"attributes\": [],\n            \"barcodes\": null,\n            \"cost\": 0,\n            \"retail_price\": 0,\n            \"selling_price\": 0,\n            \"display_selling_price\": \"\",\n            \"display_retail_price\": \"\",\n            \"cutoff_price\": 0,\n            \"country_of_origin\": \"\",\n            \"is_weighted\": false,\n            \"is_perishable\": false,\n            \"configuration\": {\n                \"weight\": {\n                    \"min\": \"\",\n                    \"max\": \"\",\n                    \"type\": \"\"\n                }\n            },\n            \"created_at\": \"2025-02-17T08:05:43.849Z\",\n            \"updated_at\": \"2025-02-17T08:05:43.848Z\",\n            \"tax_inclusive\": {\n                \"selling_price\": true\n            },\n            \"tax_percentage\": {\n                \"selling_price\": 0\n            },\n            \"sku_tags\": []\n        },\n        {\n            \"name\": \"Variant-SKU-Blue\",\n            \"description\": \"\",\n            \"category\": [],\n            \"product\": {\n                \"name\": \"\",\n                \"handling_type\": \"\",\n                \"unit\": \"\",\n                \"type\": \"simple\",\n                \"description\": \"\"\n            },\n            \"dimensions\": {\n                \"length\": {\n                    \"length\": 0,\n                    \"unit\": \"cm\"\n                },\n                \"breadth\": {\n                    \"breadth\": 0,\n                    \"unit\": \"cm\"\n                },\n                \"height\": {\n                    \"height\": 0,\n                    \"unit\": \"cm\"\n                }\n            },\n            \"sku_code\": \"Variant-SKU-Blue\",\n            \"handling_type\": \"\",\n            \"type\": \"simple\",\n            \"status\": \"active\",\n            \"unit\": \"\",\n            \"currency\": \"SAR\",\n            \"images\": [],\n            \"attributes\": [],\n            \"barcodes\": null,\n            \"cost\": 0,\n            \"retail_price\": 0,\n            \"selling_price\": 0,\n            \"display_selling_price\": \"\",\n            \"display_retail_price\": \"\",\n            \"cutoff_price\": 0,\n            \"country_of_origin\": \"\",\n            \"is_weighted\": false,\n            \"is_perishable\": false,\n            \"configuration\": {\n                \"weight\": {\n                    \"min\": \"\",\n                    \"max\": \"\",\n                    \"type\": \"\"\n                }\n            },\n            \"created_at\": \"2025-02-17T08:05:05.584Z\",\n            \"updated_at\": \"2025-02-17T08:05:05.584Z\",\n            \"tax_inclusive\": {\n                \"selling_price\": true\n            },\n            \"tax_percentage\": {\n                \"selling_price\": 0\n            },\n            \"sku_tags\": []\n        },\n        {\n            \"name\": \"RedBull\",\n            \"description\": \"RedBull\",\n            \"category\": [],\n            \"product\": {\n                \"name\": \"\",\n                \"handling_type\": \"\",\n                \"unit\": \"\",\n                \"type\": \"\",\n                \"description\": \"\"\n            },\n            \"dimensions\": {\n                \"length\": {\n                    \"length\": 0,\n                    \"unit\": \"\"\n                },\n                \"breadth\": {\n                    \"breadth\": 0,\n                    \"unit\": \"\"\n                },\n                \"height\": {\n                    \"height\": 0,\n                    \"unit\": \"\"\n                }\n            },\n            \"sku_code\": \"RedBull\",\n            \"handling_type\": \"\",\n            \"type\": \"simple\",\n            \"status\": \"active\",\n            \"unit\": \"\",\n            \"currency\": \"SAR\",\n            \"images\": [\n                {\n                    \"default\": \"https://images.unsplash.com/photo-1629203849820-fdd70d49c38e?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8Mnx8cGVwc2l8ZW58MHx8MHx8fDA%3D\",\n                    \"thumbnail\": \"\",\n                    \"medium\": \"\",\n                    \"large\": \"\",\n                    \"type\": \"\",\n                    \"description\": \"\"\n                }\n            ],\n            \"attributes\": [],\n            \"barcodes\": null,\n            \"cost\": 0,\n            \"retail_price\": 0,\n            \"selling_price\": 10,\n            \"display_selling_price\": \"10.00 SAR\",\n            \"display_retail_price\": \"\",\n            \"cutoff_price\": 0,\n            \"country_of_origin\": \"\",\n            \"is_weighted\": false,\n            \"is_perishable\": false,\n            \"configuration\": {\n                \"weight\": {\n                    \"min\": \"\",\n                    \"max\": \"\",\n                    \"type\": \"\"\n                }\n            },\n            \"created_at\": \"2025-02-10T10:47:10.461Z\",\n            \"updated_at\": \"2025-02-10T10:47:10.461Z\",\n            \"tax_inclusive\": {\n                \"selling_price\": false\n            },\n            \"tax_percentage\": {\n                \"selling_price\": 0\n            },\n            \"sku_tags\": []\n        },\n        {\n            \"name\": \"Testing Options\",\n            \"description\": \"Testing Options\",\n            \"category\": [],\n            \"product\": {\n                \"name\": \"\",\n                \"handling_type\": \"\",\n                \"unit\": \"\",\n                \"type\": \"\",\n                \"description\": \"\"\n            },\n            \"dimensions\": {\n                \"length\": {\n                    \"length\": 0,\n                    \"unit\": \"\"\n                },\n                \"breadth\": {\n                    \"breadth\": 0,\n                    \"unit\": \"\"\n                },\n                \"height\": {\n                    \"height\": 0,\n                    \"unit\": \"\"\n                }\n            },\n            \"sku_code\": \"testing-options-variant-2\",\n            \"handling_type\": \"\",\n            \"type\": \"simple\",\n            \"status\": \"active\",\n            \"unit\": \"\",\n            \"currency\": \"SAR\",\n            \"images\": [\n                {\n                    \"default\": \"https://d2437wyspjsc40.cloudfront.net/75cc8f2a-4419-4fb2-97ea-4c18957de480/fa3e0302-ab2d-4e15-84a7-c297d8f412cb-SxS.webp\",\n                    \"thumbnail\": \"\",\n                    \"medium\": \"\",\n                    \"large\": \"\",\n                    \"type\": \"\",\n                    \"description\": \"\"\n                }\n            ],\n            \"attributes\": [\n                {\n                    \"name\": \"Color\",\n                    \"sku_attribute_variation\": {\n                        \"name\": \"medium\"\n                    }\n                }\n            ],\n            \"barcodes\": null,\n            \"cost\": 0,\n            \"retail_price\": 0,\n            \"selling_price\": 1234,\n            \"display_selling_price\": \"1234.00 SAR\",\n            \"display_retail_price\": \"\",\n            \"cutoff_price\": 0,\n            \"country_of_origin\": \"\",\n            \"is_weighted\": false,\n            \"is_perishable\": false,\n            \"configuration\": {\n                \"weight\": {\n                    \"min\": \"\",\n                    \"max\": \"\",\n                    \"type\": \"\"\n                }\n            },\n            \"created_at\": \"2025-02-10T10:47:10.461Z\",\n            \"updated_at\": \"2025-02-10T10:47:10.461Z\",\n            \"tax_inclusive\": {\n                \"selling_price\": false\n            },\n            \"tax_percentage\": {\n                \"selling_price\": 0\n            },\n            \"sku_tags\": []\n        },\n        {\n            \"name\": \"Iphone 15 Edited\",\n            \"description\": \"Iphone 15 Edited\",\n            \"category\": [],\n            \"product\": {\n                \"name\": \"\",\n                \"handling_type\": \"\",\n                \"unit\": \"\",\n                \"type\": \"\",\n                \"description\": \"\"\n            },\n            \"dimensions\": {\n                \"length\": {\n                    \"length\": 0,\n                    \"unit\": \"\"\n                },\n                \"breadth\": {\n                    \"breadth\": 0,\n                    \"unit\": \"\"\n                },\n                \"height\": {\n                    \"height\": 0,\n                    \"unit\": \"\"\n                }\n            },\n            \"sku_code\": \"3666219590991\",\n            \"handling_type\": \"\",\n            \"type\": \"simple\",\n            \"status\": \"active\",\n            \"unit\": \"\",\n            \"currency\": \"SAR\",\n            \"images\": [\n                {\n                    \"default\": \"https://media.istockphoto.com/id/2060559152/photo/deep-fake-deepfake-and-ai-artificial-intelligence-video-editing-technology-face-of-a-person.webp?b=1&s=170667a&w=0&k=20&c=q3qtIHreHnQBN_hsmw5q2tH44lJapDz3s1UotTHFjVA=\",\n                    \"thumbnail\": \"\",\n                    \"medium\": \"\",\n                    \"large\": \"\",\n                    \"type\": \"\",\n                    \"description\": \"\"\n                }\n            ],\n            \"attributes\": [],\n            \"barcodes\": null,\n            \"cost\": 0,\n            \"retail_price\": 0,\n            \"selling_price\": 200,\n            \"display_selling_price\": \"200.00 SAR\",\n            \"display_retail_price\": \"\",\n            \"cutoff_price\": 0,\n            \"country_of_origin\": \"\",\n            \"is_weighted\": false,\n            \"is_perishable\": false,\n            \"configuration\": {\n                \"weight\": {\n                    \"min\": \"\",\n                    \"max\": \"\",\n                    \"type\": \"\"\n                }\n            },\n            \"created_at\": \"2025-02-10T10:47:10.461Z\",\n            \"updated_at\": \"2025-02-10T10:47:10.461Z\",\n            \"tax_inclusive\": {\n                \"selling_price\": false\n            },\n            \"tax_percentage\": {\n                \"selling_price\": 0\n            },\n            \"sku_tags\": []\n        },\n        {\n            \"name\": \"Iphone 15 Edited\",\n            \"description\": \"Iphone 15 Edited\",\n            \"category\": [],\n            \"product\": {\n                \"name\": \"\",\n                \"handling_type\": \"\",\n                \"unit\": \"\",\n                \"type\": \"\",\n                \"description\": \"\"\n            },\n            \"dimensions\": {\n                \"length\": {\n                    \"length\": 0,\n                    \"unit\": \"\"\n                },\n                \"breadth\": {\n                    \"breadth\": 0,\n                    \"unit\": \"\"\n                },\n                \"height\": {\n                    \"height\": 0,\n                    \"unit\": \"\"\n                }\n            },\n            \"sku_code\": \"3666219590076\",\n            \"handling_type\": \"\",\n            \"type\": \"simple\",\n            \"status\": \"active\",\n            \"unit\": \"\",\n            \"currency\": \"SAR\",\n            \"images\": [\n                {\n                    \"default\": \"https://media.istockphoto.com/id/2060559152/photo/deep-fake-deepfake-and-ai-artificial-intelligence-video-editing-technology-face-of-a-person.webp?b=1&s=170667a&w=0&k=20&c=q3qtIHreHnQBN_hsmw5q2tH44lJapDz3s1UotTHFjVA=\",\n                    \"thumbnail\": \"\",\n                    \"medium\": \"\",\n                    \"large\": \"\",\n                    \"type\": \"\",\n                    \"description\": \"\"\n                }\n            ],\n            \"attributes\": [],\n            \"barcodes\": null,\n            \"cost\": 0,\n            \"retail_price\": 0,\n            \"selling_price\": 234,\n            \"display_selling_price\": \"234.00 SAR\",\n            \"display_retail_price\": \"\",\n            \"cutoff_price\": 0,\n            \"country_of_origin\": \"\",\n            \"is_weighted\": false,\n            \"is_perishable\": false,\n            \"configuration\": {\n                \"weight\": {\n                    \"min\": \"\",\n                    \"max\": \"\",\n                    \"type\": \"\"\n                }\n            },\n            \"created_at\": \"2025-02-10T10:47:10.461Z\",\n            \"updated_at\": \"2025-02-10T10:47:10.461Z\",\n            \"tax_inclusive\": {\n                \"selling_price\": false\n            },\n            \"tax_percentage\": {\n                \"selling_price\": 0\n            },\n            \"sku_tags\": []\n        },\n        {\n            \"name\": \"Apple 20W Type C\",\n            \"description\": \"\",\n            \"category\": [],\n            \"product\": {\n                \"name\": \"\",\n                \"handling_type\": \"\",\n                \"unit\": \"\",\n                \"type\": \"\",\n                \"description\": \"\"\n            },\n            \"dimensions\": {\n                \"length\": {\n                    \"length\": 0,\n                    \"unit\": \"\"\n                },\n                \"breadth\": {\n                    \"breadth\": 0,\n                    \"unit\": \"\"\n                },\n                \"height\": {\n                    \"height\": 0,\n                    \"unit\": \"\"\n                }\n            },\n            \"sku_code\": \"nggsdhsdjdd\",\n            \"handling_type\": \"\",\n            \"type\": \"simple\",\n            \"status\": \"active\",\n            \"unit\": \"\",\n            \"currency\": \"SAR\",\n            \"images\": [\n                {\n                    \"default\": \"https://d2437wyspjsc40.cloudfront.net/75cc8f2a-4419-4fb2-97ea-4c18957de480/638526fa-7fd7-404e-89a7-01bb1ed6e9e3-SxS.webp\",\n                    \"thumbnail\": \"\",\n                    \"medium\": \"\",\n                    \"large\": \"\",\n                    \"type\": \"\",\n                    \"description\": \"\"\n                }\n            ],\n            \"attributes\": [],\n            \"barcodes\": null,\n            \"cost\": 0,\n            \"retail_price\": 0,\n            \"selling_price\": 12,\n            \"display_selling_price\": \"12.00 SAR\",\n            \"display_retail_price\": \"\",\n            \"cutoff_price\": 0,\n            \"country_of_origin\": \"\",\n            \"is_weighted\": false,\n            \"is_perishable\": false,\n            \"configuration\": {\n                \"weight\": {\n                    \"min\": \"\",\n                    \"max\": \"\",\n                    \"type\": \"\"\n                }\n            },\n            \"created_at\": \"2025-02-10T10:47:10.461Z\",\n            \"updated_at\": \"2025-02-10T10:47:10.461Z\",\n            \"tax_inclusive\": {\n                \"selling_price\": false\n            },\n            \"tax_percentage\": {\n                \"selling_price\": 0\n            },\n            \"sku_tags\": []\n        },\n        {\n            \"name\": \"ALproduct1\",\n            \"description\": \"\",\n            \"category\": [],\n            \"product\": {\n                \"name\": \"\",\n                \"handling_type\": \"\",\n                \"unit\": \"\",\n                \"type\": \"simple\",\n                \"description\": \"\"\n            },\n            \"dimensions\": {\n                \"length\": {\n                    \"length\": 0,\n                    \"unit\": \"cm\"\n                },\n                \"breadth\": {\n                    \"breadth\": 0,\n                    \"unit\": \"cm\"\n                },\n                \"height\": {\n                    \"height\": 0,\n                    \"unit\": \"cm\"\n                }\n            },\n            \"sku_code\": \"6241902930048\",\n            \"handling_type\": \"\",\n            \"type\": \"simple\",\n            \"status\": \"active\",\n            \"unit\": \"\",\n            \"currency\": \"SAR\",\n            \"images\": [],\n            \"attributes\": [],\n            \"barcodes\": null,\n            \"cost\": 0,\n            \"retail_price\": 0,\n            \"selling_price\": 13,\n            \"display_selling_price\": \"13.00 SAR\",\n            \"display_retail_price\": \"\",\n            \"cutoff_price\": 0,\n            \"country_of_origin\": \"\",\n            \"is_weighted\": false,\n            \"is_perishable\": false,\n            \"configuration\": {\n                \"weight\": {\n                    \"min\": \"\",\n                    \"max\": \"\",\n                    \"type\": \"\"\n                }\n            },\n            \"created_at\": \"2025-02-06T10:05:22.65Z\",\n            \"updated_at\": \"2025-02-06T10:05:22.65Z\",\n            \"tax_inclusive\": {\n                \"selling_price\": true\n            },\n            \"tax_percentage\": {\n                \"selling_price\": 0\n            },\n            \"sku_tags\": []\n        },\n        {\n            \"name\": \"KOH COCONUT WATER 350ML\",\n            \"description\": \"KOH COCONUT WATER 350ML\",\n            \"category\": [],\n            \"product\": {\n                \"name\": \"\",\n                \"handling_type\": \"\",\n                \"unit\": \"\",\n                \"type\": \"simple\",\n                \"description\": \"\"\n            },\n            \"dimensions\": {\n                \"length\": {\n                    \"length\": 0,\n                    \"unit\": \"\"\n                },\n                \"breadth\": {\n                    \"breadth\": 0,\n                    \"unit\": \"\"\n                },\n                \"height\": {\n                    \"height\": 0,\n                    \"unit\": \"\"\n                }\n            },\n            \"sku_code\": \"sku-3115\",\n            \"handling_type\": \"\",\n            \"type\": \"simple\",\n            \"status\": \"active\",\n            \"unit\": \"\",\n            \"currency\": \"SAR\",\n            \"images\": [\n                {\n                    \"default\": \"https://alsadhanimages.blob.core.windows.net/alsadhanimages/845163056422.jpg\",\n                    \"thumbnail\": \"\",\n                    \"medium\": \"\",\n                    \"large\": \"\",\n                    \"type\": \"\",\n                    \"description\": \"\"\n                }\n            ],\n            \"attributes\": [],\n            \"barcodes\": [\n                \"sku-3115\"\n            ],\n            \"cost\": 31,\n            \"retail_price\": 31,\n            \"selling_price\": 134,\n            \"display_selling_price\": \"134.00 SAR\",\n            \"display_retail_price\": \"31.00 SAR\",\n            \"cutoff_price\": 0,\n            \"country_of_origin\": \"Saudi Arabia\",\n            \"is_weighted\": false,\n            \"is_perishable\": false,\n            \"configuration\": {\n                \"weight\": {\n                    \"min\": \"\",\n                    \"max\": \"\",\n                    \"type\": \"\"\n                }\n            },\n            \"created_at\": \"2025-01-20T11:59:32.391Z\",\n            \"updated_at\": \"2025-01-20T12:01:43.272Z\",\n            \"tax_inclusive\": {\n                \"selling_price\": false\n            },\n            \"tax_percentage\": {\n                \"selling_price\": 0\n            },\n            \"sku_tags\": []\n        },\n        {\n            \"name\": \"KOH COCONUT WATER 1LTR\",\n            \"description\": \"KOH COCONUT WATER 1LTR\",\n            \"category\": [],\n            \"product\": {\n                \"name\": \"\",\n                \"handling_type\": \"\",\n                \"unit\": \"\",\n                \"type\": \"simple\",\n                \"description\": \"\"\n            },\n            \"dimensions\": {\n                \"length\": {\n                    \"length\": 0,\n                    \"unit\": \"\"\n                },\n                \"breadth\": {\n                    \"breadth\": 0,\n                    \"unit\": \"\"\n                },\n                \"height\": {\n                    \"height\": 0,\n                    \"unit\": \"\"\n                }\n            },\n            \"sku_code\": \"sku-3114\",\n            \"handling_type\": \"\",\n            \"type\": \"simple\",\n            \"status\": \"active\",\n            \"unit\": \"\",\n            \"currency\": \"SAR\",\n            \"images\": [\n                {\n                    \"default\": \"https://alsadhanimages.blob.core.windows.net/alsadhanimages/845163046539.jpg\",\n                    \"thumbnail\": \"\",\n                    \"medium\": \"\",\n                    \"large\": \"\",\n                    \"type\": \"\",\n                    \"description\": \"\"\n                }\n            ],\n            \"attributes\": [],\n            \"barcodes\": [\n                \"sku-3114\"\n            ],\n            \"cost\": 45,\n            \"retail_price\": 45,\n            \"selling_price\": 53,\n            \"display_selling_price\": \"53.00 SAR\",\n            \"display_retail_price\": \"45.00 SAR\",\n            \"cutoff_price\": 0,\n            \"country_of_origin\": \"Saudi Arabia\",\n            \"is_weighted\": false,\n            \"is_perishable\": false,\n            \"configuration\": {\n                \"weight\": {\n                    \"min\": \"\",\n                    \"max\": \"\",\n                    \"type\": \"\"\n                }\n            },\n            \"created_at\": \"2025-01-20T11:59:32.391Z\",\n            \"updated_at\": \"2025-01-20T12:01:43.272Z\",\n            \"tax_inclusive\": {\n                \"selling_price\": false\n            },\n            \"tax_percentage\": {\n                \"selling_price\": 0\n            },\n            \"sku_tags\": []\n        }\n    ],\n    \"meta\": {\n        \"current_page\": 1,\n        \"last_page\": 7239,\n        \"per_page\": 10,\n        \"total\": 72383\n    }\n}"},{"id":"352e2cd7-c3e4-4491-931a-f25edf42b718","name":"Success (Inventory)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NTgzNjQ4MjgsImp0aSI6ImI2NDUyYTBlLWZkYWYtNDBlYi05NjRkLTI1OGFmN2E1YjIwNiIsInVzZXJfZGV0YWlscyI6eyJUZW5hbnRDb2RlIjoiMzcxODEyNDk2OCIsIlRlbmFudElEIjoiIiwiVXNlcklEIjoiNTYyOCIsIlVzZXJOYW1lIjoiSGluaXNoIEJhbnNhbCIsIlJhdGVMaW1pdERldGFpbHMiOnsiRW5hYmxlZCI6dHJ1ZSwiUmVxdWVzdHNQZXJNaW51dGUiOjEyMH19LCJ0b2tlbl90eXBlIjoiQmVhcmVyIn0.SUhsS9bmE9bfPb4mX9sOl6W9tyrK_fiSHO6vmmVWwoLzzRsn3Z9jqhgEi1V-1Z9xXsyIPzUtuPJ3oDQTvLNDwzx4eS5Sf0ZhpcI4dE-iA1EkzIzssr2dHMiHZxGjIoBlq8Wwqu4Bhe0NnEOgUHddReTKq40OBBp-44CvgHVZvjm-VPwqN9lvPOljag5fsMQzgeN3aH66v3X0ajdBtAoTXyqZDgd2kRCfHneoGPMrKSOvjByGgsx9GU3qmKu126ZnAufrjvVWk9W26SMmJrg73to8kRfWhJ0jS5F7Kr45mKZFn_6tEDLDxpCq07TaAm-DD-M0GhZdPTW7H9wWx20tt9-55r_KbhWIqPtjH7vRQ4Rdyimx8BYYz7HVlQOuji6VvpQ1ge23KrKzyhBptqO-_6Arpbfj42ewOViFOEL2w6h6t9DRrqNoxG13Jm3ZQYQJf2_Vpt8l2iuEPxSaqI_5_upsLXUt8RhS99vaZ_XXOgMayh7NvVVpbmmUTdfpQ-epZEfInp_2emJu3NFKEjugpANzcdp8fvAKqjTDimhIL59R4HwP2dmTyGWmSx3_VQqJiRQtvA-2yH91pbIwE2hUVQJv5-o2bO4GHaiBNUkjxSQE3e6qnN2H7kxa4j9-ik4YvMPaUtX1XAwXxtkUOR_jKuk4qEd9gZB8gKaV7v9ZWfE"}],"url":{"raw":"https://prodapi.omniful.com/sales-channel/public/v1/tenants/sellers/12/skus?page=1&per_page=10&include_inventory=true&sku_code=6241902930048&hub_code=IOFPRod","protocol":"https","host":["prodapi","omniful","com"],"path":["sales-channel","public","v1","tenants","sellers","12","skus"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"10"},{"key":"sku_code","value":"srv-sku-9","disabled":true},{"key":"sku_codes","value":"srv-sku-9","disabled":true},{"key":"sku_codes","value":"srv-sku-8","disabled":true},{"key":"updated_at_start_date","value":"12-01-2025","disabled":true},{"key":"updated_at_end_date","value":"10-02-2025","disabled":true},{"key":"query","value":"parle","description":"full text search query","type":"text","disabled":true},{"key":"include_inventory","value":"true","description":"If true, inventory details will be fetched for corresponding hub"},{"key":"hub_code","value":"2134","description":"Code for the hub whose inventory is to be fetched","type":"text","disabled":true},{"key":"sku_code","value":"6241902930048"},{"key":"hub_code","value":"IOFPRod"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 30 Aug 2025 05:50:04 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"x-omniful-request-id","value":"fabc5e7f-4573-4ee3-9738-5db7e97bf483"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"9772022d0ed65a1d-DEL"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": [\n        {\n            \"name\": \"alprod\",\n            \"description\": \"testing product .\",\n            \"category\": [],\n            \"product\": {\n                \"name\": \"\",\n                \"handling_type\": \"\",\n                \"unit\": \"\",\n                \"type\": \"simple\",\n                \"description\": \"\"\n            },\n            \"dimensions\": {\n                \"length\": {\n                    \"length\": 0,\n                    \"unit\": \"cm\"\n                },\n                \"breadth\": {\n                    \"breadth\": 0,\n                    \"unit\": \"cm\"\n                },\n                \"height\": {\n                    \"height\": 0,\n                    \"unit\": \"cm\"\n                }\n            },\n            \"sku_code\": \"6241902930048\",\n            \"handling_type\": \"\",\n            \"type\": \"simple\",\n            \"status\": \"active\",\n            \"unit\": \"\",\n            \"currency\": \"SAR\",\n            \"images\": [],\n            \"attributes\": [],\n            \"barcodes\": [\n                \"RUH2237107822\"\n            ],\n            \"cost\": 0,\n            \"retail_price\": 43,\n            \"selling_price\": 76,\n            \"display_selling_price\": \"76.00 SAR\",\n            \"display_retail_price\": \"43.00 SAR\",\n            \"cutoff_price\": 0,\n            \"country_of_origin\": \"\",\n            \"is_weighted\": false,\n            \"is_perishable\": false,\n            \"configuration\": {\n                \"weight\": {\n                    \"min\": \"\",\n                    \"max\": \"\",\n                    \"type\": \"\"\n                }\n            },\n            \"created_at\": \"2025-02-11T06:52:36.938Z\",\n            \"updated_at\": \"2025-02-11T09:05:13.051Z\",\n            \"tax_inclusive\": {\n                \"selling_price\": true\n            },\n            \"tax_percentage\": {\n                \"selling_price\": 0\n            },\n            \"sku_tags\": [],\n            \"metadata\": {\n                \"assembled_part_count\": 0\n            },\n            \"hub_inventory\": [\n                {\n                    \"hub_code\": \"IOFPRod\",\n                    \"sku_code\": \"6241902930048\",\n                    \"available_quantity\": 8000,\n                    \"sku_name\": \"alprod\",\n                    \"quantity_on_hand\": 8000,\n                    \"quantity_reserved\": 0,\n                    \"uom\": \"ea\",\n                    \"quantity_location_pass_inventory_sum\": 8000,\n                    \"quantity_location_fail_inventory_sum\": 0,\n                    \"updated_at\": \"\"\n                }\n            ]\n        }\n    ],\n    \"meta\": {\n        \"current_page\": 1,\n        \"last_page\": 1,\n        \"per_page\": 10,\n        \"total\": 1\n    }\n}"}],"_postman_id":"22c6c224-98c8-4660-900d-0133b255ef1b"},{"name":"Get Single SKU","id":"a14eb395-d7f8-4c8a-bbc5-15cd80c855e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/skus/:sku_code","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>Retrieves detailed information for a specific SKU belonging to a seller in the Seller Master Catalog.</p>\n<hr />\n<h2 id=\"parameters\"><strong>Parameters</strong></h2>\n<h3 id=\"path-parameters\"><strong>Path Parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>seller_code</code></td>\n<td>string</td>\n<td><strong>True</strong></td>\n<td><code>\"KO-SE-1\"</code></td>\n</tr>\n<tr>\n<td><code>sku_code</code></td>\n<td>string</td>\n<td><strong>True</strong></td>\n<td><code>\"srv-sku-12\"</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"filters--pagination\"><strong>Filters &amp; pagination</strong></h2>\n<ul>\n<li><strong>Filters supported:</strong></li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Query Parameter</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>include_inventory</code></td>\n<td><code>bool</code></td>\n</tr>\n<tr>\n<td><code>hub_code</code></td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><p><strong>Sorting:</strong> Not supported</p>\n</li>\n<li><p><strong>Pagination behavior:</strong></p>\n<ul>\n<li><p><code>page</code> + <code>per_page</code> , Where <code>page</code> represents the page number of response and <code>per_page</code> represents number of response items per page.</p>\n</li>\n<li><p>Response includes pagination metadata: <code>current_page</code>, <code>last_page</code>, <code>per_page</code>, <code>total</code></p>\n</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"path":["sales-channel","public","v1","tenants","sellers",":seller_code","skus",":sku_code"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p>If true, inventory details will be fetched for corresponding hub</p>\n","type":"text/plain"},"key":"include_inventory","value":"true"},{"disabled":true,"description":{"content":"<p>Code for the hub whose inventory details are to be fetched</p>\n","type":"text/plain"},"key":"hub_code","value":"2134"}],"variable":[{"type":"any","value":"KO-SE-1","key":"seller_code"},{"type":"any","value":"srv-sku-12","key":"sku_code"}]}},"response":[{"id":"214e2885-c13c-4f30-bd24-689aa42e4195","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/skus/:sku_code","host":["{{base_url}}"],"path":["sales-channel","public","v1","tenants","sellers",":seller_code","skus",":sku_code"],"variable":[{"key":"seller_code","value":"KO-SE-1"},{"key":"sku_code","value":"Variant-SKU-RED"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 Feb 2025 05:17:10 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"ba4f1e91-4063-459b-b4ae-a6afe69eeb18"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"913b8c9eaa920664-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"name\": \"Variant-SKU-RED\",\n        \"description\": \"\",\n        \"category\": [],\n        \"product\": {\n            \"name\": \"\",\n            \"handling_type\": \"\",\n            \"unit\": \"\",\n            \"type\": \"simple\",\n            \"description\": \"\"\n        },\n        \"dimensions\": {\n            \"length\": {\n                \"length\": 0,\n                \"unit\": \"cm\"\n            },\n            \"breadth\": {\n                \"breadth\": 0,\n                \"unit\": \"cm\"\n            },\n            \"height\": {\n                \"height\": 0,\n                \"unit\": \"cm\"\n            }\n        },\n        \"sku_code\": \"Variant-SKU-RED\",\n        \"handling_type\": \"\",\n        \"type\": \"simple\",\n        \"status\": \"active\",\n        \"unit\": \"\",\n        \"currency\": \"SAR\",\n        \"images\": [],\n        \"attributes\": [],\n        \"barcodes\": null,\n        \"cost\": 0,\n        \"retail_price\": 0,\n        \"selling_price\": 0,\n        \"display_selling_price\": \"\",\n        \"display_retail_price\": \"\",\n        \"cutoff_price\": 0,\n        \"country_of_origin\": \"\",\n        \"is_weighted\": false,\n        \"is_perishable\": false,\n        \"configuration\": {\n            \"weight\": {\n                \"min\": \"\",\n                \"max\": \"\",\n                \"type\": \"\"\n            }\n        },\n        \"created_at\": \"2025-02-17T08:05:43.849Z\",\n        \"updated_at\": \"2025-02-17T08:05:43.848Z\",\n        \"tax_inclusive\": {\n            \"selling_price\": true\n        },\n        \"tax_percentage\": {\n            \"selling_price\": 0\n        },\n        \"sku_tags\": []\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"last_page\": 1,\n        \"per_page\": 20,\n        \"total\": 1\n    }\n}"},{"id":"2ef7740a-b22e-4a50-9837-0083080c5a5e","name":"Success (Inventory)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NTgzNjQ4MjgsImp0aSI6ImI2NDUyYTBlLWZkYWYtNDBlYi05NjRkLTI1OGFmN2E1YjIwNiIsInVzZXJfZGV0YWlscyI6eyJUZW5hbnRDb2RlIjoiMzcxODEyNDk2OCIsIlRlbmFudElEIjoiIiwiVXNlcklEIjoiNTYyOCIsIlVzZXJOYW1lIjoiSGluaXNoIEJhbnNhbCIsIlJhdGVMaW1pdERldGFpbHMiOnsiRW5hYmxlZCI6dHJ1ZSwiUmVxdWVzdHNQZXJNaW51dGUiOjEyMH19LCJ0b2tlbl90eXBlIjoiQmVhcmVyIn0.SUhsS9bmE9bfPb4mX9sOl6W9tyrK_fiSHO6vmmVWwoLzzRsn3Z9jqhgEi1V-1Z9xXsyIPzUtuPJ3oDQTvLNDwzx4eS5Sf0ZhpcI4dE-iA1EkzIzssr2dHMiHZxGjIoBlq8Wwqu4Bhe0NnEOgUHddReTKq40OBBp-44CvgHVZvjm-VPwqN9lvPOljag5fsMQzgeN3aH66v3X0ajdBtAoTXyqZDgd2kRCfHneoGPMrKSOvjByGgsx9GU3qmKu126ZnAufrjvVWk9W26SMmJrg73to8kRfWhJ0jS5F7Kr45mKZFn_6tEDLDxpCq07TaAm-DD-M0GhZdPTW7H9wWx20tt9-55r_KbhWIqPtjH7vRQ4Rdyimx8BYYz7HVlQOuji6VvpQ1ge23KrKzyhBptqO-_6Arpbfj42ewOViFOEL2w6h6t9DRrqNoxG13Jm3ZQYQJf2_Vpt8l2iuEPxSaqI_5_upsLXUt8RhS99vaZ_XXOgMayh7NvVVpbmmUTdfpQ-epZEfInp_2emJu3NFKEjugpANzcdp8fvAKqjTDimhIL59R4HwP2dmTyGWmSx3_VQqJiRQtvA-2yH91pbIwE2hUVQJv5-o2bO4GHaiBNUkjxSQE3e6qnN2H7kxa4j9-ik4YvMPaUtX1XAwXxtkUOR_jKuk4qEd9gZB8gKaV7v9ZWfE"}],"url":{"raw":"https://prodapi.omniful.com/sales-channel/public/v1/tenants/sellers/12/skus/6241902930048?include_inventory=true&hub_code=IOFPRod","protocol":"https","host":["prodapi","omniful","com"],"path":["sales-channel","public","v1","tenants","sellers","12","skus","6241902930048"],"query":[{"key":"include_inventory","value":"true","description":"If true, inventory details will be fetched for corresponding hub"},{"key":"hub_code","value":"IOFPRod","description":"Code for the hub whose inventory details are to be fetched"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 30 Aug 2025 05:58:27 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"x-omniful-request-id","value":"1f0ce741-4869-4f36-b098-d9a604a40010"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"97720e749bf891aa-DEL"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": [\n        {\n            \"name\": \"alprod\",\n            \"description\": \"testing product .\",\n            \"category\": [],\n            \"product\": {\n                \"name\": \"\",\n                \"handling_type\": \"\",\n                \"unit\": \"\",\n                \"type\": \"simple\",\n                \"description\": \"\"\n            },\n            \"dimensions\": {\n                \"length\": {\n                    \"length\": 0,\n                    \"unit\": \"cm\"\n                },\n                \"breadth\": {\n                    \"breadth\": 0,\n                    \"unit\": \"cm\"\n                },\n                \"height\": {\n                    \"height\": 0,\n                    \"unit\": \"cm\"\n                }\n            },\n            \"sku_code\": \"6241902930048\",\n            \"handling_type\": \"\",\n            \"type\": \"simple\",\n            \"status\": \"active\",\n            \"unit\": \"\",\n            \"currency\": \"SAR\",\n            \"images\": [],\n            \"attributes\": [],\n            \"barcodes\": [\n                \"RUH2237107822\"\n            ],\n            \"cost\": 0,\n            \"retail_price\": 43,\n            \"selling_price\": 76,\n            \"display_selling_price\": \"76.00 SAR\",\n            \"display_retail_price\": \"43.00 SAR\",\n            \"cutoff_price\": 0,\n            \"country_of_origin\": \"\",\n            \"is_weighted\": false,\n            \"is_perishable\": false,\n            \"configuration\": {\n                \"weight\": {\n                    \"min\": \"\",\n                    \"max\": \"\",\n                    \"type\": \"\"\n                }\n            },\n            \"created_at\": \"2025-02-11T06:52:36.938Z\",\n            \"updated_at\": \"2025-02-11T09:05:13.051Z\",\n            \"tax_inclusive\": {\n                \"selling_price\": true\n            },\n            \"tax_percentage\": {\n                \"selling_price\": 0\n            },\n            \"sku_tags\": [],\n            \"metadata\": {\n                \"assembled_part_count\": 0\n            },\n            \"hub_inventory\": [\n                {\n                    \"hub_code\": \"IOFPRod\",\n                    \"sku_code\": \"6241902930048\",\n                    \"available_quantity\": 8000,\n                    \"sku_name\": \"alprod\",\n                    \"quantity_on_hand\": 8000,\n                    \"quantity_reserved\": 0,\n                    \"uom\": \"ea\",\n                    \"quantity_location_pass_inventory_sum\": 8000,\n                    \"quantity_location_fail_inventory_sum\": 0,\n                    \"updated_at\": \"\"\n                }\n            ]\n        }\n    ],\n    \"meta\": {\n        \"current_page\": 1,\n        \"last_page\": 1,\n        \"per_page\": 20,\n        \"total\": 1\n    }\n}"}],"_postman_id":"a14eb395-d7f8-4c8a-bbc5-15cd80c855e9"},{"name":"Create SKUs","id":"8ab3fd3c-0e27-4568-9275-d838a30c5f67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"name\": \"ALU 3432423\",\n        \"description\": \"This is a sample product description.\",\n        \"sku_code\": \"srv-sku-12\",\n        \"barcodes\": [\n            \"new-sku-barcode-7aaa-12\"\n        ],\n        \"images\": [\n            {\n                \"default\": \"https://m.media-amazon.com/images/I/71bmtncxa+L._AC_SX679_.jpg\"\n            }\n        ],\n        \"type\": \"simple\",\n        \"status\": \"live\",\n        \"brand\": \"Sample Brand\",\n        \"country_of_origin\": \"Sample Country\",\n        \"weight\": {\n            \"value\": 5,\n            \"uom\": \"ea\" // Any Unit of Measurement other than \"ea\" will be treated as \"ea\" unless weighted configuration is enabled for the tenant.\n        },\n        \"uom\": \"ea\",\n        \"dimensions\": {\n            \"length\": {\n                \"length\": 10,\n                \"unit\": \"cm\"\n            },\n            \"breadth\": {\n                \"breadth\": 5,\n                \"unit\": \"cm\"\n            },\n            \"height\": {\n                \"height\": 15,\n                \"unit\": \"cm\"\n            }\n        },\n        \"currency\": \"SAR\",\n        \"retail_price\": 49.99,\n        \"selling_price\": 39.99,\n        \"is_perishable\": true\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/skus","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>Creates one or more SKUs for a specific seller in the Seller Master Catalog. Use this endpoint when onboarding new SKUs into the seller’s Master Catalog. The endpoint returns the created SKU IDs on success.</p>\n<h2 id=\"📌-required-fields-for-creating-a-master-sku\">📌 <strong>Required fields for Creating a Master SKU:</strong></h2>\n<ol>\n<li><p><code>name</code>: Name of the SKU, for example, \"42 inch LED TV\".</p>\n</li>\n<li><p><strong><code>sku_code</code></strong>: A unique code that identifies the SKU, for example, \"SKU-TV-123\"</p>\n</li>\n<li><p><strong><code>type</code></strong>: Specifies the type of the SKU, which can be \"simple\" or \"bundle\".</p>\n</li>\n</ol>\n<hr />\n<h2 id=\"parameters\"><strong>Parameters</strong></h2>\n<h3 id=\"path-parameters\"><strong>Path Parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Example</th>\n<th>Validation / Default</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>seller_code</code></td>\n<td>string</td>\n<td><strong>True</strong></td>\n<td><code>\"KO-SE-1\"</code></td>\n<td>Must be a valid existing seller code</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<hr />\n<h3 id=\"body-parameters\"><strong>Body Parameters</strong></h3>\n<p><strong>Body is an array of SKU objects.</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code></td>\n<td>string</td>\n<td><strong>True</strong></td>\n<td><code>\"ALU 3432423\"</code></td>\n</tr>\n<tr>\n<td><code>description</code></td>\n<td>string</td>\n<td><strong>False</strong></td>\n<td><code>\"This is a sample product description.\"</code></td>\n</tr>\n<tr>\n<td><code>sku_code</code></td>\n<td>string</td>\n<td><strong>True</strong></td>\n<td><code>\"srv-sku-12\"</code></td>\n</tr>\n<tr>\n<td><code>barcodes</code></td>\n<td>array[string]</td>\n<td><strong>False</strong></td>\n<td><code>[\"new-sku-barcode-7aaa-12\"]</code></td>\n</tr>\n<tr>\n<td><code>images</code></td>\n<td>array[object]</td>\n<td><strong>False</strong></td>\n<td><code>[{\"default\": \"\"}]</code></td>\n</tr>\n<tr>\n<td><code>type</code></td>\n<td>string</td>\n<td><strong>False</strong></td>\n<td><code>\"simple\",\"bundle\"</code></td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td>string</td>\n<td><strong>False</strong></td>\n<td><code>\"active\"</code></td>\n</tr>\n<tr>\n<td><code>brand</code></td>\n<td>string</td>\n<td><strong>False</strong></td>\n<td><code>\"Sample Brand\"</code></td>\n</tr>\n<tr>\n<td><code>country_of_origin</code></td>\n<td>string</td>\n<td><strong>False</strong></td>\n<td><code>\"Sample Country\"</code></td>\n</tr>\n<tr>\n<td><code>weight</code></td>\n<td>object</td>\n<td><strong>False</strong></td>\n<td><code>{ \"value\": 5, \"uom\": \"ea\" }</code></td>\n</tr>\n<tr>\n<td><code>uom</code></td>\n<td>string</td>\n<td><strong>False</strong></td>\n<td><code>\"ea\"</code></td>\n</tr>\n<tr>\n<td><code>dimensions</code></td>\n<td>object</td>\n<td><strong>False</strong></td>\n<td><code>{length: {...}, breadth: {...}, height: {...}}</code></td>\n</tr>\n<tr>\n<td><code>currency</code></td>\n<td>string</td>\n<td><strong>False</strong></td>\n<td><code>\"SAR\"</code></td>\n</tr>\n<tr>\n<td><code>retail_price</code></td>\n<td>number</td>\n<td><strong>False</strong></td>\n<td><code>49.99</code></td>\n</tr>\n<tr>\n<td><code>selling_price</code></td>\n<td>number</td>\n<td><strong>False</strong></td>\n<td><code>39.99</code></td>\n</tr>\n<tr>\n<td><code>is_perishable</code></td>\n<td>boolean</td>\n<td><strong>False</strong></td>\n<td><code>true</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"dimensions-object\"><strong>dimensions object</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>length.length</code></td>\n<td>number</td>\n<td><strong>False</strong></td>\n<td><code>10</code></td>\n</tr>\n<tr>\n<td><code>length.unit</code></td>\n<td>string</td>\n<td><strong>False</strong></td>\n<td><code>\"cm\"</code></td>\n</tr>\n<tr>\n<td><code>breadth.breadth</code></td>\n<td>number</td>\n<td><strong>False</strong></td>\n<td><code>5</code></td>\n</tr>\n<tr>\n<td><code>breadth.unit</code></td>\n<td>string</td>\n<td><strong>False</strong></td>\n<td><code>\"cm\"</code></td>\n</tr>\n<tr>\n<td><code>height.height</code></td>\n<td>number</td>\n<td><strong>False</strong></td>\n<td><code>15</code></td>\n</tr>\n<tr>\n<td><code>height.unit</code></td>\n<td>string</td>\n<td><strong>False</strong></td>\n<td><code>\"cm\"</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"path":["sales-channel","public","v1","tenants","sellers",":seller_code","skus"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"KO-SE-1","key":"seller_code"}]}},"response":[{"id":"87eb5454-d249-4908-8ac6-2ea9c33781d4","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"name\": \"ALU 3432423\",\n        \"description\": \"This is a sample product description.\",\n        \"sku_code\": \"srv-sku-12\",\n        \"barcodes\": [\n            \"new-sku-barcode-7aaa-12\"\n        ],\n        \"images\": [\n            {\n                \"default\": \"https://m.media-amazon.com/images/I/71bmtncxa+L._AC_SX679_.jpg\"\n            }\n        ],\n        \"type\": \"simple\",\n        \"status\": \"live\",\n        \"brand\": \"Sample Brand\",\n        \"country_of_origin\": \"Sample Country\",\n        \"weight\": {\n            \"value\": 5.2,\n            \"uom\": \"kg\"\n        },\n        \"uom\": \"kg\",\n        \"dimensions\": {\n            \"length\": {\n                \"length\": 10,\n                \"unit\": \"cm\"\n            },\n            \"breadth\": {\n                \"breadth\": 5,\n                \"unit\": \"cm\"\n            },\n            \"height\": {\n                \"height\": 15,\n                \"unit\": \"cm\"\n            }\n        },\n        \"currency\": \"SAR\",\n        \"retail_price\": 49.99,\n        \"selling_price\": 39.99,\n        \"is_perishable\": true\n    }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/skus","host":["{{base_url}}"],"path":["sales-channel","public","v1","tenants","sellers",":seller_code","skus"],"variable":[{"key":"seller_code","value":"KO-SE-1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 Feb 2025 05:18:14 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"afd47946-73f6-48a7-b715-86474495806c"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"913b8e2b2a3ec96c-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"message\": \"Success\"\n    },\n    \"meta\": null\n}"}],"_postman_id":"8ab3fd3c-0e27-4568-9275-d838a30c5f67"},{"name":"Update SKU","id":"3241f212-346c-4c0f-b5ef-9bd14adfd0c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"ALU 4\",\n    \"description\": \"This is a updated product description.\",\n    \"barcodes\": [\n        \"new-barcode\"\n    ],\n    \"images\": [\n        {\n            \"default\": \"https://m.media-amazon.com/images/I/71bmtncxa+L._AC_SX679_.jpg\"\n        }\n    ],\n    \"type\": \"simple\",\n    \"status\": \"live\",\n    \"brand\": \"Sample Brand\",\n    \"country_of_origin\": \"Sample Country\",\n    \"weight\": {\n        \"value\": 5,\n        \"uom\": \"ea\" // Any Unit of Measurement other than \"ea\" will be treated as \"ea\" unless weighted configuration is enabled for the tenant.\n    },\n    \"uom\": \"ea\",\n    \"dimensions\": {\n        \"length\": {\n            \"length\": 10,\n            \"unit\": \"cm\"\n        },\n        \"breadth\": {\n            \"breadth\": 5,\n            \"unit\": \"cm\"\n        },\n        \"height\": {\n            \"height\": 15,\n            \"unit\": \"cm\"\n        }\n    },\n    \"retail_price\": 49.99,\n    \"selling_price\": 39.99,\n    \"is_perishable\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/skus/:sku_code","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>Updates an existing SKU for a specific seller in the Seller Master Catalog. Use this endpoint when modifying SKU attributes such as name, description, barcode, pricing, status, dimensions, or perishable settings. The endpoint returns the updated SKU ID on success.</p>\n<h2 id=\"📌-required-fields-for-updating-a-master-sku\">📌 <strong>Required fields for Updating a Master SKU:</strong></h2>\n<ol>\n<li><p><strong><code>sku_code</code></strong>: A unique code that identifies the SKU, for example, \"SKU-TV-123\"</p>\n</li>\n<li><p><strong><code>type</code></strong>: Specifies the type of the SKU, which can be \"simple\" or \"bundle\".</p>\n</li>\n</ol>\n<hr />\n<h2 id=\"parameters\"><strong>Parameters</strong></h2>\n<h3 id=\"path-parameters\"><strong>Path Parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>seller_code</code></td>\n<td>string</td>\n<td><strong>True</strong></td>\n<td><code>\"KO-SE-1\"</code></td>\n</tr>\n<tr>\n<td><code>sku_code</code></td>\n<td>string</td>\n<td><strong>True</strong></td>\n<td><code>\"srv-sku-12\"</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<hr />\n<h3 id=\"body-parameters\"><strong>Body Parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code></td>\n<td>string</td>\n<td><strong>True</strong></td>\n<td><code>\"ALU 4\"</code></td>\n</tr>\n<tr>\n<td><code>description</code></td>\n<td>string</td>\n<td><strong>False</strong></td>\n<td><code>\"This is a updated product description.\"</code></td>\n</tr>\n<tr>\n<td><code>barcodes</code></td>\n<td>array[string]</td>\n<td><strong>False</strong></td>\n<td><code>[\"new-barcode\"]</code></td>\n</tr>\n<tr>\n<td><code>images</code></td>\n<td>array[object]</td>\n<td><strong>False</strong></td>\n<td><code>[{\"default\": \"\"}]</code></td>\n</tr>\n<tr>\n<td><code>type</code></td>\n<td>string</td>\n<td><strong>False</strong></td>\n<td><code>\"simple\"</code></td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td>string</td>\n<td><strong>False</strong></td>\n<td><code>\"active\"</code></td>\n</tr>\n<tr>\n<td><code>brand</code></td>\n<td>string</td>\n<td><strong>False</strong></td>\n<td><code>\"Sample Brand\"</code></td>\n</tr>\n<tr>\n<td><code>country_of_origin</code></td>\n<td>string</td>\n<td><strong>False</strong></td>\n<td><code>\"Sample Country\"</code></td>\n</tr>\n<tr>\n<td><code>weight</code></td>\n<td>object</td>\n<td><strong>False</strong></td>\n<td><code>{ \"value\": 5, \"uom\": \"ea\" }</code></td>\n</tr>\n<tr>\n<td><code>uom</code></td>\n<td>string</td>\n<td><strong>False</strong></td>\n<td><code>\"ea\"</code></td>\n</tr>\n<tr>\n<td><code>dimensions</code></td>\n<td>object</td>\n<td><strong>False</strong></td>\n<td><code>{...}</code></td>\n</tr>\n<tr>\n<td><code>retail_price</code></td>\n<td>number</td>\n<td><strong>False</strong></td>\n<td><code>49.99</code></td>\n</tr>\n<tr>\n<td><code>selling_price</code></td>\n<td>number</td>\n<td><strong>False</strong></td>\n<td><code>39.99</code></td>\n</tr>\n<tr>\n<td><code>is_perishable</code></td>\n<td>boolean</td>\n<td><strong>False</strong></td>\n<td><code>true</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"dimensions-object\"><strong>dimensions object</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>length.length</code></td>\n<td>number</td>\n<td><strong>False</strong></td>\n<td><code>10</code></td>\n</tr>\n<tr>\n<td><code>length.unit</code></td>\n<td>string</td>\n<td><strong>False</strong></td>\n<td><code>\"cm\"</code></td>\n</tr>\n<tr>\n<td><code>breadth.breadth</code></td>\n<td>number</td>\n<td><strong>False</strong></td>\n<td><code>5</code></td>\n</tr>\n<tr>\n<td><code>breadth.unit</code></td>\n<td>string</td>\n<td><strong>False</strong></td>\n<td><code>\"cm\"</code></td>\n</tr>\n<tr>\n<td><code>height.height</code></td>\n<td>number</td>\n<td><strong>False</strong></td>\n<td><code>15</code></td>\n</tr>\n<tr>\n<td><code>height.unit</code></td>\n<td>string</td>\n<td><strong>False</strong></td>\n<td><code>\"cm\"</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"path":["sales-channel","public","v1","tenants","sellers",":seller_code","skus",":sku_code"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"KO-SE-1","key":"seller_code"},{"type":"any","value":"srv-sku-12","key":"sku_code"}]}},"response":[{"id":"b71adcbd-a3ec-4b68-9c51-4dad860b90f4","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NDI0MDM0OTEsImp0aSI6ImEzNGYyY2RmLTBmYTctNGNiMC1iNzRiLTVmMTc5ZDU4YTE4OCIsInVzZXJfZGV0YWlscyI6eyJUZW5hbnRJRCI6Ijk3IiwiVXNlcklEIjoiOTI0IiwiVXNlck5hbWUiOiJSaXNoYWJoIn0sInRva2VuX3R5cGUiOiJCZWFyZXIifQ.oLjyWKScf8noohVXNHZkn0uQE3LUKohcCiOKg2f1xjXfukwVKIsIH8sSSK8fUkIEddy5O0dK9KqcFVbaNCVp7qe7oBDx5IWlLynHe-oQ5DfJNQJc8fKiC4dFGNIWl_0ICi5KGxtxu2I_hzSjbOcGtwirMr_gcKPVBs5Zs3DcJy7jECuDrcU0V8om0V3Th9wyOcNyZZfjUliBbydZC2wCVHKxrrXpqaCXsgu7Vavlunh0OCazQ3FFVs5UUpExv7naa-4jvpsMCs3efCyoPlXboAYeoxVnxx_TIVq1KcnRSThJhTMDtDrUQZrRvlxjbHTBXRRQyPBudRcyZEykSXVE_GUtBWxQrzrjf4O3aXHIOLcHLHsNnwqn_mE0Mk27Q8vUt5wPtCf-E6-FxU_X9gbjepRhbsxIfib0njFuAyfXbNxrccbWi8ZWnib7kYcDLh5kvKNcKzTjDO0_v_hMZhnVWE5LqCHq2X_qxDTToburpHK5_IJtzQsbIuhlimmYiZC3-CSnllFybzB4LjjDKGadb0wRbXxHXtEtXjhnpfERcYJ7mYSNxUJPglVI8F2cCxKWHJzcfT-KXEL4pVcSo6H7oWEGzKVWSq_EYV4VX-hauTyrtR7mA-D7dye1TIeRl2ZDiqmTyMr-4szhHw_YF1Cu-xxBKj0WP587TpXYQq5UIdY"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"ALU 4\",\n    \"description\": \"This is a updated product description.\",\n    \"barcodes\": [\n        \"new-barcode\"\n    ],\n    \"images\": [\n        {\n            \"default\": \"https://m.media-amazon.com/images/I/71bmtncxa+L._AC_SX679_.jpg\"\n        }\n    ],\n    \"type\": \"simple\",\n    \"status\": \"live\",\n    \"brand\": \"Sample Brand\",\n    \"country_of_origin\": \"Sample Country\",\n    \"weight\": {\n        \"value\": 5.2,\n        \"uom\": \"kg\"\n    },\n    \"uom\": \"kg\",\n    \"dimensions\": {\n        \"length\": {\n            \"length\": 10,\n            \"unit\": \"cm\"\n        },\n        \"breadth\": {\n            \"breadth\": 5,\n            \"unit\": \"cm\"\n        },\n        \"height\": {\n            \"height\": 15,\n            \"unit\": \"cm\"\n        }\n    },\n    \"retail_price\": 49.99,\n    \"selling_price\": 39.99,\n    \"is_perishable\": true\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/skus/:sku_code","host":["{{base_url}}"],"path":["sales-channel","public","v1","tenants","sellers",":seller_code","skus",":sku_code"],"variable":[{"key":"seller_code","value":"KO-SE-1"},{"key":"sku_code","value":"srv-sku-12"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 Feb 2025 05:19:23 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"5a468c97-c947-43fb-81dc-a1da1bc910fd"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"913b8fd92a1629b2-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"message\": \"Success\"\n    },\n    \"meta\": null\n}"}],"_postman_id":"3241f212-346c-4c0f-b5ef-9bd14adfd0c8"}],"id":"78b7f9e6-dbae-4209-bd6c-02bbc1ffc1d3","description":"<p>The <strong>SKUs</strong> folder contains all APIs related to managing product SKUs for a seller.</p>\n<p>These APIs allow partners and developers to <strong>create</strong>, <strong>retrieve</strong>, <strong>update</strong>, and <strong>manage</strong> SKUs in the seller’s Master Catalog.</p>\n<p>SKUs are a core part of Omniful’s catalog management system, enabling sellers to define SKU details, pricing, dimensions, images, and attributes in a structured, channel-ready format.</p>\n<hr />\n<h2 id=\"📌-overview\"><strong>📌 Overview</strong></h2>\n<p>SKUs (Stock Keeping Units) represent items that sellers fulfil and ship through Omniful.</p>\n<p>The APIs in this folder help you:</p>\n<ul>\n<li><p>Create new SKUs under a seller</p>\n</li>\n<li><p>List SKUs belonging to a seller</p>\n</li>\n<li><p>Retrieve detailed information for a single SKU</p>\n</li>\n<li><p>Update existing SKUs (pricing, status, barcodes, attributes, etc.)</p>\n</li>\n</ul>\n<hr />\n<h2 id=\"📌-key-concepts\"><strong>📌 Key Concepts</strong></h2>\n<h3 id=\"sku-code\"><strong>SKU Code</strong></h3>\n<p>A unique identifier for each SKU (e.g., <code>\"SKU-TV-123\"</code>).</p>\n<p>This must be unique at the seller level.</p>\n<h3 id=\"sku-types\"><strong>SKU Types</strong></h3>\n<ul>\n<li><p><code>simple</code> – standalone products</p>\n</li>\n<li><p><code>bundle</code> (kits) – grouped or packaged products</p>\n</li>\n</ul>\n<h3 id=\"sku-status-values\"><strong>SKU Status Values</strong></h3>\n<p>Represents the SKU’s workflow stage:</p>\n<ul>\n<li><p><code>active</code></p>\n</li>\n<li><p><code>inactive</code></p>\n</li>\n</ul>\n<hr />\n<h1 id=\"📋-common-fields-across-sku-apis\"><strong>📋 Common Fields Across SKU APIs</strong></h1>\n<p>The following table provides a detailed explanation of key fields used across all SKU-related APIs in the Omniful Sales Channel ecosystem.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>id</strong></td>\n<td>integer</td>\n<td>Unique identifier assigned to the SKU in Omniful.</td>\n</tr>\n<tr>\n<td><strong>sku_code</strong></td>\n<td>string</td>\n<td>Unique SKU code used to identify the product at the seller level.</td>\n</tr>\n<tr>\n<td><strong>seller_code</strong></td>\n<td>string</td>\n<td>Code of the seller to whom the SKU belongs.</td>\n</tr>\n<tr>\n<td><strong>name</strong></td>\n<td>string</td>\n<td>Display name/title of the SKU.</td>\n</tr>\n<tr>\n<td><strong>description</strong></td>\n<td>string</td>\n<td>Detailed description of the SKU.</td>\n</tr>\n<tr>\n<td><strong>type</strong></td>\n<td>string</td>\n<td>SKU type — <code>simple</code> or <code>bundle</code>. Determines product structure.</td>\n</tr>\n<tr>\n<td><strong>status</strong></td>\n<td>string</td>\n<td>Current SKU status (<code>active</code>,<code>inactive</code>).</td>\n</tr>\n<tr>\n<td><strong>brand</strong></td>\n<td>string</td>\n<td>Brand associated with the SKU.</td>\n</tr>\n<tr>\n<td><strong>country_of_origin</strong></td>\n<td>string</td>\n<td>Country where the SKU was manufactured or sourced.</td>\n</tr>\n<tr>\n<td><strong>barcodes</strong></td>\n<td>array[string]</td>\n<td>List of barcodes associated with the SKU. Multiple barcodes are supported.</td>\n</tr>\n<tr>\n<td><strong>images</strong></td>\n<td>array[object]</td>\n<td>List of product images. Can include a <code>default</code> image URL.</td>\n</tr>\n<tr>\n<td><strong>weight.value</strong></td>\n<td>number</td>\n<td>Weight of the product.</td>\n</tr>\n<tr>\n<td><strong>weight.uom</strong></td>\n<td>string</td>\n<td>Unit of measurement for weight (e.g., <code>kg</code>, <code>g</code>, <code>lb</code>, <code>ea</code>).</td>\n</tr>\n<tr>\n<td><strong>uom</strong></td>\n<td>string</td>\n<td>Default UOM used for selling or inventory (e.g., <code>ea</code>).</td>\n</tr>\n<tr>\n<td><strong>dimensions.length.length</strong></td>\n<td>number</td>\n<td>Length of the SKU.</td>\n</tr>\n<tr>\n<td><strong>dimensions.length.unit</strong></td>\n<td>string</td>\n<td>Unit for length (e.g., <code>cm</code>, <code>in</code>).</td>\n</tr>\n<tr>\n<td><strong>dimensions.breadth.breadth</strong></td>\n<td>number</td>\n<td>Breadth/width of the SKU.</td>\n</tr>\n<tr>\n<td><strong>dimensions.breadth.unit</strong></td>\n<td>string</td>\n<td>Unit for breadth.</td>\n</tr>\n<tr>\n<td><strong>dimensions.height.height</strong></td>\n<td>number</td>\n<td>Height of the SKU.</td>\n</tr>\n<tr>\n<td><strong>dimensions.height.unit</strong></td>\n<td>string</td>\n<td>Unit for height.</td>\n</tr>\n<tr>\n<td><strong>currency</strong></td>\n<td>string</td>\n<td>Currency code used for SKU prices (e.g., <code>SAR</code>, <code>AED</code>).</td>\n</tr>\n<tr>\n<td><strong>retail_price</strong></td>\n<td>number</td>\n<td>Maximum Retail Price (MRP) of the SKU.</td>\n</tr>\n<tr>\n<td><strong>selling_price</strong></td>\n<td>number</td>\n<td>Actual selling price used in transactions.</td>\n</tr>\n<tr>\n<td><strong>cost_price</strong></td>\n<td>number</td>\n<td>Cost price of the item (if applicable).</td>\n</tr>\n<tr>\n<td><strong>is_perishable</strong></td>\n<td>boolean</td>\n<td>Indicates whether the SKU has a perishable nature.</td>\n</tr>\n<tr>\n<td><strong>handling_type</strong></td>\n<td>string</td>\n<td>Handling requirements such as <code>hot</code> or <code>cold</code> (if required by marketplace).</td>\n</tr>\n<tr>\n<td><strong>created_at</strong></td>\n<td>string</td>\n<td>Timestamp when the SKU record was created.</td>\n</tr>\n<tr>\n<td><strong>updated_at</strong></td>\n<td>string</td>\n<td>Timestamp indicating the last update to the SKU.</td>\n</tr>\n<tr>\n<td><strong>created_by</strong></td>\n<td>string</td>\n<td>User/system who created the SKU.</td>\n</tr>\n<tr>\n<td><strong>updated_by</strong></td>\n<td>string</td>\n<td>User/system who last updated the SKU.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"78b7f9e6-dbae-4209-bd6c-02bbc1ffc1d3","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}}},{"name":"Hubs","item":[{"name":"Create Hub","id":"b75ab111-27aa-4a02-b24b-eda41b6c7078","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Dark_str_1\",\n    \"code\": \"Dark_sst\",\n    \"type\": \"dark_store\",\n    \"email\": \"hub-location-off@gmail.com\",\n    \"address\": {\n        \"address_line1\": \"19 ش النهضة  النهضة  النهضة 1  مركز صحارى\",\n        \"address_line2\": \"19 ش النهضة  النهضة  النهضة 1  مركز صحارى\",\n        \"state_name\": \"\",\n        \"city_name\": \"Riyadh\",\n        \"postal_code\": \"00000\",\n        \"latitude\": 25.2709141,\n        \"longitude\": 55.300312,\n        \"country\": {\n            \"name\": \"Saudi Arabia\",\n            \"code\": \"SA\"\n        },\n        \"additional_number\": \"1233\",\n        \"area\": \"mera area\",\n        \"national_address_code\": \"RAFC1231\",\n        \"building_number\": \"1234\",\n        \"street\": \"123 Main St\"\n    },\n    \"working_hours\": {\n        \"monday\": [\n            {\n                \"start_time\": 900,\n                \"end_time\": 2359\n            }\n        ],\n        \"tuesday\": [\n            {\n                \"start_time\": 900,\n                \"end_time\": 2359\n            }\n        ],\n        \"wednesday\": [\n            {\n                \"start_time\": 800,\n                \"end_time\": 2359\n            }\n        ],\n        \"thursday\": [\n            {\n                \"start_time\": 800,\n                \"end_time\": 2359\n            }\n        ],\n        \"friday\": [\n            {\n                \"start_time\": 600,\n                \"end_time\": 2359\n            }\n        ],\n        \"saturday\": [\n            {\n                \"start_time\": 700,\n                \"end_time\": 2359\n            }\n        ],\n        \"sunday\": [\n            {\n                \"start_time\": 500,\n                \"end_time\": 2359\n            }\n        ]\n    },\n    \"configuration\": {\n        \"location_inventory\": {\n            \"enabled\": true\n        },\n        \"inwarding_configuration\": {\n            \"auto_generate_serialised_barcode\": true\n        },\n        \"stock_transfer_order\": {\n            \"enabled\": false\n        },\n        \"hub_location_mapping\": {\n            \"bins_enabled\": false,\n            \"rack_enabled\": false,\n            \"zone_enabled\": false,\n            \"aisle_enabled\": false,\n            \"floor_enabled\": false,\n            \"shelf_enabled\": false\n        },\n        \"adjust_inventory\": {\n            \"manual_barcode_allowed\": true,\n            \"enter_quantity_manually\": true\n        },\n        \"gate_entry\": {\n            \"enabled\": true\n        },\n        \"bulk_ship_configuration\": {\n            \"picker_capacity\": 5\n        },\n        \"picking\": {\n            \"enabled\": true,\n            \"cart_capacity\": 10,\n            \"picker_capacity\": 10,\n            \"bin_scan_enabled\": true,\n            \"single_order_tags\": [\n                {\n                    \"name\": \"create tags\"\n                },\n                {\n                    \"name\": \"test\"\n                },\n                {\n                    \"name\": \"prepaid\"\n                }\n            ],\n            \"location_scan_enabled\": true,\n            \"manual_barcode_allowed\": true,\n            \"enter_quantity_manually\": true,\n            \"multi_order_picking_type\": 3,\n            \"single_order_picking_type\": 1,\n            \"multi_order_picking_allowed\": true,\n            \"single_order_picking_allowed\": true,\n            \"multi_piece_picking_cart_association\": false,\n            \"single_piece_picking_cart_association\": true\n        },\n        \"bin\": {\n            \"enabled\": true\n        },\n        \"location_configuration\": {\n            \"layout\": {\n                \"bin\": {\n                    \"exist\": false,\n                    \"order\": 8,\n                    \"prefix\": \"B\",\n                    \"display_name\": \"Bin\"\n                },\n                \"hall\": {\n                    \"exist\": false,\n                    \"order\": 3,\n                    \"prefix\": \"H\",\n                    \"display_name\": \"Hall\"\n                },\n                \"rack\": {\n                    \"exist\": false,\n                    \"order\": 5,\n                    \"prefix\": \"R\",\n                    \"display_name\": \"Rack\"\n                },\n                \"aisle\": {\n                    \"exist\": false,\n                    \"order\": 4,\n                    \"prefix\": \"A\",\n                    \"display_name\": \"Aisle\"\n                },\n                \"floor\": {\n                    \"exist\": false,\n                    \"order\": 2,\n                    \"prefix\": \"F\",\n                    \"display_name\": \"Floor\"\n                },\n                \"shelf\": {\n                    \"exist\": false,\n                    \"order\": 6,\n                    \"prefix\": \"S\",\n                    \"display_name\": \"Shelf\"\n                },\n                \"location\": {\n                    \"exist\": false,\n                    \"order\": 7,\n                    \"prefix\": \"L\",\n                    \"display_name\": \"Location\"\n                },\n                \"custom_prefix\": {\n                    \"exist\": true,\n                    \"order\": 1,\n                    \"prefix\": \"P\",\n                    \"display_name\": \"Prefix\"\n                }\n            },\n            \"enabled\": false\n        },\n        \"put_away\": {\n            \"manual_barcode_allowed\": true,\n            \"enter_quantity_manually\": true\n        },\n        \"expiry_configuration\": {\n            \"include_near_expiry_items\": false\n        },\n        \"acceptable_shelf_life_validation\": {\n            \"enabled\": false\n        },\n        \"schedule_order\": {\n            \"time\": {\n                \"hour\": \"0\",\n                \"minute\": \"0\"\n            },\n            \"enabled\": false\n        },\n        \"cycle_count_configuration\": {\n            \"blind_count\": false,\n            \"update_inventory\": false,\n            \"manual_barcode_allowed\": true,\n            \"enter_quantity_manually\": true\n        },\n        \"packing_configuration\": {\n            \"qc_enabled\": true,\n            \"manual_barcode_allowed\": true,\n            \"enter_quantity_manually\": true,\n            \"automatic_shipment_creation\": false,\n            \"auto_print_awb_on_all_items_scanned\": true\n        },\n        \"purchase_order\": {\n            \"enabled\": true,\n            \"over_receive_allowed\": true\n        }\n    },\n    \"is_click_and_collect\": false,\n    \"country_calling_code\": \"+91\",\n    \"country_code\": \"IN\",\n    \"phone_number\": \"9871627354\",\n    \"timezone\": \"Asia/Kolkata\",\n    \"currency\": {\n        \"name\": \"Indian Rupee\",\n        \"code\": \"INR\",\n        \"display_name\": \"INR (Indian Rupee)\"\n    },\n    \"is_pos_enabled\": false,\n    \"is_wms_enabled\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/tenants/hubs","description":"<h1 id=\"description\"><strong>Description</strong></h1>\n<p>Creates a new hub within a tenant. Use this endpoint to register a warehouse, dark store, or fulfillment location with full configuration for inventory, picking, packing, cycle count, schedule order, and other operational behaviors.</p>\n<p>On success, the endpoint returns the newly created Hub object.</p>\n<p>📌 <strong>Required fields for creating a Hub:</strong></p>\n<ul>\n<li><p><code>name</code> — Hub name</p>\n</li>\n<li><p><code>code</code> — Unique hub code</p>\n</li>\n<li><p><code>type</code> — Hub type (e.g., <code>\"warehouse\"</code>, <code>\"dark_store\"</code>)</p>\n</li>\n<li><p><code>email</code> — Valid email address</p>\n</li>\n<li><p><code>phone_number</code>, <code>country_code</code>, <code>country_calling_code</code></p>\n</li>\n<li><p>Complete <code>address</code> object</p>\n</li>\n<li><p>Complete <code>currency</code> object</p>\n</li>\n<li><p>Complete <code>configuration</code> object</p>\n</li>\n<li><p><code>timezone</code></p>\n</li>\n</ul>\n<p>📌 Additional Mandatory Fields for Saudi Arabia (KSA)<br />If the <code>country</code> is <strong>Saudi Arabia (KSA)</strong>, the following address fields are <strong>mandatory</strong>:</p>\n<ul>\n<li><p><code>national_address_code</code></p>\n</li>\n<li><p><code>additional_number</code></p>\n</li>\n<li><p><code>building_number</code></p>\n</li>\n<li><p><code>area</code></p>\n</li>\n<li><p><code>street</code></p>\n</li>\n</ul>\n<p>Note<br />These fields are required to comply with <strong>Saudi National Address regulations</strong>, and requests will fail validation if they are missing when the country is set to KSA.</p>\n<hr />\n<h2 id=\"top-level-fields\"><strong>Top-Level Fields</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Example</th>\n<th>Validation / Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>True</td>\n<td><code>\"Dark_store_1\"</code></td>\n<td>Cannot be empty</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>True</td>\n<td><code>\"Dark_store_1\"</code></td>\n<td>Cannot be empty</td>\n</tr>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>True</td>\n<td><code>\"dark_store\"</code></td>\n<td>Cannot be empty</td>\n</tr>\n<tr>\n<td>email</td>\n<td>string</td>\n<td>True</td>\n<td><code>\"hub-location-off@gmail.com\"</code></td>\n<td>Must be valid email</td>\n</tr>\n<tr>\n<td>phone_number</td>\n<td>string</td>\n<td>True</td>\n<td><code>\"9871627354\"</code></td>\n<td>Cannot be empty</td>\n</tr>\n<tr>\n<td>country_code</td>\n<td>string</td>\n<td>True</td>\n<td><code>\"IN\"</code></td>\n<td>Cannot be empty</td>\n</tr>\n<tr>\n<td>country_calling_code</td>\n<td>string</td>\n<td>True</td>\n<td><code>\"+91\"</code></td>\n<td>Cannot be empty</td>\n</tr>\n<tr>\n<td>timezone</td>\n<td>string</td>\n<td>True</td>\n<td><code>\"Asia/Kolkata\"</code></td>\n<td>Cannot be empty</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>object</td>\n<td>True</td>\n<td><code>{name, code, display_name}</code></td>\n<td>All fields required</td>\n</tr>\n<tr>\n<td>working_hours</td>\n<td>object</td>\n<td>True</td>\n<td><code>{monday: [...]}</code></td>\n<td>At least 1 day must have hours</td>\n</tr>\n<tr>\n<td>configuration</td>\n<td>object</td>\n<td>True</td>\n<td><code>{...}</code></td>\n<td>All nested sections required</td>\n</tr>\n<tr>\n<td>is_click_and_collect</td>\n<td>boolean</td>\n<td>False</td>\n<td><code>false</code></td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>is_pos_enabled</td>\n<td>boolean</td>\n<td>False</td>\n<td><code>false</code></td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>is_wms_enabled</td>\n<td>boolean</td>\n<td>False</td>\n<td><code>true</code></td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h1 id=\"address-object\"><strong>Address Object</strong></h1>\n<p>Required.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Example</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>address_line1</td>\n<td>string</td>\n<td>True</td>\n<td><code>\"B91 DLF Colony\"</code></td>\n<td>Cannot be empty</td>\n</tr>\n<tr>\n<td>address_line2</td>\n<td>string</td>\n<td>True</td>\n<td><code>\"Sector 14\"</code></td>\n<td>Cannot be empty</td>\n</tr>\n<tr>\n<td>latitude</td>\n<td>float32</td>\n<td>True</td>\n<td><code>28.471653</code></td>\n<td>Must be valid float32</td>\n</tr>\n<tr>\n<td>longitude</td>\n<td>float32</td>\n<td>True</td>\n<td><code>77.050965</code></td>\n<td>Must be valid float32</td>\n</tr>\n<tr>\n<td>city_name</td>\n<td>string</td>\n<td>True</td>\n<td><code>\"Lucknow\"</code></td>\n<td>Cannot be empty</td>\n</tr>\n<tr>\n<td>state_name</td>\n<td>string</td>\n<td>False</td>\n<td><code>\"Haryana\"</code></td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>postal_code</td>\n<td>string</td>\n<td>False</td>\n<td><code>\"122001\"</code></td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>country.name</td>\n<td>string</td>\n<td>True</td>\n<td><code>\"India\"</code></td>\n<td>Cannot be empty</td>\n</tr>\n<tr>\n<td>country.code</td>\n<td>string</td>\n<td>True</td>\n<td><code>\"IN\"</code></td>\n<td>Cannot be empty</td>\n</tr>\n<tr>\n<td>national_address_code</td>\n<td>string</td>\n<td>Conditional</td>\n<td>\"nac_1234\"</td>\n<td>Required if <code>country.code = \"SA\"</code></td>\n</tr>\n<tr>\n<td>additional_number</td>\n<td>string</td>\n<td>Conditional</td>\n<td>\"1233\"</td>\n<td>Required if <code>country.code = \"SA\"</code></td>\n</tr>\n<tr>\n<td>building_number</td>\n<td>string</td>\n<td>Conditional</td>\n<td>\"1234\"</td>\n<td>Required if <code>country.code = \"SA\"</code></td>\n</tr>\n<tr>\n<td>area</td>\n<td>string</td>\n<td>Conditional</td>\n<td>\"Al Olaya\"</td>\n<td>Required if <code>country.code = \"SA\"</code></td>\n</tr>\n<tr>\n<td>street</td>\n<td>string</td>\n<td>Conditional</td>\n<td>\"King Fahd Rd\"</td>\n<td>Required if <code>country.code = \"SA\"</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h1 id=\"working-hours\"><strong>Working Hours</strong></h1>\n<p>Each weekday accepts an array of objects.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>working_hours.monday</td>\n<td>array[HubHour]</td>\n<td>False</td>\n<td><code>[{\"start_time\":900,\"end_time\":2359}]</code></td>\n</tr>\n<tr>\n<td>working_hours.tuesday</td>\n<td>array[HubHour]</td>\n<td>False</td>\n<td>Same</td>\n</tr>\n<tr>\n<td>…</td>\n<td>…</td>\n<td>…</td>\n<td>…</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"hubhour-object\">HubHour object:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>start_time</td>\n<td>uint64</td>\n<td>Required if day provided</td>\n<td>UNIX timestamp (seconds)</td>\n</tr>\n<tr>\n<td>end_time</td>\n<td>uint64</td>\n<td>Required if day provided</td>\n<td>UNIX timestamp (seconds)</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h1 id=\"configuration-object\"><strong>Configuration Object</strong></h1>\n<p><strong>Required</strong>.</p>\n<p>All major sections must be present.</p>\n<p>Below is a structured breakdown:</p>\n<hr />\n<h3 id=\"location_inventory\"><strong>location_inventory</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>enabled</td>\n<td>boolean</td>\n<td>True</td>\n<td><code>true</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"stock_transfer_order\"><strong>stock_transfer_order</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>enabled</td>\n<td>boolean</td>\n<td>True</td>\n<td><code>false</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"hub_location_mapping\"><strong>hub_location_mapping</strong></h3>\n<p>Enter if location_inventory is enabled</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>name</th>\n<th>type</th>\n<th>required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>bins_enabled</td>\n<td>boolean</td>\n<td>True</td>\n</tr>\n<tr>\n<td>rack_enabled</td>\n<td>boolean</td>\n<td>True</td>\n</tr>\n<tr>\n<td>zone_enabled</td>\n<td>boolean</td>\n<td>True</td>\n</tr>\n<tr>\n<td>aisle_enabled</td>\n<td>boolean</td>\n<td>True</td>\n</tr>\n<tr>\n<td>floor_enabled</td>\n<td>boolean</td>\n<td>True</td>\n</tr>\n<tr>\n<td>shelf_enabled</td>\n<td>boolean</td>\n<td>True</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"adjust_inventory\"><strong>adjust_inventory</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>manual_barcode_allowed</td>\n<td>boolean</td>\n<td>True</td>\n</tr>\n<tr>\n<td>enter_quantity_manually</td>\n<td>boolean</td>\n<td>True</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"gate_entry\"><strong>gate_entry</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>enabled</td>\n<td>boolean</td>\n<td>True</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"bulk_ship_configuration\"><strong>bulk_ship_configuration</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Validation / Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>picker_capacity</td>\n<td>integer</td>\n<td>True</td>\n<td>Must be &gt; 0</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"picking\"><strong>picking</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>enabled</td>\n<td>boolean</td>\n<td>True</td>\n<td><code>true</code></td>\n</tr>\n<tr>\n<td>cart_capacity</td>\n<td>integer</td>\n<td>True</td>\n<td><code>10</code></td>\n</tr>\n<tr>\n<td>picker_capacity</td>\n<td>integer</td>\n<td>True</td>\n<td><code>10</code></td>\n</tr>\n<tr>\n<td>bin_scan_enabled</td>\n<td>boolean</td>\n<td>True</td>\n<td><code>true</code></td>\n</tr>\n<tr>\n<td>single_order_tags</td>\n<td>array</td>\n<td>True</td>\n<td><code>[{\"name\":\"prepaid\"}]</code></td>\n</tr>\n<tr>\n<td>location_scan_enabled</td>\n<td>boolean</td>\n<td>True</td>\n<td></td>\n</tr>\n<tr>\n<td>manual_barcode_allowed</td>\n<td>boolean</td>\n<td>True</td>\n<td></td>\n</tr>\n<tr>\n<td>enter_quantity_manually</td>\n<td>boolean</td>\n<td>True</td>\n<td></td>\n</tr>\n<tr>\n<td>multi_order_picking_type</td>\n<td>integer</td>\n<td>True</td>\n<td></td>\n</tr>\n<tr>\n<td>single_order_picking_type</td>\n<td>integer</td>\n<td>True</td>\n<td></td>\n</tr>\n<tr>\n<td>multi_order_picking_allowed</td>\n<td>boolean</td>\n<td>True</td>\n<td></td>\n</tr>\n<tr>\n<td>single_order_picking_allowed</td>\n<td>boolean</td>\n<td>True</td>\n<td></td>\n</tr>\n<tr>\n<td>multi_piece_picking_cart_association</td>\n<td>boolean</td>\n<td>True</td>\n<td></td>\n</tr>\n<tr>\n<td>single_piece_picking_cart_association</td>\n<td>boolean</td>\n<td>True</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"bin\"><strong>bin</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>enabled</td>\n<td>boolean</td>\n<td>True</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"location_configuration\"><strong>location_configuration</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>layout</td>\n<td>map</td>\n<td>True</td>\n</tr>\n<tr>\n<td>enabled</td>\n<td>boolean</td>\n<td>True</td>\n</tr>\n</tbody>\n</table>\n</div><p><code>layout</code> contains components like:<br /><code>bin</code>, <code>hall</code>, <code>rack</code>, <code>aisle</code>, <code>floor</code>, <code>shelf</code>, <code>location</code>, <code>custom_prefix</code></p>\n<p>each containing:</p>\n<ul>\n<li><p>exist (boolean)</p>\n</li>\n<li><p>order (integer)</p>\n</li>\n<li><p>prefix (string)</p>\n</li>\n<li><p>display_name (string)</p>\n</li>\n</ul>\n<hr />\n<h3 id=\"put_away\"><strong>put_away</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>manual_barcode_allowed</td>\n<td>boolean</td>\n<td>True</td>\n</tr>\n<tr>\n<td>enter_quantity_manually</td>\n<td>boolean</td>\n<td>True</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"expiry_configuration\"><strong>expiry_configuration</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>include_near_expiry_items</td>\n<td>boolean</td>\n<td>True</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"acceptable_shelf_life_validation\"><strong>acceptable_shelf_life_validation</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>enabled</td>\n<td>boolean</td>\n<td>True</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"schedule_order\"><strong>schedule_order</strong></h3>\n<p>Optional.</p>\n<p>If provided, <strong>all fields required</strong>.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>enabled</td>\n<td>boolean</td>\n<td><code>false</code></td>\n</tr>\n<tr>\n<td>time.hour</td>\n<td>string</td>\n<td><code>\"0\"</code></td>\n</tr>\n<tr>\n<td>time.minute</td>\n<td>string</td>\n<td><code>\"0\"</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"cycle_count_configuration\"><strong>cycle_count_configuration</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>blind_count</td>\n<td>boolean</td>\n<td>True</td>\n</tr>\n<tr>\n<td>update_inventory</td>\n<td>boolean</td>\n<td>True</td>\n</tr>\n<tr>\n<td>manual_barcode_allowed</td>\n<td>boolean</td>\n<td>True</td>\n</tr>\n<tr>\n<td>enter_quantity_manually</td>\n<td>boolean</td>\n<td>True</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"packing_configuration\"><strong>packing_configuration</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>qc_enabled</td>\n<td>boolean</td>\n<td>True</td>\n</tr>\n<tr>\n<td>manual_barcode_allowed</td>\n<td>boolean</td>\n<td>True</td>\n</tr>\n<tr>\n<td>enter_quantity_manually</td>\n<td>boolean</td>\n<td>True</td>\n</tr>\n<tr>\n<td>automatic_shipment_creation</td>\n<td>boolean</td>\n<td>True</td>\n</tr>\n<tr>\n<td>auto_print_awb_on_all_items_scanned</td>\n<td>boolean</td>\n<td>True</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"purchase_order\"><strong>purchase_order</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>enabled</td>\n<td>boolean</td>\n<td>True</td>\n</tr>\n<tr>\n<td>over_receive_allowed</td>\n<td>boolean</td>\n<td>True</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"inwarding_configuration\"><strong>inwarding_configuration</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>auto_generate_serialised_barcode</td>\n<td>boolean</td>\n<td>False</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n","urlObject":{"path":["sales-channel","public","v1","tenants","hubs"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"b36e3383-3298-4546-87e4-5e280e95fbba","name":"Create Hub","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NTA1ODk0NTIsImp0aSI6ImQxYzVhNWM2LTcxNDAtNGRmMC1iNDgwLWUxMjZlZTMwNDZiOSIsInVzZXJfZGV0YWlscyI6eyJUZW5hbnRJRCI6IjMiLCJVc2VySUQiOiI5MyIsIlVzZXJOYW1lIjoiQWRhcnNoIFByYXNoYXIiLCJSYXRlTGltaXREZXRhaWxzIjp7IkVuYWJsZWQiOnRydWUsIlJlcXVlc3RzUGVyTWludXRlIjowfX0sInRva2VuX3R5cGUiOiJCZWFyZXIifQ.M08MnyL5ZlhtHbc5wH0eh5UKDLgZi2ZPifgBjqtsxpo4ha8SEnnBTtqXjX1VMauqX9RLIg_JYH6J1dba47uvnwJXtVx_YI6rxtxHQcS41FFVGcTdLRuKC36yCCpYO3fPcg3z2whBMce0gcKiuzqIcbskmvJbmn-9cSc50veioPyYLc8b4sRoHCzx4nRmp2VLfH_fYuFwDfeBvSE2eNg94SxUtj2qMxDLX7Ag3q6o-VEkeykWOfAhIhIHQwlFsEJl6GJR9f5kbNGH-RBIn86eS9g2TvbIDz7D2dmb9XIr_9XYnNFK8guNV7Nap8zgGYzE8xy662kQjbrrbgqbaedd-BWa5mZ6qPhvXAl5OCtdOiDc-OlMoiaKBC2PLLNCpVZaSWqJpoUPwV8kJcmu2_Qnh-6WeyCP6yhFC7ODw-qeOxf8lTMmeMDm0GX2BZVrE9lXQJuwDuCoT-nhndeqzQ7Jn28wiYiwCJqRaphpJ2uE1Z6i_isWemj98xCsVTRQGgBgToyCJsjww0OBil0PHpTrrt47Ya4XlMvauIZjuXDLSurABA71bnTkD2f6_9dlwQ-YUJveyWF2MaAzR0Id2Ne6OtWBmOOwMnkpiFDts4ggisPkneoVL1vM6ZGtYk73LuEIQmmOVBKkxbezob3gfgtsYAlRV5amgoDd6TT9jKc0Vco"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Dark_str_1\",\n    \"code\": \"Dark_sst\",\n    \"type\": \"dark_store\",\n    \"email\": \"hub-location-off@gmail.com\",\n    \"address\": {\n        \"address_line1\": \"19 ش النهضة  النهضة  النهضة 1  مركز صحارى\",\n        \"address_line2\": \"19 ش النهضة  النهضة  النهضة 1  مركز صحارى\",\n        \"state_name\": \"\",\n        \"city_name\": \"Riyadh\",\n        \"postal_code\": \"00000\",\n        \"latitude\": 25.2709141,\n        \"longitude\": 55.300312,\n        \"country\": {\n            \"name\": \"Saudi Arabia\",\n            \"code\": \"SA\"\n        },\n        \"additional_number\": \"1233\",\n        \"area\": \"mera area\",\n        \"national_address_code\": \"RAFC1231\",\n        \"building_number\": \"1234\",\n        \"street\": \"123 Main St\"\n    },\n    \"working_hours\": {\n        \"monday\": [\n            {\n                \"start_time\": 900,\n                \"end_time\": 2359\n            }\n        ],\n        \"tuesday\": [\n            {\n                \"start_time\": 900,\n                \"end_time\": 2359\n            }\n        ],\n        \"wednesday\": [\n            {\n                \"start_time\": 800,\n                \"end_time\": 2359\n            }\n        ],\n        \"thursday\": [\n            {\n                \"start_time\": 800,\n                \"end_time\": 2359\n            }\n        ],\n        \"friday\": [\n            {\n                \"start_time\": 600,\n                \"end_time\": 2359\n            }\n        ],\n        \"saturday\": [\n            {\n                \"start_time\": 700,\n                \"end_time\": 2359\n            }\n        ],\n        \"sunday\": [\n            {\n                \"start_time\": 500,\n                \"end_time\": 2359\n            }\n        ]\n    },\n    \"configuration\": {\n        \"location_inventory\": {\n            \"enabled\": true\n        },\n        \"inwarding_configuration\": {\n            \"auto_generate_serialised_barcode\": true\n        },\n        \"stock_transfer_order\": {\n            \"enabled\": false\n        },\n        \"hub_location_mapping\": {\n            \"bins_enabled\": false,\n            \"rack_enabled\": false,\n            \"zone_enabled\": false,\n            \"aisle_enabled\": false,\n            \"floor_enabled\": false,\n            \"shelf_enabled\": false\n        },\n        \"adjust_inventory\": {\n            \"manual_barcode_allowed\": true,\n            \"enter_quantity_manually\": true\n        },\n        \"gate_entry\": {\n            \"enabled\": true\n        },\n        \"bulk_ship_configuration\": {\n            \"picker_capacity\": 5\n        },\n        \"picking\": {\n            \"enabled\": true,\n            \"cart_capacity\": 10,\n            \"picker_capacity\": 10,\n            \"bin_scan_enabled\": true,\n            \"single_order_tags\": [\n                {\n                    \"name\": \"create tags\"\n                },\n                {\n                    \"name\": \"test\"\n                },\n                {\n                    \"name\": \"prepaid\"\n                }\n            ],\n            \"location_scan_enabled\": true,\n            \"manual_barcode_allowed\": true,\n            \"enter_quantity_manually\": true,\n            \"multi_order_picking_type\": 3,\n            \"single_order_picking_type\": 1,\n            \"multi_order_picking_allowed\": true,\n            \"single_order_picking_allowed\": true,\n            \"multi_piece_picking_cart_association\": false,\n            \"single_piece_picking_cart_association\": true\n        },\n        \"bin\": {\n            \"enabled\": true\n        },\n        \"location_configuration\": {\n            \"layout\": {\n                \"bin\": {\n                    \"exist\": false,\n                    \"order\": 8,\n                    \"prefix\": \"B\",\n                    \"display_name\": \"Bin\"\n                },\n                \"hall\": {\n                    \"exist\": false,\n                    \"order\": 3,\n                    \"prefix\": \"H\",\n                    \"display_name\": \"Hall\"\n                },\n                \"rack\": {\n                    \"exist\": false,\n                    \"order\": 5,\n                    \"prefix\": \"R\",\n                    \"display_name\": \"Rack\"\n                },\n                \"aisle\": {\n                    \"exist\": false,\n                    \"order\": 4,\n                    \"prefix\": \"A\",\n                    \"display_name\": \"Aisle\"\n                },\n                \"floor\": {\n                    \"exist\": false,\n                    \"order\": 2,\n                    \"prefix\": \"F\",\n                    \"display_name\": \"Floor\"\n                },\n                \"shelf\": {\n                    \"exist\": false,\n                    \"order\": 6,\n                    \"prefix\": \"S\",\n                    \"display_name\": \"Shelf\"\n                },\n                \"location\": {\n                    \"exist\": false,\n                    \"order\": 7,\n                    \"prefix\": \"L\",\n                    \"display_name\": \"Location\"\n                },\n                \"custom_prefix\": {\n                    \"exist\": true,\n                    \"order\": 1,\n                    \"prefix\": \"P\",\n                    \"display_name\": \"Prefix\"\n                }\n            },\n            \"enabled\": false\n        },\n        \"put_away\": {\n            \"manual_barcode_allowed\": true,\n            \"enter_quantity_manually\": true\n        },\n        \"expiry_configuration\": {\n            \"include_near_expiry_items\": false\n        },\n        \"acceptable_shelf_life_validation\": {\n            \"enabled\": false\n        },\n        \"schedule_order\": {\n            \"time\": {\n                \"hour\": \"0\",\n                \"minute\": \"0\"\n            },\n            \"enabled\": false\n        },\n        \"cycle_count_configuration\": {\n            \"blind_count\": false,\n            \"update_inventory\": false,\n            \"manual_barcode_allowed\": true,\n            \"enter_quantity_manually\": true\n        },\n        \"packing_configuration\": {\n            \"qc_enabled\": true,\n            \"manual_barcode_allowed\": true,\n            \"enter_quantity_manually\": true,\n            \"automatic_shipment_creation\": false,\n            \"auto_print_awb_on_all_items_scanned\": true\n        },\n        \"purchase_order\": {\n            \"enabled\": true,\n            \"over_receive_allowed\": true\n        }\n    },\n    \"is_click_and_collect\": false,\n    \"country_calling_code\": \"+91\",\n    \"country_code\": \"IN\",\n    \"phone_number\": \"9871627354\",\n    \"timezone\": \"Asia/Kolkata\",\n    \"currency\": {\n        \"name\": \"Indian Rupee\",\n        \"code\": \"INR\",\n        \"display_name\": \"INR (Indian Rupee)\"\n    },\n    \"is_pos_enabled\": false,\n    \"is_wms_enabled\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://prodapi.omniful.com/sales-channel/public/v1/tenants/hubs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 14 Jun 2025 11:57:12 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"X-Omniful-Request-Id","value":"35038042-728e-4dac-be91-bf6a1052b79d"},{"key":"Cf-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"Cf-Ray","value":"94f9a6139a2f2720-IAD"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"name\": \"Dark_store_1\",\n        \"code\": \"Dark_store_1\",\n        \"type\": \"dark_store\",\n        \"email\": \"hub-location-off@gmail.com\",\n        \"is_active\": true,\n        \"phone_number\": \"+91-9871627354\",\n        \"timezone\": \"Asia/Kolkata\",\n        \"currency\": {\n            \"name\": \"Indian Rupee\",\n            \"code\": \"INR\",\n            \"display_name\": \"INR (Indian Rupee)\"\n        },\n        \"is_pos_enabled\": false,\n        \"is_wms_enabled\": true\n    },\n    \"meta\": null\n}"}],"_postman_id":"b75ab111-27aa-4a02-b24b-eda41b6c7078"},{"name":"Update Hub","id":"20b8e5ad-4477-4b95-8e93-8a8e23bc02c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"dark_store\",\n    \"address\": {\n        \"address_line1\": \"B-91\",\n        \"address_line2\": \"Road 14\",\n        \"state_name\": \"Riyadh Principality\",\n        \"city_name\": \"Riyadh\",\n        \"postal_code\": \"122001\",\n        \"latitude\": 28.471653,\n        \"longitude\": 77.050965,\n        \"country\": {\n            \"name\": \"India\",\n            \"code\": \"IN\"\n        },\n        \"national_address_code\": \"RAFC1231\",\n        \"additional_number\": \"1233\",\n        \"building_number\": \"1234\",\n        \"area\": \"area 14\",\n        \"street\": \"123 Main St\"\n    },\n    \"services\": [\"wms\",\"pos\"],\n    \"working_hours\": {\n        \"monday\": [\n            {\n                \"start_time\": 1000,\n                \"end_time\": 2359\n            }\n        ],\n        \"tuesday\": [\n            {\n                \"start_time\":600,\n                \"end_time\": 2359\n            }\n        ],\n        \"wednesday\": [\n            {\n                \"start_time\":800,\n                \"end_time\": 2359\n            }\n        ],\n        \"thursday\": [\n            {\n                \"start_time\":900,\n                \"end_time\": 2359\n            }\n        ],\n        \"friday\": [\n            {\n                \"start_time\":0,\n                \"end_time\": 2359\n            }\n        ],\n        \"saturday\": [\n            {\n                \"start_time\": 0,\n                \"end_time\": 2359\n            }\n        ],\n        \"sunday\": [\n            {\n                \"start_time\": 0,\n                \"end_time\": 2359\n            }\n        ]\n    },\n    \"configuration\": {\n        \"adjust_inventory\": {\n            \"manual_barcode_allowed\": false,\n            \"enter_quantity_manually\": false\n        },\n        \"inwarding_configuration\": {\n            \"auto_generate_serialised_barcode\": true\n        },\n        \"gate_entry\": {\n            \"enabled\": false\n        },\n        \"bulk_ship_configuration\": {\n            \"picker_capacity\": 100\n        },\n        \"picking\": {\n            \"enabled\": true,\n            \"cart_capacity\": 9,\n            \"picker_capacity\": 1,\n            \"bin_scan_enabled\": true,\n            \"single_order_tags\": [\n                {\n\n                    \"name\": \"prepaid\"\n                },\n                {\n                    \"name\": \"test\"\n                },\n                {\n                    \"name\": \"create tags\"\n                }\n            ],\n            \"location_scan_enabled\": false,\n            \"manual_barcode_allowed\": false,\n            \"enter_quantity_manually\": false,\n            \"multi_order_picking_type\": 3,\n            \"single_order_picking_type\": 2,\n            \"multi_order_picking_allowed\": false,\n            \"single_order_picking_allowed\": true,\n            \"multi_piece_picking_cart_association\": false,\n            \"single_piece_picking_cart_association\": false\n        },\n        \"put_away\": {\n            \"manual_barcode_allowed\": false,\n            \"enter_quantity_manually\": false\n        },\n        \"expiry_configuration\": {\n            \"include_near_expiry_items\": false\n        },\n        \"acceptable_shelf_life_validation\": {\n            \"enabled\": false\n        },\n        \"schedule_order\": {\n            \"time\": {\n                \"hour\": \"2\",\n                \"minute\": \"45\"\n            },\n            \"enabled\": true\n        },\n        \"cycle_count_configuration\": {\n            \"blind_count\": true,\n            \"update_inventory\": true,\n            \"manual_barcode_allowed\": false,\n            \"enter_quantity_manually\": false\n        },\n        \"packing_configuration\": {\n            \"qc_enabled\": true,\n            \"manual_barcode_allowed\": true,\n            \"enter_quantity_manually\": false,\n            \"automatic_shipment_creation\": false,\n            \"auto_print_awb_on_all_items_scanned\": false\n        },\n        \"purchase_order\": {\n            \"enabled\": true,\n            \"over_receive_allowed\": true\n        }\n    },\n    \"is_click_and_collect\": false,\n    \"country_calling_code\": \"+91\",\n    \"country_code\": \"IN\",\n    \"phone_number\": \"9871627354\",\n    \"timezone\": \"Asia/Kolkata\",\n    \"currency\": {\n        \"name\": \"Indian Rupee\",\n        \"code\": \"INR\",\n        \"display_name\": \"INR (Indian Rupee)\"\n    },\n    \"created_by\": \"aryan gupta\",\n    \"created_by_id\": \"21\",\n    \"is_pos_enabled\": true,\n    \"is_wms_enabled\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/tenants/hubs/Dark_store_1k","description":"<h1 id=\"description\"><strong>Description</strong></h1>\n<p>Updates an existing tenant hub’s details and configuration.</p>\n<p>Use this endpoint when you need to change a hub’s address, services (e.g., WMS/POS), working hours, or operational configurations (picking, packing, cycle count, etc.).</p>\n<p>The endpoint performs a partial update: most fields are <strong>optional</strong>, but when an object is provided (like <code>address</code>, <code>configuration.picking</code>, etc.), the required fields inside that object must be present.</p>\n<p>📌 <strong>Key things to know:</strong></p>\n<ul>\n<li><p><code>hub_code</code> (in path) identifies which hub to update.</p>\n</li>\n<li><p>Body fields are optional, but <strong>object-level groups are all-or-nothing</strong>:</p>\n<ul>\n<li><p>If <code>address</code> is sent → all its required subfields must be present.</p>\n</li>\n<li><p>If <code>configuration.picking</code> is sent → its subfields must satisfy validation, etc.</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>📌 Additional Mandatory Fields for Saudi Arabia (KSA)<br />If the <code>country</code> is <strong>Saudi Arabia (KSA)</strong>, the following address fields are <strong>mandatory</strong>:</p>\n<ul>\n<li><p><code>national_address_code</code></p>\n</li>\n<li><p><code>additional_number</code></p>\n</li>\n<li><p><code>building_number</code></p>\n</li>\n<li><p><code>area</code></p>\n</li>\n<li><p><code>street</code></p>\n</li>\n</ul>\n<p>Note<br />These fields are required to comply with <strong>Saudi National Address regulations</strong>, and requests will fail validation if they are missing when the country is set to KSA.</p>\n<hr />\n<h1 id=\"parameters\"><strong>Parameters</strong></h1>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Example</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>hub_code</td>\n<td>string</td>\n<td>True</td>\n<td><code>\"Dark_store_1\"</code></td>\n<td>Hub code identifier to update</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h1 id=\"body-parameters\"><strong>Body Parameters</strong></h1>\n<p>Body is a <strong>single Hub object</strong>.</p>\n<p>All fields below are <strong>optional</strong>, unless otherwise specified.</p>\n<p>However, if an object is provided (e.g. <code>address</code>, <code>configuration.picking</code>), all <strong>required fields inside that object</strong> must be present.</p>\n<hr />\n<h2 id=\"top-level-fields\"><strong>Top-Level Fields</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Example</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>False</td>\n<td><code>\"dark_store\"</code></td>\n<td>Hub type (e.g., <code>\"warehouse\"</code>, <code>\"dark_store\"</code>)</td>\n</tr>\n<tr>\n<td>address</td>\n<td>object</td>\n<td>False</td>\n<td><code>{...}</code></td>\n<td>If provided, all required address fields must be present</td>\n</tr>\n<tr>\n<td>services</td>\n<td>array[string]</td>\n<td>False</td>\n<td><code>[\"wms\",\"pos\"]</code></td>\n<td>List of services for this hub</td>\n</tr>\n<tr>\n<td>working_hours</td>\n<td>object</td>\n<td>False</td>\n<td><code>{...}</code></td>\n<td>If a day is provided, its <code>start_time</code> and <code>end_time</code> are required</td>\n</tr>\n<tr>\n<td>configuration</td>\n<td>object</td>\n<td>False</td>\n<td><code>{...}</code></td>\n<td>If a configuration section is provided, its inner fields must be valid</td>\n</tr>\n<tr>\n<td>is_click_and_collect</td>\n<td>boolean</td>\n<td>False</td>\n<td><code>false</code></td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>country_calling_code</td>\n<td>string</td>\n<td>False</td>\n<td><code>\"+91\"</code></td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>country_code</td>\n<td>string</td>\n<td>False</td>\n<td><code>\"IN\"</code></td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>phone_number</td>\n<td>string</td>\n<td>False</td>\n<td><code>\"9871627354\"</code></td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>timezone</td>\n<td>string</td>\n<td>False</td>\n<td><code>\"Asia/Kolkata\"</code></td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>object</td>\n<td>False</td>\n<td><code>{...}</code></td>\n<td>If provided, all <code>currency</code> fields become required</td>\n</tr>\n<tr>\n<td>created_by</td>\n<td>string</td>\n<td>False</td>\n<td><code>\"aryan gupta\"</code></td>\n<td>Typically set from JWT, but can be sent</td>\n</tr>\n<tr>\n<td>created_by_id</td>\n<td>string</td>\n<td>False</td>\n<td><code>\"21\"</code></td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>is_pos_enabled</td>\n<td>boolean</td>\n<td>False</td>\n<td><code>true</code></td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>is_wms_enabled</td>\n<td>boolean</td>\n<td>False</td>\n<td><code>true</code></td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"address-object\"><strong>Address Object</strong></h2>\n<p>Required <strong>only if</strong> <code>address</code> is provided.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Example</th>\n<th>Validation / Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>address.address_line1</td>\n<td>string</td>\n<td>Yes*</td>\n<td><code>\"B-91 DLF Colony\"</code></td>\n<td>Cannot be empty</td>\n</tr>\n<tr>\n<td>address.address_line2</td>\n<td>string</td>\n<td>Yes*</td>\n<td><code>\"Sector 14\"</code></td>\n<td>Cannot be empty</td>\n</tr>\n<tr>\n<td>address.latitude</td>\n<td>float32</td>\n<td>Yes*</td>\n<td><code>28.471653</code></td>\n<td>Must be valid float32</td>\n</tr>\n<tr>\n<td>address.longitude</td>\n<td>float32</td>\n<td>Yes*</td>\n<td><code>77.050965</code></td>\n<td>Must be valid float32</td>\n</tr>\n<tr>\n<td>address.city_name</td>\n<td>string</td>\n<td>Yes*</td>\n<td><code>\"Lucknow\"</code></td>\n<td>Cannot be empty</td>\n</tr>\n<tr>\n<td>address.country.name</td>\n<td>string</td>\n<td>Yes*</td>\n<td><code>\"India\"</code></td>\n<td>Cannot be empty</td>\n</tr>\n<tr>\n<td>address.country.code</td>\n<td>string</td>\n<td>Yes*</td>\n<td><code>\"IN\"</code></td>\n<td>Cannot be empty</td>\n</tr>\n<tr>\n<td>address.postal_code</td>\n<td>string</td>\n<td>No</td>\n<td><code>\"122001\"</code></td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>address.state_name</td>\n<td>string</td>\n<td>No</td>\n<td><code>\"Haryana\"</code></td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>national_address_code</td>\n<td>string</td>\n<td>Conditional</td>\n<td>\"nac_1234\"</td>\n<td>Required if <code>country.code = \"SA\"</code></td>\n</tr>\n<tr>\n<td>additional_number</td>\n<td>string</td>\n<td>Conditional</td>\n<td>\"1233\"</td>\n<td>Required if <code>country.code = \"SA\"</code></td>\n</tr>\n<tr>\n<td>building_number</td>\n<td>string</td>\n<td>Conditional</td>\n<td>\"1234\"</td>\n<td>Required if <code>country.code = \"SA\"</code></td>\n</tr>\n<tr>\n<td>area</td>\n<td>string</td>\n<td>Conditional</td>\n<td>\"Al Olaya\"</td>\n<td>Required if <code>country.code = \"SA\"</code></td>\n</tr>\n<tr>\n<td>street</td>\n<td>string</td>\n<td>Conditional</td>\n<td>\"King Fahd Rd\"</td>\n<td>Required if <code>country.code = \"SA\"</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>* <strong>Yes</strong>* = required if <code>address</code> is provided.</p>\n<hr />\n<h2 id=\"services\"><strong>Services</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Example</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>services</td>\n<td>array[string]</td>\n<td>No</td>\n<td><code>[\"wms\",\"pos\"]</code></td>\n<td>List of enabled services for the hub</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"working-hours\"><strong>Working Hours</strong></h2>\n<p>Required <strong>only if</strong> <code>working_hours</code> is provided.</p>\n<p>If a specific day key exists, each item in that array must contain <code>start_time</code> and <code>end_time</code>.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>working_hours.monday</td>\n<td>array[HubHour]</td>\n<td>No</td>\n<td><code>[{\"start_time\":1000,\"end_time\":2359}]</code></td>\n</tr>\n<tr>\n<td>working_hours.tuesday</td>\n<td>array[HubHour]</td>\n<td>No</td>\n<td><code>[{\"start_time\":600,\"end_time\":2359}]</code></td>\n</tr>\n<tr>\n<td>working_hours.wednesday</td>\n<td>array[HubHour]</td>\n<td>No</td>\n<td><code>[{\"start_time\":800,\"end_time\":2359}]</code></td>\n</tr>\n<tr>\n<td>working_hours.thursday</td>\n<td>array[HubHour]</td>\n<td>No</td>\n<td><code>[{\"start_time\":900,\"end_time\":2359}]</code></td>\n</tr>\n<tr>\n<td>working_hours.friday</td>\n<td>array[HubHour]</td>\n<td>No</td>\n<td><code>[{\"start_time\":0,\"end_time\":2359}]</code></td>\n</tr>\n<tr>\n<td>working_hours.saturday</td>\n<td>array[HubHour]</td>\n<td>No</td>\n<td><code>[{\"start_time\":0,\"end_time\":2359}]</code></td>\n</tr>\n<tr>\n<td>working_hours.sunday</td>\n<td>array[HubHour]</td>\n<td>No</td>\n<td><code>[{\"start_time\":0,\"end_time\":2359}]</code></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"hubhour-object\">HubHour object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>start_time</td>\n<td>uint64</td>\n<td>Yes*</td>\n<td>Required if that day array is provided</td>\n</tr>\n<tr>\n<td>end_time</td>\n<td>uint64</td>\n<td>Yes*</td>\n<td>Required if that day array is provided</td>\n</tr>\n</tbody>\n</table>\n</div><p>* Per-day, if the day exists in <code>working_hours</code>, each element in its list must have both <code>start_time</code> and <code>end_time</code>.</p>\n<hr />\n<h2 id=\"configuration-object\"><strong>Configuration Object</strong></h2>\n<p>Optional at root level.</p>\n<p>If a <strong>specific configuration section</strong> is provided (e.g., <code>configuration.picking</code>), the inner fields must respect the validation rules.</p>\n<hr />\n<h3 id=\"configurationadjust_inventory\"><strong>configuration.adjust_inventory</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Example</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>configuration.adjust_inventory.manual_barcode_allowed</td>\n<td>boolean</td>\n<td>No</td>\n<td><code>false</code></td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>configuration.adjust_inventory.enter_quantity_manually</td>\n<td>boolean</td>\n<td>No</td>\n<td><code>false</code></td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"configurationgate_entry\"><strong>configuration.gate_entry</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Example</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>configuration.gate_entry.enabled</td>\n<td>boolean</td>\n<td>No</td>\n<td><code>false</code></td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"configurationbulk_ship_configuration\"><strong>configuration.bulk_ship_configuration</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Example</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>configuration.bulk_ship_configuration.picker_capacity</td>\n<td>integer</td>\n<td>No</td>\n<td><code>100</code></td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"configurationpicking\"><strong>configuration.picking</strong></h3>\n<p>If <code>configuration.picking</code> is included, all fields must be valid.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Example</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>configuration.picking.enabled</td>\n<td>boolean</td>\n<td>No</td>\n<td><code>true</code></td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>configuration.picking.cart_capacity</td>\n<td>integer</td>\n<td>No</td>\n<td><code>9</code></td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>configuration.picking.picker_capacity</td>\n<td>integer</td>\n<td>No</td>\n<td><code>1</code></td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>configuration.picking.bin_scan_enabled</td>\n<td>boolean</td>\n<td>No</td>\n<td><code>true</code></td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>configuration.picking.single_order_tags</td>\n<td>array</td>\n<td>No</td>\n<td><code>[{\"name\":\"prepaid\"}]</code></td>\n<td>Can be empty</td>\n</tr>\n<tr>\n<td>configuration.picking.location_scan_enabled</td>\n<td>boolean</td>\n<td>No</td>\n<td><code>false</code></td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>configuration.picking.manual_barcode_allowed</td>\n<td>boolean</td>\n<td>No</td>\n<td><code>false</code></td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>configuration.picking.enter_quantity_manually</td>\n<td>boolean</td>\n<td>No</td>\n<td><code>false</code></td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>configuration.picking.multi_order_picking_type</td>\n<td>integer</td>\n<td>No</td>\n<td><code>3</code></td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>configuration.picking.single_order_picking_type</td>\n<td>integer</td>\n<td>No</td>\n<td><code>2</code></td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>configuration.picking.multi_order_picking_allowed</td>\n<td>boolean</td>\n<td>No</td>\n<td><code>false</code></td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>configuration.picking.single_order_picking_allowed</td>\n<td>boolean</td>\n<td>No</td>\n<td><code>true</code></td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>configuration.picking.multi_piece_picking_cart_association</td>\n<td>boolean</td>\n<td>No</td>\n<td><code>false</code></td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>configuration.picking.single_piece_picking_cart_association</td>\n<td>boolean</td>\n<td>No</td>\n<td><code>false</code></td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"configurationput_away\"><strong>configuration.put_away</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Example</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>configuration.put_away.manual_barcode_allowed</td>\n<td>boolean</td>\n<td>No</td>\n<td><code>false</code></td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>configuration.put_away.enter_quantity_manually</td>\n<td>boolean</td>\n<td>No</td>\n<td><code>false</code></td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"configurationexpiry_configuration\"><strong>configuration.expiry_configuration</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Example</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>configuration.expiry_configuration.include_near_expiry_items</td>\n<td>boolean</td>\n<td>No</td>\n<td><code>false</code></td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"configurationacceptable_shelf_life_validation\"><strong>configuration.acceptable_shelf_life_validation</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Example</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>configuration.acceptable_shelf_life_validation.enabled</td>\n<td>boolean</td>\n<td>No</td>\n<td><code>false</code></td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"configurationschedule_order\"><strong>configuration.schedule_order</strong></h3>\n<p>If <code>configuration.schedule_order</code> is included, its internal fields are required as per validation.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>configuration.schedule_order.time</td>\n<td>object</td>\n<td>No</td>\n<td><code>{hour:\"2\",minute:\"45\"}</code></td>\n</tr>\n<tr>\n<td>configuration.schedule_order.time.hour</td>\n<td>string</td>\n<td>No</td>\n<td><code>\"2\"</code></td>\n</tr>\n<tr>\n<td>configuration.schedule_order.time.minute</td>\n<td>string</td>\n<td>No</td>\n<td><code>\"45\"</code></td>\n</tr>\n<tr>\n<td>configuration.schedule_order.enabled</td>\n<td>boolean</td>\n<td>No</td>\n<td><code>true</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"configurationcycle_count_configuration\"><strong>configuration.cycle_count_configuration</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Example</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>configuration.cycle_count_configuration.blind_count</td>\n<td>boolean</td>\n<td>No</td>\n<td><code>true</code></td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>configuration.cycle_count_configuration.update_inventory</td>\n<td>boolean</td>\n<td>No</td>\n<td><code>true</code></td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>configuration.cycle_count_configuration.manual_barcode_allowed</td>\n<td>boolean</td>\n<td>No</td>\n<td><code>false</code></td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>configuration.cycle_count_configuration.enter_quantity_manually</td>\n<td>boolean</td>\n<td>No</td>\n<td><code>false</code></td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"configurationpacking_configuration\"><strong>configuration.packing_configuration</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Example</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>configuration.packing_configuration.qc_enabled</td>\n<td>boolean</td>\n<td>No</td>\n<td><code>true</code></td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>configuration.packing_configuration.manual_barcode_allowed</td>\n<td>boolean</td>\n<td>No</td>\n<td><code>true</code></td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>configuration.packing_configuration.enter_quantity_manually</td>\n<td>boolean</td>\n<td>No</td>\n<td><code>false</code></td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>configuration.packing_configuration.automatic_shipment_creation</td>\n<td>boolean</td>\n<td>No</td>\n<td><code>false</code></td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>configuration.packing_configuration.auto_print_awb_on_all_items_scanned</td>\n<td>boolean</td>\n<td>No</td>\n<td><code>false</code></td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"configurationpurchase_order\"><strong>configuration.purchase_order</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Example</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>configuration.purchase_order.enabled</td>\n<td>boolean</td>\n<td>No</td>\n<td><code>true</code></td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>configuration.purchase_order.over_receive_allowed</td>\n<td>boolean</td>\n<td>No</td>\n<td><code>true</code></td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"configurationinwarding_configuration\"><strong>configuration.inwarding_configuration</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>auto_generate_serialised_barcode</td>\n<td>boolean</td>\n<td>False</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"currency-object\"><strong>Currency Object</strong></h2>\n<blockquote>\n<p>Required only if currency is provided. </p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>currency.name</td>\n<td>string</td>\n<td>No</td>\n<td><code>\"Indian Rupee\"</code></td>\n</tr>\n<tr>\n<td>currency.code</td>\n<td>string</td>\n<td>No</td>\n<td><code>\"INR\"</code></td>\n</tr>\n<tr>\n<td>currency.display_name</td>\n<td>string</td>\n<td>No</td>\n<td><code>\"INR (Indian Rupee)\"</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n","urlObject":{"path":["sales-channel","public","v1","tenants","hubs","Dark_store_1k"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"fd3a9efb-c3ec-4130-81a6-58c38242e633","name":"New Request","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NTA1ODk0NTIsImp0aSI6ImQxYzVhNWM2LTcxNDAtNGRmMC1iNDgwLWUxMjZlZTMwNDZiOSIsInVzZXJfZGV0YWlscyI6eyJUZW5hbnRJRCI6IjMiLCJVc2VySUQiOiI5MyIsIlVzZXJOYW1lIjoiQWRhcnNoIFByYXNoYXIiLCJSYXRlTGltaXREZXRhaWxzIjp7IkVuYWJsZWQiOnRydWUsIlJlcXVlc3RzUGVyTWludXRlIjowfX0sInRva2VuX3R5cGUiOiJCZWFyZXIifQ.M08MnyL5ZlhtHbc5wH0eh5UKDLgZi2ZPifgBjqtsxpo4ha8SEnnBTtqXjX1VMauqX9RLIg_JYH6J1dba47uvnwJXtVx_YI6rxtxHQcS41FFVGcTdLRuKC36yCCpYO3fPcg3z2whBMce0gcKiuzqIcbskmvJbmn-9cSc50veioPyYLc8b4sRoHCzx4nRmp2VLfH_fYuFwDfeBvSE2eNg94SxUtj2qMxDLX7Ag3q6o-VEkeykWOfAhIhIHQwlFsEJl6GJR9f5kbNGH-RBIn86eS9g2TvbIDz7D2dmb9XIr_9XYnNFK8guNV7Nap8zgGYzE8xy662kQjbrrbgqbaedd-BWa5mZ6qPhvXAl5OCtdOiDc-OlMoiaKBC2PLLNCpVZaSWqJpoUPwV8kJcmu2_Qnh-6WeyCP6yhFC7ODw-qeOxf8lTMmeMDm0GX2BZVrE9lXQJuwDuCoT-nhndeqzQ7Jn28wiYiwCJqRaphpJ2uE1Z6i_isWemj98xCsVTRQGgBgToyCJsjww0OBil0PHpTrrt47Ya4XlMvauIZjuXDLSurABA71bnTkD2f6_9dlwQ-YUJveyWF2MaAzR0Id2Ne6OtWBmOOwMnkpiFDts4ggisPkneoVL1vM6ZGtYk73LuEIQmmOVBKkxbezob3gfgtsYAlRV5amgoDd6TT9jKc0Vco"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"dark_store\",\n    \"address\": {\n        \"address_line1\": \"B-91 DLF Colony\",\n        \"address_line2\": \"Sector 14\",\n        \"state_name\": \"Haryana\",\n        \"city_name\": \"Lucknow\",\n        \"postal_code\": \"122001\",\n        \"latitude\": 28.471653,\n        \"longitude\": 77.050965,\n        \"country\": {\n            \"name\": \"India\",\n            \"code\": \"IN\"\n        },\n        \"national_address_code\": \"code\"\n    },\n    \"services\": [\"wms\",\"pos\"],\n    \"working_hours\": {\n        \"monday\": [\n            {\n                \"start_time\": 1000,\n                \"end_time\": 2359\n            }\n        ],\n        \"tuesday\": [\n            {\n                \"start_time\":600,\n                \"end_time\": 2359\n            }\n        ],\n        \"wednesday\": [\n            {\n                \"start_time\":800,\n                \"end_time\": 2359\n            }\n        ],\n        \"thursday\": [\n            {\n                \"start_time\":900,\n                \"end_time\": 2359\n            }\n        ],\n        \"friday\": [\n            {\n                \"start_time\":0,\n                \"end_time\": 2359\n            }\n        ],\n        \"saturday\": [\n            {\n                \"start_time\": 0,\n                \"end_time\": 2359\n            }\n        ],\n        \"sunday\": [\n            {\n                \"start_time\": 0,\n                \"end_time\": 2359\n            }\n        ]\n    },\n    \"configuration\": {\n        \"adjust_inventory\": {\n            \"manual_barcode_allowed\": false,\n            \"enter_quantity_manually\": false\n        },\n        \"gate_entry\": {\n            \"enabled\": false\n        },\n        \"bulk_ship_configuration\": {\n            \"picker_capacity\": 100\n        },\n        \"picking\": {\n            \"enabled\": true,\n            \"cart_capacity\": 9,\n            \"picker_capacity\": 1,\n            \"bin_scan_enabled\": true,\n            \"single_order_tags\": [\n                {\n\n                    \"name\": \"prepaid\"\n                },\n                {\n                    \"name\": \"test\"\n                },\n                {\n                    \"name\": \"create tags\"\n                }\n            ],\n            \"location_scan_enabled\": false,\n            \"manual_barcode_allowed\": false,\n            \"enter_quantity_manually\": false,\n            \"multi_order_picking_type\": 3,\n            \"single_order_picking_type\": 2,\n            \"multi_order_picking_allowed\": false,\n            \"single_order_picking_allowed\": true,\n            \"multi_piece_picking_cart_association\": false,\n            \"single_piece_picking_cart_association\": false\n        },\n        \"put_away\": {\n            \"manual_barcode_allowed\": false,\n            \"enter_quantity_manually\": false\n        },\n        \"expiry_configuration\": {\n            \"include_near_expiry_items\": false\n        },\n        \"acceptable_shelf_life_validation\": {\n            \"enabled\": false\n        },\n        \"schedule_order\": {\n            \"time\": {\n                \"hour\": \"2\",\n                \"minute\": \"45\"\n            },\n            \"enabled\": true\n        },\n        \"cycle_count_configuration\": {\n            \"blind_count\": true,\n            \"update_inventory\": true,\n            \"manual_barcode_allowed\": false,\n            \"enter_quantity_manually\": false\n        },\n        \"packing_configuration\": {\n            \"qc_enabled\": true,\n            \"manual_barcode_allowed\": true,\n            \"enter_quantity_manually\": false,\n            \"automatic_shipment_creation\": false,\n            \"auto_print_awb_on_all_items_scanned\": false\n        },\n        \"purchase_order\": {\n            \"enabled\": true,\n            \"over_receive_allowed\": true\n        }\n    },\n    \"is_click_and_collect\": false,\n    \"country_calling_code\": \"+91\",\n    \"country_code\": \"IN\",\n    \"phone_number\": \"9871627354\",\n    \"timezone\": \"Asia/Kolkata\",\n    \"currency\": {\n        \"name\": \"Indian Rupee\",\n        \"code\": \"INR\",\n        \"display_name\": \"INR (Indian Rupee)\"\n    },\n    \"created_by\": \"aryan gupta\",\n    \"created_by_id\": \"21\",\n    \"is_pos_enabled\": true,\n    \"is_wms_enabled\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://prodapi.omniful.com/sales-channel/public/v1/tenants/hubs/Dark_store_1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 14 Jun 2025 11:58:23 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"X-Omniful-Request-Id","value":"b0f8f523-79d7-4328-bcf4-013f355d5d06"},{"key":"Cf-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"Cf-Ray","value":"94f9a7ceccd42012-IAD"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": \"Hub updated successfully\",\n    \"meta\": null\n}"}],"_postman_id":"20b8e5ad-4477-4b95-8e93-8a8e23bc02c7"},{"name":"Get Tenant Hubs","id":"cfe21e52-c94f-4488-b555-7c616413821b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/sales-channel/public/v1/tenants/hubs?include_address=true&per_page=10&page=2","description":"<h1 id=\"description\"><strong>Description</strong></h1>\n<p>Retrieves a paginated list of hubs for a tenant.</p>\n<p>Use this endpoint to search hubs using filters such as name, code, and to optionally include address details in the response.</p>\n<p>This endpoint supports <strong>filters + pagination</strong>, and returns a structured list of hub objects.</p>\n<hr />\n<h1 id=\"parameters\"><strong>Parameters</strong></h1>\n<h2 id=\"query-parameters\"><strong>Query Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Default</th>\n<th>Example</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>include_address</td>\n<td>boolean</td>\n<td>False</td>\n<td><code>false</code></td>\n<td><code>true</code></td>\n<td>If true, hub address details are included in the response</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>False</td>\n<td>-</td>\n<td><code>\"sc-2321\"</code></td>\n<td>Filter hubs by exact hub code</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>False</td>\n<td>-</td>\n<td><code>\"ara\"</code></td>\n<td>Filter hubs by hub name (full or partial match)</td>\n</tr>\n<tr>\n<td>per_page</td>\n<td>integer</td>\n<td>False</td>\n<td><code>10</code></td>\n<td><code>10</code></td>\n<td>Number of records to return per page</td>\n</tr>\n<tr>\n<td>page</td>\n<td>integer</td>\n<td>False</td>\n<td><code>1</code></td>\n<td><code>2</code></td>\n<td>Page number for pagination</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"path":["sales-channel","public","v1","tenants","hubs"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p>If user needs address in response, mark this field as true.</p>\n","type":"text/plain"},"key":"include_address","value":"true"},{"disabled":true,"description":{"content":"<p>code represents the hub code</p>\n","type":"text/plain"},"key":"code","value":"sc-2321"},{"disabled":true,"description":{"content":"<p>name represents the Hub name</p>\n","type":"text/plain"},"key":"name","value":"ara"},{"description":{"content":"<p>Number of hub details to be recieved per page</p>\n","type":"text/plain"},"key":"per_page","value":"10"},{"description":{"content":"<p>Page number of result.</p>\n","type":"text/plain"},"key":"page","value":"2"}],"variable":[]}},"response":[{"id":"41df64fa-111b-47af-9388-f91dd55ffeaa","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NTgzNjQ4MjgsImp0aSI6ImI2NDUyYTBlLWZkYWYtNDBlYi05NjRkLTI1OGFmN2E1YjIwNiIsInVzZXJfZGV0YWlscyI6eyJUZW5hbnRDb2RlIjoiMzcxODEyNDk2OCIsIlRlbmFudElEIjoiIiwiVXNlcklEIjoiNTYyOCIsIlVzZXJOYW1lIjoiSGluaXNoIEJhbnNhbCIsIlJhdGVMaW1pdERldGFpbHMiOnsiRW5hYmxlZCI6dHJ1ZSwiUmVxdWVzdHNQZXJNaW51dGUiOjEyMH19LCJ0b2tlbl90eXBlIjoiQmVhcmVyIn0.SUhsS9bmE9bfPb4mX9sOl6W9tyrK_fiSHO6vmmVWwoLzzRsn3Z9jqhgEi1V-1Z9xXsyIPzUtuPJ3oDQTvLNDwzx4eS5Sf0ZhpcI4dE-iA1EkzIzssr2dHMiHZxGjIoBlq8Wwqu4Bhe0NnEOgUHddReTKq40OBBp-44CvgHVZvjm-VPwqN9lvPOljag5fsMQzgeN3aH66v3X0ajdBtAoTXyqZDgd2kRCfHneoGPMrKSOvjByGgsx9GU3qmKu126ZnAufrjvVWk9W26SMmJrg73to8kRfWhJ0jS5F7Kr45mKZFn_6tEDLDxpCq07TaAm-DD-M0GhZdPTW7H9wWx20tt9-55r_KbhWIqPtjH7vRQ4Rdyimx8BYYz7HVlQOuji6VvpQ1ge23KrKzyhBptqO-_6Arpbfj42ewOViFOEL2w6h6t9DRrqNoxG13Jm3ZQYQJf2_Vpt8l2iuEPxSaqI_5_upsLXUt8RhS99vaZ_XXOgMayh7NvVVpbmmUTdfpQ-epZEfInp_2emJu3NFKEjugpANzcdp8fvAKqjTDimhIL59R4HwP2dmTyGWmSx3_VQqJiRQtvA-2yH91pbIwE2hUVQJv5-o2bO4GHaiBNUkjxSQE3e6qnN2H7kxa4j9-ik4YvMPaUtX1XAwXxtkUOR_jKuk4qEd9gZB8gKaV7v9ZWfE"}],"url":{"raw":"https://prodapi.omniful.com/sales-channel/public/v1/tenants/hubs?per_page=10&page=2","protocol":"https","host":["prodapi","omniful","com"],"path":["sales-channel","public","v1","tenants","hubs"],"query":[{"key":"include_address","value":"true","disabled":true},{"key":"code","value":"","disabled":true},{"key":"name","value":"ara","disabled":true},{"key":"per_page","value":"10"},{"key":"page","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 04 Sep 2025 12:13:47 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"x-omniful-request-id","value":"df4d5c4c-6f7b-44fb-b7bd-26adc39d9dd1"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"979d672309e8e14a-MAA"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": [\n        {\n            \"name\": \"12\",\n            \"code\": \"2345\",\n            \"type\": \"dark_store\",\n            \"email\": \"v@gmail.com\",\n            \"is_active\": true,\n            \"phone_number\": \"+966-567388288\",\n            \"timezone\": \"Asia/Riyadh\",\n            \"currency\": {\n                \"name\": \"Saudi Riyal\",\n                \"code\": \"SAR\",\n                \"display_name\": \"SAR (Saudi Riyal)\"\n            }\n        },\n        {\n            \"name\": \"123\",\n            \"code\": \"520\",\n            \"type\": \"warehouse\",\n            \"email\": \"123@a.com\",\n            \"is_active\": true,\n            \"phone_number\": \"+966-555555555\",\n            \"timezone\": \"Asia/Riyadh\",\n            \"currency\": {\n                \"name\": \"Saudi Riyal\",\n                \"code\": \"SAR\",\n                \"display_name\": \"SAR (Saudi Riyal)\"\n            }\n        },\n        {\n            \"name\": \"1-RUHSL\",\n            \"code\": \"678123\",\n            \"type\": \"warehouse\",\n            \"email\": \"sl@sl.com\",\n            \"is_active\": true,\n            \"phone_number\": \"+966-548238541\",\n            \"timezone\": \"Asia/Riyadh\",\n            \"currency\": {\n                \"name\": \"Saudi Riyal\",\n                \"code\": \"SAR\",\n                \"display_name\": \"SAR (Saudi Riyal)\"\n            }\n        },\n        {\n            \"name\": \"236547683456\",\n            \"code\": \"dfcgv\",\n            \"type\": \"warehouse\",\n            \"email\": \"2543678@gmail.com\",\n            \"is_active\": true,\n            \"phone_number\": \"+91-9876543210\",\n            \"timezone\": \"Asia/Dubai\",\n            \"currency\": {\n                \"name\": \"Saudi Riyal\",\n                \"code\": \"SAR\",\n                \"display_name\": \"SAR (Saudi Riyal)\"\n            }\n        },\n        {\n            \"name\": \"3rd Circle\",\n            \"code\": \"744\",\n            \"type\": \"warehouse\",\n            \"email\": \"3rdcircle@yahoo.com\",\n            \"is_active\": true,\n            \"phone_number\": \"+962-788647749\",\n            \"timezone\": \"Asia/Amman\",\n            \"currency\": {\n                \"name\": \"United States dollar\",\n                \"code\": \"USD\",\n                \"display_name\": \"USD (United States dollar)\"\n            }\n        },\n        {\n            \"name\": \"5 testing hub\",\n            \"code\": \"CHIKU\",\n            \"type\": \"retail\",\n            \"email\": \"testing@gmail.com\",\n            \"is_active\": true,\n            \"phone_number\": \"+91-7044567894\",\n            \"timezone\": \"Asia/Jerusalem\",\n            \"currency\": {\n                \"name\": \"Saudi Riyal\",\n                \"code\": \"SAR\",\n                \"display_name\": \"SAR (Saudi Riyal)\"\n            }\n        },\n        {\n            \"name\": \"6\",\n            \"code\": \"999\",\n            \"type\": \"retail\",\n            \"email\": \"wh@muhtaseb.com\",\n            \"is_active\": true,\n            \"phone_number\": \"+91-9876543210\",\n            \"timezone\": \"Asia/Riyadh\",\n            \"currency\": {\n                \"name\": \"Saudi Riyal\",\n                \"code\": \"SAR\",\n                \"display_name\": \"SAR (Saudi Riyal)\"\n            }\n        },\n        {\n            \"name\": \"678\",\n            \"code\": \"890\",\n            \"type\": \"warehouse\",\n            \"email\": \"pratik@gmail.com\",\n            \"is_active\": true,\n            \"phone_number\": \"+91-9039432006\",\n            \"timezone\": \"Asia/Dubai\",\n            \"currency\": {\n                \"name\": \"Saudi Riyal\",\n                \"code\": \"SAR\",\n                \"display_name\": \"SAR (Saudi Riyal)\"\n            }\n        },\n        {\n            \"name\": \"A\",\n            \"code\": \"15677\",\n            \"type\": \"warehouse\",\n            \"email\": \"a@g.com\",\n            \"is_active\": true,\n            \"phone_number\": \"+966-555555555\",\n            \"timezone\": \"Asia/Riyadh\",\n            \"currency\": {\n                \"name\": \"Saudi Riyal\",\n                \"code\": \"SAR\",\n                \"display_name\": \"SAR (Saudi Riyal)\"\n            }\n        },\n        {\n            \"name\": \"aaaa\",\n            \"code\": \"555\",\n            \"type\": \"retail\",\n            \"email\": \"a@a.com\",\n            \"is_active\": true,\n            \"phone_number\": \"+966-555555555\",\n            \"timezone\": \"Asia/Riyadh\",\n            \"currency\": {\n                \"name\": \"Saudi Riyal\",\n                \"code\": \"SAR\",\n                \"display_name\": \"SAR (Saudi Riyal)\"\n            }\n        }\n    ],\n    \"meta\": {\n        \"current_page\": 2,\n        \"last_page\": 59,\n        \"per_page\": 10,\n        \"total\": 584\n    }\n}"}],"_postman_id":"cfe21e52-c94f-4488-b555-7c616413821b"},{"name":"Get Hub details by hub_code","id":"4b13b19a-2ffc-4cee-8628-a156335242df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/sales-channel/public/v1/tenants/hubs/:hub_code","description":"<h1 id=\"description\"><strong>Description</strong></h1>\n<p>Retrieves detailed information for a specific hub using its hub code.  </p>\n<p>Use this endpoint to fetch full hub metadata, including its core properties, operational settings, and optionally address details (if supported by backend defaults).</p>\n<hr />\n<h1 id=\"parameters\"><strong>Parameters</strong></h1>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>hub_code</td>\n<td>string</td>\n<td>True</td>\n<td>Unique identifier of the hub whose details are being retrieved</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"path":["sales-channel","public","v1","tenants","hubs",":hub_code"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"Dark_store_1","key":"hub_code"}]}},"response":[{"id":"8ac82b53-e026-4ed1-bdb7-62c281ad784b","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NTA1ODk0NTIsImp0aSI6ImQxYzVhNWM2LTcxNDAtNGRmMC1iNDgwLWUxMjZlZTMwNDZiOSIsInVzZXJfZGV0YWlscyI6eyJUZW5hbnRJRCI6IjMiLCJVc2VySUQiOiI5MyIsIlVzZXJOYW1lIjoiQWRhcnNoIFByYXNoYXIiLCJSYXRlTGltaXREZXRhaWxzIjp7IkVuYWJsZWQiOnRydWUsIlJlcXVlc3RzUGVyTWludXRlIjowfX0sInRva2VuX3R5cGUiOiJCZWFyZXIifQ.M08MnyL5ZlhtHbc5wH0eh5UKDLgZi2ZPifgBjqtsxpo4ha8SEnnBTtqXjX1VMauqX9RLIg_JYH6J1dba47uvnwJXtVx_YI6rxtxHQcS41FFVGcTdLRuKC36yCCpYO3fPcg3z2whBMce0gcKiuzqIcbskmvJbmn-9cSc50veioPyYLc8b4sRoHCzx4nRmp2VLfH_fYuFwDfeBvSE2eNg94SxUtj2qMxDLX7Ag3q6o-VEkeykWOfAhIhIHQwlFsEJl6GJR9f5kbNGH-RBIn86eS9g2TvbIDz7D2dmb9XIr_9XYnNFK8guNV7Nap8zgGYzE8xy662kQjbrrbgqbaedd-BWa5mZ6qPhvXAl5OCtdOiDc-OlMoiaKBC2PLLNCpVZaSWqJpoUPwV8kJcmu2_Qnh-6WeyCP6yhFC7ODw-qeOxf8lTMmeMDm0GX2BZVrE9lXQJuwDuCoT-nhndeqzQ7Jn28wiYiwCJqRaphpJ2uE1Z6i_isWemj98xCsVTRQGgBgToyCJsjww0OBil0PHpTrrt47Ya4XlMvauIZjuXDLSurABA71bnTkD2f6_9dlwQ-YUJveyWF2MaAzR0Id2Ne6OtWBmOOwMnkpiFDts4ggisPkneoVL1vM6ZGtYk73LuEIQmmOVBKkxbezob3gfgtsYAlRV5amgoDd6TT9jKc0Vco"}],"url":"https://prodapi.omniful.com/sales-channel/public/v1/tenants/hubs/JP-524"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 14 Jun 2025 12:03:40 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"X-Omniful-Request-Id","value":"78552ed4-e24e-49aa-abcc-9c17626c1719"},{"key":"Cf-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"Cf-Ray","value":"94f9af8fa8ece670-IAD"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"name\": \"JP-524\",\n        \"code\": \"JP-524\",\n        \"type\": \"warehouse\",\n        \"layout_type\": \"customized\",\n        \"address\": {\n            \"country\": \"Saudi Arabia\",\n            \"state\": \"Riyadh Principality\",\n            \"city\": \"Riyadh\",\n            \"postal_code\": \"122001\",\n            \"latitude\": 28.47165298461914,\n            \"longitude\": 77.05096435546875,\n            \"address_line1\": \"abc riyadh\",\n            \"address_line2\": \"near shop no 5\",\n            \"national_address_code\": \"RAFC1231\",\n            \"building_number\": \"1234\",\n            \"additional_number\": \"1233\",\n            \"street\": \"123 Main St\",\n            \"area\": \"area 51\"\n        },\n        \"working_hours\": {\n            \"monday\": [\n                {\n                    \"start_time\": 1000,\n                    \"end_time\": 2359\n                }\n            ],\n            \"tuesday\": [\n                {\n                    \"start_time\": 600,\n                    \"end_time\": 2359\n                }\n            ],\n            \"wednesday\": [\n                {\n                    \"start_time\": 800,\n                    \"end_time\": 2359\n                }\n            ],\n            \"thursday\": [\n                {\n                    \"start_time\": 900,\n                    \"end_time\": 2359\n                }\n            ],\n            \"friday\": [\n                {\n                    \"end_time\": 2359\n                }\n            ],\n            \"saturday\": [\n                {\n                    \"end_time\": 2359\n                }\n            ],\n            \"sunday\": [\n                {\n                    \"end_time\": 2359\n                }\n            ]\n        },\n        \"is_active\": true,\n        \"is_click_and_collect\": false,\n        \"email\": \"hub-location-off@gmail.com\",\n        \"phone_number\": \"9871627354\",\n        \"country_calling_code\": \"+91\",\n        \"timezone\": \"Asia/Kolkata\",\n        \"configurations\": [\n            {\n                \"configuration_type\": \"gate_entry\",\n                \"configuration_values\": {\n                    \"enabled\": false,\n                    \"update_allowed\": true\n                }\n            },\n            {\n                \"configuration_type\": \"bulk_ship_configuration\",\n                \"configuration_values\": {\n                    \"picker_capacity\": 100,\n                    \"update_allowed\": true\n                }\n            },\n            {\n                \"configuration_type\": \"location_inventory\",\n                \"configuration_values\": {\n                    \"enabled\": true,\n                    \"update_allowed\": false\n                }\n            },\n            {\n                \"configuration_type\": \"stock_transfer_order\",\n                \"configuration_values\": {\n                    \"enabled\": false,\n                    \"update_allowed\": false\n                }\n            },\n            {\n                \"configuration_type\": \"hub_location_mapping\",\n                \"configuration_values\": {\n                    \"aisle_enabled\": false,\n                    \"bins_enabled\": false,\n                    \"floor_enabled\": false,\n                    \"rack_enabled\": false,\n                    \"shelf_enabled\": false,\n                    \"update_allowed\": false,\n                    \"zone_enabled\": false\n                }\n            },\n            {\n                \"configuration_type\": \"bin\",\n                \"configuration_values\": {\n                    \"enabled\": true,\n                    \"update_allowed\": false\n                }\n            },\n            {\n                \"configuration_type\": \"location_configuration\",\n                \"configuration_values\": {\n                    \"enabled\": false,\n                    \"layout\": {\n                        \"aisle\": {\n                            \"display_name\": \"Aisle\",\n                            \"exist\": false,\n                            \"order\": 4,\n                            \"prefix\": \"A\"\n                        },\n                        \"bin\": {\n                            \"display_name\": \"Bin\",\n                            \"exist\": false,\n                            \"order\": 8,\n                            \"prefix\": \"B\"\n                        },\n                        \"custom_prefix\": {\n                            \"display_name\": \"Prefix\",\n                            \"exist\": true,\n                            \"order\": 1,\n                            \"prefix\": \"P\"\n                        },\n                        \"floor\": {\n                            \"display_name\": \"Floor\",\n                            \"exist\": false,\n                            \"order\": 2,\n                            \"prefix\": \"F\"\n                        },\n                        \"hall\": {\n                            \"display_name\": \"Hall\",\n                            \"exist\": false,\n                            \"order\": 3,\n                            \"prefix\": \"H\"\n                        },\n                        \"location\": {\n                            \"display_name\": \"Location\",\n                            \"exist\": false,\n                            \"order\": 7,\n                            \"prefix\": \"L\"\n                        },\n                        \"rack\": {\n                            \"display_name\": \"Rack\",\n                            \"exist\": false,\n                            \"order\": 5,\n                            \"prefix\": \"R\"\n                        },\n                        \"shelf\": {\n                            \"display_name\": \"Shelf\",\n                            \"exist\": false,\n                            \"order\": 6,\n                            \"prefix\": \"S\"\n                        }\n                    },\n                    \"update_allowed\": false\n                }\n            },\n            {\n                \"configuration_type\": \"assembly_configuration\",\n                \"configuration_values\": {\n                    \"picker_capacity\": 100\n                }\n            },\n            {\n                \"configuration_type\": \"adjust_inventory\",\n                \"configuration_values\": {\n                    \"enter_quantity_manually\": false,\n                    \"manual_barcode_allowed\": false,\n                    \"update_allowed\": true\n                }\n            },\n            {\n                \"configuration_type\": \"picking\",\n                \"configuration_values\": {\n                    \"bin_scan_enabled\": true,\n                    \"cart_capacity\": 9,\n                    \"deduct_available_on_not_found\": false,\n                    \"enabled\": true,\n                    \"enter_quantity_manually\": false,\n                    \"exclude_single_sku_bulk_ship_order\": false,\n                    \"location_scan_enabled\": false,\n                    \"manual_barcode_allowed\": false,\n                    \"multi_order_picking_allowed\": false,\n                    \"multi_order_picking_type\": 3,\n                    \"multi_piece_picking_cart_association\": false,\n                    \"picker_capacity\": 1,\n                    \"single_order_picking_allowed\": true,\n                    \"single_order_picking_type\": 1,\n                    \"single_order_tags\": [\n                        {\n                            \"color\": \"\",\n                            \"id\": \"\",\n                            \"name\": \"prepaid\"\n                        },\n                        {\n                            \"color\": \"\",\n                            \"id\": \"\",\n                            \"name\": \"test\"\n                        },\n                        {\n                            \"color\": \"\",\n                            \"id\": \"\",\n                            \"name\": \"create tags\"\n                        }\n                    ],\n                    \"single_piece_per_sku_bulk_ship_enabled\": false,\n                    \"single_piece_picking_cart_association\": false,\n                    \"single_sku_bulk_ship_enabled\": false,\n                    \"single_sku_bulk_ship_picker_capacity\": 0,\n                    \"update_allowed\": true\n                }\n            },\n            {\n                \"configuration_type\": \"put_away\",\n                \"configuration_values\": {\n                    \"enter_quantity_manually\": false,\n                    \"manual_barcode_allowed\": false,\n                    \"update_allowed\": true\n                }\n            },\n            {\n                \"configuration_type\": \"expiry_configuration\",\n                \"configuration_values\": {\n                    \"include_near_expiry_items\": false,\n                    \"update_allowed\": true\n                }\n            },\n            {\n                \"configuration_type\": \"acceptable_shelf_life_validation\",\n                \"configuration_values\": {\n                    \"enabled\": false,\n                    \"update_allowed\": true\n                }\n            },\n            {\n                \"configuration_type\": \"schedule_order\",\n                \"configuration_values\": {\n                    \"enabled\": true,\n                    \"time\": {\n                        \"hour\": \"2\",\n                        \"minute\": \"45\"\n                    },\n                    \"update_allowed\": true\n                }\n            },\n            {\n                \"configuration_type\": \"cycle_count_configuration\",\n                \"configuration_values\": {\n                    \"blind_count\": true,\n                    \"enter_quantity_manually\": false,\n                    \"manual_barcode_allowed\": false,\n                    \"update_allowed\": true,\n                    \"update_inventory\": true\n                }\n            },\n            {\n                \"configuration_type\": \"packing_configuration\",\n                \"configuration_values\": {\n                    \"auto_print_awb_on_all_items_scanned\": false,\n                    \"automatic_shipment_creation\": false,\n                    \"enter_quantity_manually\": false,\n                    \"manual_barcode_allowed\": true,\n                    \"packing_station_enabled\": false,\n                    \"qc_enabled\": true,\n                    \"update_allowed\": true\n                }\n            },\n            {\n                \"configuration_type\": \"purchase_order\",\n                \"configuration_values\": {\n                    \"enabled\": true,\n                    \"over_receive_allowed\": true,\n                    \"update_allowed\": true\n                }\n            },\n            {\n                \"configuration_type\": \"inwarding_configuration\",\n                \"configuration_values\": {\n                    \"auto_generate_serialised_barcode\": false,\n                    \"update_allowed\": false\n                }\n            }\n        ],\n        \"currency\": {\n            \"name\": \"Indian Rupee\",\n            \"code\": \"INR\",\n            \"display_name\": \"INR (Indian Rupee)\"\n        },\n        \"is_location_inventory_enabled\": true,\n        \"reasons\": [\n            {\n                \"reason_type\": \"damaged_item_picking\",\n                \"reason_details\": [\n                    {\n                        \"title\": \"gbgbgbgbgb hnhnh\",\n                        \"description\": \"\",\n                        \"system_defined\": false\n                    },\n                    {\n                        \"title\": \"SADGDSFADF\",\n                        \"description\": \"\",\n                        \"system_defined\": false\n                    }\n                ]\n            },\n            {\n                \"reason_type\": \"grn_items\",\n                \"reason_details\": [\n                    {\n                        \"title\": \"Below the minimum acceptable shelf life\",\n                        \"description\": \"\",\n                        \"system_defined\": true\n                    },\n                    {\n                        \"title\": \"Ineligible Item\",\n                        \"description\": \"\",\n                        \"system_defined\": false\n                    },\n                    {\n                        \"title\": \"Broken\",\n                        \"description\": \"\",\n                        \"system_defined\": false\n                    },\n                    {\n                        \"title\": \"Damaged\",\n                        \"description\": \"\",\n                        \"system_defined\": false\n                    },\n                    {\n                        \"title\": \"ecefef\",\n                        \"description\": \"\",\n                        \"system_defined\": false\n                    },\n                    {\n                        \"title\": \"gbgb\",\n                        \"description\": \"\",\n                        \"system_defined\": false\n                    },\n                    {\n                        \"title\": \"waaahh\",\n                        \"description\": \"\",\n                        \"system_defined\": false\n                    }\n                ]\n            },\n            {\n                \"reason_type\": \"picklist_picking\",\n                \"reason_details\": [\n                    {\n                        \"title\": \"is this\",\n                        \"description\": \"\",\n                        \"system_defined\": false\n                    },\n                    {\n                        \"title\": \"Expired j\",\n                        \"description\": \"\",\n                        \"system_defined\": false\n                    },\n                    {\n                        \"title\": \"Wrong Items\",\n                        \"description\": \"\",\n                        \"system_defined\": false\n                    },\n                    {\n                        \"title\": \"Not relevant to orde\",\n                        \"description\": \"\",\n                        \"system_defined\": false\n                    },\n                    {\n                        \"title\": \"ghghghgjjadd\",\n                        \"description\": \"\",\n                        \"system_defined\": false\n                    },\n                    {\n                        \"title\": \"dhhh\",\n                        \"description\": \"\",\n                        \"system_defined\": false\n                    }\n                ]\n            },\n            {\n                \"reason_type\": \"packing\",\n                \"reason_details\": [\n                    {\n                        \"title\": \"Damaged Item\",\n                        \"description\": \"\",\n                        \"system_defined\": false\n                    },\n                    {\n                        \"title\": \"Expired\",\n                        \"description\": \"Expired\",\n                        \"system_defined\": true\n                    },\n                    {\n                        \"title\": \"gbgb\",\n                        \"description\": \"\",\n                        \"system_defined\": false\n                    },\n                    {\n                        \"title\": \"hnhnhnhn\",\n                        \"description\": \"\",\n                        \"system_defined\": false\n                    }\n                ]\n            },\n            {\n                \"reason_type\": \"picking_in_packing\",\n                \"reason_details\": [\n                    {\n                        \"title\": \"Damaged\",\n                        \"description\": \"\",\n                        \"system_defined\": false\n                    },\n                    {\n                        \"title\": \"Not Used hmm gbgbgb\",\n                        \"description\": \"\",\n                        \"system_defined\": false\n                    }\n                ]\n            }\n        ],\n        \"reason_details\": [\n            {\n                \"type\": \"damaged_item_picking\",\n                \"reasons\": [\n                    {\n                        \"reason_type\": \"damaged_item_picking\",\n                        \"reason_details\": [\n                            {\n                                \"title\": \"gbgbgbgbgb hnhnh\",\n                                \"description\": \"\",\n                                \"system_defined\": false\n                            },\n                            {\n                                \"title\": \"SADGDSFADF\",\n                                \"description\": \"\",\n                                \"system_defined\": false\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"type\": \"grn_items\",\n                \"reasons\": [\n                    {\n                        \"reason_type\": \"grn_items\",\n                        \"reason_details\": [\n                            {\n                                \"title\": \"Below the minimum acceptable shelf life\",\n                                \"description\": \"\",\n                                \"system_defined\": true\n                            },\n                            {\n                                \"title\": \"Ineligible Item\",\n                                \"description\": \"\",\n                                \"system_defined\": false\n                            },\n                            {\n                                \"title\": \"Broken\",\n                                \"description\": \"\",\n                                \"system_defined\": false\n                            },\n                            {\n                                \"title\": \"Damaged\",\n                                \"description\": \"\",\n                                \"system_defined\": false\n                            },\n                            {\n                                \"title\": \"ecefef\",\n                                \"description\": \"\",\n                                \"system_defined\": false\n                            },\n                            {\n                                \"title\": \"gbgb\",\n                                \"description\": \"\",\n                                \"system_defined\": false\n                            },\n                            {\n                                \"title\": \"waaahh\",\n                                \"description\": \"\",\n                                \"system_defined\": false\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"type\": \"picklist_picking\",\n                \"reasons\": [\n                    {\n                        \"reason_type\": \"picklist_picking\",\n                        \"reason_details\": [\n                            {\n                                \"title\": \"is this\",\n                                \"description\": \"\",\n                                \"system_defined\": false\n                            },\n                            {\n                                \"title\": \"Expired j\",\n                                \"description\": \"\",\n                                \"system_defined\": false\n                            },\n                            {\n                                \"title\": \"Wrong Items\",\n                                \"description\": \"\",\n                                \"system_defined\": false\n                            },\n                            {\n                                \"title\": \"Not relevant to orde\",\n                                \"description\": \"\",\n                                \"system_defined\": false\n                            },\n                            {\n                                \"title\": \"ghghghgjjadd\",\n                                \"description\": \"\",\n                                \"system_defined\": false\n                            },\n                            {\n                                \"title\": \"dhhh\",\n                                \"description\": \"\",\n                                \"system_defined\": false\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"type\": \"packing\",\n                \"reasons\": [\n                    {\n                        \"reason_type\": \"packing\",\n                        \"reason_details\": [\n                            {\n                                \"title\": \"Damaged Item\",\n                                \"description\": \"\",\n                                \"system_defined\": false\n                            },\n                            {\n                                \"title\": \"Expired\",\n                                \"description\": \"Expired\",\n                                \"system_defined\": true\n                            },\n                            {\n                                \"title\": \"gbgb\",\n                                \"description\": \"\",\n                                \"system_defined\": false\n                            },\n                            {\n                                \"title\": \"hnhnhnhn\",\n                                \"description\": \"\",\n                                \"system_defined\": false\n                            }\n                        ]\n                    },\n                    {\n                        \"reason_type\": \"picking_in_packing\",\n                        \"reason_details\": [\n                            {\n                                \"title\": \"Damaged\",\n                                \"description\": \"\",\n                                \"system_defined\": false\n                            },\n                            {\n                                \"title\": \"Not Used hmm gbgbgb\",\n                                \"description\": \"\",\n                                \"system_defined\": false\n                            }\n                        ]\n                    }\n                ]\n            }\n        ],\n        \"meta_data\": {\n            \"external_hub_name\": \"\",\n            \"is_external_hub\": false,\n            \"is_pos_enabled\": true,\n            \"is_wms_enabled\": true\n        },\n        \"services\": [\n            \"wms\",\n            \"pos\"\n        ]\n    },\n    \"meta\": null\n}"}],"_postman_id":"4b13b19a-2ffc-4cee-8628-a156335242df"},{"name":"Bulk update tenant hub mapping","id":"b57ed2b0-a412-4a90-954a-5208a8751c1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"hub_mappings\": [\n    {\n      \"hub_code\": \"Example-hub-22\",\n      \"is_active\": false\n    },\n    {\n      \"hub_code\": \"00\",\n      \"is_active\": false\n    },\n    {\n      \"hub_code\": \"wfrefr\",\n      \"is_active\": false\n    },\n    {\n      \"hub_code\": \"0000test1\",\n      \"is_active\": false\n    }\n  ]\n}\n"},"url":"{{base_url}}/sales-channel/public/v1/tenants/hubs/bulk_update","description":"<h1 id=\"description\"><strong>Description</strong></h1>\n<p>Allows updating specific fields for multiple hubs in a single request.</p>\n<p>Use this endpoint when you need to activate/deactivate multiple hubs or apply batch updates to hub-level properties without calling individual update APIs.</p>\n<p>Only the fields included for each hub in the <code>hub_mappings</code> array will be updated.</p>\n<hr />\n<h1 id=\"body-parameters\"><strong>Body Parameters</strong></h1>\n<p>Body is a <strong>single object</strong> containing an array of hub updates.</p>\n<h2 id=\"hub_mappings-array-of-hub-mapping-objects\"><strong>hub_mappings</strong> (Array of Hub Mapping Objects)</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>hub_mappings</td>\n<td>array[object]</td>\n<td>True</td>\n<td>List of hub update entries. Each entry represents a hub to update.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"hub-mapping-object-schema\"><strong>Hub Mapping Object Schema</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Example</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>hub_code</td>\n<td>string</td>\n<td>True</td>\n<td><code>\"Example-hub-22\"</code></td>\n<td>Unique hub identifier to update</td>\n</tr>\n<tr>\n<td>is_active</td>\n<td>boolean</td>\n<td>True</td>\n<td><code>false</code></td>\n<td>flag to activate or deactivate a hub</td>\n</tr>\n</tbody>\n</table>\n</div><p>Only fields included within each hub mapping object will be updated.<br />Fields not included will remain unchanged.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"path":["sales-channel","public","v1","tenants","hubs","bulk_update"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"4b6562a1-5f2a-4329-b691-1cf93711cbb9","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NTgzNjQ4MjgsImp0aSI6ImI2NDUyYTBlLWZkYWYtNDBlYi05NjRkLTI1OGFmN2E1YjIwNiIsInVzZXJfZGV0YWlscyI6eyJUZW5hbnRDb2RlIjoiMzcxODEyNDk2OCIsIlRlbmFudElEIjoiIiwiVXNlcklEIjoiNTYyOCIsIlVzZXJOYW1lIjoiSGluaXNoIEJhbnNhbCIsIlJhdGVMaW1pdERldGFpbHMiOnsiRW5hYmxlZCI6dHJ1ZSwiUmVxdWVzdHNQZXJNaW51dGUiOjEyMH19LCJ0b2tlbl90eXBlIjoiQmVhcmVyIn0.SUhsS9bmE9bfPb4mX9sOl6W9tyrK_fiSHO6vmmVWwoLzzRsn3Z9jqhgEi1V-1Z9xXsyIPzUtuPJ3oDQTvLNDwzx4eS5Sf0ZhpcI4dE-iA1EkzIzssr2dHMiHZxGjIoBlq8Wwqu4Bhe0NnEOgUHddReTKq40OBBp-44CvgHVZvjm-VPwqN9lvPOljag5fsMQzgeN3aH66v3X0ajdBtAoTXyqZDgd2kRCfHneoGPMrKSOvjByGgsx9GU3qmKu126ZnAufrjvVWk9W26SMmJrg73to8kRfWhJ0jS5F7Kr45mKZFn_6tEDLDxpCq07TaAm-DD-M0GhZdPTW7H9wWx20tt9-55r_KbhWIqPtjH7vRQ4Rdyimx8BYYz7HVlQOuji6VvpQ1ge23KrKzyhBptqO-_6Arpbfj42ewOViFOEL2w6h6t9DRrqNoxG13Jm3ZQYQJf2_Vpt8l2iuEPxSaqI_5_upsLXUt8RhS99vaZ_XXOgMayh7NvVVpbmmUTdfpQ-epZEfInp_2emJu3NFKEjugpANzcdp8fvAKqjTDimhIL59R4HwP2dmTyGWmSx3_VQqJiRQtvA-2yH91pbIwE2hUVQJv5-o2bO4GHaiBNUkjxSQE3e6qnN2H7kxa4j9-ik4YvMPaUtX1XAwXxtkUOR_jKuk4qEd9gZB8gKaV7v9ZWfE"}],"body":{"mode":"raw","raw":"{\n  \"hub_mappings\": [\n    {\n      \"hub_code\": \"Example-hub-22\",\n      \"is_active\": false\n    },\n    {\n      \"hub_code\": \"00\",\n      \"is_active\": false\n    },\n    {\n      \"hub_code\": \"wfrefr\",\n      \"is_active\": false\n    },\n    {\n      \"hub_code\": \"0000test1\",\n      \"is_active\": false\n    }\n  ]\n}\n"},"url":"https://prodapi.omniful.com/sales-channel/public/v1/tenants/hubs/bulk_update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 03 Sep 2025 07:20:58 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"x-omniful-request-id","value":"2480112c-8c55-415b-8874-423794dc691f"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"97937cd769e8fe22-SIN"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": \"Hub mappings updated successfully\",\n    \"meta\": null\n}"}],"_postman_id":"b57ed2b0-a412-4a90-954a-5208a8751c1f"}],"id":"223ca70b-aa15-411a-adeb-e63310fee0ac","description":"<p>The <strong>Hubs</strong> folder contains all APIs related to managing operational locations (hubs) for a tenant – such as warehouses, dark stores, and retail stores.</p>\n<p>These APIs allow partners and developers to create hubs, list existing hubs, retrieve detailed hub configurations, and bulk update hub status in a consistent, tenant-wide way.</p>\n<p>Hubs are a core part of Omniful’s fulfillment network, acting as the physical locations from which inventory is stored, picked, packed, and shipped.</p>\n<hr />\n<p>📌 Overview  </p>\n<p>Hubs represent the <strong>locations where operations happen</strong> in Omniful (storage, picking, packing, handover, POS, etc.).</p>\n<p>The APIs in this folder help you:</p>\n<ul>\n<li><p>Create new hubs for a tenant (with address, working hours, and configuration).</p>\n</li>\n<li><p>List hubs belonging to a tenant with filters and pagination.</p>\n</li>\n<li><p>Retrieve detailed configuration for a specific hub via <code>hub_code</code>.</p>\n</li>\n<li><p>Bulk update hub status (e.g., activate/deactivate multiple hubs).</p>\n</li>\n</ul>\n<p>Typical use cases:</p>\n<ul>\n<li><p>Onboarding a new warehouse / dark store network.</p>\n</li>\n<li><p>Building hub selector components in internal tools.</p>\n</li>\n<li><p>Enabling/disabling hubs in bulk during rollouts or maintenance.</p>\n</li>\n</ul>\n","_postman_id":"223ca70b-aa15-411a-adeb-e63310fee0ac","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}}},{"name":"Orders","item":[{"name":"Get Orders","id":"451a0471-4b5b-49f0-a5dd-d8c4ca640555","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/orders?page=1&per_page=20","description":"<h1 id=\"description\"><strong>Description</strong></h1>\n<p>Retrieve a paginated list of orders for a specific seller.</p>\n<p>You can filter results using multiple optional query parameters such as order ID, customer details, AWB number, SKU code, status, types, and date range.</p>\n<hr />\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>seller_code</code></td>\n<td>string</td>\n<td>Yes</td>\n<td>Unique seller identifier in Omniful.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"query-parameters\"><strong>Query Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>page</code></td>\n<td>integer</td>\n<td>No</td>\n<td>Page number for pagination (default: 1).</td>\n</tr>\n<tr>\n<td><code>per_page</code></td>\n<td>integer</td>\n<td>No</td>\n<td>Number of records per page (default: 20).</td>\n</tr>\n<tr>\n<td><code>order_id</code></td>\n<td>string</td>\n<td>No</td>\n<td>Filter by order ID.</td>\n</tr>\n<tr>\n<td><code>customer_name</code></td>\n<td>string</td>\n<td>No</td>\n<td>Filter by customer name.</td>\n</tr>\n<tr>\n<td><code>customer_email</code></td>\n<td>string</td>\n<td>No</td>\n<td>Filter by customer email.</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td>string</td>\n<td>No</td>\n<td>Filter by order status (e.g., <code>delivered</code>).</td>\n</tr>\n<tr>\n<td><code>types</code></td>\n<td>string</td>\n<td>No</td>\n<td>Filter by order type (e.g., <code>b2b</code>).</td>\n</tr>\n<tr>\n<td><code>customer_id</code></td>\n<td>string</td>\n<td>No</td>\n<td>Filter by customer ID.</td>\n</tr>\n<tr>\n<td><code>awb_number</code></td>\n<td>string</td>\n<td>No</td>\n<td>Filter by AWB number.</td>\n</tr>\n<tr>\n<td><code>order_alias</code></td>\n<td>string</td>\n<td>No</td>\n<td>Filter by order alias.</td>\n</tr>\n<tr>\n<td><code>omniful_order_id</code></td>\n<td>string</td>\n<td>No</td>\n<td>Filter by internal Omniful order ID.</td>\n</tr>\n<tr>\n<td><code>customer_phone_number</code></td>\n<td>string</td>\n<td>No</td>\n<td>Filter by phone number.</td>\n</tr>\n<tr>\n<td><code>sku_code</code></td>\n<td>string</td>\n<td>No</td>\n<td>Filter by SKU code in order items.</td>\n</tr>\n<tr>\n<td><code>created_from</code></td>\n<td>date (YYYY-MM-DD)</td>\n<td>No</td>\n<td>Filter from order creation date.</td>\n</tr>\n<tr>\n<td><code>created_to</code></td>\n<td>date (YYYY-MM-DD)</td>\n<td>No</td>\n<td>Filter until order creation date.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<hr />\n<h2 id=\"notes\"><strong>Notes</strong></h2>\n<ul>\n<li><p>All filters are optional.</p>\n</li>\n<li><p>Pagination defaults to <code>page=1</code> and <code>per_page=20</code> if not provided.</p>\n</li>\n<li><p>Empty query values (e.g., <code>customer_id=</code>) are ignored.</p>\n</li>\n<li><p>Combining multiple filters narrows the results further.</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"path":["sales-channel","public","v1","tenants","sellers",":seller_code","orders"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p>The page number for pagination.</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Number of records per page (can not be more than 100)</p>\n","type":"text/plain"},"key":"per_page","value":"20"},{"disabled":true,"description":{"content":"<p>The unique identifier for the order</p>\n","type":"text/plain"},"key":"order_id","value":"24530"},{"disabled":true,"description":{"content":"<p>Mandatory if using <code>created_to</code>. Filters orders by customer name.</p>\n","type":"text/plain"},"key":"customer_name","value":"John"},{"disabled":true,"description":{"content":"<p>Mandatory if using <code>created_from</code>. Filters orders by customer email.</p>\n","type":"text/plain"},"key":"customer_email","value":"sourav.supplier@omniful.id"},{"disabled":true,"description":{"content":"<p>Filters orders by Omniful order status (e.g., <code>on_hold</code>).</p>\n","type":"text/plain"},"key":"status","value":"delivered"},{"disabled":true,"description":{"content":"<p>Specifies the order type (e.g., <code>b2b</code> or 'b2c')</p>\n","type":"text/plain"},"key":"types","value":"b2b"},{"disabled":true,"description":{"content":"<p>Filters orders by customer ID</p>\n","type":"text/plain"},"key":"customer_id","value":""},{"disabled":true,"description":{"content":"<p>AWB number of a order</p>\n","type":"text/plain"},"key":"awb_number","value":"AWB123456787"},{"disabled":true,"description":{"content":"<p>order alias</p>\n","type":"text/plain"},"key":"order_alias","value":"order-alias-127"},{"disabled":true,"description":{"content":"<p>Filter based on omniful order id.</p>\n","type":"text/plain"},"key":"omniful_order_id","value":"6867bff01fc150b5fc2241bc"},{"disabled":true,"description":{"content":"<p>Enter the exact phone number (without country code) or If country code is to be included then, Phone format: Use %2B- (e.g., %2B966-524432433).\ni.e.\"+\" must always be encoded as %2B.</p>\n","type":"text/plain"},"key":"customer_phone_number","value":"8978765476"},{"disabled":true,"description":{"content":"<p>Filter based on SKU code</p>\n","type":"text/plain"},"key":"sku_code","value":"348274938"},{"disabled":true,"description":{"content":"<p>Filter Based on Order Created Date Range. Default value is (created_to - 90 days). Additionally, created_to - created_from should not exceed 90 days.</p>\n","type":"text/plain"},"key":"created_from","value":"2024-02-20"},{"disabled":true,"description":{"content":"<p>Filter Based on Order Updated Date Range. Default value today. Additionally, created_to - created_from should not exceed 90 days.</p>\n","type":"text/plain"},"key":"created_to","value":"2024-02-23"},{"disabled":true,"description":{"content":"<p>Filter Based on Order Updated Date Range</p>\n","type":"text/plain"},"key":"updated_to","value":"2024-03-28"},{"disabled":true,"description":{"content":"<p>Filter Based on Order Updated Date Range</p>\n","type":"text/plain"},"key":"updated_from","value":"2024-01-21"}],"variable":[{"type":"any","value":"","key":"seller_code"}]}},"response":[{"id":"5043d995-0252-4219-89e2-c4fdd36b3f39","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/orders?page=1&per_page=1","host":["{{base_url}}"],"path":["sales-channel","public","v1","tenants","sellers",":seller_code","orders"],"query":[{"key":"page","value":"1","description":"The page number for pagination."},{"key":"per_page","value":"1","description":"Number of records per page (can not be more than 100)"},{"key":"order_id","value":"24530","description":"The unique identifier for the order","disabled":true},{"key":"customer_name","value":"John","description":"Mandatory if using `created_to`. Filters orders by customer name.","disabled":true},{"key":"customer_email","value":"sourav.supplier@omniful.id","description":"Mandatory if using `created_from`. Filters orders by customer email.","disabled":true},{"key":"status","value":"delivered","description":"Filters orders by Omniful order status (e.g., `on_hold`).","disabled":true},{"key":"types","value":"b2b","description":"Specifies the order type (e.g., `b2b` or 'b2c')","disabled":true},{"key":"customer_id","value":"","description":"Filters orders by customer ID","disabled":true}],"variable":[{"key":"seller_code","value":"974","description":"Unique identifier assigned to a seller in the Omniful system. This code helps differentiate between multiple sellers operating on the platform."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 Feb 2025 05:28:42 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"123b7445-411f-407d-8853-8f59c7506149"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"913b9d804b710818-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": [\n        {\n            \"id\": \"69bb97dcfafcde472db01bef\",\n            \"order_id\": \"12345657898754defrgtaswe\",\n            \"order_alias\": \"order_omniful-alias\",\n            \"status_code\": \"new_order\",\n            \"display_status\": \"New Order\",\n            \"seller_code\": \"974\",\n            \"hub_code\": \"console\",\n            \"store_name\": \"abc\",\n            \"sales_channel\": {\n                \"name\": \"Custom\",\n                \"tag\": \"custom\",\n                \"category\": \"SalesChannel\",\n                \"logo_url\": \"https://staging-omniful-uploads.s3.me-south-1.amazonaws.com/sales-channel-logo/API.svg\"\n            },\n            \"source\": \"Sales Channel\",\n            \"total\": 8,\n            \"billing_address\": {\n                \"address1\": \"123 Al-Masjid Al-Haram Street\",\n                \"address2\": \"Near Al-Faisaliah Tower\",\n                \"city\": \"Riyadh\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"phone\": \"+966-112345678\",\n                \"state\": \"Riyadh\",\n                \"zip\": \"11564\",\n                \"state_code\": \"RIY\",\n                \"country_code\": \"SA\",\n                \"latitude\": 24.7136,\n                \"longitude\": 46.6753,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"213\"\n            },\n            \"shipping_address\": {\n                \"address1\": \"456 King Abdulaziz Road\",\n                \"address2\": \"Near Kingdom Centre\",\n                \"city\": \"Jeddah\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"Jane\",\n                \"last_name\": \"Smith\",\n                \"phone\": \"+966-12-345-6789\",\n                \"state\": \"Makkah\",\n                \"zip\": \"21577\",\n                \"state_code\": \"\",\n                \"country_code\": \"SA\",\n                \"latitude\": 21.4225,\n                \"longitude\": 39.8262,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"213\"\n            },\n            \"slot\": {},\n            \"order_created_at\": \"2026-03-19T06:29:48.479Z\",\n            \"invoice\": {\n                \"currency\": \"USD\",\n                \"subtotal\": 699,\n                \"shipping_price\": 0,\n                \"shipping_refund\": 0,\n                \"tax\": 69.9,\n                \"discount\": 100,\n                \"total\": 768.9,\n                \"total_paid\": 768.9,\n                \"total_due\": 0,\n                \"payment_mode\": \"Tabby\",\n                \"tax_percent\": 10,\n                \"shipping_tax\": 0,\n                \"sub_total_tax_inclusive\": true,\n                \"sub_total_discount_inclusive\": true,\n                \"shipping_tax_inclusive\": false,\n                \"shipping_discount_inclusive\": false,\n                \"additional_charges\": [\n                    {\n                        \"type\": \"shipment_fee\",\n                        \"cost\": 0,\n                        \"cost_without_tax\": 0,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": false,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false,\n                        \"discount_amount\": 0\n                    }\n                ],\n                \"attachments\": null,\n                \"exchange_rate\": {\n                    \"order_currency\": \"\",\n                    \"store_currency\": \"\",\n                    \"rate\": 0\n                }\n            },\n            \"customer\": {\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"mobile\": \"1234567890\",\n                \"mobile_code\": \"+1\",\n                \"email\": \"john.doe@example.com\",\n                \"gender\": \"male\"\n            },\n            \"shipment\": {\n                \"delivery_status\": \"\",\n                \"shipping_account\": {\n                    \"id\": \"\",\n                    \"name\": \"\"\n                },\n                \"courier_partner\": {\n                    \"id\": 0,\n                    \"name\": \"\",\n                    \"tag\": \"\",\n                    \"logo\": \"\"\n                },\n                \"cod_amount\": 0\n            },\n            \"payment_method\": \"Prepaid\",\n            \"require_shipping\": true,\n            \"shipment_type\": \"omniful_generated\",\n            \"delivery_type\": \"normal_delivery\",\n            \"note\": \"Please deliver during weekdays veryyyy urgent\",\n            \"type\": \"B2B\",\n            \"driver_details\": {},\n            \"labels\": [\n                \"label1\",\n                \"label2\",\n                \"label3\"\n            ],\n            \"expected_delivery_epoch\": 0,\n            \"external_fields\": null,\n            \"cancel_order_after_seconds\": 0\n        },\n        {\n            \"id\": \"69bb8f6c4d84599f5c84e6c6\",\n            \"order_id\": \"12345657898754defrgtas\",\n            \"order_alias\": \"order_omniful-alias\",\n            \"status_code\": \"new_order\",\n            \"display_status\": \"New Order\",\n            \"seller_code\": \"974\",\n            \"hub_code\": \"console\",\n            \"store_name\": \"abc\",\n            \"sales_channel\": {\n                \"name\": \"Custom\",\n                \"tag\": \"custom\",\n                \"category\": \"SalesChannel\",\n                \"logo_url\": \"https://staging-omniful-uploads.s3.me-south-1.amazonaws.com/sales-channel-logo/API.svg\"\n            },\n            \"source\": \"Sales Channel\",\n            \"total\": 8,\n            \"billing_address\": {\n                \"address1\": \"123 Al-Masjid Al-Haram Street\",\n                \"address2\": \"Near Al-Faisaliah Tower\",\n                \"city\": \"Riyadh\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"phone\": \"+966-112345678\",\n                \"state\": \"Riyadh\",\n                \"zip\": \"11564\",\n                \"state_code\": \"RIY\",\n                \"country_code\": \"SA\",\n                \"latitude\": 24.7136,\n                \"longitude\": 46.6753,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"213\"\n            },\n            \"shipping_address\": {\n                \"address1\": \"456 King Abdulaziz Road\",\n                \"address2\": \"Near Kingdom Centre\",\n                \"city\": \"Jeddah\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"Jane\",\n                \"last_name\": \"Smith\",\n                \"phone\": \"+966-12-345-6789\",\n                \"state\": \"Makkah\",\n                \"zip\": \"21577\",\n                \"state_code\": \"\",\n                \"country_code\": \"SA\",\n                \"latitude\": 21.4225,\n                \"longitude\": 39.8262,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"213\"\n            },\n            \"slot\": {},\n            \"order_created_at\": \"2026-03-19T05:53:48.489Z\",\n            \"invoice\": {\n                \"currency\": \"USD\",\n                \"subtotal\": 699,\n                \"shipping_price\": 0,\n                \"shipping_refund\": 0,\n                \"tax\": 69.9,\n                \"discount\": 100,\n                \"total\": 768.9,\n                \"total_paid\": 768.9,\n                \"total_due\": 0,\n                \"payment_mode\": \"Tabby\",\n                \"tax_percent\": 10,\n                \"shipping_tax\": 0,\n                \"sub_total_tax_inclusive\": true,\n                \"sub_total_discount_inclusive\": true,\n                \"shipping_tax_inclusive\": false,\n                \"shipping_discount_inclusive\": false,\n                \"additional_charges\": [\n                    {\n                        \"type\": \"shipment_fee\",\n                        \"cost\": 0,\n                        \"cost_without_tax\": 0,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": false,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false,\n                        \"discount_amount\": 0\n                    }\n                ],\n                \"attachments\": null,\n                \"exchange_rate\": {\n                    \"order_currency\": \"\",\n                    \"store_currency\": \"\",\n                    \"rate\": 0\n                }\n            },\n            \"customer\": {\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"mobile\": \"1234567890\",\n                \"mobile_code\": \"+1\",\n                \"email\": \"john.doe@example.com\",\n                \"gender\": \"male\"\n            },\n            \"shipment\": {\n                \"delivery_status\": \"\",\n                \"shipping_account\": {\n                    \"id\": \"\",\n                    \"name\": \"\"\n                },\n                \"courier_partner\": {\n                    \"id\": 0,\n                    \"name\": \"\",\n                    \"tag\": \"\",\n                    \"logo\": \"\"\n                },\n                \"cod_amount\": 0\n            },\n            \"payment_method\": \"Prepaid\",\n            \"require_shipping\": true,\n            \"shipment_type\": \"omniful_generated\",\n            \"delivery_type\": \"normal_delivery\",\n            \"note\": \"Please deliver during weekdays veryyyy urgent\",\n            \"type\": \"B2B\",\n            \"driver_details\": {},\n            \"labels\": [\n                \"label1\",\n                \"label2\",\n                \"label3\"\n            ],\n            \"expected_delivery_epoch\": 0,\n            \"external_fields\": null,\n            \"cancel_order_after_seconds\": 0\n        },\n        {\n            \"id\": \"69bb8f684d84599f5c84e6c3\",\n            \"order_id\": \"32431ewdse\",\n            \"order_alias\": \"order-alias-127\",\n            \"status_code\": \"new_order\",\n            \"display_status\": \"New Order\",\n            \"seller_code\": \"974\",\n            \"hub_code\": \"locoff\",\n            \"store_name\": \"abc\",\n            \"sales_channel\": {\n                \"name\": \"Tenant Custom\",\n                \"tag\": \"tenant_custom\",\n                \"category\": \"SalesChannel\",\n                \"logo_url\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/sales-channel/API+logo+trial+1.svg\"\n            },\n            \"source\": \"Sales Channel\",\n            \"total\": 1,\n            \"billing_address\": {\n                \"address1\": \"123 Al-Masjid Al-Haram Street\",\n                \"address2\": \"Near Al-Faisaliah Tower\",\n                \"city\": \"Riyadh\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"phone\": \"+966-112345678\",\n                \"state\": \"Riyadh\",\n                \"zip\": \"11564\",\n                \"state_code\": \"RIY\",\n                \"country_code\": \"SA\",\n                \"latitude\": 24.7136,\n                \"longitude\": 46.6753,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"\"\n            },\n            \"shipping_address\": {\n                \"address1\": \"456 King Abdulaziz Road\",\n                \"address2\": \"Near Kingdom Centre\",\n                \"city\": \"Jeddah\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"Jane\",\n                \"last_name\": \"Smith\",\n                \"phone\": \"+966-12-345-6789\",\n                \"state\": \"Makkah\",\n                \"zip\": \"21577\",\n                \"state_code\": \"\",\n                \"country_code\": \"SA\",\n                \"latitude\": 21.4225,\n                \"longitude\": 39.8262,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"\"\n            },\n            \"slot\": {},\n            \"order_created_at\": \"2026-03-19T05:53:44.899Z\",\n            \"invoice\": {\n                \"currency\": \"SAR\",\n                \"subtotal\": 699,\n                \"shipping_price\": 0,\n                \"shipping_refund\": 3,\n                \"tax\": 69.9,\n                \"discount\": 103,\n                \"total\": 768.9,\n                \"total_paid\": 768.9,\n                \"total_due\": 0,\n                \"tax_percent\": 10,\n                \"shipping_tax\": 0,\n                \"sub_total_tax_inclusive\": true,\n                \"sub_total_discount_inclusive\": true,\n                \"shipping_tax_inclusive\": false,\n                \"shipping_discount_inclusive\": false,\n                \"additional_charges\": [\n                    {\n                        \"type\": \"shipment_fee\",\n                        \"cost\": 0,\n                        \"cost_without_tax\": 0,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": false,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false,\n                        \"discount_amount\": 0\n                    }\n                ],\n                \"attachments\": null,\n                \"exchange_rate\": {\n                    \"order_currency\": \"\",\n                    \"store_currency\": \"\",\n                    \"rate\": 0\n                }\n            },\n            \"customer\": {\n                \"id\": \"66ced351ffed27dec7c4072a\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"mobile\": \"1234567890\",\n                \"mobile_code\": \"+1\",\n                \"email\": \"john.doe@example.com\",\n                \"gender\": \"male\"\n            },\n            \"shipment\": {\n                \"delivery_status\": \"\",\n                \"shipping_account\": {\n                    \"id\": \"\",\n                    \"name\": \"\"\n                },\n                \"courier_partner\": {\n                    \"id\": 0,\n                    \"name\": \"\",\n                    \"tag\": \"\",\n                    \"logo\": \"\"\n                },\n                \"cod_amount\": 0\n            },\n            \"payment_method\": \"Prepaid\",\n            \"require_shipping\": true,\n            \"shipment_type\": \"sales_channel_generated\",\n            \"delivery_type\": \"normal_delivery\",\n            \"note\": \"Please deliver during weekdays\",\n            \"type\": \"B2B\",\n            \"driver_details\": {},\n            \"labels\": [\n                \"label1\",\n                \"label2\",\n                \"label3\"\n            ],\n            \"expected_delivery_epoch\": 0,\n            \"external_fields\": null,\n            \"cancel_order_after_seconds\": 0\n        },\n        {\n            \"id\": \"69bab8bf6537a58b1f71ece5\",\n            \"order_id\": \"12345657898754defrgt\",\n            \"order_alias\": \"order_omniful-alias\",\n            \"status_code\": \"new_order\",\n            \"display_status\": \"New Order\",\n            \"seller_code\": \"974\",\n            \"hub_code\": \"console\",\n            \"store_name\": \"abc\",\n            \"sales_channel\": {\n                \"name\": \"Custom\",\n                \"tag\": \"custom\",\n                \"category\": \"SalesChannel\",\n                \"logo_url\": \"https://staging-omniful-uploads.s3.me-south-1.amazonaws.com/sales-channel-logo/API.svg\"\n            },\n            \"source\": \"Sales Channel\",\n            \"total\": 8,\n            \"billing_address\": {\n                \"address1\": \"123 Al-Masjid Al-Haram Street\",\n                \"address2\": \"Near Al-Faisaliah Tower\",\n                \"city\": \"Riyadh\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"phone\": \"+966-112345678\",\n                \"state\": \"Riyadh\",\n                \"zip\": \"11564\",\n                \"state_code\": \"RIY\",\n                \"country_code\": \"SA\",\n                \"latitude\": 24.7136,\n                \"longitude\": 46.6753,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"213\"\n            },\n            \"shipping_address\": {\n                \"address1\": \"456 King Abdulaziz Road\",\n                \"address2\": \"Near Kingdom Centre\",\n                \"city\": \"Jeddah\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"Jane\",\n                \"last_name\": \"Smith\",\n                \"phone\": \"+966-12-345-6789\",\n                \"state\": \"Makkah\",\n                \"zip\": \"21577\",\n                \"state_code\": \"\",\n                \"country_code\": \"SA\",\n                \"latitude\": 21.4225,\n                \"longitude\": 39.8262,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"213\"\n            },\n            \"slot\": {},\n            \"order_created_at\": \"2026-03-18T14:37:51.234Z\",\n            \"invoice\": {\n                \"currency\": \"USD\",\n                \"subtotal\": 699,\n                \"shipping_price\": 0,\n                \"shipping_refund\": 0,\n                \"tax\": 69.9,\n                \"discount\": 100,\n                \"total\": 768.9,\n                \"total_paid\": 768.9,\n                \"total_due\": 0,\n                \"payment_mode\": \"Tabby\",\n                \"tax_percent\": 10,\n                \"shipping_tax\": 0,\n                \"sub_total_tax_inclusive\": true,\n                \"sub_total_discount_inclusive\": true,\n                \"shipping_tax_inclusive\": false,\n                \"shipping_discount_inclusive\": false,\n                \"additional_charges\": [\n                    {\n                        \"type\": \"shipment_fee\",\n                        \"cost\": 0,\n                        \"cost_without_tax\": 0,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": false,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false,\n                        \"discount_amount\": 0\n                    }\n                ],\n                \"attachments\": null,\n                \"exchange_rate\": {\n                    \"order_currency\": \"\",\n                    \"store_currency\": \"\",\n                    \"rate\": 0\n                }\n            },\n            \"customer\": {\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"mobile\": \"1234567890\",\n                \"mobile_code\": \"+1\",\n                \"email\": \"john.doe@example.com\",\n                \"gender\": \"male\"\n            },\n            \"shipment\": {\n                \"delivery_status\": \"\",\n                \"shipping_account\": {\n                    \"id\": \"\",\n                    \"name\": \"\"\n                },\n                \"courier_partner\": {\n                    \"id\": 0,\n                    \"name\": \"\",\n                    \"tag\": \"\",\n                    \"logo\": \"\"\n                },\n                \"cod_amount\": 0\n            },\n            \"payment_method\": \"Prepaid\",\n            \"require_shipping\": true,\n            \"shipment_type\": \"omniful_generated\",\n            \"delivery_type\": \"normal_delivery\",\n            \"note\": \"Please deliver during weekdays veryyyy urgent\",\n            \"type\": \"B2B\",\n            \"driver_details\": {},\n            \"labels\": [\n                \"label1\",\n                \"label2\",\n                \"label3\"\n            ],\n            \"expected_delivery_epoch\": 0,\n            \"external_fields\": null,\n            \"cancel_order_after_seconds\": 0\n        },\n        {\n            \"id\": \"69bab4d76537a58b1f71ec80\",\n            \"order_id\": \"note_test_134ty\",\n            \"order_alias\": \"order-alias-127\",\n            \"status_code\": \"new_order\",\n            \"display_status\": \"New Order\",\n            \"seller_code\": \"974\",\n            \"hub_code\": \"locoff\",\n            \"store_name\": \"abc\",\n            \"sales_channel\": {\n                \"name\": \"Tenant Custom\",\n                \"tag\": \"tenant_custom\",\n                \"category\": \"SalesChannel\",\n                \"logo_url\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/sales-channel/API+logo+trial+1.svg\"\n            },\n            \"source\": \"Sales Channel\",\n            \"total\": 1,\n            \"billing_address\": {\n                \"address1\": \"123 Al-Masjid Al-Haram Street\",\n                \"address2\": \"Near Al-Faisaliah Tower\",\n                \"city\": \"Riyadh\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"phone\": \"+966-112345678\",\n                \"state\": \"Riyadh\",\n                \"zip\": \"11564\",\n                \"state_code\": \"RIY\",\n                \"country_code\": \"SA\",\n                \"latitude\": 24.7136,\n                \"longitude\": 46.6753,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"\"\n            },\n            \"shipping_address\": {\n                \"address1\": \"456 King Abdulaziz Road\",\n                \"address2\": \"Near Kingdom Centre\",\n                \"city\": \"Jeddah\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"Jane\",\n                \"last_name\": \"Smith\",\n                \"phone\": \"+966-12-345-6789\",\n                \"state\": \"Makkah\",\n                \"zip\": \"21577\",\n                \"state_code\": \"\",\n                \"country_code\": \"SA\",\n                \"latitude\": 21.4225,\n                \"longitude\": 39.8262,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"\"\n            },\n            \"slot\": {},\n            \"order_created_at\": \"2026-03-18T14:21:11.03Z\",\n            \"invoice\": {\n                \"currency\": \"SAR\",\n                \"subtotal\": 699,\n                \"shipping_price\": 0,\n                \"shipping_refund\": 3,\n                \"tax\": 69.9,\n                \"discount\": 103,\n                \"total\": 768.9,\n                \"total_paid\": 768.9,\n                \"total_due\": 0,\n                \"tax_percent\": 10,\n                \"shipping_tax\": 0,\n                \"sub_total_tax_inclusive\": true,\n                \"sub_total_discount_inclusive\": true,\n                \"shipping_tax_inclusive\": false,\n                \"shipping_discount_inclusive\": false,\n                \"additional_charges\": [\n                    {\n                        \"type\": \"shipment_fee\",\n                        \"cost\": 0,\n                        \"cost_without_tax\": 0,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": false,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false,\n                        \"discount_amount\": 0\n                    }\n                ],\n                \"attachments\": null,\n                \"exchange_rate\": {\n                    \"order_currency\": \"\",\n                    \"store_currency\": \"\",\n                    \"rate\": 0\n                }\n            },\n            \"customer\": {\n                \"id\": \"66ced351ffed27dec7c4072a\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"mobile\": \"1234567890\",\n                \"mobile_code\": \"+1\",\n                \"email\": \"john.doe@example.com\",\n                \"gender\": \"male\"\n            },\n            \"shipment\": {\n                \"delivery_status\": \"\",\n                \"shipping_account\": {\n                    \"id\": \"\",\n                    \"name\": \"\"\n                },\n                \"courier_partner\": {\n                    \"id\": 0,\n                    \"name\": \"\",\n                    \"tag\": \"\",\n                    \"logo\": \"\"\n                },\n                \"cod_amount\": 0\n            },\n            \"payment_method\": \"Prepaid\",\n            \"require_shipping\": true,\n            \"shipment_type\": \"sales_channel_generated\",\n            \"delivery_type\": \"normal_delivery\",\n            \"note\": \"Please deliver during weekdays\",\n            \"type\": \"B2B\",\n            \"driver_details\": {},\n            \"labels\": [\n                \"label1\",\n                \"label2\",\n                \"label3\"\n            ],\n            \"expected_delivery_epoch\": 0,\n            \"external_fields\": null,\n            \"cancel_order_after_seconds\": 0\n        },\n        {\n            \"id\": \"69b2c78db47e3ef10d8ca4a5\",\n            \"order_id\": \"sale_wms\",\n            \"order_alias\": \"order-alias-127\",\n            \"status_code\": \"new_order\",\n            \"display_status\": \"New Order\",\n            \"seller_code\": \"974\",\n            \"hub_code\": \"locoff\",\n            \"store_name\": \"abc\",\n            \"sales_channel\": {\n                \"name\": \"Tenant Custom\",\n                \"tag\": \"tenant_custom\",\n                \"category\": \"SalesChannel\",\n                \"logo_url\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/sales-channel/API+logo+trial+1.svg\"\n            },\n            \"source\": \"Sales Channel\",\n            \"total\": 1,\n            \"billing_address\": {\n                \"address1\": \"123 Al-Masjid Al-Haram Street\",\n                \"address2\": \"Near Al-Faisaliah Tower\",\n                \"city\": \"Riyadh\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"phone\": \"+966-112345678\",\n                \"state\": \"Riyadh\",\n                \"zip\": \"11564\",\n                \"state_code\": \"RIY\",\n                \"country_code\": \"SA\",\n                \"latitude\": 24.7136,\n                \"longitude\": 46.6753,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"abc\"\n            },\n            \"shipping_address\": {\n                \"address1\": \"456 King Abdulaziz Road\",\n                \"address2\": \"Near Kingdom Centre\",\n                \"city\": \"Jeddah\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"Jane\",\n                \"last_name\": \"Smith\",\n                \"phone\": \"+966-12-345-6789\",\n                \"state\": \"Makkah\",\n                \"zip\": \"21577\",\n                \"state_code\": \"\",\n                \"country_code\": \"SA\",\n                \"latitude\": 21.4225,\n                \"longitude\": 39.8262,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"abc\"\n            },\n            \"slot\": {},\n            \"order_created_at\": \"2026-03-12T14:02:53.118Z\",\n            \"invoice\": {\n                \"currency\": \"SAR\",\n                \"subtotal\": 699,\n                \"shipping_price\": 0,\n                \"shipping_refund\": 0,\n                \"tax\": 69.9,\n                \"discount\": 100,\n                \"total\": 768.9,\n                \"total_paid\": 768.9,\n                \"total_due\": 0,\n                \"tax_percent\": 10,\n                \"shipping_tax\": 0,\n                \"sub_total_tax_inclusive\": true,\n                \"sub_total_discount_inclusive\": true,\n                \"shipping_tax_inclusive\": false,\n                \"shipping_discount_inclusive\": false,\n                \"additional_charges\": [\n                    {\n                        \"type\": \"shipment_fee\",\n                        \"cost\": 0,\n                        \"cost_without_tax\": 0,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": false,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false,\n                        \"discount_amount\": 0\n                    }\n                ],\n                \"attachments\": null,\n                \"exchange_rate\": {\n                    \"order_currency\": \"\",\n                    \"store_currency\": \"\",\n                    \"rate\": 0\n                }\n            },\n            \"customer\": {\n                \"id\": \"66ced351ffed27dec7c4072a\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"mobile\": \"1234567890\",\n                \"mobile_code\": \"+1\",\n                \"email\": \"john.doe@example.com\",\n                \"gender\": \"male\"\n            },\n            \"shipment\": {\n                \"delivery_status\": \"\",\n                \"shipping_account\": {\n                    \"id\": \"\",\n                    \"name\": \"\"\n                },\n                \"courier_partner\": {\n                    \"id\": 0,\n                    \"name\": \"\",\n                    \"tag\": \"\",\n                    \"logo\": \"\"\n                },\n                \"cod_amount\": 0\n            },\n            \"payment_method\": \"Prepaid\",\n            \"require_shipping\": true,\n            \"shipment_type\": \"sales_channel_generated\",\n            \"delivery_type\": \"normal_delivery\",\n            \"note\": \"Please deliver during weekdays\",\n            \"type\": \"B2B\",\n            \"driver_details\": {},\n            \"labels\": [\n                \"label1\",\n                \"label2\",\n                \"label3\"\n            ],\n            \"expected_delivery_epoch\": 0,\n            \"external_fields\": null,\n            \"cancel_order_after_seconds\": 0\n        },\n        {\n            \"id\": \"69b2c7817fbdd7d30c9f6d28\",\n            \"order_id\": \"sales2_wms\",\n            \"order_alias\": \"order-alias-127\",\n            \"status_code\": \"new_order\",\n            \"display_status\": \"New Order\",\n            \"seller_code\": \"974\",\n            \"hub_code\": \"locoff\",\n            \"store_name\": \"abc\",\n            \"sales_channel\": {\n                \"name\": \"Tenant Custom\",\n                \"tag\": \"tenant_custom\",\n                \"category\": \"SalesChannel\",\n                \"logo_url\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/sales-channel/API+logo+trial+1.svg\"\n            },\n            \"source\": \"Sales Channel\",\n            \"total\": 1,\n            \"billing_address\": {\n                \"address1\": \"123 Al-Masjid Al-Haram Street\",\n                \"address2\": \"Near Al-Faisaliah Tower\",\n                \"city\": \"Riyadh\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"phone\": \"+966-112345678\",\n                \"state\": \"Riyadh\",\n                \"zip\": \"11564\",\n                \"state_code\": \"RIY\",\n                \"country_code\": \"SA\",\n                \"latitude\": 24.7136,\n                \"longitude\": 46.6753,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"abc\"\n            },\n            \"shipping_address\": {\n                \"address1\": \"456 King Abdulaziz Road\",\n                \"address2\": \"Near Kingdom Centre\",\n                \"city\": \"Jeddah\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"Jane\",\n                \"last_name\": \"Smith\",\n                \"phone\": \"+966-12-345-6789\",\n                \"state\": \"Makkah\",\n                \"zip\": \"21577\",\n                \"state_code\": \"\",\n                \"country_code\": \"SA\",\n                \"latitude\": 21.4225,\n                \"longitude\": 39.8262,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"abc\"\n            },\n            \"slot\": {},\n            \"order_created_at\": \"2026-03-12T14:02:41.57Z\",\n            \"invoice\": {\n                \"currency\": \"SAR\",\n                \"subtotal\": 699,\n                \"shipping_price\": 0,\n                \"shipping_refund\": 0,\n                \"tax\": 69.9,\n                \"discount\": 100,\n                \"total\": 768.9,\n                \"total_paid\": 768.9,\n                \"total_due\": 0,\n                \"tax_percent\": 10,\n                \"shipping_tax\": 0,\n                \"sub_total_tax_inclusive\": true,\n                \"sub_total_discount_inclusive\": true,\n                \"shipping_tax_inclusive\": false,\n                \"shipping_discount_inclusive\": false,\n                \"additional_charges\": [\n                    {\n                        \"type\": \"shipment_fee\",\n                        \"cost\": 0,\n                        \"cost_without_tax\": 0,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": false,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false,\n                        \"discount_amount\": 0\n                    }\n                ],\n                \"attachments\": null,\n                \"exchange_rate\": {\n                    \"order_currency\": \"\",\n                    \"store_currency\": \"\",\n                    \"rate\": 0\n                }\n            },\n            \"customer\": {\n                \"id\": \"66ced351ffed27dec7c4072a\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"mobile\": \"1234567890\",\n                \"mobile_code\": \"+1\",\n                \"email\": \"john.doe@example.com\",\n                \"gender\": \"male\"\n            },\n            \"shipment\": {\n                \"delivery_status\": \"\",\n                \"shipping_account\": {\n                    \"id\": \"\",\n                    \"name\": \"\"\n                },\n                \"courier_partner\": {\n                    \"id\": 0,\n                    \"name\": \"\",\n                    \"tag\": \"\",\n                    \"logo\": \"\"\n                },\n                \"cod_amount\": 0\n            },\n            \"payment_method\": \"Prepaid\",\n            \"require_shipping\": true,\n            \"shipment_type\": \"wms_generated\",\n            \"delivery_type\": \"normal_delivery\",\n            \"note\": \"Please deliver during weekdays\",\n            \"type\": \"B2B\",\n            \"driver_details\": {},\n            \"labels\": [\n                \"label1\",\n                \"label2\",\n                \"label3\"\n            ],\n            \"expected_delivery_epoch\": 0,\n            \"external_fields\": null,\n            \"cancel_order_after_seconds\": 0\n        },\n        {\n            \"id\": \"69b2c77e37d3e278a9bc5cb6\",\n            \"order_id\": \"omni2_wms\",\n            \"order_alias\": \"order-alias-127\",\n            \"status_code\": \"new_order\",\n            \"display_status\": \"New Order\",\n            \"seller_code\": \"974\",\n            \"hub_code\": \"locoff\",\n            \"store_name\": \"abc\",\n            \"sales_channel\": {\n                \"name\": \"Tenant Custom\",\n                \"tag\": \"tenant_custom\",\n                \"category\": \"SalesChannel\",\n                \"logo_url\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/sales-channel/API+logo+trial+1.svg\"\n            },\n            \"source\": \"Sales Channel\",\n            \"total\": 1,\n            \"billing_address\": {\n                \"address1\": \"123 Al-Masjid Al-Haram Street\",\n                \"address2\": \"Near Al-Faisaliah Tower\",\n                \"city\": \"Riyadh\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"phone\": \"+966-112345678\",\n                \"state\": \"Riyadh\",\n                \"zip\": \"11564\",\n                \"state_code\": \"RIY\",\n                \"country_code\": \"SA\",\n                \"latitude\": 24.7136,\n                \"longitude\": 46.6753,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"abc\"\n            },\n            \"shipping_address\": {\n                \"address1\": \"456 King Abdulaziz Road\",\n                \"address2\": \"Near Kingdom Centre\",\n                \"city\": \"Jeddah\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"Jane\",\n                \"last_name\": \"Smith\",\n                \"phone\": \"+966-12-345-6789\",\n                \"state\": \"Makkah\",\n                \"zip\": \"21577\",\n                \"state_code\": \"\",\n                \"country_code\": \"SA\",\n                \"latitude\": 21.4225,\n                \"longitude\": 39.8262,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"abc\"\n            },\n            \"slot\": {},\n            \"order_created_at\": \"2026-03-12T14:02:38.821Z\",\n            \"invoice\": {\n                \"currency\": \"SAR\",\n                \"subtotal\": 699,\n                \"shipping_price\": 0,\n                \"shipping_refund\": 0,\n                \"tax\": 69.9,\n                \"discount\": 100,\n                \"total\": 768.9,\n                \"total_paid\": 768.9,\n                \"total_due\": 0,\n                \"tax_percent\": 10,\n                \"shipping_tax\": 0,\n                \"sub_total_tax_inclusive\": true,\n                \"sub_total_discount_inclusive\": true,\n                \"shipping_tax_inclusive\": false,\n                \"shipping_discount_inclusive\": false,\n                \"additional_charges\": [\n                    {\n                        \"type\": \"shipment_fee\",\n                        \"cost\": 0,\n                        \"cost_without_tax\": 0,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": false,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false,\n                        \"discount_amount\": 0\n                    }\n                ],\n                \"attachments\": null,\n                \"exchange_rate\": {\n                    \"order_currency\": \"\",\n                    \"store_currency\": \"\",\n                    \"rate\": 0\n                }\n            },\n            \"customer\": {\n                \"id\": \"66ced351ffed27dec7c4072a\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"mobile\": \"1234567890\",\n                \"mobile_code\": \"+1\",\n                \"email\": \"john.doe@example.com\",\n                \"gender\": \"male\"\n            },\n            \"shipment\": {\n                \"delivery_status\": \"\",\n                \"shipping_account\": {\n                    \"id\": \"\",\n                    \"name\": \"\"\n                },\n                \"courier_partner\": {\n                    \"id\": 0,\n                    \"name\": \"\",\n                    \"tag\": \"\",\n                    \"logo\": \"\"\n                },\n                \"cod_amount\": 0\n            },\n            \"payment_method\": \"Prepaid\",\n            \"require_shipping\": true,\n            \"shipment_type\": \"wms_generated\",\n            \"delivery_type\": \"normal_delivery\",\n            \"note\": \"Please deliver during weekdays\",\n            \"type\": \"B2B\",\n            \"driver_details\": {},\n            \"labels\": [\n                \"label1\",\n                \"label2\",\n                \"label3\"\n            ],\n            \"expected_delivery_epoch\": 0,\n            \"external_fields\": null,\n            \"cancel_order_after_seconds\": 0\n        },\n        {\n            \"id\": \"69b2705cfc70a08700828bfe\",\n            \"order_id\": \"omni_wms\",\n            \"order_alias\": \"order-alias-127\",\n            \"status_code\": \"packed\",\n            \"display_status\": \"Packed\",\n            \"seller_code\": \"974\",\n            \"hub_code\": \"locoff\",\n            \"store_name\": \"abc\",\n            \"sales_channel\": {\n                \"name\": \"Tenant Custom\",\n                \"tag\": \"tenant_custom\",\n                \"category\": \"SalesChannel\",\n                \"logo_url\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/sales-channel/API+logo+trial+1.svg\"\n            },\n            \"source\": \"Sales Channel\",\n            \"total\": 1,\n            \"billing_address\": {\n                \"address1\": \"123 Al-Masjid Al-Haram Street\",\n                \"address2\": \"Near Al-Faisaliah Tower\",\n                \"city\": \"Riyadh\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"phone\": \"+966-112345678\",\n                \"state\": \"Riyadh\",\n                \"zip\": \"11564\",\n                \"state_code\": \"RIY\",\n                \"country_code\": \"SA\",\n                \"latitude\": 24.7136,\n                \"longitude\": 46.6753,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"abc\"\n            },\n            \"shipping_address\": {\n                \"address1\": \"456 King Abdulaziz Road\",\n                \"address2\": \"Near Kingdom Centre\",\n                \"city\": \"Jeddah\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"Jane\",\n                \"last_name\": \"Smith\",\n                \"phone\": \"+966-12-345-6789\",\n                \"state\": \"Makkah\",\n                \"zip\": \"21577\",\n                \"state_code\": \"\",\n                \"country_code\": \"SA\",\n                \"latitude\": 21.4225,\n                \"longitude\": 39.8262,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"abc\"\n            },\n            \"slot\": {},\n            \"order_created_at\": \"2026-03-12T07:50:52.557Z\",\n            \"invoice\": {\n                \"currency\": \"SAR\",\n                \"subtotal\": 699,\n                \"shipping_price\": 0,\n                \"shipping_refund\": 0,\n                \"tax\": 69.9,\n                \"discount\": 100,\n                \"total\": 768.9,\n                \"total_paid\": 768.9,\n                \"total_due\": 0,\n                \"tax_percent\": 10,\n                \"shipping_tax\": 0,\n                \"sub_total_tax_inclusive\": true,\n                \"sub_total_discount_inclusive\": true,\n                \"shipping_tax_inclusive\": false,\n                \"shipping_discount_inclusive\": false,\n                \"additional_charges\": [\n                    {\n                        \"type\": \"shipment_fee\",\n                        \"cost\": 0,\n                        \"cost_without_tax\": 0,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": false,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false,\n                        \"discount_amount\": 0\n                    }\n                ],\n                \"attachments\": null,\n                \"exchange_rate\": {\n                    \"order_currency\": \"\",\n                    \"store_currency\": \"\",\n                    \"rate\": 0\n                }\n            },\n            \"customer\": {\n                \"id\": \"66ced351ffed27dec7c4072a\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"mobile\": \"1234567890\",\n                \"mobile_code\": \"+1\",\n                \"email\": \"john.doe@example.com\",\n                \"gender\": \"male\"\n            },\n            \"shipment\": {\n                \"delivery_status\": \"\",\n                \"shipping_account\": {\n                    \"id\": \"\",\n                    \"name\": \"\"\n                },\n                \"courier_partner\": {\n                    \"id\": 0,\n                    \"name\": \"\",\n                    \"tag\": \"\",\n                    \"logo\": \"\"\n                },\n                \"cod_amount\": 0\n            },\n            \"payment_method\": \"Prepaid\",\n            \"require_shipping\": true,\n            \"shipment_type\": \"wms_generated\",\n            \"delivery_type\": \"normal_delivery\",\n            \"note\": \"Please deliver during weekdays\",\n            \"type\": \"B2B\",\n            \"driver_details\": {},\n            \"labels\": [\n                \"label1\",\n                \"label2\",\n                \"label3\"\n            ],\n            \"expected_delivery_epoch\": 0,\n            \"external_fields\": null,\n            \"cancel_order_after_seconds\": 0\n        },\n        {\n            \"id\": \"69b2704937d3e278a9bc4945\",\n            \"order_id\": \"sales_wms\",\n            \"order_alias\": \"order-alias-127\",\n            \"status_code\": \"new_order\",\n            \"display_status\": \"New Order\",\n            \"seller_code\": \"974\",\n            \"hub_code\": \"locoff\",\n            \"store_name\": \"abc\",\n            \"sales_channel\": {\n                \"name\": \"Tenant Custom\",\n                \"tag\": \"tenant_custom\",\n                \"category\": \"SalesChannel\",\n                \"logo_url\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/sales-channel/API+logo+trial+1.svg\"\n            },\n            \"source\": \"Sales Channel\",\n            \"total\": 1,\n            \"billing_address\": {\n                \"address1\": \"123 Al-Masjid Al-Haram Street\",\n                \"address2\": \"Near Al-Faisaliah Tower\",\n                \"city\": \"Riyadh\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"phone\": \"+966-112345678\",\n                \"state\": \"Riyadh\",\n                \"zip\": \"11564\",\n                \"state_code\": \"RIY\",\n                \"country_code\": \"SA\",\n                \"latitude\": 24.7136,\n                \"longitude\": 46.6753,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"abc\"\n            },\n            \"shipping_address\": {\n                \"address1\": \"456 King Abdulaziz Road\",\n                \"address2\": \"https://omniful.slack.com/archives/C08G2S1KJ84/p1773033726807059?thread_ts=1773033692.969059&cid=C08G2S1KJ84\",\n                \"city\": \"Jeddah\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"Jane\",\n                \"last_name\": \"Smith\",\n                \"phone\": \"+966-565345322\",\n                \"state\": \"Jeddah\",\n                \"zip\": \"https://omniful.slack.com/archives/C08G2S1KJ84/p1773033726807059?thread_ts=1773033692.969059&cid=C08G2S1KJ84\",\n                \"state_code\": \"\",\n                \"country_code\": \"SA\",\n                \"latitude\": 0,\n                \"longitude\": 0,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"RFCD2323\"\n            },\n            \"slot\": {},\n            \"order_created_at\": \"2026-03-12T07:50:33.924Z\",\n            \"invoice\": {\n                \"currency\": \"SAR\",\n                \"subtotal\": 699,\n                \"shipping_price\": 0,\n                \"shipping_refund\": 0,\n                \"tax\": 69.9,\n                \"discount\": 100,\n                \"total\": 768.9,\n                \"total_paid\": 768.9,\n                \"total_due\": 0,\n                \"tax_percent\": 10,\n                \"shipping_tax\": 0,\n                \"sub_total_tax_inclusive\": true,\n                \"sub_total_discount_inclusive\": true,\n                \"shipping_tax_inclusive\": false,\n                \"shipping_discount_inclusive\": false,\n                \"additional_charges\": [\n                    {\n                        \"type\": \"shipment_fee\",\n                        \"cost\": 0,\n                        \"cost_without_tax\": 0,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": false,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false,\n                        \"discount_amount\": 0\n                    }\n                ],\n                \"attachments\": null,\n                \"exchange_rate\": {\n                    \"order_currency\": \"\",\n                    \"store_currency\": \"\",\n                    \"rate\": 0\n                }\n            },\n            \"customer\": {\n                \"id\": \"66ced351ffed27dec7c4072a\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"mobile\": \"1234567890\",\n                \"mobile_code\": \"+1\",\n                \"email\": \"john.doe@example.com\",\n                \"gender\": \"male\"\n            },\n            \"shipment\": {\n                \"delivery_status\": \"\",\n                \"shipping_account\": {\n                    \"id\": \"\",\n                    \"name\": \"\"\n                },\n                \"courier_partner\": {\n                    \"id\": 0,\n                    \"name\": \"\",\n                    \"tag\": \"\",\n                    \"logo\": \"\"\n                },\n                \"cod_amount\": 0\n            },\n            \"payment_method\": \"Prepaid\",\n            \"require_shipping\": true,\n            \"shipment_type\": \"sales_channel_generated\",\n            \"delivery_type\": \"normal_delivery\",\n            \"note\": \"Please deliver during weekdays\",\n            \"type\": \"B2B\",\n            \"driver_details\": {},\n            \"labels\": [\n                \"label1\",\n                \"label2\",\n                \"label3\"\n            ],\n            \"expected_delivery_epoch\": 0,\n            \"external_fields\": null,\n            \"cancel_order_after_seconds\": 0\n        },\n        {\n            \"id\": \"69b263eefc70a08700828a23\",\n            \"order_id\": \"sales\",\n            \"order_alias\": \"order-alias-127\",\n            \"status_code\": \"new_order\",\n            \"display_status\": \"New Order\",\n            \"seller_code\": \"974\",\n            \"hub_code\": \"locoff\",\n            \"store_name\": \"abc\",\n            \"sales_channel\": {\n                \"name\": \"Tenant Custom\",\n                \"tag\": \"tenant_custom\",\n                \"category\": \"SalesChannel\",\n                \"logo_url\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/sales-channel/API+logo+trial+1.svg\"\n            },\n            \"source\": \"Sales Channel\",\n            \"total\": 1,\n            \"billing_address\": {\n                \"address1\": \"123 Al-Masjid Al-Haram Street\",\n                \"address2\": \"Near Al-Faisaliah Tower\",\n                \"city\": \"Riyadh\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"phone\": \"+966-112345678\",\n                \"state\": \"Riyadh\",\n                \"zip\": \"11564\",\n                \"state_code\": \"RIY\",\n                \"country_code\": \"SA\",\n                \"latitude\": 24.7136,\n                \"longitude\": 46.6753,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"abc\"\n            },\n            \"shipping_address\": {\n                \"address1\": \"456 King Abdulaziz Road\",\n                \"address2\": \"Near Kingdom Centre\",\n                \"city\": \"Jeddah\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"Jane\",\n                \"last_name\": \"Smith\",\n                \"phone\": \"+966-12-345-6789\",\n                \"state\": \"Makkah\",\n                \"zip\": \"21577\",\n                \"state_code\": \"\",\n                \"country_code\": \"SA\",\n                \"latitude\": 21.4225,\n                \"longitude\": 39.8262,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"abc\"\n            },\n            \"slot\": {},\n            \"order_created_at\": \"2026-03-12T06:57:50.487Z\",\n            \"invoice\": {\n                \"currency\": \"SAR\",\n                \"subtotal\": 699,\n                \"shipping_price\": 0,\n                \"shipping_refund\": 0,\n                \"tax\": 69.9,\n                \"discount\": 100,\n                \"total\": 768.9,\n                \"total_paid\": 768.9,\n                \"total_due\": 0,\n                \"tax_percent\": 10,\n                \"shipping_tax\": 0,\n                \"sub_total_tax_inclusive\": true,\n                \"sub_total_discount_inclusive\": true,\n                \"shipping_tax_inclusive\": false,\n                \"shipping_discount_inclusive\": false,\n                \"additional_charges\": [\n                    {\n                        \"type\": \"shipment_fee\",\n                        \"cost\": 0,\n                        \"cost_without_tax\": 0,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": false,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false,\n                        \"discount_amount\": 0\n                    }\n                ],\n                \"attachments\": null,\n                \"exchange_rate\": {\n                    \"order_currency\": \"\",\n                    \"store_currency\": \"\",\n                    \"rate\": 0\n                }\n            },\n            \"customer\": {\n                \"id\": \"66ced351ffed27dec7c4072a\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"mobile\": \"1234567890\",\n                \"mobile_code\": \"+1\",\n                \"email\": \"john.doe@example.com\",\n                \"gender\": \"male\"\n            },\n            \"shipment\": {\n                \"delivery_status\": \"\",\n                \"shipping_account\": {\n                    \"id\": \"\",\n                    \"name\": \"\"\n                },\n                \"courier_partner\": {\n                    \"id\": 0,\n                    \"name\": \"\",\n                    \"tag\": \"\",\n                    \"logo\": \"\"\n                },\n                \"cod_amount\": 0\n            },\n            \"payment_method\": \"Prepaid\",\n            \"require_shipping\": true,\n            \"shipment_type\": \"sales_channel_generated\",\n            \"delivery_type\": \"normal_delivery\",\n            \"note\": \"Please deliver during weekdays\",\n            \"type\": \"B2B\",\n            \"driver_details\": {},\n            \"labels\": [\n                \"label1\",\n                \"label2\",\n                \"label3\"\n            ],\n            \"expected_delivery_epoch\": 0,\n            \"external_fields\": null,\n            \"cancel_order_after_seconds\": 0\n        },\n        {\n            \"id\": \"69b263e8d6dfcc94da8313b9\",\n            \"order_id\": \"sales_c\",\n            \"order_alias\": \"order-alias-127\",\n            \"status_code\": \"new_order\",\n            \"display_status\": \"New Order\",\n            \"seller_code\": \"974\",\n            \"hub_code\": \"locoff\",\n            \"store_name\": \"abc\",\n            \"sales_channel\": {\n                \"name\": \"Tenant Custom\",\n                \"tag\": \"tenant_custom\",\n                \"category\": \"SalesChannel\",\n                \"logo_url\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/sales-channel/API+logo+trial+1.svg\"\n            },\n            \"source\": \"Sales Channel\",\n            \"total\": 1,\n            \"billing_address\": {\n                \"address1\": \"123 Al-Masjid Al-Haram Street\",\n                \"address2\": \"Near Al-Faisaliah Tower\",\n                \"city\": \"Riyadh\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"phone\": \"+966-112345678\",\n                \"state\": \"Riyadh\",\n                \"zip\": \"11564\",\n                \"state_code\": \"RIY\",\n                \"country_code\": \"SA\",\n                \"latitude\": 24.7136,\n                \"longitude\": 46.6753,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"abc\"\n            },\n            \"shipping_address\": {\n                \"address1\": \"456 King Abdulaziz Road\",\n                \"address2\": \"Near Kingdom Centre\",\n                \"city\": \"Jeddah\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"Jane\",\n                \"last_name\": \"Smith\",\n                \"phone\": \"+966-12-345-6789\",\n                \"state\": \"Makkah\",\n                \"zip\": \"21577\",\n                \"state_code\": \"\",\n                \"country_code\": \"SA\",\n                \"latitude\": 21.4225,\n                \"longitude\": 39.8262,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"abc\"\n            },\n            \"slot\": {},\n            \"order_created_at\": \"2026-03-12T06:57:44.591Z\",\n            \"invoice\": {\n                \"currency\": \"SAR\",\n                \"subtotal\": 699,\n                \"shipping_price\": 0,\n                \"shipping_refund\": 0,\n                \"tax\": 69.9,\n                \"discount\": 100,\n                \"total\": 768.9,\n                \"total_paid\": 768.9,\n                \"total_due\": 0,\n                \"tax_percent\": 10,\n                \"shipping_tax\": 0,\n                \"sub_total_tax_inclusive\": true,\n                \"sub_total_discount_inclusive\": true,\n                \"shipping_tax_inclusive\": false,\n                \"shipping_discount_inclusive\": false,\n                \"additional_charges\": [\n                    {\n                        \"type\": \"shipment_fee\",\n                        \"cost\": 0,\n                        \"cost_without_tax\": 0,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": false,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false,\n                        \"discount_amount\": 0\n                    }\n                ],\n                \"attachments\": null,\n                \"exchange_rate\": {\n                    \"order_currency\": \"\",\n                    \"store_currency\": \"\",\n                    \"rate\": 0\n                }\n            },\n            \"customer\": {\n                \"id\": \"66ced351ffed27dec7c4072a\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"mobile\": \"1234567890\",\n                \"mobile_code\": \"+1\",\n                \"email\": \"john.doe@example.com\",\n                \"gender\": \"male\"\n            },\n            \"shipment\": {\n                \"delivery_status\": \"\",\n                \"shipping_account\": {\n                    \"id\": \"\",\n                    \"name\": \"\"\n                },\n                \"courier_partner\": {\n                    \"id\": 0,\n                    \"name\": \"\",\n                    \"tag\": \"\",\n                    \"logo\": \"\"\n                },\n                \"cod_amount\": 0\n            },\n            \"payment_method\": \"Prepaid\",\n            \"require_shipping\": true,\n            \"shipment_type\": \"sales_channel_generated\",\n            \"delivery_type\": \"normal_delivery\",\n            \"note\": \"Please deliver during weekdays\",\n            \"type\": \"B2B\",\n            \"driver_details\": {},\n            \"labels\": [\n                \"label1\",\n                \"label2\",\n                \"label3\"\n            ],\n            \"expected_delivery_epoch\": 0,\n            \"external_fields\": null,\n            \"cancel_order_after_seconds\": 0\n        },\n        {\n            \"id\": \"69afdd47b4c0999f20e8c789\",\n            \"order_id\": \"omni\",\n            \"order_alias\": \"order-alias-127\",\n            \"status_code\": \"new_order\",\n            \"display_status\": \"New Order\",\n            \"seller_code\": \"974\",\n            \"hub_code\": \"locoff\",\n            \"store_name\": \"abc\",\n            \"sales_channel\": {\n                \"name\": \"Tenant Custom\",\n                \"tag\": \"tenant_custom\",\n                \"category\": \"SalesChannel\",\n                \"logo_url\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/sales-channel/API+logo+trial+1.svg\"\n            },\n            \"source\": \"Sales Channel\",\n            \"total\": 1,\n            \"billing_address\": {\n                \"address1\": \"123 Al-Masjid Al-Haram Street\",\n                \"address2\": \"Near Al-Faisaliah Tower\",\n                \"city\": \"Riyadh\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"phone\": \"+966-112345678\",\n                \"state\": \"Riyadh\",\n                \"zip\": \"11564\",\n                \"state_code\": \"RIY\",\n                \"country_code\": \"SA\",\n                \"latitude\": 24.7136,\n                \"longitude\": 46.6753,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"abc\"\n            },\n            \"shipping_address\": {\n                \"address1\": \"456 King Abdulaziz Road\",\n                \"address2\": \"Near Kingdom Centre\",\n                \"city\": \"Jeddah\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"Jane\",\n                \"last_name\": \"Smith\",\n                \"phone\": \"+966-12-345-6789\",\n                \"state\": \"Makkah\",\n                \"zip\": \"21577\",\n                \"state_code\": \"\",\n                \"country_code\": \"SA\",\n                \"latitude\": 21.4225,\n                \"longitude\": 39.8262,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"abc\"\n            },\n            \"slot\": {},\n            \"order_created_at\": \"2026-03-10T08:58:47.618Z\",\n            \"invoice\": {\n                \"currency\": \"SAR\",\n                \"subtotal\": 699,\n                \"shipping_price\": 0,\n                \"shipping_refund\": 0,\n                \"tax\": 69.9,\n                \"discount\": 100,\n                \"total\": 768.9,\n                \"total_paid\": 768.9,\n                \"total_due\": 0,\n                \"tax_percent\": 10,\n                \"shipping_tax\": 0,\n                \"sub_total_tax_inclusive\": true,\n                \"sub_total_discount_inclusive\": true,\n                \"shipping_tax_inclusive\": false,\n                \"shipping_discount_inclusive\": false,\n                \"additional_charges\": [\n                    {\n                        \"type\": \"shipment_fee\",\n                        \"cost\": 0,\n                        \"cost_without_tax\": 0,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": false,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false,\n                        \"discount_amount\": 0\n                    }\n                ],\n                \"attachments\": null,\n                \"exchange_rate\": {\n                    \"order_currency\": \"\",\n                    \"store_currency\": \"\",\n                    \"rate\": 0\n                }\n            },\n            \"customer\": {\n                \"id\": \"66ced351ffed27dec7c4072a\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"mobile\": \"1234567890\",\n                \"mobile_code\": \"+1\",\n                \"email\": \"john.doe@example.com\",\n                \"gender\": \"male\"\n            },\n            \"shipment\": {\n                \"delivery_status\": \"\",\n                \"shipping_account\": {\n                    \"id\": \"\",\n                    \"name\": \"\"\n                },\n                \"courier_partner\": {\n                    \"id\": 0,\n                    \"name\": \"\",\n                    \"tag\": \"\",\n                    \"logo\": \"\"\n                },\n                \"cod_amount\": 0\n            },\n            \"payment_method\": \"Prepaid\",\n            \"require_shipping\": true,\n            \"shipment_type\": \"omniful_generated\",\n            \"delivery_type\": \"normal_delivery\",\n            \"note\": \"Please deliver during weekdays\",\n            \"type\": \"B2B\",\n            \"driver_details\": {},\n            \"labels\": [\n                \"label1\",\n                \"label2\",\n                \"label3\"\n            ],\n            \"expected_delivery_epoch\": 0,\n            \"external_fields\": null,\n            \"cancel_order_after_seconds\": 0\n        },\n        {\n            \"id\": \"69afdc1670279d06931de680\",\n            \"order_id\": \"omni_order\",\n            \"order_alias\": \"order-alias-127\",\n            \"status_code\": \"on_hold\",\n            \"display_status\": \"On Hold\",\n            \"seller_code\": \"974\",\n            \"hub_code\": \"pjhubcode\",\n            \"store_name\": \"abc\",\n            \"sales_channel\": {\n                \"name\": \"Tenant Custom\",\n                \"tag\": \"tenant_custom\",\n                \"category\": \"SalesChannel\",\n                \"logo_url\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/sales-channel/API+logo+trial+1.svg\"\n            },\n            \"source\": \"Sales Channel\",\n            \"total\": 1,\n            \"billing_address\": {\n                \"address1\": \"123 Al-Masjid Al-Haram Street\",\n                \"address2\": \"Near Al-Faisaliah Tower\",\n                \"city\": \"Riyadh\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"phone\": \"+966-112345678\",\n                \"state\": \"Riyadh\",\n                \"zip\": \"11564\",\n                \"state_code\": \"RIY\",\n                \"country_code\": \"SA\",\n                \"latitude\": 24.7136,\n                \"longitude\": 46.6753,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"abc\"\n            },\n            \"shipping_address\": {\n                \"address1\": \"456 King Abdulaziz Road\",\n                \"address2\": \"Near Kingdom Centre\",\n                \"city\": \"Jeddah\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"Jane\",\n                \"last_name\": \"Smith\",\n                \"phone\": \"+966-12-345-6789\",\n                \"state\": \"Makkah\",\n                \"zip\": \"21577\",\n                \"state_code\": \"\",\n                \"country_code\": \"SA\",\n                \"latitude\": 21.4225,\n                \"longitude\": 39.8262,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"abc\"\n            },\n            \"slot\": {},\n            \"order_created_at\": \"2026-03-10T08:53:42.629Z\",\n            \"invoice\": {\n                \"currency\": \"SAR\",\n                \"subtotal\": 699,\n                \"shipping_price\": 0,\n                \"shipping_refund\": 0,\n                \"tax\": 69.9,\n                \"discount\": 100,\n                \"total\": 768.9,\n                \"total_paid\": 768.9,\n                \"total_due\": 0,\n                \"tax_percent\": 10,\n                \"shipping_tax\": 0,\n                \"sub_total_tax_inclusive\": true,\n                \"sub_total_discount_inclusive\": true,\n                \"shipping_tax_inclusive\": false,\n                \"shipping_discount_inclusive\": false,\n                \"additional_charges\": [\n                    {\n                        \"type\": \"shipment_fee\",\n                        \"cost\": 0,\n                        \"cost_without_tax\": 0,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": false,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false,\n                        \"discount_amount\": 0\n                    }\n                ],\n                \"attachments\": null,\n                \"exchange_rate\": {\n                    \"order_currency\": \"\",\n                    \"store_currency\": \"\",\n                    \"rate\": 0\n                }\n            },\n            \"customer\": {\n                \"id\": \"66ced351ffed27dec7c4072a\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"mobile\": \"1234567890\",\n                \"mobile_code\": \"+1\",\n                \"email\": \"john.doe@example.com\",\n                \"gender\": \"male\"\n            },\n            \"shipment\": {\n                \"shipment_created_at\": \"2026-03-10T08:54:18.06Z\",\n                \"shipment_order_id\": \"69afdc3a7df107ad1d240103\",\n                \"awb_number\": \"AWBMANUAL123451161888266133\",\n                \"shipping_partner_status\": \"created\",\n                \"delivery_status\": \"created\",\n                \"awb_label\": \"https://example.link.com/shipping/b59de7e04cc5687_awb_label.pdf\",\n                \"shipping_partner_tag\": \"manual\",\n                \"shipping_partner_name\": \"Manual\",\n                \"tracking_url\": \"https://tracking.example.com/123456789\",\n                \"shipping_account\": {\n                    \"id\": \"\",\n                    \"name\": \"\"\n                },\n                \"courier_partner\": {\n                    \"id\": 0,\n                    \"name\": \"Manual\",\n                    \"tag\": \"manual\",\n                    \"logo\": \"\"\n                },\n                \"cod_amount\": 0\n            },\n            \"payment_method\": \"Prepaid\",\n            \"require_shipping\": true,\n            \"shipment_type\": \"omniful_generated\",\n            \"delivery_type\": \"normal_delivery\",\n            \"note\": \"Please deliver during weekdays\",\n            \"type\": \"B2B\",\n            \"driver_details\": {},\n            \"labels\": [\n                \"label1\",\n                \"label2\",\n                \"label3\"\n            ],\n            \"expected_delivery_epoch\": 0,\n            \"external_fields\": null,\n            \"cancel_order_after_seconds\": 0\n        },\n        {\n            \"id\": \"69afdc0870279d06931de67d\",\n            \"order_id\": \"sc_order\",\n            \"order_alias\": \"order-alias-127\",\n            \"status_code\": \"on_hold\",\n            \"display_status\": \"On Hold\",\n            \"seller_code\": \"974\",\n            \"hub_code\": \"pjhubcode\",\n            \"store_name\": \"abc\",\n            \"sales_channel\": {\n                \"name\": \"Tenant Custom\",\n                \"tag\": \"tenant_custom\",\n                \"category\": \"SalesChannel\",\n                \"logo_url\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/sales-channel/API+logo+trial+1.svg\"\n            },\n            \"source\": \"Sales Channel\",\n            \"total\": 1,\n            \"billing_address\": {\n                \"address1\": \"123 Al-Masjid Al-Haram Street\",\n                \"address2\": \"Near Al-Faisaliah Tower\",\n                \"city\": \"Riyadh\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"phone\": \"+966-112345678\",\n                \"state\": \"Riyadh\",\n                \"zip\": \"11564\",\n                \"state_code\": \"RIY\",\n                \"country_code\": \"SA\",\n                \"latitude\": 24.7136,\n                \"longitude\": 46.6753,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"abc\"\n            },\n            \"shipping_address\": {\n                \"address1\": \"456 King Abdulaziz Road\",\n                \"address2\": \"Near Kingdom Centre\",\n                \"city\": \"Jeddah\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"Jane\",\n                \"last_name\": \"Smith\",\n                \"phone\": \"+966-12-345-6789\",\n                \"state\": \"Makkah\",\n                \"zip\": \"21577\",\n                \"state_code\": \"\",\n                \"country_code\": \"SA\",\n                \"latitude\": 21.4225,\n                \"longitude\": 39.8262,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"abc\"\n            },\n            \"slot\": {},\n            \"order_created_at\": \"2026-03-10T08:53:28.558Z\",\n            \"invoice\": {\n                \"currency\": \"SAR\",\n                \"subtotal\": 699,\n                \"shipping_price\": 0,\n                \"shipping_refund\": 0,\n                \"tax\": 69.9,\n                \"discount\": 100,\n                \"total\": 768.9,\n                \"total_paid\": 768.9,\n                \"total_due\": 0,\n                \"tax_percent\": 10,\n                \"shipping_tax\": 0,\n                \"sub_total_tax_inclusive\": true,\n                \"sub_total_discount_inclusive\": true,\n                \"shipping_tax_inclusive\": false,\n                \"shipping_discount_inclusive\": false,\n                \"additional_charges\": [\n                    {\n                        \"type\": \"shipment_fee\",\n                        \"cost\": 0,\n                        \"cost_without_tax\": 0,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": false,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false,\n                        \"discount_amount\": 0\n                    }\n                ],\n                \"attachments\": null,\n                \"exchange_rate\": {\n                    \"order_currency\": \"\",\n                    \"store_currency\": \"\",\n                    \"rate\": 0\n                }\n            },\n            \"customer\": {\n                \"id\": \"66ced351ffed27dec7c4072a\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"mobile\": \"1234567890\",\n                \"mobile_code\": \"+1\",\n                \"email\": \"john.doe@example.com\",\n                \"gender\": \"male\"\n            },\n            \"shipment\": {\n                \"delivery_status\": \"\",\n                \"shipping_account\": {\n                    \"id\": \"\",\n                    \"name\": \"\"\n                },\n                \"courier_partner\": {\n                    \"id\": 0,\n                    \"name\": \"\",\n                    \"tag\": \"\",\n                    \"logo\": \"\"\n                },\n                \"cod_amount\": 0\n            },\n            \"payment_method\": \"Prepaid\",\n            \"require_shipping\": true,\n            \"shipment_type\": \"sales_channel_generated\",\n            \"delivery_type\": \"normal_delivery\",\n            \"note\": \"Please deliver during weekdays\",\n            \"type\": \"B2B\",\n            \"driver_details\": {},\n            \"labels\": [\n                \"label1\",\n                \"label2\",\n                \"label3\"\n            ],\n            \"expected_delivery_epoch\": 0,\n            \"external_fields\": null,\n            \"cancel_order_after_seconds\": 0\n        },\n        {\n            \"id\": \"698ae1c0673be7393529b42d\",\n            \"order_id\": \"Omniful_CHANNEL_2\",\n            \"order_alias\": \"order-alias-127\",\n            \"status_code\": \"shipped\",\n            \"display_status\": \"Shipped\",\n            \"seller_code\": \"974\",\n            \"hub_code\": \"locoff\",\n            \"store_name\": \"abc\",\n            \"sales_channel\": {\n                \"name\": \"Tenant Custom\",\n                \"tag\": \"tenant_custom\",\n                \"category\": \"SalesChannel\",\n                \"logo_url\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/sales-channel/API+logo+trial+1.svg\"\n            },\n            \"source\": \"Sales Channel\",\n            \"total\": 1,\n            \"billing_address\": {\n                \"address1\": \"123 Al-Masjid Al-Haram Street\",\n                \"address2\": \"Near Al-Faisaliah Tower\",\n                \"city\": \"Riyadh\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"phone\": \"+966-112345678\",\n                \"state\": \"Riyadh\",\n                \"zip\": \"11564\",\n                \"state_code\": \"RIY\",\n                \"country_code\": \"SA\",\n                \"latitude\": 24.7136,\n                \"longitude\": 46.6753,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"abc\"\n            },\n            \"shipping_address\": {\n                \"address1\": \"456 King Abdulaziz Road\",\n                \"address2\": \"Near Kingdom Centre\",\n                \"city\": \"Jeddah\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"Jane\",\n                \"last_name\": \"Smith\",\n                \"phone\": \"+966-12-345-6789\",\n                \"state\": \"Makkah\",\n                \"zip\": \"21577\",\n                \"state_code\": \"\",\n                \"country_code\": \"SA\",\n                \"latitude\": 21.4225,\n                \"longitude\": 39.8262,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"abc\"\n            },\n            \"slot\": {},\n            \"order_created_at\": \"2026-02-10T07:44:00.35Z\",\n            \"invoice\": {\n                \"currency\": \"SAR\",\n                \"subtotal\": 699,\n                \"shipping_price\": 0,\n                \"shipping_refund\": 0,\n                \"tax\": 69.9,\n                \"discount\": 100,\n                \"total\": 768.9,\n                \"total_paid\": 768.9,\n                \"total_due\": 0,\n                \"tax_percent\": 10,\n                \"shipping_tax\": 0,\n                \"sub_total_tax_inclusive\": true,\n                \"sub_total_discount_inclusive\": true,\n                \"shipping_tax_inclusive\": false,\n                \"shipping_discount_inclusive\": false,\n                \"additional_charges\": [\n                    {\n                        \"type\": \"shipment_fee\",\n                        \"cost\": 0,\n                        \"cost_without_tax\": 0,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": false,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false,\n                        \"discount_amount\": 0\n                    }\n                ],\n                \"attachments\": null,\n                \"exchange_rate\": {\n                    \"order_currency\": \"\",\n                    \"store_currency\": \"\",\n                    \"rate\": 0\n                }\n            },\n            \"customer\": {\n                \"id\": \"66ced351ffed27dec7c4072a\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"mobile\": \"1234567890\",\n                \"mobile_code\": \"+1\",\n                \"email\": \"john.doe@example.com\",\n                \"gender\": \"male\"\n            },\n            \"shipment\": {\n                \"shipment_created_at\": \"2026-03-10T09:06:40.542Z\",\n                \"order_shipped_at\": \"2026-03-10T09:07:43.386Z\",\n                \"shipment_order_id\": \"69afdf20abca69cd11fdcc0f\",\n                \"awb_number\": \"AWBMANUAL12345116188826613ss\",\n                \"shipping_partner_status\": \"dispatched\",\n                \"delivery_status\": \"dispatched\",\n                \"awb_label\": \"https://example.link.com/shipping/b59de7e04cc5687_awb_label.pdf\",\n                \"shipping_partner_tag\": \"manual\",\n                \"shipping_partner_name\": \"Manual\",\n                \"tracking_url\": \"https://tracking.example.com/123456789\",\n                \"shipping_account\": {\n                    \"id\": \"\",\n                    \"name\": \"\"\n                },\n                \"courier_partner\": {\n                    \"id\": 0,\n                    \"name\": \"Manual\",\n                    \"tag\": \"manual\",\n                    \"logo\": \"\"\n                },\n                \"cod_amount\": 0\n            },\n            \"payment_method\": \"Prepaid\",\n            \"require_shipping\": true,\n            \"shipment_type\": \"omniful_generated\",\n            \"delivery_type\": \"normal_delivery\",\n            \"note\": \"Please deliver during weekdays\",\n            \"type\": \"B2B\",\n            \"driver_details\": {},\n            \"labels\": [\n                \"label1\",\n                \"label2\",\n                \"label3\"\n            ],\n            \"expected_delivery_epoch\": 0,\n            \"external_fields\": null,\n            \"cancel_order_after_seconds\": 0\n        },\n        {\n            \"id\": \"698ae07e6c6e5ad84bd6cd24\",\n            \"order_id\": \"newone\",\n            \"order_alias\": \"order-alias\",\n            \"status_code\": \"new_order\",\n            \"display_status\": \"New Order\",\n            \"seller_code\": \"974\",\n            \"hub_code\": \"locoff\",\n            \"store_name\": \"abc\",\n            \"sales_channel\": {\n                \"name\": \"Tenant Custom\",\n                \"tag\": \"tenant_custom\",\n                \"category\": \"SalesChannel\",\n                \"logo_url\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/sales-channel/API+logo+trial+1.svg\"\n            },\n            \"source\": \"Sales Channel\",\n            \"total\": 1,\n            \"billing_address\": {\n                \"address1\": \"123 Al-Masjid Al-Haram Street\",\n                \"address2\": \"Near Al-Faisaliah Tower\",\n                \"city\": \"Riyadh\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"phone\": \"+966-112345678\",\n                \"state\": \"Riyadh\",\n                \"zip\": \"11564\",\n                \"state_code\": \"RIY\",\n                \"country_code\": \"SA\",\n                \"latitude\": 24.7136,\n                \"longitude\": 46.6753,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"\"\n            },\n            \"shipping_address\": {\n                \"address1\": \"456 King Abdulaziz Road\",\n                \"address2\": \"Near Kingdom Centre\",\n                \"city\": \"Jeddah\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"Jane\",\n                \"last_name\": \"Smith\",\n                \"phone\": \"+966-12-345-6789\",\n                \"state\": \"Makkah\",\n                \"zip\": \"21577\",\n                \"state_code\": \"\",\n                \"country_code\": \"SA\",\n                \"latitude\": 21.4225,\n                \"longitude\": 39.8262,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"\"\n            },\n            \"slot\": {},\n            \"order_created_at\": \"2026-02-10T07:38:38.143Z\",\n            \"invoice\": {\n                \"currency\": \"SAR\",\n                \"subtotal\": 699,\n                \"shipping_price\": 0,\n                \"shipping_refund\": 0,\n                \"tax\": 69.9,\n                \"discount\": 100,\n                \"total\": 768.9,\n                \"total_paid\": 768.9,\n                \"total_due\": 0,\n                \"payment_mode\": \"Credit Card\",\n                \"tax_percent\": 10,\n                \"shipping_tax\": 0,\n                \"sub_total_tax_inclusive\": true,\n                \"sub_total_discount_inclusive\": true,\n                \"shipping_tax_inclusive\": false,\n                \"shipping_discount_inclusive\": false,\n                \"additional_charges\": [\n                    {\n                        \"type\": \"shipment_fee\",\n                        \"cost\": 0,\n                        \"cost_without_tax\": 0,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": false,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false,\n                        \"discount_amount\": 0\n                    }\n                ],\n                \"attachments\": null,\n                \"exchange_rate\": {\n                    \"order_currency\": \"\",\n                    \"store_currency\": \"\",\n                    \"rate\": 0\n                }\n            },\n            \"customer\": {\n                \"id\": \"66ced351ffed27dec7c4072a\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"mobile\": \"1234567890\",\n                \"mobile_code\": \"+1\",\n                \"email\": \"john.doe@example.com\",\n                \"gender\": \"male\"\n            },\n            \"shipment\": {\n                \"delivery_status\": \"\",\n                \"shipping_account\": {\n                    \"id\": \"\",\n                    \"name\": \"\"\n                },\n                \"courier_partner\": {\n                    \"id\": 0,\n                    \"name\": \"\",\n                    \"tag\": \"\",\n                    \"logo\": \"\"\n                },\n                \"cod_amount\": 0\n            },\n            \"payment_method\": \"Prepaid\",\n            \"require_shipping\": true,\n            \"shipment_type\": \"sales_channel_generated\",\n            \"delivery_type\": \"normal_delivery\",\n            \"note\": \"Please deliver during weekdays\",\n            \"type\": \"B2B\",\n            \"driver_details\": {},\n            \"labels\": [\n                \"label1\",\n                \"label2\",\n                \"label3\"\n            ],\n            \"expected_delivery_epoch\": 0,\n            \"external_fields\": null,\n            \"cancel_order_after_seconds\": 0\n        },\n        {\n            \"id\": \"698ae02546c8b9d6b23fb4dd\",\n            \"order_id\": \"myordeqr1\",\n            \"order_alias\": \"order-alias\",\n            \"status_code\": \"new_order\",\n            \"display_status\": \"New Order\",\n            \"seller_code\": \"974\",\n            \"hub_code\": \"locoff\",\n            \"store_name\": \"abc\",\n            \"sales_channel\": {\n                \"name\": \"Tenant Custom\",\n                \"tag\": \"tenant_custom\",\n                \"category\": \"SalesChannel\",\n                \"logo_url\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/sales-channel/API+logo+trial+1.svg\"\n            },\n            \"source\": \"Sales Channel\",\n            \"total\": 1,\n            \"billing_address\": {\n                \"address1\": \"123 Al-Masjid Al-Haram Street\",\n                \"address2\": \"Near Al-Faisaliah Tower\",\n                \"city\": \"Riyadh\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"phone\": \"+966-112345678\",\n                \"state\": \"Riyadh\",\n                \"zip\": \"11564\",\n                \"state_code\": \"RIY\",\n                \"country_code\": \"SA\",\n                \"latitude\": 24.7136,\n                \"longitude\": 46.6753,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"\"\n            },\n            \"shipping_address\": {\n                \"address1\": \"456 King Abdulaziz Road\",\n                \"address2\": \"Near Kingdom Centre\",\n                \"city\": \"Jeddah\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"Jane\",\n                \"last_name\": \"Smith\",\n                \"phone\": \"+966-12-345-6789\",\n                \"state\": \"Makkah\",\n                \"zip\": \"21577\",\n                \"state_code\": \"\",\n                \"country_code\": \"SA\",\n                \"latitude\": 21.4225,\n                \"longitude\": 39.8262,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"\"\n            },\n            \"slot\": {},\n            \"order_created_at\": \"2026-02-10T07:37:08.996Z\",\n            \"invoice\": {\n                \"currency\": \"SAR\",\n                \"subtotal\": 699,\n                \"shipping_price\": 0,\n                \"shipping_refund\": 0,\n                \"tax\": 69.9,\n                \"discount\": 100,\n                \"total\": 768.9,\n                \"total_paid\": 768.9,\n                \"total_due\": 0,\n                \"payment_mode\": \"Credit Card\",\n                \"tax_percent\": 10,\n                \"shipping_tax\": 0,\n                \"sub_total_tax_inclusive\": true,\n                \"sub_total_discount_inclusive\": true,\n                \"shipping_tax_inclusive\": false,\n                \"shipping_discount_inclusive\": false,\n                \"additional_charges\": [\n                    {\n                        \"type\": \"shipment_fee\",\n                        \"cost\": 0,\n                        \"cost_without_tax\": 0,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": false,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false,\n                        \"discount_amount\": 0\n                    }\n                ],\n                \"attachments\": null,\n                \"exchange_rate\": {\n                    \"order_currency\": \"\",\n                    \"store_currency\": \"\",\n                    \"rate\": 0\n                }\n            },\n            \"customer\": {\n                \"id\": \"66ced351ffed27dec7c4072a\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"mobile\": \"1234567890\",\n                \"mobile_code\": \"+1\",\n                \"email\": \"john.doe@example.com\",\n                \"gender\": \"male\"\n            },\n            \"shipment\": {\n                \"delivery_status\": \"\",\n                \"shipping_account\": {\n                    \"id\": \"\",\n                    \"name\": \"\"\n                },\n                \"courier_partner\": {\n                    \"id\": 0,\n                    \"name\": \"\",\n                    \"tag\": \"\",\n                    \"logo\": \"\"\n                },\n                \"cod_amount\": 0\n            },\n            \"payment_method\": \"Prepaid\",\n            \"require_shipping\": true,\n            \"shipment_type\": \"sales_channel_generated\",\n            \"delivery_type\": \"normal_delivery\",\n            \"note\": \"Please deliver during weekdays\",\n            \"type\": \"B2B\",\n            \"driver_details\": {},\n            \"labels\": [\n                \"label1\",\n                \"label2\",\n                \"label3\"\n            ],\n            \"expected_delivery_epoch\": 0,\n            \"external_fields\": null,\n            \"cancel_order_after_seconds\": 0\n        },\n        {\n            \"id\": \"698adfae88335a9fd47f83eb\",\n            \"order_id\": \"myorder1\",\n            \"order_alias\": \"order-alias\",\n            \"status_code\": \"new_order\",\n            \"display_status\": \"New Order\",\n            \"seller_code\": \"974\",\n            \"hub_code\": \"locoff\",\n            \"store_name\": \"abc\",\n            \"sales_channel\": {\n                \"name\": \"Tenant Custom\",\n                \"tag\": \"tenant_custom\",\n                \"category\": \"SalesChannel\",\n                \"logo_url\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/sales-channel/API+logo+trial+1.svg\"\n            },\n            \"source\": \"Sales Channel\",\n            \"total\": 1,\n            \"billing_address\": {\n                \"address1\": \"123 Al-Masjid Al-Haram Street\",\n                \"address2\": \"Near Al-Faisaliah Tower\",\n                \"city\": \"Riyadh\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"phone\": \"+966-112345678\",\n                \"state\": \"Riyadh\",\n                \"zip\": \"11564\",\n                \"state_code\": \"RIY\",\n                \"country_code\": \"SA\",\n                \"latitude\": 24.7136,\n                \"longitude\": 46.6753,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"\"\n            },\n            \"shipping_address\": {\n                \"address1\": \"456 King Abdulaziz Road\",\n                \"address2\": \"Near Kingdom Centre\",\n                \"city\": \"Jeddah\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"Jane\",\n                \"last_name\": \"Smith\",\n                \"phone\": \"+966-12-345-6789\",\n                \"state\": \"Makkah\",\n                \"zip\": \"21577\",\n                \"state_code\": \"\",\n                \"country_code\": \"SA\",\n                \"latitude\": 21.4225,\n                \"longitude\": 39.8262,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"\"\n            },\n            \"slot\": {},\n            \"order_created_at\": \"2026-02-10T07:35:10.473Z\",\n            \"invoice\": {\n                \"currency\": \"SAR\",\n                \"subtotal\": 699,\n                \"shipping_price\": 0,\n                \"shipping_refund\": 0,\n                \"tax\": 69.9,\n                \"discount\": 100,\n                \"total\": 768.9,\n                \"total_paid\": 768.9,\n                \"total_due\": 0,\n                \"payment_mode\": \"Credit Card\",\n                \"tax_percent\": 10,\n                \"shipping_tax\": 0,\n                \"sub_total_tax_inclusive\": true,\n                \"sub_total_discount_inclusive\": true,\n                \"shipping_tax_inclusive\": false,\n                \"shipping_discount_inclusive\": false,\n                \"additional_charges\": [\n                    {\n                        \"type\": \"shipment_fee\",\n                        \"cost\": 0,\n                        \"cost_without_tax\": 0,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": false,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false,\n                        \"discount_amount\": 0\n                    }\n                ],\n                \"attachments\": null,\n                \"exchange_rate\": {\n                    \"order_currency\": \"\",\n                    \"store_currency\": \"\",\n                    \"rate\": 0\n                }\n            },\n            \"customer\": {\n                \"id\": \"66ced351ffed27dec7c4072a\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"mobile\": \"1234567890\",\n                \"mobile_code\": \"+1\",\n                \"email\": \"john.doe@example.com\",\n                \"gender\": \"male\"\n            },\n            \"shipment\": {\n                \"delivery_status\": \"\",\n                \"shipping_account\": {\n                    \"id\": \"\",\n                    \"name\": \"\"\n                },\n                \"courier_partner\": {\n                    \"id\": 0,\n                    \"name\": \"\",\n                    \"tag\": \"\",\n                    \"logo\": \"\"\n                },\n                \"cod_amount\": 0\n            },\n            \"payment_method\": \"Prepaid\",\n            \"require_shipping\": true,\n            \"shipment_type\": \"sales_channel_generated\",\n            \"delivery_type\": \"normal_delivery\",\n            \"note\": \"Please deliver during weekdays\",\n            \"type\": \"B2B\",\n            \"driver_details\": {},\n            \"labels\": [\n                \"label1\",\n                \"label2\",\n                \"label3\"\n            ],\n            \"expected_delivery_epoch\": 0,\n            \"external_fields\": null,\n            \"cancel_order_after_seconds\": 0\n        },\n        {\n            \"id\": \"698adf526c6e5ad84bd6cccc\",\n            \"order_id\": \"bulk_32320921\",\n            \"order_alias\": \"order-alias\",\n            \"status_code\": \"new_order\",\n            \"display_status\": \"New Order\",\n            \"seller_code\": \"974\",\n            \"hub_code\": \"locoff\",\n            \"store_name\": \"abc\",\n            \"sales_channel\": {\n                \"name\": \"Tenant Custom\",\n                \"tag\": \"tenant_custom\",\n                \"category\": \"SalesChannel\",\n                \"logo_url\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/sales-channel/API+logo+trial+1.svg\"\n            },\n            \"source\": \"Sales Channel\",\n            \"total\": 1,\n            \"billing_address\": {\n                \"address1\": \"123 Al-Masjid Al-Haram Street\",\n                \"address2\": \"Near Al-Faisaliah Tower\",\n                \"city\": \"Riyadh\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"phone\": \"+966-112345678\",\n                \"state\": \"Riyadh\",\n                \"zip\": \"11564\",\n                \"state_code\": \"RIY\",\n                \"country_code\": \"SA\",\n                \"latitude\": 24.7136,\n                \"longitude\": 46.6753,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"\"\n            },\n            \"shipping_address\": {\n                \"address1\": \"456 King Abdulaziz Road\",\n                \"address2\": \"Near Kingdom Centre\",\n                \"city\": \"Jeddah\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"Jane\",\n                \"last_name\": \"Smith\",\n                \"phone\": \"+966-12-345-6789\",\n                \"state\": \"Makkah\",\n                \"zip\": \"21577\",\n                \"state_code\": \"\",\n                \"country_code\": \"SA\",\n                \"latitude\": 21.4225,\n                \"longitude\": 39.8262,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"\"\n            },\n            \"slot\": {},\n            \"order_created_at\": \"2026-02-10T07:33:38.266Z\",\n            \"invoice\": {\n                \"currency\": \"SAR\",\n                \"subtotal\": 699,\n                \"shipping_price\": 0,\n                \"shipping_refund\": 0,\n                \"tax\": 69.9,\n                \"discount\": 100,\n                \"total\": 768.9,\n                \"total_paid\": 768.9,\n                \"total_due\": 0,\n                \"payment_mode\": \"Credit Card\",\n                \"tax_percent\": 10,\n                \"shipping_tax\": 0,\n                \"sub_total_tax_inclusive\": true,\n                \"sub_total_discount_inclusive\": true,\n                \"shipping_tax_inclusive\": false,\n                \"shipping_discount_inclusive\": false,\n                \"additional_charges\": [\n                    {\n                        \"type\": \"shipment_fee\",\n                        \"cost\": 0,\n                        \"cost_without_tax\": 0,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": false,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false,\n                        \"discount_amount\": 0\n                    }\n                ],\n                \"attachments\": null,\n                \"exchange_rate\": {\n                    \"order_currency\": \"\",\n                    \"store_currency\": \"\",\n                    \"rate\": 0\n                }\n            },\n            \"customer\": {\n                \"id\": \"66ced351ffed27dec7c4072a\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"mobile\": \"1234567890\",\n                \"mobile_code\": \"+1\",\n                \"email\": \"john.doe@example.com\",\n                \"gender\": \"male\"\n            },\n            \"shipment\": {\n                \"delivery_status\": \"\",\n                \"shipping_account\": {\n                    \"id\": \"\",\n                    \"name\": \"\"\n                },\n                \"courier_partner\": {\n                    \"id\": 0,\n                    \"name\": \"\",\n                    \"tag\": \"\",\n                    \"logo\": \"\"\n                },\n                \"cod_amount\": 0\n            },\n            \"payment_method\": \"Prepaid\",\n            \"require_shipping\": true,\n            \"shipment_type\": \"sales_channel_generated\",\n            \"delivery_type\": \"normal_delivery\",\n            \"note\": \"Please deliver during weekdays\",\n            \"type\": \"B2B\",\n            \"driver_details\": {},\n            \"labels\": [\n                \"label1\",\n                \"label2\",\n                \"label3\"\n            ],\n            \"expected_delivery_epoch\": 0,\n            \"external_fields\": null,\n            \"cancel_order_after_seconds\": 0\n        }\n    ],\n    \"meta\": {\n        \"current_page\": 1,\n        \"last_page\": 2,\n        \"per_page\": 20,\n        \"total\": 28\n    }\n}"}],"_postman_id":"451a0471-4b5b-49f0-a5dd-d8c4ca640555"},{"name":"Get Single Order","id":"921d090b-3fac-4f33-ac8d-71276647c2ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/orders/:id","description":"<h1 id=\"description\"><strong>Description</strong></h1>\n<p>Retrieve full details of a specific order for a seller using the <code>id</code> which is the omniful order id.</p>\n<hr />\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>seller_code</code></td>\n<td>string</td>\n<td>Yes</td>\n<td>Unique identifier for the seller (e.g., <code>KO-SE-1</code>).</td>\n</tr>\n<tr>\n<td><code>id</code></td>\n<td>string</td>\n<td>Yes</td>\n<td>Unique internal Omniful order identifier used to fetch a specific order.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"path":["sales-channel","public","v1","tenants","sellers",":seller_code","orders",":id"],"host":["{{base_url}}"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier assigned to a seller in the Omniful system. This code helps differentiate between multiple sellers operating on the platform.</p>\n","type":"text/plain"},"type":"any","value":"KO-SE-1","key":"seller_code"},{"type":"any","value":"67b4218b644dd44f6a101c28","key":"id"}]}},"response":[{"id":"275831cc-a99e-487e-baf8-1b6d5d4d9f3a","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/orders/:id","host":["{{base_url}}"],"path":["sales-channel","public","v1","tenants","sellers",":seller_code","orders",":id"],"variable":[{"key":"seller_code","value":"974","description":"Unique identifier assigned to a seller in the Omniful system. This code helps differentiate between multiple sellers operating on the platform."},{"key":"id","value":"69bb97dcfafcde472db01bef"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 Feb 2025 05:29:42 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"c73557d4-31d5-42b4-a7f1-cb6ec4f60b98"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"913b9ef50fbfd471-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"id\": \"69bb97dcfafcde472db01bef\",\n        \"order_id\": \"order123\",\n        \"order_alias\": \"order_omniful-alias\",\n        \"status_code\": \"new_order\",\n        \"display_status\": \"New Order\",\n        \"seller_code\": \"974\",\n        \"hub_code\": \"console\",\n        \"store_name\": \"abc\",\n        \"sales_channel\": {\n            \"name\": \"Custom\",\n            \"tag\": \"custom\",\n            \"category\": \"SalesChannel\",\n            \"logo_url\": \"https://staging-omniful-uploads.s3.me-south-1.amazonaws.com/sales-channel-logo/API.svg\"\n        },\n        \"source\": \"Sales Channel\",\n        \"order_items\": [\n            {\n                \"sku_code\": \"6302592\",\n                \"item_id\": \"6302592\",\n                \"sales_channel_order_item_id\": \"6302592\",\n                \"hs_code\": \"\",\n                \"sku_id\": \"\",\n                \"display_price\": 799,\n                \"selling_price\": 699,\n                \"is_substituted\": false,\n                \"substitute_seller_sku_codes\": null,\n                \"serialised_sku_codes\": null,\n                \"item_barcodes\": null,\n                \"quantity\": 8,\n                \"picked_quantity\": 0,\n                \"packed_quantity\": 0,\n                \"tax_percent\": 10,\n                \"tax\": 69.9,\n                \"unit_price\": 699,\n                \"subtotal\": 0,\n                \"total\": 768.9,\n                \"discount\": 100,\n                \"tax_inclusive\": true\n            }\n        ],\n        \"total\": 8,\n        \"billing_address\": {\n            \"address1\": \"123 Al-Masjid Al-Haram Street\",\n            \"address2\": \"Near Al-Faisaliah Tower\",\n            \"city\": \"Riyadh\",\n            \"country\": \"Saudi Arabia\",\n            \"first_name\": \"John\",\n            \"last_name\": \"Doe\",\n            \"phone\": \"+966-112345678\",\n            \"state\": \"Riyadh\",\n            \"zip\": \"11564\",\n            \"state_code\": \"RIY\",\n            \"country_code\": \"SA\",\n            \"latitude\": 24.7136,\n            \"longitude\": 46.6753,\n            \"country_calling_code\": \"\",\n            \"national_address_code\": \"213\"\n        },\n        \"shipping_address\": {\n            \"address1\": \"456 King Abdulaziz Road\",\n            \"address2\": \"Near Kingdom Centre\",\n            \"city\": \"Jeddah\",\n            \"country\": \"Saudi Arabia\",\n            \"first_name\": \"Jane\",\n            \"last_name\": \"Smith\",\n            \"phone\": \"+966-12-345-6789\",\n            \"state\": \"Makkah\",\n            \"zip\": \"21577\",\n            \"state_code\": \"\",\n            \"country_code\": \"SA\",\n            \"latitude\": 21.4225,\n            \"longitude\": 39.8262,\n            \"country_calling_code\": \"\",\n            \"national_address_code\": \"213\"\n        },\n        \"slot\": {},\n        \"order_created_at\": \"2026-03-19T06:29:48.479Z\",\n        \"invoice\": {\n            \"currency\": \"USD\",\n            \"subtotal\": 699,\n            \"shipping_price\": 0,\n            \"shipping_refund\": 0,\n            \"tax\": 69.9,\n            \"discount\": 100,\n            \"total\": 768.9,\n            \"total_paid\": 768.9,\n            \"total_due\": 0,\n            \"payment_mode\": \"Tabby\",\n            \"tax_percent\": 10,\n            \"shipping_tax\": 0,\n            \"sub_total_tax_inclusive\": true,\n            \"sub_total_discount_inclusive\": true,\n            \"shipping_tax_inclusive\": false,\n            \"shipping_discount_inclusive\": false,\n            \"additional_charges\": [\n                {\n                    \"type\": \"shipment_fee\",\n                    \"cost\": 0,\n                    \"cost_without_tax\": 0,\n                    \"tax_amount\": 0,\n                    \"tax_inclusive\": false,\n                    \"tax_percentage\": 0,\n                    \"is_applied\": false,\n                    \"discount_amount\": 0\n                }\n            ],\n            \"attachments\": null,\n            \"exchange_rate\": {\n                \"order_currency\": \"\",\n                \"store_currency\": \"\",\n                \"rate\": 0\n            }\n        },\n        \"customer\": {\n            \"first_name\": \"John\",\n            \"last_name\": \"Doe\",\n            \"mobile\": \"1234567890\",\n            \"mobile_code\": \"+1\",\n            \"email\": \"john.doe@example.com\",\n            \"gender\": \"male\"\n        },\n        \"shipment\": {\n            \"delivery_status\": \"\",\n            \"shipping_account\": {\n                \"id\": \"\",\n                \"name\": \"\"\n            },\n            \"courier_partner\": {\n                \"id\": 0,\n                \"name\": \"\",\n                \"tag\": \"\",\n                \"logo\": \"\"\n            },\n            \"cod_amount\": 0\n        },\n        \"payment_method\": \"Prepaid\",\n        \"require_shipping\": true,\n        \"shipment_type\": \"omniful_generated\",\n        \"delivery_type\": \"normal_delivery\",\n        \"note\": \"Please deliver during weekdays veryyyy urgent\",\n        \"type\": \"B2B\",\n        \"driver_details\": {},\n        \"labels\": [\n            \"label1\",\n            \"label2\",\n            \"label3\"\n        ],\n        \"expected_delivery_epoch\": 0,\n        \"external_fields\": null,\n        \"cancel_order_after_seconds\": 0\n    },\n    \"meta\": null\n}"}],"_postman_id":"921d090b-3fac-4f33-ac8d-71276647c2ad"},{"name":"Create Order","id":"9968554f-88ec-4af6-85f3-1a8567bc7966","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_id\": \"order-127\",\n    \"order_alias\": \"order-alias-127\",\n    \"hub_code\": \"ONLS\",\n    \"shipment_type\": \"sales_channel_generated\",\n    \"order_items\": [\n        {\n            \"sku_code\": \"1108322\",\n            \"name\": \"iPhone 200\",\n            \"display_price\": 799,\n            \"selling_price\": 699,\n            \"is_substituted\": false,\n            \"quantity\": 1,\n            \"tax_percent\": 10,\n            \"tax\": 69.9,\n            \"unit_price\": 699,\n            \"subtotal\": 699,\n            \"total\": 768.9,\n            \"discount\": 100,\n            \"tax_inclusive\": true\n        }\n    ],\n    \"billing_address\": {\n        \"address1\": \"123 Al-Masjid Al-Haram Street\",\n        \"address2\": \"Near Al-Faisaliah Tower\",\n        \"city\": \"Riyadh\",\n        \"country\": \"Saudi Arabia\",\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"phone\": \"+966-11-234-5678\",\n        \"state\": \"Riyadh\",\n        \"zip\": \"11564\",\n        \"state_code\": \"RIY\",\n        \"country_code\": \"SA\",\n        \"latitude\": 24.7136,\n        \"longitude\": 46.6753,\n        \"national_address_code\": \"\"\n    },\n    \"shipping_address\": {\n        \"address1\": \"456 King Abdulaziz Road\",\n        \"address2\": \"Near Kingdom Centre\",\n        \"city\": \"Jeddah\",\n        \"country\": \"Saudi Arabia\",\n        \"first_name\": \"Jane\",\n        \"last_name\": \"Smith\",\n        \"phone\": \"+966-12-345-6789\",\n        \"state\": \"Makkah\",\n        \"zip\": \"21577\",\n        \"state_code\": \"MKA\",\n        \"country_code\": \"SA\",\n        \"latitude\": 21.4225,\n        \"longitude\": 39.8262,\n        \"national_address_code\": \"\"\n    },\n    \"invoice\": {\n        \"currency\": \"SAR\",\n        \"subtotal\": 699,\n        \"shipping_price\": 0,\n        \"shipping_refund\": 0,\n        \"tax\": 69.9,\n        \"discount\": 100,\n        \"total\": 768.9,\n        \"total_paid\": 768.9,\n        \"total_due\": 0,\n        \"total_refunded\": 0,\n        \"payment_method\": \"Credit Card\",\n        \"tax_percent\": 10,\n        \"shipping_tax\": 0,\n        \"sub_total_tax_inclusive\": true,\n        \"sub_total_discount_inclusive\": true,\n        \"shipping_tax_inclusive\": false,\n        \"shipping_discount_inclusive\": false,\n        \"attachments\": [\n            {\n                \"url\": \"https:://example.com/avatar1.jpg\",\n                \"type\": \"image1\"\n            },\n            {\n                \"url\": \"https:://example.com/avatar2.jpg\",\n                \"type\": \"image2\"\n            },\n            {\n                \"url\": \"https:://example.com/avatar3.jpg\",\n                \"type\": \"image3\"\n            }\n        ]\n    },\n    \"customer\": {\n        \"id\": \"66ced351ffed27dec7c4072a\",\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"mobile\": \"1234567890\",\n        \"mobile_code\": \"+1\",\n        \"email\": \"john.doe@example.com\",\n        \"avatar\": \"https://example.com/avatar.jpg\",\n        \"gender\": \"male\"\n    },\n    \"labels\": [\n        \"label1\",\n        \"label2\",\n        \"label3\"\n    ],\n    \"slot\": {\n        \"delivery_date\": \"18122024\",\n        \"start_time\": 1100,\n        \"end_time\": 1500\n    },\n    \"payment_method\": \"prepaid\",\n    \"delivery_type\": \"normal_delivery\",\n    \"is_cash_on_delivery\": false,\n    \"note\": \"Please deliver during weekdays\",\n    \"type\": \"b2b\",\n    \"meta_data\": {\n        \"name\": \"Metadata\",\n        \"has_options\": true\n    },\n    \"external_fields\": [\n        {\n            \"key\": \"order_id\",\n            \"value\": \"12345\"\n        },\n        {\n            \"key\": \"customer_name\",\n            \"value\": \"John Doe\"\n        },\n        {\n            \"key\": \"status\",\n            \"value\": \"shipped\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/orders","description":"<p>📌 <strong>Create Order API Overview</strong></p>\n<p>The <strong>Create Order API</strong> allows users to place new orders in Omniful by providing order details, customer information, shipping and billing addresses, invoice details, and payment information.</p>\n<p>📝 <strong>Request Body Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>order_id</strong></td>\n<td>string</td>\n<td>Must be a globally unique identifier for the order (e.g., \"order_0008\"). Cannot be reused if the order is deleted.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>order_alias</strong></td>\n<td>string</td>\n<td>Secondary identifier for tracking in external systems (e.g., ERP or warehouse systems).</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>hub_code</strong></td>\n<td>string</td>\n<td>Code for the warehouse/fulfillment center that will handle this order. Ensure it matches a valid hub in your system.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>order_items</strong></td>\n<td>object</td>\n<td>Array of items in this order. Must contain at least one item with complete product and pricing details.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>order_items.sku_code</strong></td>\n<td>string</td>\n<td>Product’s unique SKU identifier, must match exactly with the product catalog.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>order_items.name</strong></td>\n<td>string</td>\n<td>Product display name, used in the order summary and customer communications.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>order_items.display_price</strong></td>\n<td>number</td>\n<td>Original product price before discounts. Used to show savings to the customer.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>order_items.selling_price</strong></td>\n<td>number</td>\n<td>Final price charged after base discounts. Used for order calculations.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>order_items.is_substituted</strong></td>\n<td>boolean</td>\n<td>Set to true if this is a substitution for the customer's original choice. Helps track substitutions.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>order_items.quantity</strong></td>\n<td>integer</td>\n<td>Number of units ordered. Must be at least 1. Affects all price calculations.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>order_items.tax_percent</strong></td>\n<td>number</td>\n<td>Tax rate for this item (e.g., 10 for 10%). Used to calculate the tax amount.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>order_items.tax</strong></td>\n<td>number</td>\n<td>Calculated tax for this line item based on the selling price and quantity.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>order_items.unit_price</strong></td>\n<td>number</td>\n<td>Price per unit, base price used for quantity calculations.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>order_items.subtotal</strong></td>\n<td>number</td>\n<td>Line item total before tax and special discounts (unit_price × quantity).</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>order_items.total</strong></td>\n<td>number</td>\n<td>Final amount for the line item including all taxes and discounts.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>order_items.discount</strong></td>\n<td>number</td>\n<td>Total discount applied to this item.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>order_items.tax_inclusive</strong></td>\n<td>boolean</td>\n<td>If true, prices include tax. Important for tax calculations.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>billing_address</strong></td>\n<td>object</td>\n<td>Address used for billing and tax calculations. Must be a valid physical address.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>billing_address.address1</strong></td>\n<td>string</td>\n<td>Main address line (street number and name).</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>billing_address.address2</strong></td>\n<td>string</td>\n<td>Additional address details like apartment number, floor, or landmarks.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>billing_address.city</strong></td>\n<td>string</td>\n<td>City name. Must be valid for the given state and country.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>billing_address.country</strong></td>\n<td>string</td>\n<td>Full country name. Must match with country_code provided.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>billing_address.first_name</strong></td>\n<td>string</td>\n<td>First name of the billing contact person.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>billing_address.last_name</strong></td>\n<td>string</td>\n<td>Last name of the billing contact person.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>billing_address.phone</strong></td>\n<td>string</td>\n<td>Contact number for billing issues.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>billing_address.state</strong></td>\n<td>string</td>\n<td>Full state name. Must be valid for the given country.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>billing_address.zip</strong></td>\n<td>string</td>\n<td>Postal code for the address.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>billing_address.state_code</strong></td>\n<td>string</td>\n<td>Standard state/province code (e.g., \"RIY\" for Riyadh).</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>billing_address.country_code</strong></td>\n<td>string</td>\n<td>Two-letter ISO country code (e.g., \"SA\" for Saudi Arabia).</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>billing_address.latitude</strong></td>\n<td>number</td>\n<td>Optional GPS latitude for precise location.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>billing_address.longitude</strong></td>\n<td>number</td>\n<td>Optional GPS longitude for precise location.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>billing_address.national_address_code</strong></td>\n<td>string</td>\n<td>Optional national address code.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>shipping_address</strong></td>\n<td>object</td>\n<td>Delivery address where the order will be sent.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>shipping_address.address1</strong></td>\n<td>string</td>\n<td>Primary delivery address. Must be accurate for successful delivery.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>shipping_address.address2</strong></td>\n<td>string</td>\n<td>Extra delivery instructions or landmark details.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>shipping_address.city</strong></td>\n<td>string</td>\n<td>Delivery city. Must be within serviceable area.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>shipping_address.country</strong></td>\n<td>string</td>\n<td>Delivery country name. Must match with your shipping rules.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>shipping_address.first_name</strong></td>\n<td>string</td>\n<td>First name of person receiving delivery.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>shipping_address.last_name</strong></td>\n<td>string</td>\n<td>Last name of person receiving delivery.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>shipping_address.phone</strong></td>\n<td>string</td>\n<td>Contact number for delivery updates.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>shipping_address.state</strong></td>\n<td>string</td>\n<td>Full state name for delivery.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>shipping_address.zip</strong></td>\n<td>string</td>\n<td>Postal code for delivery location.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>shipping_address.state_code</strong></td>\n<td>string</td>\n<td>Standard state code for delivery location.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>shipping_address.country_code</strong></td>\n<td>string</td>\n<td>Two-letter country code for delivery location.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>shipping_address.latitude</strong></td>\n<td>number</td>\n<td>Optional GPS latitude for precise location.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>shipping_address.longitude</strong></td>\n<td>number</td>\n<td>Optional GPS longitude for precise location.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>shipping_address.national_address_code</strong></td>\n<td>string</td>\n<td>Optional national address code.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice</strong></td>\n<td>object</td>\n<td>Contains all financial details and calculations for the order.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>invoice.currency</strong></td>\n<td>string</td>\n<td>Three-letter currency code (e.g., \"USD\", \"SAR\").</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>invoice.subtotal</strong></td>\n<td>number</td>\n<td>Sum of all item prices before tax/discounts.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.shipping_price</strong></td>\n<td>number</td>\n<td>Delivery fee charged to customer.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.shipping_refund</strong></td>\n<td>number</td>\n<td>Any shipping fee refunded to customer.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.tax</strong></td>\n<td>number</td>\n<td>Total tax amount for the order.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.discount</strong></td>\n<td>number</td>\n<td>Total order level discounts (not including item discounts).</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.total</strong></td>\n<td>number</td>\n<td>Final order amount including all items, tax, shipping, and discounts.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>invoice.total_paid</strong></td>\n<td>number</td>\n<td>Amount already received from customer.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.total_due</strong></td>\n<td>number</td>\n<td>Remaining amount to be paid. Should be 0 for prepaid orders.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.total_refunded</strong></td>\n<td>number</td>\n<td>Total amount refunded to customer from this order.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.payment_mode</strong></td>\n<td>string</td>\n<td>How the customer paid (e.g., \"visa\", \"cash\",\"mada\", \"credit card\").</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.tax_percent</strong></td>\n<td>number</td>\n<td>Overall tax rate applied to order.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.shipping_tax</strong></td>\n<td>number</td>\n<td>Tax amount specifically for the shipping fee.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.sub_total_tax_inclusive</strong></td>\n<td>boolean</td>\n<td>Whether subtotal includes tax.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.sub_total_discount_inclusive</strong></td>\n<td>boolean</td>\n<td>Whether subtotal includes discounts.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.shipping_tax_inclusive</strong></td>\n<td>boolean</td>\n<td>Whether shipping fee includes tax.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.shipping_discount_inclusive</strong></td>\n<td>boolean</td>\n<td>Whether shipping fee includes discounts.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.attachments</strong></td>\n<td>array</td>\n<td>Optional files like invoices or gift receipts.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.attachments.url</strong></td>\n<td>string</td>\n<td>URL to the attachment.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.attachments.type</strong></td>\n<td>string</td>\n<td>Type of attachment (e.g., \"invoice\", \"receipt\").</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>customer</strong></td>\n<td>object</td>\n<td>Details about who placed the order.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>customer.id</strong></td>\n<td>string</td>\n<td>Unique identifier for this customer in your system.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>customer.first_name</strong></td>\n<td>string</td>\n<td>Customer's first name.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>customer.last_name</strong></td>\n<td>string</td>\n<td>Customer's last name.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>customer.mobile</strong></td>\n<td>string</td>\n<td>Mobile number for updates.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>customer.mobile_code</strong></td>\n<td>string</td>\n<td>Country calling code with + prefix.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>customer.email</strong></td>\n<td>string</td>\n<td>Customer’s email for order confirmations.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>customer.avatar</strong></td>\n<td>string</td>\n<td>URL to customer’s profile image.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>customer.gender</strong></td>\n<td>string</td>\n<td>Customer's gender, if provided.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>labels</strong></td>\n<td>array</td>\n<td>Custom tags to categorize the order.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>slot</strong></td>\n<td>object</td>\n<td>Selected delivery time window.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>slot.delivery_date</strong></td>\n<td>string</td>\n<td>Delivery date in DDMMYYYY format.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>slot.start_time</strong></td>\n<td>integer</td>\n<td>Delivery window start time in HHMM format.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>slot.end_time</strong></td>\n<td>integer</td>\n<td>Delivery window end time in HHMM format.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>payment_method</strong></td>\n<td>string</td>\n<td>Payment method chosen (e.g., \"prepaid\", \"postpaid\",\"pending\").</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>delivery_type</strong></td>\n<td>string</td>\n<td>Delivery Types supported. (e.g., click_and_collect,  <br />express_delivery,  <br />slot_delivery,  <br />normal_delivery)</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>transactions</strong></td>\n<td>array</td>\n<td>List of payment transactions for this order.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>transactions.transaction_id</strong></td>\n<td>string</td>\n<td>Unique transaction ID.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>transactions.amount</strong></td>\n<td>number</td>\n<td>Transaction amount.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>transactions.type</strong></td>\n<td>integer</td>\n<td>Transaction type code (e.g., 1=payment, 2=refund).</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>transactions.card_number</strong></td>\n<td>string</td>\n<td>Masked card number.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>transactions.source_account</strong></td>\n<td>string</td>\n<td>Source account for payment.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>transactions.destination_account</strong></td>\n<td>string</td>\n<td>Destination account receiving payment.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>transactions.status</strong></td>\n<td>integer</td>\n<td>Payment status code (e.g., 1=success, 0=pending).</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>transactions.description</strong></td>\n<td>string</td>\n<td>Human-readable explanation of the transaction.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>is_cash_on_delivery</strong></td>\n<td>boolean</td>\n<td>Set to true if payment is collected during delivery.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>note</strong></td>\n<td>string</td>\n<td>Special instructions for order handling.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>type</strong></td>\n<td>string</td>\n<td>Order category (e.g., \"b2b\", \"b2c\").</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>external_fields</strong></td>\n<td>array</td>\n<td>Custom fields for external system integration.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>external_fields.key</strong></td>\n<td>string</td>\n<td>Custom field name for external systems.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>external_fields.value</strong></td>\n<td>string</td>\n<td>Custom field value.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>cancel_order_after_seconds</strong></td>\n<td>integer</td>\n<td>Order auto-cancels after this many seconds.</td>\n<td>❌ No</td>\n</tr>\n</tbody>\n</table>\n</div><p>✅ <strong>Notes</strong></p>\n<ul>\n<li><p>Fields marked as ✅ Yes under \"Required\" must be included in the request.</p>\n</li>\n<li><p>Geolocation fields (latitude, longitude) are optional but useful for delivery tracking.</p>\n</li>\n<li><p>The <strong>payment_method</strong> should match an accepted payment type in the system.</p>\n</li>\n<li><p>Ensure <strong>customer.id</strong> is valid if using an existing customer, or create a new customer by passing the required fields.</p>\n</li>\n<li><p>The <strong>order_items</strong> array must contain at least one item to process the order.</p>\n</li>\n</ul>\n<p>❓ <strong>Frequently Asked Questions (FAQs)</strong></p>\n<p>1️⃣ <strong>How do I force an order to a specific hub?</strong></p>\n<p>To manually route an order to a specific hub, provide the hub's unique code in the <strong>hub_code</strong> field.</p>\n<p>Example: <code>{ \"hub_code\": \"HUB123\" }</code></p>\n<p>2️⃣ <strong>What if payment details are missing?</strong></p>\n<p>If payment information is unavailable and you need to block shipment creation at the packing stage, set:<br /><code>{ \"payment_method\": \"pending\" }</code></p>\n<p>This ensures the shipment cannot be created until payment details are updated.</p>\n<p>3️⃣ <strong>How do I create a shipment if the payment status is pending?</strong></p>\n<ul>\n<li><p>Set the payment status to <strong>\"pending\"</strong> when creating the order.</p>\n</li>\n<li><p>Once the invoice details are received, update the order using the <strong>Update Order Invoice API</strong>.</p>\n</li>\n<li><p>After updating the invoice, shipment creation will be enabled via the dashboard.</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"path":["sales-channel","public","v1","tenants","sellers",":seller_code","orders"],"host":["{{base_url}}"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier assigned to a seller in the Omniful system. This code helps differentiate between multiple sellers operating on the platform.</p>\n","type":"text/plain"},"type":"any","value":"KO-SE-1","key":"seller_code"}]}},"response":[{"id":"9b32bdb4-a2e0-4ae9-b6b7-2d335eea3229","name":"Create Order With Hub","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_id\": \"order-123\",\n    \"order_alias\": \"order-alias-123\",\n    \"hub_code\": \"ONLS\",\n    \"shipment_type\": \"sales_channel_generated\",\n    \"order_items\": [\n        {\n            \"sku_code\": \"srv-sku-10\",\n            \"name\": \"iPhone 200\",\n            \"display_price\": 799,\n            \"selling_price\": 699,\n            \"is_substituted\": false,\n            \"quantity\": 1,\n            \"tax_percent\": 10,\n            \"tax\": 69.9,\n            \"unit_price\": 699,\n            \"subtotal\": 699,\n            \"total\": 768.9,\n            \"discount\": 100,\n            \"tax_inclusive\": true\n        }\n    ],\n    \"billing_address\": {\n        \"address1\": \"123 Al-Masjid Al-Haram Street\",\n        \"address2\": \"Near Al-Faisaliah Tower\",\n        \"city\": \"Riyadh\",\n        \"country\": \"Saudi Arabia\",\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"phone\": \"+966-11-234-5678\",\n        \"state\": \"Riyadh\",\n        \"zip\": \"11564\",\n        \"state_code\": \"RIY\",\n        \"country_code\": \"SA\",\n        \"latitude\": 24.7136,\n        \"longitude\": 46.6753,\n        \"national_address_code\": \"\"\n    },\n    \"shipping_address\": {\n        \"address1\": \"456 King Abdulaziz Road\",\n        \"address2\": \"Near Kingdom Centre\",\n        \"city\": \"Jeddah\",\n        \"country\": \"Saudi Arabia\",\n        \"first_name\": \"Jane\",\n        \"last_name\": \"Smith\",\n        \"phone\": \"+966-12-345-6789\",\n        \"state\": \"Makkah\",\n        \"zip\": \"21577\",\n        \"state_code\": \"MKA\",\n        \"country_code\": \"SA\",\n        \"latitude\": 21.4225,\n        \"longitude\": 39.8262,\n        \"national_address_code\": \"\"\n    },\n    \"invoice\": {\n        \"currency\": \"USD\",\n        \"subtotal\": 699,\n        \"shipping_price\": 0,\n        \"shipping_refund\": 0,\n        \"tax\": 69.9,\n        \"discount\": 100,\n        \"total\": 768.9,\n        \"total_paid\": 768.9,\n        \"total_due\": 0,\n        \"total_refunded\": 0,\n        \"payment_method\": \"Credit Card\",\n        \"tax_percent\": 10,\n        \"shipping_tax\": 0,\n        \"sub_total_tax_inclusive\": true,\n        \"sub_total_discount_inclusive\": true,\n        \"shipping_tax_inclusive\": false,\n        \"shipping_discount_inclusive\": false,\n        \"attachments\": [\n            {\n                \"url\": \"https:://example.com/avatar1.jpg\",\n                \"type\": \"image1\"\n            },\n            {\n                \"url\": \"https:://example.com/avatar2.jpg\",\n                \"type\": \"image2\"\n            },\n            {\n                \"url\": \"https:://example.com/avatar3.jpg\",\n                \"type\": \"image3\"\n            }\n        ]\n    },\n    \"customer\": {\n        \"id\": \"66ced351ffed27dec7c4072a\",\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"mobile\": \"1234567890\",\n        \"mobile_code\": \"+1\",\n        \"email\": \"john.doe@example.com\",\n        \"avatar\": \"https://example.com/avatar.jpg\",\n        \"gender\": \"male\"\n    },\n    \"labels\": [\n        \"label1\",\n        \"label2\",\n        \"label3\"\n    ],\n    \"slot\": {\n        \"delivery_date\": \"18122024\",\n        \"start_time\": 1100,\n        \"end_time\": 1500\n    },\n    \"payment_method\": \"prepaid\",\n    \"is_cash_on_delivery\": false,\n    \"note\": \"Please deliver during weekdays\",\n    \"type\": \"b2b\",\n    \"meta_data\": {\n        \"name\": \"Metadata\",\n        \"has_options\": true\n    },\n    \"external_fields\": [\n        {\n            \"key\": \"order_id\",\n            \"value\": \"12345\"\n        },\n        {\n            \"key\": \"customer_name\",\n            \"value\": \"John Doe\"\n        },\n        {\n            \"key\": \"status\",\n            \"value\": \"shipped\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/orders","host":["{{base_url}}"],"path":["sales-channel","public","v1","tenants","sellers",":seller_code","orders"],"variable":[{"key":"seller_code","value":"KO-SE-1","description":"Unique identifier assigned to a seller in the Omniful system. This code helps differentiate between multiple sellers operating on the platform."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 Feb 2025 05:30:50 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"386cc3d6-b97a-4788-bc20-989e6e571bb4"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"913ba09f8a8dd6b8-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"id\": \"67b41b0ab3ac6dda2312c9ae\",\n        \"order_id\": \"order-123\",\n        \"order_alias\": \"order-alias-123\",\n        \"status_code\": \"On Hold\",\n        \"display_status\": \"On Hold\",\n        \"seller_code\": \"KO-SE-1\",\n        \"hub_code\": \"ONLS\",\n        \"store_name\": \"ONLS\",\n        \"source\": \"sales_channel\",\n        \"order_items\": [\n            {\n                \"sku_code\": \"srv-sku-10\",\n                \"hs_code\": \"\",\n                \"sku_id\": \"\",\n                \"display_price\": 799,\n                \"selling_price\": 699,\n                \"is_substituted\": false,\n                \"substitute_seller_sku_codes\": null,\n                \"serialised_sku_codes\": null,\n                \"item_barcodes\": null,\n                \"quantity\": 1,\n                \"picked_quantity\": 0,\n                \"packed_quantity\": 0,\n                \"tax_percent\": 10,\n                \"tax\": 69.9,\n                \"unit_price\": 699,\n                \"subtotal\": 768.9,\n                \"total\": 768.9,\n                \"discount\": 100,\n                \"tax_inclusive\": true\n            }\n        ],\n        \"total\": 1,\n        \"billing_address\": {\n            \"address1\": \"123 Al-Masjid Al-Haram Street\",\n            \"address2\": \"Near Al-Faisaliah Tower\",\n            \"city\": \"Riyadh\",\n            \"country\": \"Saudi Arabia\",\n            \"first_name\": \"John\",\n            \"last_name\": \"Doe\",\n            \"phone\": \"+966-112345678\",\n            \"state\": \"Riyadh\",\n            \"zip\": \"11564\",\n            \"state_code\": \"RIY\",\n            \"country_code\": \"SA\",\n            \"latitude\": 24.7136,\n            \"longitude\": 46.6753,\n            \"country_calling_code\": \"\",\n            \"national_address_code\": \"\"\n        },\n        \"shipping_address\": {\n            \"address1\": \"456 King Abdulaziz Road\",\n            \"address2\": \"Near Kingdom Centre\",\n            \"city\": \"Jeddah\",\n            \"country\": \"Saudi Arabia\",\n            \"first_name\": \"Jane\",\n            \"last_name\": \"Smith\",\n            \"phone\": \"+966-123456789\",\n            \"state\": \"Makkah\",\n            \"zip\": \"21577\",\n            \"state_code\": \"02\",\n            \"country_code\": \"SA\",\n            \"latitude\": 21.4225,\n            \"longitude\": 39.8262,\n            \"country_calling_code\": \"\",\n            \"national_address_code\": \"\"\n        },\n        \"slot\": {},\n        \"order_created_at\": \"2025-02-18T05:30:50.448483629Z\",\n        \"invoice\": {\n            \"currency\": \"USD\",\n            \"subtotal\": 699,\n            \"shipping_price\": 0,\n            \"shipping_refund\": 0,\n            \"tax\": 69.9,\n            \"discount\": 100,\n            \"total\": 768.9,\n            \"total_paid\": 768.9,\n            \"total_due\": 0,\n            \"shipping_tax\": 0,\n            \"sub_total_tax_inclusive\": false,\n            \"sub_total_discount_inclusive\": false,\n            \"shipping_tax_inclusive\": false,\n            \"shipping_discount_inclusive\": false,\n            \"additional_charges\": null,\n            \"attachments\": null\n        },\n        \"customer\": {\n            \"id\": \"66ced351ffed27dec7c4072a\",\n            \"first_name\": \"John\",\n            \"last_name\": \"Doe\",\n            \"mobile\": \"+966-1234567890\",\n            \"mobile_code\": \"+966\",\n            \"country_code\": \"\",\n            \"email\": \"john.doe@example.com\",\n            \"avatar\": \"https://example.com/avatar.jpg\",\n            \"gender\": \"male\",\n            \"country\": \"\",\n            \"country_calling_code\": \"\"\n        },\n        \"shipment\": {\n            \"delivery_status\": \"\",\n            \"shipping_account\": {\n                \"id\": 0,\n                \"name\": \"\"\n            },\n            \"courier_partner\": {\n                \"id\": 0,\n                \"name\": \"\",\n                \"tag\": \"\",\n                \"logo\": \"\"\n            }\n        },\n        \"payment_method\": \"Prepaid\",\n        \"delivery_type\": \"normal_delivery\",\n        \"type\": \"b2b\",\n        \"driver_details\": {},\n        \"expected_delivery_epoch\": 0,\n        \"external_fields\": null,\n        \"cancel_order_after_seconds\": 0\n    },\n    \"meta\": null\n}"},{"id":"615e88f8-1272-4806-91ed-d3b72bbb681d","name":"Create Order With Hub Routing Options","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_id\": \"order-124\",\n    \"order_alias\": \"order-alias-124\",\n    \"shipment_type\": \"sales_channel_generated\",\n    \"order_items\": [\n        {\n            \"sku_code\": \"srv-sku-10\",\n            \"name\": \"iPhone 200\",\n            \"display_price\": 799,\n            \"selling_price\": 699,\n            \"is_substituted\": false,\n            \"quantity\": 1,\n            \"tax_percent\": 10,\n            \"tax\": 69.9,\n            \"unit_price\": 699,\n            \"subtotal\": 699,\n            \"total\": 768.9,\n            \"discount\": 100,\n            \"tax_inclusive\": true\n        }\n    ],\n    \"billing_address\": {\n        \"address1\": \"123 Al-Masjid Al-Haram Street\",\n        \"address2\": \"Near Al-Faisaliah Tower\",\n        \"city\": \"Riyadh\",\n        \"country\": \"Saudi Arabia\",\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"phone\": \"+966-11-234-5678\",\n        \"state\": \"Riyadh\",\n        \"zip\": \"11564\",\n        \"state_code\": \"RIY\",\n        \"country_code\": \"SA\",\n        \"latitude\": 24.7136,\n        \"longitude\": 46.6753,\n        \"national_address_code\": \"\"\n    },\n    \"shipping_address\": {\n        \"address1\": \"456 King Abdulaziz Road\",\n        \"address2\": \"Near Kingdom Centre\",\n        \"city\": \"Jeddah\",\n        \"country\": \"Saudi Arabia\",\n        \"first_name\": \"Jane\",\n        \"last_name\": \"Smith\",\n        \"phone\": \"+966-12-345-6789\",\n        \"state\": \"Makkah\",\n        \"zip\": \"21577\",\n        \"state_code\": \"MKA\",\n        \"country_code\": \"SA\",\n        \"latitude\": 21.4225,\n        \"longitude\": 39.8262,\n        \"national_address_code\": \"\"\n    },\n    \"invoice\": {\n        \"currency\": \"USD\",\n        \"subtotal\": 699,\n        \"shipping_price\": 0,\n        \"shipping_refund\": 0,\n        \"tax\": 69.9,\n        \"discount\": 100,\n        \"total\": 768.9,\n        \"total_paid\": 768.9,\n        \"total_due\": 0,\n        \"total_refunded\": 0,\n        \"payment_method\": \"Credit Card\",\n        \"tax_percent\": 10,\n        \"shipping_tax\": 0,\n        \"sub_total_tax_inclusive\": true,\n        \"sub_total_discount_inclusive\": true,\n        \"shipping_tax_inclusive\": false,\n        \"shipping_discount_inclusive\": false,\n        \"attachments\": [\n            {\n                \"url\": \"https:://example.com/avatar1.jpg\",\n                \"type\": \"image1\"\n            },\n            {\n                \"url\": \"https:://example.com/avatar2.jpg\",\n                \"type\": \"image2\"\n            },\n            {\n                \"url\": \"https:://example.com/avatar3.jpg\",\n                \"type\": \"image3\"\n            }\n        ]\n    },\n    \"customer\": {\n        \"id\": \"66ced351ffed27dec7c4072a\",\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"mobile\": \"1234567890\",\n        \"mobile_code\": \"+1\",\n        \"email\": \"john.doe@example.com\",\n        \"avatar\": \"https://example.com/avatar.jpg\",\n        \"gender\": \"male\"\n    },\n    \"labels\": [\n        \"label1\",\n        \"label2\",\n        \"label3\"\n    ],\n    \"slot\": {\n        \"delivery_date\": \"18122024\",\n        \"start_time\": 1100,\n        \"end_time\": 1500\n    },\n    \"payment_method\": \"prepaid\",\n    \"is_cash_on_delivery\": false,\n    \"note\": \"Please deliver during weekdays\",\n    \"type\": \"b2b\",\n    \"meta_data\": {\n        \"name\": \"Metadata\",\n        \"has_options\": true\n    },\n    \"external_fields\": [\n        {\n            \"key\": \"order_id\",\n            \"value\": \"12345\"\n        },\n        {\n            \"key\": \"customer_name\",\n            \"value\": \"John Doe\"\n        },\n        {\n            \"key\": \"status\",\n            \"value\": \"shipped\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/orders","host":["{{base_url}}"],"path":["sales-channel","public","v1","tenants","sellers",":seller_code","orders"],"variable":[{"key":"seller_code","value":"KO-SE-1","description":"Unique identifier assigned to a seller in the Omniful system. This code helps differentiate between multiple sellers operating on the platform."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 Feb 2025 05:32:01 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"2f153429-af01-4341-a954-9815d808dc49"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"913ba25bbeaa6fe3-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"id\": \"67b41b51b3ac6dda2312c9b5\",\n        \"order_id\": \"order-124\",\n        \"order_alias\": \"order-alias-124\",\n        \"status_code\": \"On Hold\",\n        \"display_status\": \"On Hold\",\n        \"seller_code\": \"KO-SE-1\",\n        \"source\": \"sales_channel\",\n        \"order_items\": [\n            {\n                \"sku_code\": \"srv-sku-10\",\n                \"hs_code\": \"\",\n                \"sku_id\": \"\",\n                \"display_price\": 799,\n                \"selling_price\": 699,\n                \"is_substituted\": false,\n                \"substitute_seller_sku_codes\": null,\n                \"serialised_sku_codes\": null,\n                \"item_barcodes\": null,\n                \"quantity\": 1,\n                \"picked_quantity\": 0,\n                \"packed_quantity\": 0,\n                \"tax_percent\": 10,\n                \"tax\": 69.9,\n                \"unit_price\": 699,\n                \"subtotal\": 768.9,\n                \"total\": 768.9,\n                \"discount\": 100,\n                \"tax_inclusive\": true\n            }\n        ],\n        \"total\": 1,\n        \"billing_address\": {\n            \"address1\": \"123 Al-Masjid Al-Haram Street\",\n            \"address2\": \"Near Al-Faisaliah Tower\",\n            \"city\": \"Riyadh\",\n            \"country\": \"Saudi Arabia\",\n            \"first_name\": \"John\",\n            \"last_name\": \"Doe\",\n            \"phone\": \"+966-112345678\",\n            \"state\": \"Riyadh\",\n            \"zip\": \"11564\",\n            \"state_code\": \"RIY\",\n            \"country_code\": \"SA\",\n            \"latitude\": 24.7136,\n            \"longitude\": 46.6753,\n            \"country_calling_code\": \"\",\n            \"national_address_code\": \"\"\n        },\n        \"shipping_address\": {\n            \"address1\": \"456 King Abdulaziz Road\",\n            \"address2\": \"Near Kingdom Centre\",\n            \"city\": \"Jeddah\",\n            \"country\": \"Saudi Arabia\",\n            \"first_name\": \"Jane\",\n            \"last_name\": \"Smith\",\n            \"phone\": \"+966-123456789\",\n            \"state\": \"Makkah\",\n            \"zip\": \"21577\",\n            \"state_code\": \"02\",\n            \"country_code\": \"SA\",\n            \"latitude\": 21.4225,\n            \"longitude\": 39.8262,\n            \"country_calling_code\": \"\",\n            \"national_address_code\": \"\"\n        },\n        \"slot\": {},\n        \"order_created_at\": \"2025-02-18T05:32:01.314179854Z\",\n        \"invoice\": {\n            \"currency\": \"USD\",\n            \"subtotal\": 699,\n            \"shipping_price\": 0,\n            \"shipping_refund\": 0,\n            \"tax\": 69.9,\n            \"discount\": 100,\n            \"total\": 768.9,\n            \"total_paid\": 768.9,\n            \"total_due\": 0,\n            \"shipping_tax\": 0,\n            \"sub_total_tax_inclusive\": false,\n            \"sub_total_discount_inclusive\": false,\n            \"shipping_tax_inclusive\": false,\n            \"shipping_discount_inclusive\": false,\n            \"additional_charges\": null,\n            \"attachments\": null\n        },\n        \"customer\": {\n            \"id\": \"66ced351ffed27dec7c4072a\",\n            \"first_name\": \"John\",\n            \"last_name\": \"Doe\",\n            \"mobile\": \"+966-1234567890\",\n            \"mobile_code\": \"+966\",\n            \"country_code\": \"\",\n            \"email\": \"john.doe@example.com\",\n            \"avatar\": \"https://example.com/avatar.jpg\",\n            \"gender\": \"male\",\n            \"country\": \"\",\n            \"country_calling_code\": \"\"\n        },\n        \"shipment\": {\n            \"delivery_status\": \"\",\n            \"shipping_account\": {\n                \"id\": 0,\n                \"name\": \"\"\n            },\n            \"courier_partner\": {\n                \"id\": 0,\n                \"name\": \"\",\n                \"tag\": \"\",\n                \"logo\": \"\"\n            }\n        },\n        \"payment_method\": \"Prepaid\",\n        \"delivery_type\": \"normal_delivery\",\n        \"type\": \"b2b\",\n        \"driver_details\": {},\n        \"expected_delivery_epoch\": 0,\n        \"external_fields\": null,\n        \"cancel_order_after_seconds\": 0\n    },\n    \"meta\": null\n}"},{"id":"82a68252-e2f7-4cfe-a12a-9011a7fc680c","name":"Order Already Exists","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_id\": \"order-124\",\n    \"order_alias\": \"order-alias-124\",\n    \"shipment_type\": \"sales_channel_generated\",\n    \"order_items\": [\n        {\n            \"sku_code\": \"srv-sku-10\",\n            \"name\": \"iPhone 200\",\n            \"display_price\": 799,\n            \"selling_price\": 699,\n            \"is_substituted\": false,\n            \"quantity\": 1,\n            \"tax_percent\": 10,\n            \"tax\": 69.9,\n            \"unit_price\": 699,\n            \"subtotal\": 699,\n            \"total\": 768.9,\n            \"discount\": 100,\n            \"tax_inclusive\": true\n        }\n    ],\n    \"billing_address\": {\n        \"address1\": \"123 Al-Masjid Al-Haram Street\",\n        \"address2\": \"Near Al-Faisaliah Tower\",\n        \"city\": \"Riyadh\",\n        \"country\": \"Saudi Arabia\",\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"phone\": \"+966-11-234-5678\",\n        \"state\": \"Riyadh\",\n        \"zip\": \"11564\",\n        \"state_code\": \"RIY\",\n        \"country_code\": \"SA\",\n        \"latitude\": 24.7136,\n        \"longitude\": 46.6753,\n        \"national_address_code\": \"\"\n    },\n    \"shipping_address\": {\n        \"address1\": \"456 King Abdulaziz Road\",\n        \"address2\": \"Near Kingdom Centre\",\n        \"city\": \"Jeddah\",\n        \"country\": \"Saudi Arabia\",\n        \"first_name\": \"Jane\",\n        \"last_name\": \"Smith\",\n        \"phone\": \"+966-12-345-6789\",\n        \"state\": \"Makkah\",\n        \"zip\": \"21577\",\n        \"state_code\": \"MKA\",\n        \"country_code\": \"SA\",\n        \"latitude\": 21.4225,\n        \"longitude\": 39.8262,\n        \"national_address_code\": \"\"\n    },\n    \"invoice\": {\n        \"currency\": \"USD\",\n        \"subtotal\": 699,\n        \"shipping_price\": 0,\n        \"shipping_refund\": 0,\n        \"tax\": 69.9,\n        \"discount\": 100,\n        \"total\": 768.9,\n        \"total_paid\": 768.9,\n        \"total_due\": 0,\n        \"total_refunded\": 0,\n        \"payment_method\": \"Credit Card\",\n        \"tax_percent\": 10,\n        \"shipping_tax\": 0,\n        \"sub_total_tax_inclusive\": true,\n        \"sub_total_discount_inclusive\": true,\n        \"shipping_tax_inclusive\": false,\n        \"shipping_discount_inclusive\": false,\n        \"attachments\": [\n            {\n                \"url\": \"https:://example.com/avatar1.jpg\",\n                \"type\": \"image1\"\n            },\n            {\n                \"url\": \"https:://example.com/avatar2.jpg\",\n                \"type\": \"image2\"\n            },\n            {\n                \"url\": \"https:://example.com/avatar3.jpg\",\n                \"type\": \"image3\"\n            }\n        ]\n    },\n    \"customer\": {\n        \"id\": \"66ced351ffed27dec7c4072a\",\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"mobile\": \"1234567890\",\n        \"mobile_code\": \"+1\",\n        \"email\": \"john.doe@example.com\",\n        \"avatar\": \"https://example.com/avatar.jpg\",\n        \"gender\": \"male\"\n    },\n    \"labels\": [\n        \"label1\",\n        \"label2\",\n        \"label3\"\n    ],\n    \"slot\": {\n        \"delivery_date\": \"18122024\",\n        \"start_time\": 1100,\n        \"end_time\": 1500\n    },\n    \"payment_method\": \"prepaid\",\n    \"is_cash_on_delivery\": false,\n    \"note\": \"Please deliver during weekdays\",\n    \"type\": \"b2b\",\n    \"meta_data\": {\n        \"name\": \"Metadata\",\n        \"has_options\": true\n    },\n    \"external_fields\": [\n        {\n            \"key\": \"order_id\",\n            \"value\": \"12345\"\n        },\n        {\n            \"key\": \"customer_name\",\n            \"value\": \"John Doe\"\n        },\n        {\n            \"key\": \"status\",\n            \"value\": \"shipped\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/orders","host":["{{base_url}}"],"path":["sales-channel","public","v1","tenants","sellers",":seller_code","orders"],"variable":[{"key":"seller_code","value":"KO-SE-1","description":"Unique identifier assigned to a seller in the Omniful system. This code helps differentiate between multiple sellers operating on the platform."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 Feb 2025 05:32:25 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"80"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"68691149-f257-4091-8a49-ebd7a5c74089"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"913ba2f08f9181b5-IAD"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": false,\n    \"status_code\": 400,\n    \"error\": {\n        \"message\": \"Order Already Exist\"\n    }\n}"},{"id":"8b75e212-8bc5-4e24-9a75-6af9f0d8b543","name":"Invalid Hub Mapping","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_id\": \"order-123\",\n    \"order_alias\": \"order-alias-123\",\n    \"hub_code\": \"ONLS4\",\n    \"shipment_type\": \"sales_channel_generated\",\n    \"order_items\": [\n        {\n            \"sku_code\": \"srv-sku-10\",\n            \"name\": \"iPhone 200\",\n            \"display_price\": 799,\n            \"selling_price\": 699,\n            \"is_substituted\": false,\n            \"quantity\": 1,\n            \"tax_percent\": 10,\n            \"tax\": 69.9,\n            \"unit_price\": 699,\n            \"subtotal\": 699,\n            \"total\": 768.9,\n            \"discount\": 100,\n            \"tax_inclusive\": true\n        }\n    ],\n    \"billing_address\": {\n        \"address1\": \"123 Al-Masjid Al-Haram Street\",\n        \"address2\": \"Near Al-Faisaliah Tower\",\n        \"city\": \"Riyadh\",\n        \"country\": \"Saudi Arabia\",\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"phone\": \"+966-11-234-5678\",\n        \"state\": \"Riyadh\",\n        \"zip\": \"11564\",\n        \"state_code\": \"RIY\",\n        \"country_code\": \"SA\",\n        \"latitude\": 24.7136,\n        \"longitude\": 46.6753,\n        \"national_address_code\": \"\"\n    },\n    \"shipping_address\": {\n        \"address1\": \"456 King Abdulaziz Road\",\n        \"address2\": \"Near Kingdom Centre\",\n        \"city\": \"Jeddah\",\n        \"country\": \"Saudi Arabia\",\n        \"first_name\": \"Jane\",\n        \"last_name\": \"Smith\",\n        \"phone\": \"+966-12-345-6789\",\n        \"state\": \"Makkah\",\n        \"zip\": \"21577\",\n        \"state_code\": \"MKA\",\n        \"country_code\": \"SA\",\n        \"latitude\": 21.4225,\n        \"longitude\": 39.8262,\n        \"national_address_code\": \"\"\n    },\n    \"invoice\": {\n        \"currency\": \"USD\",\n        \"subtotal\": 699,\n        \"shipping_price\": 0,\n        \"shipping_refund\": 0,\n        \"tax\": 69.9,\n        \"discount\": 100,\n        \"total\": 768.9,\n        \"total_paid\": 768.9,\n        \"total_due\": 0,\n        \"total_refunded\": 0,\n        \"payment_method\": \"Credit Card\",\n        \"tax_percent\": 10,\n        \"shipping_tax\": 0,\n        \"sub_total_tax_inclusive\": true,\n        \"sub_total_discount_inclusive\": true,\n        \"shipping_tax_inclusive\": false,\n        \"shipping_discount_inclusive\": false,\n        \"attachments\": [\n            {\n                \"url\": \"https:://example.com/avatar1.jpg\",\n                \"type\": \"image1\"\n            },\n            {\n                \"url\": \"https:://example.com/avatar2.jpg\",\n                \"type\": \"image2\"\n            },\n            {\n                \"url\": \"https:://example.com/avatar3.jpg\",\n                \"type\": \"image3\"\n            }\n        ]\n    },\n    \"customer\": {\n        \"id\": \"66ced351ffed27dec7c4072a\",\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"mobile\": \"1234567890\",\n        \"mobile_code\": \"+1\",\n        \"email\": \"john.doe@example.com\",\n        \"avatar\": \"https://example.com/avatar.jpg\",\n        \"gender\": \"male\"\n    },\n    \"labels\": [\n        \"label1\",\n        \"label2\",\n        \"label3\"\n    ],\n    \"slot\": {\n        \"delivery_date\": \"18122024\",\n        \"start_time\": 1100,\n        \"end_time\": 1500\n    },\n    \"payment_method\": \"prepaid\",\n    \"is_cash_on_delivery\": false,\n    \"note\": \"Please deliver during weekdays\",\n    \"type\": \"b2b\",\n    \"meta_data\": {\n        \"name\": \"Metadata\",\n        \"has_options\": true\n    },\n    \"external_fields\": [\n        {\n            \"key\": \"order_id\",\n            \"value\": \"12345\"\n        },\n        {\n            \"key\": \"customer_name\",\n            \"value\": \"John Doe\"\n        },\n        {\n            \"key\": \"status\",\n            \"value\": \"shipped\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/orders","host":["{{base_url}}"],"path":["sales-channel","public","v1","tenants","sellers",":seller_code","orders"],"variable":[{"key":"seller_code","value":"KO-SE-1","description":"Unique identifier assigned to a seller in the Omniful system. This code helps differentiate between multiple sellers operating on the platform."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 Feb 2025 05:32:52 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"78"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"51a3438a-fda4-4463-91a4-206dd15dc31a"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"913ba39b38af81b5-IAD"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": false,\n    \"status_code\": 400,\n    \"error\": {\n        \"message\": \"Invalid hub code.\"\n    }\n}"},{"id":"6dd5cc23-e747-4bec-9274-d573d32d2f12","name":"Invalid Seller","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_id\": \"order-123\",\n    \"order_alias\": \"order-alias-123\",\n    \"hub_code\": \"ONLS4\",\n    \"shipment_type\": \"sales_channel_generated\",\n    \"order_items\": [\n        {\n            \"sku_code\": \"srv-sku-10\",\n            \"name\": \"iPhone 200\",\n            \"display_price\": 799,\n            \"selling_price\": 699,\n            \"is_substituted\": false,\n            \"quantity\": 1,\n            \"tax_percent\": 10,\n            \"tax\": 69.9,\n            \"unit_price\": 699,\n            \"subtotal\": 699,\n            \"total\": 768.9,\n            \"discount\": 100,\n            \"tax_inclusive\": true\n        }\n    ],\n    \"billing_address\": {\n        \"address1\": \"123 Al-Masjid Al-Haram Street\",\n        \"address2\": \"Near Al-Faisaliah Tower\",\n        \"city\": \"Riyadh\",\n        \"country\": \"Saudi Arabia\",\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"phone\": \"+966-11-234-5678\",\n        \"state\": \"Riyadh\",\n        \"zip\": \"11564\",\n        \"state_code\": \"RIY\",\n        \"country_code\": \"SA\",\n        \"latitude\": 24.7136,\n        \"longitude\": 46.6753,\n        \"national_address_code\": \"\"\n    },\n    \"shipping_address\": {\n        \"address1\": \"456 King Abdulaziz Road\",\n        \"address2\": \"Near Kingdom Centre\",\n        \"city\": \"Jeddah\",\n        \"country\": \"Saudi Arabia\",\n        \"first_name\": \"Jane\",\n        \"last_name\": \"Smith\",\n        \"phone\": \"+966-12-345-6789\",\n        \"state\": \"Makkah\",\n        \"zip\": \"21577\",\n        \"state_code\": \"MKA\",\n        \"country_code\": \"SA\",\n        \"latitude\": 21.4225,\n        \"longitude\": 39.8262,\n        \"national_address_code\": \"\"\n    },\n    \"invoice\": {\n        \"currency\": \"USD\",\n        \"subtotal\": 699,\n        \"shipping_price\": 0,\n        \"shipping_refund\": 0,\n        \"tax\": 69.9,\n        \"discount\": 100,\n        \"total\": 768.9,\n        \"total_paid\": 768.9,\n        \"total_due\": 0,\n        \"total_refunded\": 0,\n        \"payment_method\": \"Credit Card\",\n        \"tax_percent\": 10,\n        \"shipping_tax\": 0,\n        \"sub_total_tax_inclusive\": true,\n        \"sub_total_discount_inclusive\": true,\n        \"shipping_tax_inclusive\": false,\n        \"shipping_discount_inclusive\": false,\n        \"attachments\": [\n            {\n                \"url\": \"https:://example.com/avatar1.jpg\",\n                \"type\": \"image1\"\n            },\n            {\n                \"url\": \"https:://example.com/avatar2.jpg\",\n                \"type\": \"image2\"\n            },\n            {\n                \"url\": \"https:://example.com/avatar3.jpg\",\n                \"type\": \"image3\"\n            }\n        ]\n    },\n    \"customer\": {\n        \"id\": \"66ced351ffed27dec7c4072a\",\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"mobile\": \"1234567890\",\n        \"mobile_code\": \"+1\",\n        \"email\": \"john.doe@example.com\",\n        \"avatar\": \"https://example.com/avatar.jpg\",\n        \"gender\": \"male\"\n    },\n    \"labels\": [\n        \"label1\",\n        \"label2\",\n        \"label3\"\n    ],\n    \"slot\": {\n        \"delivery_date\": \"18122024\",\n        \"start_time\": 1100,\n        \"end_time\": 1500\n    },\n    \"payment_method\": \"prepaid\",\n    \"is_cash_on_delivery\": false,\n    \"note\": \"Please deliver during weekdays\",\n    \"type\": \"b2b\",\n    \"meta_data\": {\n        \"name\": \"Metadata\",\n        \"has_options\": true\n    },\n    \"external_fields\": [\n        {\n            \"key\": \"order_id\",\n            \"value\": \"12345\"\n        },\n        {\n            \"key\": \"customer_name\",\n            \"value\": \"John Doe\"\n        },\n        {\n            \"key\": \"status\",\n            \"value\": \"shipped\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/orders","host":["{{base_url}}"],"path":["sales-channel","public","v1","tenants","sellers",":seller_code","orders"],"variable":[{"key":"seller_code","value":"KO-SE-2","description":"Unique identifier assigned to a seller in the Omniful system. This code helps differentiate between multiple sellers operating on the platform."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 Feb 2025 05:33:09 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"e4b55123-95b8-44a2-b92d-3267e0c05fb7"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"913ba402685f0587-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": false,\n    \"status_code\": 403,\n    \"error\": {\n        \"message\": \"You are not authorised to perform this action\"\n    }\n}"}],"_postman_id":"9968554f-88ec-4af6-85f3-1a8567bc7966"},{"name":"Cancel Order","id":"191b03a4-5eb0-47c7-bc67-83183fa09e05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"cancel_reason\": \"The customer selected the wrong product.\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/orders/:id/cancel","description":"<h1 id=\"description\"><strong>Description</strong></h1>\n<p>Cancel an existing order for a specific seller in Omniful.</p>\n<p>This endpoint is used when an order needs to be cancelled due to customer request, incorrect product selection, or operational reasons.</p>\n<p>Only orders in a cancellable state (e.g., not yet shipped or delivered) can be cancelled.</p>\n<hr />\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>seller_code</code></td>\n<td>string</td>\n<td>Yes</td>\n<td>Unique identifier for the seller (e.g., <code>KO-SE-2</code>).</td>\n</tr>\n<tr>\n<td><code>id</code></td>\n<td>string</td>\n<td>Yes</td>\n<td>Internal Omniful order ID of the order to be cancelled.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<hr />\n<h2 id=\"request-body-fields\"><strong>Request Body Fields</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cancel_reason</code></td>\n<td>string</td>\n<td>No (recommended)</td>\n<td>Human-readable explanation for why the order is being cancelled.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"notes\"><strong>Notes</strong></h2>\n<ul>\n<li><p>The order must be in a state that allows cancellation.</p>\n</li>\n<li><p>This operation updates the order lifecycle and triggers cancellation workflows across OMS/WMS/TMS depending on configuration.</p>\n</li>\n<li><p>If <code>cancel_reason</code> is not provided, the order will still be cancelled, but the reason will be stored as empty.</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"path":["sales-channel","public","v1","tenants","sellers",":seller_code","orders",":id","cancel"],"host":["{{base_url}}"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier assigned to a seller in the Omniful system. This code helps differentiate between multiple sellers operating on the platform.</p>\n","type":"text/plain"},"type":"any","value":"KO-SE-2","key":"seller_code"},{"description":{"content":"<p>Unique internal Omniful order identifier used to fetch a specific order.</p>\n","type":"text/plain"},"type":"any","value":"67b33618694116d0824bb47e","key":"id"}]}},"response":[{"id":"e47a2c34-6a1e-42fd-a428-0287511ee25e","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"cancel_reason\": \"The customer selected the wrong product.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/orders/:id/cancel","host":["{{base_url}}"],"path":["sales-channel","public","v1","tenants","sellers",":seller_code","orders",":id","cancel"],"variable":[{"key":"seller_code","value":"KO-SE-1","description":"Unique identifier assigned to a seller in the Omniful system. This code helps differentiate between multiple sellers operating on the platform."},{"key":"id","value":"67b33618694116d0824bb47e"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 Feb 2025 05:34:06 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"d0ee7d28-8b26-44fe-a9db-87f4daf590ef"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"913ba56a4ffc8029-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": \"Order cancelled successfully\",\n    \"meta\": null\n}"},{"id":"ae130e97-7acf-4d51-bd9e-d7f6ea6c2cc8","name":"Invalid Seller","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"cancel_reason\": \"The customer selected the wrong product.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/orders/:id/cancel","host":["{{base_url}}"],"path":["sales-channel","public","v1","tenants","sellers",":seller_code","orders",":id","cancel"],"variable":[{"key":"seller_code","value":"KO-SE-2","description":"Unique identifier assigned to a seller in the Omniful system. This code helps differentiate between multiple sellers operating on the platform."},{"key":"id","value":"67b33618694116d0824bb47e"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 Feb 2025 05:36:28 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"86425509-0213-4f40-9386-2aea35ce3062"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"913ba8dec9932fdf-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": false,\n    \"status_code\": 403,\n    \"error\": {\n        \"message\": \"You are not authorised to perform this action\"\n    }\n}"}],"_postman_id":"191b03a4-5eb0-47c7-bc67-83183fa09e05"},{"name":"Update Order","id":"92e79737-6310-4199-92c2-24b41eb155d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"order_id\": \"order_000081\",\n    \"hub_code\": \"ONLS\",\n    \"shipment_type\": \"sales_channel_generated\",\n    \"order_items\": [\n        {\n            \"sku_code\": \"iPhone 15 Pro\",\n            \"name\": \"iPhone 15 Pro\",\n            \"display_price\": 799,\n            \"selling_price\": 699,\n            \"is_substituted\": false,\n            \"quantity\": 2,\n            \"tax_percent\": 10,\n            \"tax\": 69.9,\n            \"unit_price\": 699,\n            \"subtotal\": 699,\n            \"total\": 768.9,\n            \"discount\": 100,\n            \"tax_inclusive\": true\n        }\n    ],\n    \"billing_address\": {\n        \"address1\": \"123 Main Street\",\n        \"city\": \"New York\",\n        \"country\": \"United States\",\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"phone\": \"123-456-7890\",\n        \"state\": \"NY\",\n        \"zip\": \"10001\",\n        \"state_code\": \"NY\",\n        \"country_code\": \"US\",\n        \"latitude\": 40.7128,\n        \"longitude\": -74.0060,\n        \"national_address_code\": \"\"\n    },\n    \"shipping_address\": {\n        \"address1\": \"456 Elm Street\",\n        \"city\": \"Los Angeles\",\n        \"country\": \"United States\",\n        \"first_name\": \"Jane\",\n        \"last_name\": \"Smith\",\n        \"phone\": \"987-654-3210\",\n        \"state\": \"CA\",\n        \"zip\": \"90001\",\n        \"state_code\": \"CA\",\n        \"country_code\": \"US\",\n        \"latitude\": 34.0522,\n        \"longitude\": -118.2437,\n        \"national_address_code\": \"\"\n    },\n    \"order_created_at\": \"2023-07-28T09:00:00Z\",\n    \"invoice\": {\n        \"currency\": \"USD\",\n        \"subtotal\": 699,\n        \"shipping_price\": 0,\n        \"shipping_refund\": 0,\n        \"tax\": 69.9,\n        \"discount\": 100,\n        \"total\": 768.9,\n        \"total_paid\": 768.9,\n        \"total_due\": 0,\n        \"total_refunded\": 0,\n        \"payment_method\": \"Credit Card\",\n        \"tax_percent\": 10,\n        \"shipping_tax\": 0,\n        \"sub_total_tax_inclusive\": true,\n        \"sub_total_discount_inclusive\": true,\n        \"shipping_tax_inclusive\": false,\n        \"shipping_discount_inclusive\": false\n    },\n    \"customer\": {\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"mobile\": \"1234567890\",\n        \"mobile_code\": \"+1\",\n        \"email\": \"john.doe@example.com\",\n        \"avatar\": \"https://example.com/avatar.jpg\",\n        \"gender\": \"male\"\n    },\n    \"shipment\": {\n        \"shipping_partner_name\": \"CourierX\",\n        \"shipping_partner_tag\": \"courierx123\",\n        \"awb_number\": \"AWB-456\",\n        \"awb_label\": \"https://example.com/awb-label.jpg\",\n        \"tracking_link\": \"https://example.com/tracking/456\"\n    },\n    \"labels\": [\n        \"label4\",\n        \"label5\",\n        \"label6\"\n    ],\n    \"payment_method\": \"prepaid\",\n    \"is_cash_on_delivery\": false,\n    \"note\": \"Please deliver during weekdays\",\n    \"meta_data\": {\n        \"name\": \"detadata\",\n        \"has_options\": true\n    },\n     \"external_fields\": [\n        {\n            \"key\": \"order_id_1\",\n            \"value\": \"12347\"\n        },\n        {\n            \"key\": \"customer_name\",\n            \"value\": \"John Doe\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/orders/:id","description":"<p>📌 <strong>Update Order API - Overview</strong></p>\n<p>The <strong>Update Order API</strong> allows users to modify the details of an existing order that was previously placed. This API can be used to update various order attributes, such as order items, shipping details, billing information, and customer details.</p>\n<p>Users can update an order only if it is not in the \"packed\" state. Once an order reaches the packed stage, further modifications using this API are restricted.</p>\n<p>This API ensures flexibility in managing orders before final processing while maintaining data integrity after packing.</p>\n<p><strong>Note:</strong> The <code>note</code> field is always treated as part of the update. If the <code>note</code> key is included in the payload with an empty value <strong>or if the</strong> <strong><code>note</code></strong> <strong>key is not provided at all</strong>, it will be treated as an update with an empty note, resulting in the deletion of any previously saved note.</p>\n<hr />\n<h3 id=\"📝-request-body-parameters\">📝 <strong>Request Body Parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>order_id</strong></td>\n<td>string</td>\n<td>The ID of the order you want to update. You can't change this value. Example: \"order_0003\".</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>hub_code</strong></td>\n<td>string</td>\n<td>The warehouse handling this order. Example: \"Shubhra001\".</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>order_items</strong></td>\n<td>array</td>\n<td>List of products in the order. You can update quantities, add or remove items.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>order_items.sku_code</strong></td>\n<td>string</td>\n<td>The product's unique ID in your catalog. Ensure it exists before using it.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>order_items.name</strong></td>\n<td>string</td>\n<td>The name that appears on the order for this product.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>order_items.display_price</strong></td>\n<td>number</td>\n<td>The original price before any discounts.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>order_items.selling_price</strong></td>\n<td>number</td>\n<td>The actual price charged for this item after basic discounts.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>order_items.is_substituted</strong></td>\n<td>boolean</td>\n<td>Set to true if replacing the original item with something else.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>order_items.quantity</strong></td>\n<td>integer</td>\n<td>How many of this item you want now. Must be 1 or more.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>order_items.tax_percent</strong></td>\n<td>number</td>\n<td>The tax rate for this item (e.g., 10 for 10%).</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>order_items.tax</strong></td>\n<td>number</td>\n<td>The calculated tax amount for this item based on quantity and price.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>order_items.unit_price</strong></td>\n<td>number</td>\n<td>Price per unit of the item.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>order_items.subtotal</strong></td>\n<td>number</td>\n<td>Total cost before tax (unit_price × quantity).</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>order_items.total</strong></td>\n<td>number</td>\n<td>Final price including everything (tax, discounts, etc.).</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>order_items.discount</strong></td>\n<td>number</td>\n<td>How much discount is applied to this item.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>order_items.tax_inclusive</strong></td>\n<td>boolean</td>\n<td>Set to true if prices include tax.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>billing_address.address1</strong></td>\n<td>string</td>\n<td>Main billing street address.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>billing_address.city</strong></td>\n<td>string</td>\n<td>City for billing.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>billing_address.country</strong></td>\n<td>string</td>\n<td>Country for billing.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>billing_address.first_name</strong></td>\n<td>string</td>\n<td>First name of the person being billed.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>billing_address.last_name</strong></td>\n<td>string</td>\n<td>Last name of the person being billed.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>billing_address.phone</strong></td>\n<td>string</td>\n<td>Phone number for billing questions.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>billing_address.state</strong></td>\n<td>string</td>\n<td>State for billing.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>billing_address.zip</strong></td>\n<td>string</td>\n<td>ZIP or postal code for billing.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>billing_address.state_code</strong></td>\n<td>string</td>\n<td>Short code for the state (e.g., \"NY\" for New York).</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>billing_address.country_code</strong></td>\n<td>string</td>\n<td>Two-letter country code (e.g., \"US\" for United States).</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>billing_address.latitude</strong></td>\n<td>number</td>\n<td>Latitude for the address, if needed.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>billing_address.longitude</strong></td>\n<td>number</td>\n<td>Longitude for the address, if needed.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>billing_address.national_address_code</strong></td>\n<td>string</td>\n<td>National address code of the address, if needed.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>shipping_address.address1</strong></td>\n<td>string</td>\n<td>Main delivery address.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>shipping_address.city</strong></td>\n<td>string</td>\n<td>City for delivery.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>shipping_address.country</strong></td>\n<td>string</td>\n<td>Country for delivery.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>shipping_address.first_name</strong></td>\n<td>string</td>\n<td>First name of the person receiving the package.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>shipping_address.last_name</strong></td>\n<td>string</td>\n<td>Last name of the person receiving the package.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>shipping_address.phone</strong></td>\n<td>string</td>\n<td>Phone number to call for delivery.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>shipping_address.state</strong></td>\n<td>string</td>\n<td>State for delivery.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>shipping_address.zip</strong></td>\n<td>string</td>\n<td>ZIP or postal code for delivery.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>shipping_address.state_code</strong></td>\n<td>string</td>\n<td>Short code for the delivery state.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>shipping_address.country_code</strong></td>\n<td>string</td>\n<td>Two-letter code for delivery country.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>shipping_address.latitude</strong></td>\n<td>number</td>\n<td>Latitude for delivery location, if needed.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>shipping_address.longitude</strong></td>\n<td>number</td>\n<td>Longitude for delivery location, if needed.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>shipping_address.national_address_code</strong></td>\n<td>string</td>\n<td>National address code of the address, if needed.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>order_created_at</strong></td>\n<td>string</td>\n<td>The order’s creation time. Cannot be changed.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.currency</strong></td>\n<td>string</td>\n<td>Currency used for the order (e.g., \"USD\"). Cannot be changed after creation.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.subtotal</strong></td>\n<td>number</td>\n<td>Total cost of all items before any extras.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.shipping_price</strong></td>\n<td>number</td>\n<td>Delivery charge.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.shipping_refund</strong></td>\n<td>number</td>\n<td>Refund for shipping issues.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.tax</strong></td>\n<td>number</td>\n<td>Total tax for the entire order.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.discount</strong></td>\n<td>number</td>\n<td>Total discount applied to the order.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.total</strong></td>\n<td>number</td>\n<td>Final total amount, including everything.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.total_paid</strong></td>\n<td>number</td>\n<td>Total amount already received.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.total_due</strong></td>\n<td>number</td>\n<td>Remaining amount to be paid.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.total_refunded</strong></td>\n<td>number</td>\n<td>Total refunded to the customer.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.payment_mode</strong></td>\n<td>string</td>\n<td>How the customer paid (e.g., \"visa\", \"cash\",\"mada\", \"credit card\").</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.tax_percent</strong></td>\n<td>number</td>\n<td>Overall tax rate applied to the order.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.shipping_tax</strong></td>\n<td>number</td>\n<td>Tax applied to the shipping cost.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.sub_total_tax_inclusive</strong></td>\n<td>boolean</td>\n<td>Whether subtotal includes tax.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.sub_total_discount_inclusive</strong></td>\n<td>boolean</td>\n<td>Whether subtotal includes discounts.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.shipping_tax_inclusive</strong></td>\n<td>boolean</td>\n<td>Whether shipping includes tax.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>invoice.shipping_discount_inclusive</strong></td>\n<td>boolean</td>\n<td>Whether shipping includes discounts.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>customer.first_name</strong></td>\n<td>string</td>\n<td>Customer’s first name.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>customer.last_name</strong></td>\n<td>string</td>\n<td>Customer’s last name.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>customer.mobile</strong></td>\n<td>string</td>\n<td>Customer’s phone number without country code.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>customer.mobile_code</strong></td>\n<td>string</td>\n<td>Country code for the phone (e.g., \"+1\" for US).</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>customer.email</strong></td>\n<td>string</td>\n<td>Customer’s email for order updates.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>customer.avatar</strong></td>\n<td>string</td>\n<td>Link to customer’s profile picture.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>customer.gender</strong></td>\n<td>string</td>\n<td>Customer’s gender, if provided.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>shipment.shipping_partner_name</strong></td>\n<td>string</td>\n<td>Delivery company name.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>shipment.shipping_partner_tag</strong></td>\n<td>string</td>\n<td>Internal code for the delivery company.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>shipment.awb_number</strong></td>\n<td>string</td>\n<td>Tracking number for the package.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>shipment.awb_label</strong></td>\n<td>string</td>\n<td>Link to download the shipping label.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>shipment.tracking_link</strong></td>\n<td>string</td>\n<td>Link for customers to track their package.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>labels</strong></td>\n<td>array</td>\n<td>Tags to categorize the order (e.g., [\"urgent\", \"fragile\"]).</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>payment_method</strong></td>\n<td>string</td>\n<td>Payment method used (e.g., \"prepaid\", \"postpaid\",\"pending\").</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>is_cash_on_delivery</strong></td>\n<td>boolean</td>\n<td>Set true if cash is collected on delivery.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>note</strong></td>\n<td>string</td>\n<td>Special instructions or comments for the order.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>external_fields</strong></td>\n<td>array</td>\n<td>Custom fields for system integration.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>external_fields.key</strong></td>\n<td>string</td>\n<td>Name of the custom field.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>external_fields.value</strong></td>\n<td>string</td>\n<td>Value of the custom field.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>cancel_order_after_seconds</strong></td>\n<td>integer</td>\n<td>Auto-cancel the order after this many seconds. Use 0 for never auto-cancel.</td>\n<td>❌ No</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p>⚠ <strong>Key Points to Consider When Updating Orders</strong></p>\n<ul>\n<li><p>Only orders with the status <strong>\"on_hold\"</strong> can be updated.</p>\n</li>\n<li><p>Ensure all required fields are correctly formatted before submitting the update request.</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"path":["sales-channel","public","v1","tenants","sellers",":seller_code","orders",":id"],"host":["{{base_url}}"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier assigned to a seller in the Omniful system. This code helps differentiate between multiple sellers operating on the platform.</p>\n","type":"text/plain"},"type":"any","value":"KO-SE-1","key":"seller_code"},{"type":"any","value":"67b33618694116d0824bb47e","key":"id"}]}},"response":[{"id":"42d37eb2-9d8f-45df-bbe1-905308381e2f","name":"Success","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"order_id\": \"order_000081\",\n    \"hub_code\": \"ONLS\",\n    \"shipment_type\": \"sales_channel_generated\",\n    \"order_items\": [\n        {\n            \"sku_code\": \"iPhone 15 Pro\",\n            \"name\": \"iPhone 15 Pro\",\n            \"display_price\": 799,\n            \"selling_price\": 699,\n            \"is_substituted\": false,\n            \"quantity\": 2,\n            \"tax_percent\": 10,\n            \"tax\": 69.9,\n            \"unit_price\": 699,\n            \"subtotal\": 699,\n            \"total\": 768.9,\n            \"discount\": 100,\n            \"tax_inclusive\": true\n        }\n    ],\n    \"billing_address\": {\n        \"address1\": \"123 Main Street\",\n        \"city\": \"New York\",\n        \"country\": \"United States\",\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"phone\": \"123-456-7890\",\n        \"state\": \"NY\",\n        \"zip\": \"10001\",\n        \"state_code\": \"NY\",\n        \"country_code\": \"US\",\n        \"latitude\": 40.7128,\n        \"longitude\": -74.0060,\n        \"national_address_code\": \"\"\n    },\n    \"shipping_address\": {\n        \"address1\": \"456 Elm Street\",\n        \"city\": \"Los Angeles\",\n        \"country\": \"United States\",\n        \"first_name\": \"Jane\",\n        \"last_name\": \"Smith\",\n        \"phone\": \"987-654-3210\",\n        \"state\": \"CA\",\n        \"zip\": \"90001\",\n        \"state_code\": \"CA\",\n        \"country_code\": \"US\",\n        \"latitude\": 34.0522,\n        \"longitude\": -118.2437,\n        \"national_address_code\": \"\"\n    },\n    \"order_created_at\": \"2023-07-28T09:00:00Z\",\n    \"invoice\": {\n        \"currency\": \"USD\",\n        \"subtotal\": 699,\n        \"shipping_price\": 0,\n        \"shipping_refund\": 0,\n        \"tax\": 69.9,\n        \"discount\": 100,\n        \"total\": 768.9,\n        \"total_paid\": 768.9,\n        \"total_due\": 0,\n        \"total_refunded\": 0,\n        \"payment_method\": \"Credit Card\",\n        \"tax_percent\": 10,\n        \"shipping_tax\": 0,\n        \"sub_total_tax_inclusive\": true,\n        \"sub_total_discount_inclusive\": true,\n        \"shipping_tax_inclusive\": false,\n        \"shipping_discount_inclusive\": false\n    },\n    \"customer\": {\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"mobile\": \"1234567890\",\n        \"mobile_code\": \"+1\",\n        \"email\": \"john.doe@example.com\",\n        \"avatar\": \"https://example.com/avatar.jpg\",\n        \"gender\": \"male\"\n    },\n    \"shipment\": {\n        \"shipping_partner_name\": \"CourierX\",\n        \"shipping_partner_tag\": \"courierx123\",\n        \"awb_number\": \"AWB-456\",\n        \"awb_label\": \"https://example.com/awb-label.jpg\",\n        \"tracking_link\": \"https://example.com/tracking/456\"\n    },\n    \"labels\": [\n        \"label4\",\n        \"label5\",\n        \"label6\"\n    ],\n    \"payment_method\": \"prepaid\",\n    \"is_cash_on_delivery\": false,\n    \"note\": \"Please deliver during weekdays\",\n    \"meta_data\": {\n        \"name\": \"detadata\",\n        \"has_options\": true\n    },\n     \"external_fields\": [\n        {\n            \"key\": \"order_id_1\",\n            \"value\": \"12347\"\n        },\n        {\n            \"key\": \"customer_name\",\n            \"value\": \"John Doe\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/orders/:id","host":["{{base_url}}"],"path":["sales-channel","public","v1","tenants","sellers",":seller_code","orders",":id"],"variable":[{"key":"seller_code","value":"KO-SE-1","description":"Unique identifier assigned to a seller in the Omniful system. This code helps differentiate between multiple sellers operating on the platform."},{"key":"id","value":"67b33618694116d0824bb47e"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 Feb 2025 05:38:48 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"fceaef78-4d6b-412b-8a7e-aa077e0b6aa8"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"913bac49e8c5581e-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": \"Order updated successfully\",\n    \"meta\": null\n}"}],"_postman_id":"92e79737-6310-4199-92c2-24b41eb155d3"},{"name":"Bulk Create Orders","id":"631fbfae-3b25-4bc2-b2b1-0f63a62511b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"orders\": [\n        {\n            \"order_id\": \"order-127823523676\",\n            \"order_alias\": \"order-alias-127\",\n            \"hub_code\": \"ONLS\",\n            \"shipment_type\": \"sales_channel_generated\",\n            \"order_items\": [\n                {\n                    \"sku_code\": \"11083224\",\n                    \"name\": \"iPhone 200\",\n                    \"display_price\": 799,\n                    \"selling_price\": 699,\n                    \"is_substituted\": false,\n                    \"quantity\": 1,\n                    \"tax_percent\": 10,\n                    \"tax\": 69.9,\n                    \"unit_price\": 699,\n                    \"subtotal\": 699,\n                    \"total\": 768.9,\n                    \"discount\": 100,\n                    \"tax_inclusive\": true\n                }\n            ],\n            \"billing_address\": {\n                \"address1\": \"123 Al-Masjid Al-Haram Street\",\n                \"address2\": \"Near Al-Faisaliah Tower\",\n                \"city\": \"Riyadh\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"phone\": \"+966-11-234-5678\",\n                \"state\": \"Riyadh\",\n                \"zip\": \"11564\",\n                \"state_code\": \"RIY\",\n                \"country_code\": \"SA\",\n                \"latitude\": 24.7136,\n                \"longitude\": 46.6753,\n                \"national_address_code\": \"\"\n            },\n            \"shipping_address\": {\n                \"address1\": \"456 King Abdulaziz Road\",\n                \"address2\": \"Near Kingdom Centre\",\n                \"city\": \"Jeddah\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"Jane\",\n                \"last_name\": \"Smith\",\n                \"phone\": \"+966-12-345-6789\",\n                \"state\": \"Makkah\",\n                \"zip\": \"21577\",\n                \"state_code\": \"MKA\",\n                \"country_code\": \"SA\",\n                \"latitude\": 21.4225,\n                \"longitude\": 39.8262,\n                \"national_address_code\": \"\"\n            },\n            \"invoice\": {\n                \"currency\": \"SAR\",\n                \"subtotal\": 699,\n                \"shipping_price\": 0,\n                \"shipping_refund\": 0,\n                \"tax\": 69.9,\n                \"discount\": 100,\n                \"total\": 768.9,\n                \"total_paid\": 768.9,\n                \"total_due\": 0,\n                \"total_refunded\": 0,\n                \"payment_method\": \"Credit Card\",\n                \"tax_percent\": 10,\n                \"shipping_tax\": 0,\n                \"sub_total_tax_inclusive\": true,\n                \"sub_total_discount_inclusive\": true,\n                \"shipping_tax_inclusive\": false,\n                \"shipping_discount_inclusive\": false,\n                \"attachments\": [\n                    {\n                        \"url\": \"https:://example.com/avatar1.jpg\",\n                        \"type\": \"image1\"\n                    },\n                    {\n                        \"url\": \"https:://example.com/avatar2.jpg\",\n                        \"type\": \"image2\"\n                    },\n                    {\n                        \"url\": \"https:://example.com/avatar3.jpg\",\n                        \"type\": \"image3\"\n                    }\n                ]\n            },\n            \"customer\": {\n                \"id\": \"66ced351ffed27dec7c4072a\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"mobile\": \"1234567890\",\n                \"mobile_code\": \"+1\",\n                \"email\": \"john.doe@example.com\",\n                \"avatar\": \"https://example.com/avatar.jpg\",\n                \"gender\": \"male\"\n            },\n            \"labels\": [\n                \"label1\",\n                \"label2\",\n                \"label3\"\n            ],\n            \"slot\": {\n                \"delivery_date\": \"18122024\",\n                \"start_time\": 1100,\n                \"end_time\": 1500\n            },\n            \"payment_method\": \"prepaid\",\n            \"transactions\": [\n                {\n                    \"transaction_id\": \"123456\",\n                    \"amount\": 100.50,\n                    \"type\": 1,\n                    \"card_number\": \"4111111111111111\",\n                    \"source_account\": \"source_account_123\",\n                    \"destination_account\": \"destination_account_456\",\n                    \"status\": 1,\n                    \"description\": \"Payment for order #12345\"\n                }\n            ],\n            \"is_cash_on_delivery\": false,\n            \"note\": \"Please deliver during weekdays\",\n            \"type\": \"b2b\",\n            \"meta_data\": {\n                \"name\": \"Metadata\",\n                \"has_options\": true\n            },\n            \"external_fields\": [\n                {\n                    \"key\": \"order_id\",\n                    \"value\": \"12345\"\n                },\n                {\n                    \"key\": \"customer_name\",\n                    \"value\": \"John Doe\"\n                },\n                {\n                    \"key\": \"status\",\n                    \"value\": \"shipped\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/orders/bulk","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"path":["sales-channel","public","v1","tenants","sellers",":seller_code","orders","bulk"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"974","key":"seller_code"}]}},"response":[{"id":"c8bccc0b-ce6c-49ff-8a91-0b96319144ca","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NTgzNjQ4MjgsImp0aSI6ImI2NDUyYTBlLWZkYWYtNDBlYi05NjRkLTI1OGFmN2E1YjIwNiIsInVzZXJfZGV0YWlscyI6eyJUZW5hbnRDb2RlIjoiMzcxODEyNDk2OCIsIlRlbmFudElEIjoiIiwiVXNlcklEIjoiNTYyOCIsIlVzZXJOYW1lIjoiSGluaXNoIEJhbnNhbCIsIlJhdGVMaW1pdERldGFpbHMiOnsiRW5hYmxlZCI6dHJ1ZSwiUmVxdWVzdHNQZXJNaW51dGUiOjEyMH19LCJ0b2tlbl90eXBlIjoiQmVhcmVyIn0.SUhsS9bmE9bfPb4mX9sOl6W9tyrK_fiSHO6vmmVWwoLzzRsn3Z9jqhgEi1V-1Z9xXsyIPzUtuPJ3oDQTvLNDwzx4eS5Sf0ZhpcI4dE-iA1EkzIzssr2dHMiHZxGjIoBlq8Wwqu4Bhe0NnEOgUHddReTKq40OBBp-44CvgHVZvjm-VPwqN9lvPOljag5fsMQzgeN3aH66v3X0ajdBtAoTXyqZDgd2kRCfHneoGPMrKSOvjByGgsx9GU3qmKu126ZnAufrjvVWk9W26SMmJrg73to8kRfWhJ0jS5F7Kr45mKZFn_6tEDLDxpCq07TaAm-DD-M0GhZdPTW7H9wWx20tt9-55r_KbhWIqPtjH7vRQ4Rdyimx8BYYz7HVlQOuji6VvpQ1ge23KrKzyhBptqO-_6Arpbfj42ewOViFOEL2w6h6t9DRrqNoxG13Jm3ZQYQJf2_Vpt8l2iuEPxSaqI_5_upsLXUt8RhS99vaZ_XXOgMayh7NvVVpbmmUTdfpQ-epZEfInp_2emJu3NFKEjugpANzcdp8fvAKqjTDimhIL59R4HwP2dmTyGWmSx3_VQqJiRQtvA-2yH91pbIwE2hUVQJv5-o2bO4GHaiBNUkjxSQE3e6qnN2H7kxa4j9-ik4YvMPaUtX1XAwXxtkUOR_jKuk4qEd9gZB8gKaV7v9ZWfE"}],"body":{"mode":"raw","raw":"{\n    \"orders\": [\n        {\n            \"order_id\": \"order-12782352367678\",\n            \"order_alias\": \"order-alias-127\",\n            \"hub_code\": \"ONLS\",\n            \"shipment_type\": \"sales_channel_generated\",\n            \"order_items\": [\n                {\n                    \"sku_code\": \"11083224\",\n                    \"name\": \"iPhone 200\",\n                    \"display_price\": 799,\n                    \"selling_price\": 699,\n                    \"is_substituted\": false,\n                    \"quantity\": 1,\n                    \"tax_percent\": 10,\n                    \"tax\": 69.9,\n                    \"unit_price\": 699,\n                    \"subtotal\": 699,\n                    \"total\": 768.9,\n                    \"discount\": 100,\n                    \"tax_inclusive\": true\n                }\n            ],\n            \"billing_address\": {\n                \"address1\": \"123 Al-Masjid Al-Haram Street\",\n                \"address2\": \"Near Al-Faisaliah Tower\",\n                \"city\": \"Riyadh\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"phone\": \"+966-11-234-5678\",\n                \"state\": \"Riyadh\",\n                \"zip\": \"11564\",\n                \"state_code\": \"RIY\",\n                \"country_code\": \"SA\",\n                \"latitude\": 24.7136,\n                \"longitude\": 46.6753,\n                \"national_address_code\": \"\"\n            },\n            \"shipping_address\": {\n                \"address1\": \"456 King Abdulaziz Road\",\n                \"address2\": \"Near Kingdom Centre\",\n                \"city\": \"Jeddah\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"Jane\",\n                \"last_name\": \"Smith\",\n                \"phone\": \"+966-12-345-6789\",\n                \"state\": \"Makkah\",\n                \"zip\": \"21577\",\n                \"state_code\": \"MKA\",\n                \"country_code\": \"SA\",\n                \"latitude\": 21.4225,\n                \"longitude\": 39.8262,\n                \"national_address_code\": \"\"\n            },\n            \"invoice\": {\n                \"currency\": \"SAR\",\n                \"subtotal\": 699,\n                \"shipping_price\": 0,\n                \"shipping_refund\": 0,\n                \"tax\": 69.9,\n                \"discount\": 100,\n                \"total\": 768.9,\n                \"total_paid\": 768.9,\n                \"total_due\": 0,\n                \"total_refunded\": 0,\n                \"payment_method\": \"Credit Card\",\n                \"tax_percent\": 10,\n                \"shipping_tax\": 0,\n                \"sub_total_tax_inclusive\": true,\n                \"sub_total_discount_inclusive\": true,\n                \"shipping_tax_inclusive\": false,\n                \"shipping_discount_inclusive\": false,\n                \"attachments\": [\n                    {\n                        \"url\": \"https:://example.com/avatar1.jpg\",\n                        \"type\": \"image1\"\n                    },\n                    {\n                        \"url\": \"https:://example.com/avatar2.jpg\",\n                        \"type\": \"image2\"\n                    },\n                    {\n                        \"url\": \"https:://example.com/avatar3.jpg\",\n                        \"type\": \"image3\"\n                    }\n                ]\n            },\n            \"customer\": {\n                \"id\": \"66ced351ffed27dec7c4072a\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"mobile\": \"1234567890\",\n                \"mobile_code\": \"+1\",\n                \"email\": \"john.doe@example.com\",\n                \"avatar\": \"https://example.com/avatar.jpg\",\n                \"gender\": \"male\"\n            },\n            \"labels\": [\n                \"label1\",\n                \"label2\",\n                \"label3\"\n            ],\n            \"slot\": {\n                \"delivery_date\": \"18122024\",\n                \"start_time\": 1100,\n                \"end_time\": 1500\n            },\n            \"payment_method\": \"prepaid\",\n            \"transactions\": [\n                {\n                    \"transaction_id\": \"123456\",\n                    \"amount\": 100.50,\n                    \"type\": 1,\n                    \"card_number\": \"4111111111111111\",\n                    \"source_account\": \"source_account_123\",\n                    \"destination_account\": \"destination_account_456\",\n                    \"status\": 1,\n                    \"description\": \"Payment for order #12345\"\n                }\n            ],\n            \"is_cash_on_delivery\": false,\n            \"note\": \"Please deliver during weekdays\",\n            \"type\": \"b2b\",\n            \"meta_data\": {\n                \"name\": \"Metadata\",\n                \"has_options\": true\n            },\n            \"external_fields\": [\n                {\n                    \"key\": \"order_id\",\n                    \"value\": \"12345\"\n                },\n                {\n                    \"key\": \"customer_name\",\n                    \"value\": \"John Doe\"\n                },\n                {\n                    \"key\": \"status\",\n                    \"value\": \"shipped\"\n                }\n            ]\n        },\n        {\n            \"order_id\": \"order-127823523676\",\n            \"order_alias\": \"order-alias-127\",\n            \"hub_code\": \"ONLS\",\n            \"shipment_type\": \"sales_channel_generated\",\n            \"order_items\": [\n                {\n                    \"sku_code\": \"11083224\",\n                    \"name\": \"iPhone 200\",\n                    \"display_price\": 799,\n                    \"selling_price\": 699,\n                    \"is_substituted\": false,\n                    \"quantity\": 1,\n                    \"tax_percent\": 10,\n                    \"tax\": 69.9,\n                    \"unit_price\": 699,\n                    \"subtotal\": 699,\n                    \"total\": 768.9,\n                    \"discount\": 100,\n                    \"tax_inclusive\": true\n                }\n            ],\n            \"billing_address\": {\n                \"address1\": \"123 Al-Masjid Al-Haram Street\",\n                \"address2\": \"Near Al-Faisaliah Tower\",\n                \"city\": \"Riyadh\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"phone\": \"+966-11-234-5678\",\n                \"state\": \"Riyadh\",\n                \"zip\": \"11564\",\n                \"state_code\": \"RIY\",\n                \"country_code\": \"SA\",\n                \"latitude\": 24.7136,\n                \"longitude\": 46.6753,\n                \"national_address_code\": \"\"\n            },\n            \"shipping_address\": {\n                \"address1\": \"456 King Abdulaziz Road\",\n                \"address2\": \"Near Kingdom Centre\",\n                \"city\": \"Jeddah\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"Jane\",\n                \"last_name\": \"Smith\",\n                \"phone\": \"+966-12-345-6789\",\n                \"state\": \"Makkah\",\n                \"zip\": \"21577\",\n                \"state_code\": \"MKA\",\n                \"country_code\": \"SA\",\n                \"latitude\": 21.4225,\n                \"longitude\": 39.8262,\n                \"national_address_code\": \"\"\n            },\n            \"invoice\": {\n                \"currency\": \"SAR\",\n                \"subtotal\": 699,\n                \"shipping_price\": 0,\n                \"shipping_refund\": 0,\n                \"tax\": 69.9,\n                \"discount\": 100,\n                \"total\": 768.9,\n                \"total_paid\": 768.9,\n                \"total_due\": 0,\n                \"total_refunded\": 0,\n                \"payment_method\": \"Credit Card\",\n                \"tax_percent\": 10,\n                \"shipping_tax\": 0,\n                \"sub_total_tax_inclusive\": true,\n                \"sub_total_discount_inclusive\": true,\n                \"shipping_tax_inclusive\": false,\n                \"shipping_discount_inclusive\": false,\n                \"attachments\": [\n                    {\n                        \"url\": \"https:://example.com/avatar1.jpg\",\n                        \"type\": \"image1\"\n                    },\n                    {\n                        \"url\": \"https:://example.com/avatar2.jpg\",\n                        \"type\": \"image2\"\n                    },\n                    {\n                        \"url\": \"https:://example.com/avatar3.jpg\",\n                        \"type\": \"image3\"\n                    }\n                ]\n            },\n            \"customer\": {\n                \"id\": \"66ced351ffed27dec7c4072a\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"mobile\": \"1234567890\",\n                \"mobile_code\": \"+1\",\n                \"email\": \"john.doe@example.com\",\n                \"avatar\": \"https://example.com/avatar.jpg\",\n                \"gender\": \"male\"\n            },\n            \"labels\": [\n                \"label1\",\n                \"label2\",\n                \"label3\"\n            ],\n            \"slot\": {\n                \"delivery_date\": \"18122024\",\n                \"start_time\": 1100,\n                \"end_time\": 1500\n            },\n            \"payment_method\": \"prepaid\",\n            \"transactions\": [\n                {\n                    \"transaction_id\": \"123456\",\n                    \"amount\": 100.50,\n                    \"type\": 1,\n                    \"card_number\": \"4111111111111111\",\n                    \"source_account\": \"source_account_123\",\n                    \"destination_account\": \"destination_account_456\",\n                    \"status\": 1,\n                    \"description\": \"Payment for order #12345\"\n                }\n            ],\n            \"is_cash_on_delivery\": false,\n            \"note\": \"Please deliver during weekdays\",\n            \"type\": \"b2b\",\n            \"meta_data\": {\n                \"name\": \"Metadata\",\n                \"has_options\": true\n            },\n            \"external_fields\": [\n                {\n                    \"key\": \"order_id\",\n                    \"value\": \"12345\"\n                },\n                {\n                    \"key\": \"customer_name\",\n                    \"value\": \"John Doe\"\n                },\n                {\n                    \"key\": \"status\",\n                    \"value\": \"shipped\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://prodapi.omniful.com/sales-channel/public/v1/tenants/sellers/974/orders/bulk"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 05 Sep 2025 12:29:32 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"x-omniful-request-id","value":"2b31956a-ff3a-4417-9737-6651b0c41ab5"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"97a5bb92bb9e8016-MAA"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"job_id\": \"6664a81c-8a67-4618-bd80-2633ffb69cab\",\n        \"message\": \"Order bulk creation job started successfully\",\n        \"expires_in\": 86400\n    },\n    \"meta\": null\n}"}],"_postman_id":"631fbfae-3b25-4bc2-b2b1-0f63a62511b0"},{"name":"Get Order Logs","id":"20780b0c-3ee0-4a3a-8f6a-661bf04fc6eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://prodapi.omniful.com/sales-channel/public/v1/tenants/sellers/:seller_code/orders/:id/logs","description":"<h1 id=\"description\"><strong>Description</strong></h1>\n<p>Retrieve full logs of a specific order for a seller using the <code>id</code> which is the omniful order id.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"protocol":"https","path":["sales-channel","public","v1","tenants","sellers",":seller_code","orders",":id","logs"],"host":["prodapi","omniful","com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier assigned to a seller in the Omniful system. This code helps differentiate between multiple sellers operating on the platform.</p>\n","type":"text/plain"},"type":"any","value":"974","key":"seller_code"},{"description":{"content":"<p>Omniful Order Id</p>\n","type":"text/plain"},"type":"any","value":"698ae1c0673be7393529b42d","key":"id"}]}},"response":[{"id":"12b73342-c8ea-43de-a864-6a8112391834","name":"Success","originalRequest":{"method":"GET","header":[],"url":"https://prodapi.omniful.com/sales-channel/public/v1/tenants/sellers/974/orders/698ae1c0673be7393529b42d/logs"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Thu, 12 Mar 2026 12:44:12 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"690bb23d-3423-4e46-8979-54e0909c9aee"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Content-Encoding","value":"br"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"9db2e391caab4d3d-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"logs\": [\n            {\n                \"event\": \"New Order\",\n                \"event_updated_by\": \"Tenant Custom\",\n                \"event_updated_at\": \"Feb 10, 2026 07:44:00 AM\",\n                \"note\": \"\"\n            },\n            {\n                \"event\": \"Hub Assigned\",\n                \"event_updated_by\": \"System\",\n                \"event_updated_at\": \"Feb 10, 2026 07:44:01 AM\",\n                \"note\": \"\"\n            },\n            {\n                \"event\": \"In Picking\",\n                \"event_updated_by\": \"Priyanshu Jha\",\n                \"event_updated_at\": \"Mar 10, 2026 09:03:46 AM\",\n                \"note\": \"\"\n            },\n            {\n                \"event\": \"Picked\",\n                \"event_updated_by\": \"Priyanshu Jha\",\n                \"event_updated_at\": \"Mar 10, 2026 09:03:53 AM\",\n                \"note\": \"\"\n            },\n            {\n                \"event\": \"In Packing\",\n                \"event_updated_by\": \"Priyanshu Jha\",\n                \"event_updated_at\": \"Mar 10, 2026 09:03:58 AM\",\n                \"note\": \"\"\n            },\n            {\n                \"event\": \"Packed\",\n                \"event_updated_by\": \"Priyanshu Jha\",\n                \"event_updated_at\": \"Mar 10, 2026 09:04:48 AM\",\n                \"note\": \"\"\n            },\n            {\n                \"event\": \"Ready To Ship\",\n                \"event_updated_by\": \"Tenant Custom Integration\",\n                \"event_updated_at\": \"Mar 10, 2026 09:06:41 AM\",\n                \"note\": \"\"\n            },\n            {\n                \"event\": \"Shipped\",\n                \"event_updated_by\": \"Tenant Custom Integration\",\n                \"event_updated_at\": \"Mar 10, 2026 09:07:43 AM\",\n                \"note\": \"\"\n            }\n        ]\n    },\n    \"meta\": null\n}"}],"_postman_id":"20780b0c-3ee0-4a3a-8f6a-661bf04fc6eb"}],"id":"b8c2f4a0-f03b-4bc7-8d30-83b5e2d18a94","description":"<h1 id=\"🛒-order-api-documentation\">🛒 Order API Documentation</h1>\n<h2 id=\"📌-overview\">📌 Overview</h2>\n<p>This document outlines the structure of the <strong>Order API</strong> request and response, explaining the meaning, type, and purpose of each key.</p>\n<hr />\n<h2 id=\"📋-order-object-structure\">📋 Order Object Structure</h2>\n<h3 id=\"🔹-order-identification\">🔹 Order Identification</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>order_id</code></td>\n<td><code>string</code></td>\n<td>Unique identifier for the order in Omniful.</td>\n</tr>\n<tr>\n<td><code>order_alias</code></td>\n<td><code>string</code></td>\n<td>Alternative reference name assigned to the order.</td>\n</tr>\n<tr>\n<td><code>hub_code</code></td>\n<td><code>string</code></td>\n<td>Code of the fulfillment hub responsible for processing the order.</td>\n</tr>\n<tr>\n<td><code>seller_code</code></td>\n<td><code>string</code></td>\n<td>Unique identifier assigned to the seller.</td>\n</tr>\n<tr>\n<td><code>store_name</code></td>\n<td><code>string</code></td>\n<td>Name of the store where the order was placed.</td>\n</tr>\n<tr>\n<td><code>source</code></td>\n<td><code>string</code></td>\n<td>Indicates where the order originated (e.g., Sales Channel, Manual).</td>\n</tr>\n<tr>\n<td><code>status_code</code></td>\n<td><code>string</code></td>\n<td>Current status of the order (e.g., <code>On Hold</code>, <code>Shipped</code>).</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"📦-order-items\">📦 Order Items</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>order_items</code></td>\n<td><code>array</code></td>\n<td>List of items included in the order.</td>\n</tr>\n<tr>\n<td><code>sku_code</code></td>\n<td><code>string</code></td>\n<td>Unique Stock Keeping Unit (SKU) code for the item.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td><code>string</code></td>\n<td>Product name as it appears in the store.</td>\n</tr>\n<tr>\n<td><code>display_price</code></td>\n<td><code>number</code></td>\n<td>Original price of the item before applying any discount.</td>\n</tr>\n<tr>\n<td><code>selling_price</code></td>\n<td><code>number</code></td>\n<td>Final price of the item after applying discounts.</td>\n</tr>\n<tr>\n<td><code>quantity</code></td>\n<td><code>integer</code></td>\n<td>Number of units of this item ordered.</td>\n</tr>\n<tr>\n<td><code>tax_percent</code></td>\n<td><code>number</code></td>\n<td>Tax percentage applied to this item.</td>\n</tr>\n<tr>\n<td><code>tax</code></td>\n<td><code>number</code></td>\n<td>Total tax amount applied to the item.</td>\n</tr>\n<tr>\n<td><code>unit_price</code></td>\n<td><code>number</code></td>\n<td>Price per unit of the item.</td>\n</tr>\n<tr>\n<td><code>subtotal</code></td>\n<td><code>number</code></td>\n<td>Price before tax and discounts for this item.</td>\n</tr>\n<tr>\n<td><code>total</code></td>\n<td><code>number</code></td>\n<td>Final payable amount for this item after tax and discount.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"🏠-address-information\">🏠 Address Information</h3>\n<h4 id=\"📄-billing-address-customers-payment-information\">📄 Billing Address (Customer's Payment Information)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>billing_address</code></td>\n<td><code>object</code></td>\n<td>Contains billing details of the customer.</td>\n</tr>\n<tr>\n<td><code>address1</code></td>\n<td><code>string</code></td>\n<td>Primary billing address.</td>\n</tr>\n<tr>\n<td><code>address2</code></td>\n<td><code>string</code></td>\n<td>Secondary billing address (if applicable).</td>\n</tr>\n<tr>\n<td><code>city</code></td>\n<td><code>string</code></td>\n<td>City where the order is billed.</td>\n</tr>\n<tr>\n<td><code>state</code></td>\n<td><code>string</code></td>\n<td>State or region of the billing address.</td>\n</tr>\n<tr>\n<td><code>zip</code></td>\n<td><code>string</code></td>\n<td>Postal code of the billing address.</td>\n</tr>\n<tr>\n<td><code>country</code></td>\n<td><code>string</code></td>\n<td>Country of the billing address.</td>\n</tr>\n<tr>\n<td><code>phone</code></td>\n<td><code>string</code></td>\n<td>Customer’s phone number for billing.</td>\n</tr>\n<tr>\n<td><code>national_address_code</code></td>\n<td><code>string</code></td>\n<td>National address code of billing address</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"🚚-shipping-address-customers-delivery-information\">🚚 Shipping Address (Customer’s Delivery Information)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>shipping_address</code></td>\n<td><code>object</code></td>\n<td>Contains shipping details for the order.</td>\n</tr>\n<tr>\n<td><code>address1</code></td>\n<td><code>string</code></td>\n<td>Primary shipping address where the order will be delivered.</td>\n</tr>\n<tr>\n<td><code>address2</code></td>\n<td><code>string</code></td>\n<td>Secondary shipping address (if applicable).</td>\n</tr>\n<tr>\n<td><code>city</code></td>\n<td><code>string</code></td>\n<td>City where the order is being shipped.</td>\n</tr>\n<tr>\n<td><code>state</code></td>\n<td><code>string</code></td>\n<td>State or region of the shipping address.</td>\n</tr>\n<tr>\n<td><code>zip</code></td>\n<td><code>string</code></td>\n<td>Postal code of the shipping address.</td>\n</tr>\n<tr>\n<td><code>country</code></td>\n<td><code>string</code></td>\n<td>Country of the shipping address.</td>\n</tr>\n<tr>\n<td><code>phone</code></td>\n<td><code>string</code></td>\n<td>Customer’s phone number for shipping.</td>\n</tr>\n<tr>\n<td><code>national_address_code</code></td>\n<td><code>string</code></td>\n<td>National address code of shipping address</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"🧾-invoice-information-order-payment-summary\">🧾 Invoice Information (Order Payment Summary)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>invoice</code></td>\n<td><code>object</code></td>\n<td>Contains invoice details for the order.</td>\n</tr>\n<tr>\n<td><code>currency</code></td>\n<td><code>string</code></td>\n<td>Currency used for this order (e.g., USD, SAR).</td>\n</tr>\n<tr>\n<td><code>subtotal</code></td>\n<td><code>number</code></td>\n<td>Total cost of all items before tax, discounts, or shipping.</td>\n</tr>\n<tr>\n<td><code>shipping_price</code></td>\n<td><code>number</code></td>\n<td>Shipping cost for the order.</td>\n</tr>\n<tr>\n<td><code>tax</code></td>\n<td><code>number</code></td>\n<td>Total tax amount applied to the order.</td>\n</tr>\n<tr>\n<td><code>discount</code></td>\n<td><code>number</code></td>\n<td>Total discount applied to the order.</td>\n</tr>\n<tr>\n<td><code>total</code></td>\n<td><code>number</code></td>\n<td>Final payable amount including all charges.</td>\n</tr>\n<tr>\n<td><code>total_paid</code></td>\n<td><code>number</code></td>\n<td>Amount already paid by the customer.</td>\n</tr>\n<tr>\n<td><code>total_due</code></td>\n<td><code>number</code></td>\n<td>Remaining balance the customer needs to pay.</td>\n</tr>\n<tr>\n<td><code>payment_method</code></td>\n<td><code>string</code></td>\n<td>Payment mode (e.g., <code>Mada</code>, <code>Credit Card</code>).</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"👤-customer-details\">👤 Customer Details</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>customer</code></td>\n<td><code>object</code></td>\n<td>Contains customer details.</td>\n</tr>\n<tr>\n<td><code>first_name</code></td>\n<td><code>string</code></td>\n<td>Customer’s first name.</td>\n</tr>\n<tr>\n<td><code>last_name</code></td>\n<td><code>string</code></td>\n<td>Customer’s last name.</td>\n</tr>\n<tr>\n<td><code>mobile</code></td>\n<td><code>string</code></td>\n<td>Customer’s mobile number.</td>\n</tr>\n<tr>\n<td><code>mobile_code</code></td>\n<td><code>string</code></td>\n<td>Country code for the mobile number.</td>\n</tr>\n<tr>\n<td><code>email</code></td>\n<td><code>string</code></td>\n<td>Customer’s email address.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"🚛-shipment-details-delivery-processing\">🚛 Shipment Details (Delivery Processing)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>shipment_type</code></td>\n<td><code>string</code></td>\n<td>Type of shipment (e.g., <code>omniful_generated</code>).</td>\n</tr>\n<tr>\n<td><code>delivery_type</code></td>\n<td><code>string</code></td>\n<td>Type of delivery (e.g., <code>normal_delivery</code>).</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"💰-payment-details\">💰 Payment Details</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>payment_method</code></td>\n<td><code>string</code></td>\n<td>Payment method selected by the customer (e.g., <code>prepaid</code>, <code>COD</code>).</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"📝-miscellaneous\">📝 Miscellaneous</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>note</code></td>\n<td><code>string</code></td>\n<td>Additional notes or instructions related to the order.</td>\n</tr>\n<tr>\n<td><code>type</code></td>\n<td><code>string</code></td>\n<td>The order category (e.g., <code>b2b</code>, <code>RTS</code>).</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"✅-notes\">✅ Notes</h2>\n<ul>\n<li><p><code>order_id</code> is the primary reference for tracking and retrieving orders.</p>\n</li>\n<li><p>Use <strong>Omniful Order ID</strong> instead of sales channel IDs for consistency.</p>\n</li>\n<li><p>Orders can be fetched using the <strong>Get Orders API</strong>.</p>\n</li>\n</ul>\n<hr />\n<p>For further details, refer to the Sample API Request Response Below.</p>\n","_postman_id":"b8c2f4a0-f03b-4bc7-8d30-83b5e2d18a94","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}}},{"name":"Shipment","item":[{"name":"Trigger Automatic Shipment Creation","id":"8f06b346-8a31-43b5-81fc-80063382db0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"number_of_boxes\": 1,\n  \"weight\": 1.2,\n  \"remarks\": \"Please handle shipment carefully,\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/orders/:id/shipment","description":"<p>This API endpoint is used to trigger the automatic creation of a shipment for a specific order within the Omniful platform. The shipment is generated when the details for a given order are provided, such as the number of boxes, weight, and any special remarks. This is used when the shipments are to be generated automatically by Omniful.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"path":["sales-channel","public","v1","tenants","sellers",":seller_code","orders",":id","shipment"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"KO-SE-1","key":"seller_code"},{"type":"any","value":"67b4218b644dd44f6a101c28","key":"id"}]}},"response":[{"id":"af951955-26ca-4c0f-ac7c-f05fab359d43","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"number_of_boxes\": 1,\n  \"weight\": 1.2,\n  \"remarks\": \"Please handle shipment carefully,\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/orders/:id/shipment","host":["{{base_url}}"],"path":["sales-channel","public","v1","tenants","sellers",":seller_code","orders",":id","shipment"],"variable":[{"key":"seller_code","value":"KO-SE-1"},{"key":"id","value":"67b4218b644dd44f6a101c28"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 Feb 2025 06:00:57 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"0fa83acd-697c-4d61-a7bd-cfa90940ba7c"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"913bccb7b80f289e-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"oms_order_id\": \"67b4218b644dd44f6a101c28\",\n        \"status\": \"Ready To Ship\",\n        \"shipping_partner_order_id\": \"\",\n        \"awb_number\": \"31247103146365\",\n        \"shipping_awb_label\": \"\",\n        \"tracking_info\": null,\n        \"shipping_partner_status\": \"created\",\n        \"shipping_partner_tag\": \"tamex\",\n        \"shipping_partner_name\": \"Tamex\",\n        \"tracking_url\": \"https://tamex.com.sa/track/31247103146365\",\n        \"awb_label\": \"\",\n        \"number_of_boxes\": 1,\n        \"weight\": 1.2,\n        \"remarks\": \"Please handle shipment carefully,\",\n        \"pickup_otp\": \"\",\n        \"shipping_reference\": \"\",\n        \"print_awb_allowed\": true,\n        \"print_manual_awb_allowed\": false,\n        \"print_delivery_note_allowed\": true,\n        \"pre_shipment_details\": null,\n        \"shipping_account\": {\n            \"name\": \"shubhra\",\n            \"display_name\": \"shubhra (Tamex)\"\n        },\n        \"courier_partner\": {\n            \"name\": \"Tamex\",\n            \"tag\": \"tamex\",\n            \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/tamex.png\"\n        }\n    },\n    \"meta\": null\n}"}],"_postman_id":"8f06b346-8a31-43b5-81fc-80063382db0e"},{"name":"Update Shipment Details","id":"07ee99db-35cc-4cf6-9f55-50760d7c235d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"tracking_url\": \"https://tracking.fedex.com/123456789\",\n    \"awb_number\": \"AWB123456787\",\n    \"awb_label\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/shipping/tamex/pixicommerce435/14755/55f86b562b59de7e04cc5687_awb_label.pdf\",\n    \"package_details\": {\n        \"number_of_boxes\": 1,\n        \"weight\": 1,\n        \"dimensions\": {\n            \"length\": 30,\n            \"breadth\": 20,\n            \"height\": 15\n        },\n        \"remarks\": \"Handle with care\"\n    },\n    \"courier_partner\": {\n        \"tag\": \"dhl_express\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/orders/:order_id/shipment","description":"<p>This API endpoint is used to update an existing shipment for a specific order within the Omniful platform. It allows you to modify shipment details such as shipping partner information, tracking URL, package details (e.g., dimensions, weight), and courier partner information. This is typically used to update shipment details after the initial creation by Sales Channel only.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"path":["sales-channel","public","v1","tenants","sellers",":seller_code","orders",":order_id","shipment"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"KO-SE-1","key":"seller_code"},{"type":"any","value":"67b42285644dd44f6a101c30","key":"order_id"}]}},"response":[{"id":"a13bd76a-13d4-4c47-82d8-8fcac4c3c4d0","name":"Success","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"tracking_url\": \"https://tracking.fedex.com/123456789\",\n    \"awb_number\": \"AWB123456787\",\n    \"awb_label\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/shipping/tamex/pixicommerce435/14755/55f86b562b59de7e04cc5687_awb_label.pdf\",\n    \"package_details\": {\n        \"number_of_boxes\": 1,\n        \"weight\": 1,\n        \"dimensions\": {\n            \"length\": 30,\n            \"breadth\": 20,\n            \"height\": 15\n        },\n        \"remarks\": \"Handle with care\"\n    },\n    \"courier_partner\": {\n        \"tag\": \"dhl_express\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/orders/:order_id/shipment","host":["{{base_url}}"],"path":["sales-channel","public","v1","tenants","sellers",":seller_code","orders",":order_id","shipment"],"variable":[{"key":"seller_code","value":"KO-SE-1"},{"key":"order_id","value":"67b42285644dd44f6a101c30"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 Feb 2025 06:03:53 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"a6182590-2dfc-4a82-8c2a-b0762a452c34"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"913bd105dc93387a-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": \"Shipment updated successfully\",\n    \"meta\": null\n}"}],"_postman_id":"07ee99db-35cc-4cf6-9f55-50760d7c235d"},{"name":"Update Shipment Status","id":"31de3446-d12f-40b3-bd73-3ecafb6b6502","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"shipment_status\" : \"delivered\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/orders/:order_id/shipment/status","description":"<p>This API is used to update shipment status when shipment type of the order is <code>sales_channel_generated &amp; omniful_generated</code>.</p>\n<p>Allowed Shipment Status: [ <code>dispatched</code>, <code>out_for_delivery</code>, <code>in_transit</code>, <code>delivered</code>, <code>return_to_origin</code>]</p>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"path":["sales-channel","public","v1","tenants","sellers",":seller_code","orders",":order_id","shipment","status"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"KO-SE-1","key":"seller_code"},{"type":"any","value":"67b42285644dd44f6a101c30","key":"order_id"}]}},"response":[{"id":"6bc12d25-88e0-4772-a00b-6f8484974e7a","name":"Success","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"shipment_status\" : \"dispatched\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/orders/:order_id/shipment/status","host":["{{base_url}}"],"path":["sales-channel","public","v1","tenants","sellers",":seller_code","orders",":order_id","shipment","status"],"variable":[{"key":"seller_code","value":"KO-SE-1"},{"key":"order_id","value":"67b42285644dd44f6a101c30"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 Feb 2025 06:05:15 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"56707084-3e9a-40dc-988c-cc20a4269d3a"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"913bd306c9c60850-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": \"Shipment status updated successfully\",\n    \"meta\": null\n}"}],"_postman_id":"31de3446-d12f-40b3-bd73-3ecafb6b6502"},{"name":"Create Manual Shipment","id":"33db6e4a-53d4-4d5b-90b3-e2d33bbb14e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"tracking_url\": \"https://tracking.example.com/123456789\",\n    \"awb_number\": \"AWBMANUAL1234511618882661132\",\n    \"awb_label\": \"https://example.link.com/shipping/b59de7e04cc5687_awb_label.pdf\",\n    \"package_details\": {\n        \"number_of_boxes\": 1,\n        \"weight\": 1,\n        \"dimensions\": {\n            \"length\": 30,\n            \"breadth\": 20,\n            \"height\": 15\n        },\n        \"remarks\": \"Handle with care\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/orders/:oms_order_id/shipment/manual","description":"<p>Creates a manual shipment for an existing order by attaching tracking, AWB, and package details.<br />Can be created only for order with the shipment type: <code>omniful_generated</code></p>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"path":["sales-channel","public","v1","tenants","sellers",":seller_code","orders",":oms_order_id","shipment","manual"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"49","key":"seller_code"},{"type":"any","value":"689447431b0d7a83d769fed8","key":"oms_order_id"}]}},"response":[{"id":"8be52559-58b2-4e31-a476-74057b4cbbf6","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"tracking_url\": \"https://tracking.example.com/123456789\",\n    \"awb_number\": \"AWBMANUAL1234511618882661132\",\n    \"awb_label\": \"https://example.link.com/shipping/b59de7e04cc5687_awb_label.pdf\",\n    \"package_details\": {\n        \"number_of_boxes\": 1,\n        \"weight\": 1,\n        \"dimensions\": {\n            \"length\": 30,\n            \"breadth\": 20,\n            \"height\": 15\n        },\n        \"remarks\": \"Handle with care\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/orders/:oms_order_id/shipment/manual","host":["{{base_url}}"],"path":["sales-channel","public","v1","tenants","sellers",":seller_code","orders",":oms_order_id","shipment","manual"],"variable":[{"key":"seller_code","value":"49"},{"key":"oms_order_id","value":"689447431b0d7a83d769fed8"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"oms_order_id\": \"689447431b0d7a83d769fed8\",\n        \"status\": \"Ready To Ship\",\n        \"shipping_partner_order_id\": \"\",\n        \"awb_number\": \"AWBMANUAL1234511618882661132\",\n        \"shipping_awb_label\": \"https://example.link.com/shipping/b59de7e04cc5687_awb_label.pdf\",\n        \"tracking_info\": null,\n        \"shipping_partner_status\": \"Ready to Ship\",\n        \"shipping_partner_tag\": \"manual\",\n        \"shipping_partner_name\": \"Manual\",\n        \"tracking_url\": \"https://tracking.example.com/123456789\",\n        \"awb_label\": \"https://example.link.com/shipping/b59de7e04cc5687_awb_label.pdf\",\n        \"number_of_boxes\": 1,\n        \"weight\": 1,\n        \"remarks\": \"Handle with not care\",\n        \"pickup_otp\": \"\",\n        \"shipping_reference\": \"\",\n        \"print_awb_allowed\": true,\n        \"print_manual_awb_allowed\": false,\n        \"print_delivery_note_allowed\": true,\n        \"pre_shipment_details\": null,\n        \"shipping_account\": {\n            \"id\": 0,\n            \"name\": \"\",\n            \"display_name\": \"\"\n        },\n        \"suggested_shipping_account\": {\n            \"id\": 0,\n            \"name\": \"\",\n            \"display_name\": \"\"\n        },\n        \"courier_partner\": {\n            \"id\": 0,\n            \"name\": \"Manual\",\n            \"tag\": \"manual\",\n            \"logo\": \"\"\n        }\n    },\n    \"meta\": null\n}"}],"_postman_id":"33db6e4a-53d4-4d5b-90b3-e2d33bbb14e2"}],"id":"be2700e1-5d69-42c3-8c9a-e9cd1532ccd9","_postman_id":"be2700e1-5d69-42c3-8c9a-e9cd1532ccd9","description":"","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}}},{"name":"Return Requests","item":[{"name":"Get Return Requests","id":"a256361f-445b-4d24-8e4e-7a2c8e442dec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/return_requests?order_id=order-127","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"path":["sales-channel","public","v1","tenants","sellers",":seller_code","return_requests"],"host":["{{base_url}}"],"query":[{"disabled":true,"key":"page","value":"1"},{"disabled":true,"key":"per_page","value":"10"},{"disabled":true,"key":"status","value":"approved"},{"key":"order_id","value":"order-127"}],"variable":[{"type":"any","value":"KO-SE-1","key":"seller_code"}]}},"response":[{"id":"5e6e38c1-1998-471f-8b39-d2cbce67a1d4","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/return_requests?order_id=order-127","host":["{{base_url}}"],"path":["sales-channel","public","v1","tenants","sellers",":seller_code","return_requests"],"query":[{"key":"page","value":"1","disabled":true},{"key":"per_page","value":"10","disabled":true},{"key":"status","value":"approved","disabled":true},{"key":"order_id","value":"order-127"}],"variable":[{"key":"seller_code","value":"KO-SE-1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 Feb 2025 06:09:38 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"e678843b-98cf-4dfd-ae42-7559e4d0e654"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"913bd9737b8e7ff9-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": [\n        {\n            \"id\": \"67b423d5b3ac6dda2312c9cc\",\n            \"return_request_number\": \"RET-2024-001\",\n            \"customer\": {\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"mobile\": \"+966-1234567890\",\n                \"mobile_code\": \"+966\",\n                \"country_code\": \"\",\n                \"email\": \"john.doe@example.com\",\n                \"avatar\": \"https://example.com/avatar.jpg\",\n                \"gender\": \"male\",\n                \"country\": \"\",\n                \"country_calling_code\": \"\"\n            },\n            \"seller_name\": \"Kouta Store\",\n            \"order_id\": \"order-127\",\n            \"hub_code\": \"ONLS\",\n            \"return_items\": [\n                {\n                    \"sku_code\": \"1108322\",\n                    \"return_quantity\": 1,\n                    \"return_reason\": \"Damaged product\",\n                    \"delivered_quantity\": 1\n                }\n            ],\n            \"total_return_items_count\": 1,\n            \"total_delivered_items_count\": 1,\n            \"total_sku_count\": 1,\n            \"total\": 658.9,\n            \"invoice\": {\n                \"currency\": \"SAR\",\n                \"subtotal\": 658.9,\n                \"shipping_price\": 0,\n                \"shipping_refund\": 0,\n                \"tax\": 59.9,\n                \"discount\": 100,\n                \"total\": 650.41,\n                \"total_paid\": 658.9,\n                \"total_due\": 0,\n                \"tax_percent\": 10,\n                \"shipping_tax\": 0,\n                \"sub_total_tax_inclusive\": true,\n                \"sub_total_discount_inclusive\": true,\n                \"shipping_tax_inclusive\": false,\n                \"shipping_discount_inclusive\": false,\n                \"additional_charges\": [\n                    {\n                        \"type\": \"shipping\",\n                        \"value\": 0,\n                        \"cost\": 5.99,\n                        \"cost_without_tax\": 5.45,\n                        \"tax_amount\": 0.54,\n                        \"tax_inclusive\": true,\n                        \"tax_percentage\": 10,\n                        \"is_applied\": true\n                    },\n                    {\n                        \"type\": \"restocking_fee\",\n                        \"value\": 0,\n                        \"cost\": 2.5,\n                        \"cost_without_tax\": 2.38,\n                        \"tax_amount\": 0.12,\n                        \"tax_inclusive\": true,\n                        \"tax_percentage\": 5,\n                        \"is_applied\": true\n                    }\n                ],\n                \"attachments\": null\n            },\n            \"payment_method\": \"Prepaid\",\n            \"status\": \"New\",\n            \"shipment\": {\n                \"order_delivered_at\": \"2025-02-18T06:06:28.507Z\",\n                \"order_shipped_at\": \"2025-02-18T06:05:15.025Z\",\n                \"shipment_order_id\": \"order-127\",\n                \"awb_number\": \"AWB123456787\",\n                \"delivery_status\": \"\",\n                \"awb_label\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/shipping/tamex/pixicommerce435/14755/55f86b562b59de7e04cc5687_awb_label.pdf\",\n                \"shipping_partner_tag\": \"fedex_express\",\n                \"shipping_partner_name\": \"FedEx\",\n                \"number_of_boxes\": 1,\n                \"shipping_account\": {\n                    \"id\": 0,\n                    \"name\": \"\"\n                },\n                \"courier_partner\": {\n                    \"id\": 0,\n                    \"name\": \"\",\n                    \"tag\": \"\",\n                    \"logo\": \"\"\n                }\n            }\n        }\n    ],\n    \"meta\": {\n        \"current_page\": 1,\n        \"last_page\": 1,\n        \"per_page\": 20,\n        \"total\": 1\n    }\n}"}],"_postman_id":"a256361f-445b-4d24-8e4e-7a2c8e442dec"},{"name":"Create Return Request","id":"f6d7003d-4d7d-41fe-a0c6-459fedb38d2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"hub_code\": \"ONLS\",\n  \"return_items\": [\n    {\n      \"seller_sku_code\": \"1108322\",\n      \"quantity\": 1,\n      \"return_reason\": \"Damaged product\",\n      \"refund_amount\": 49.99,\n      \"return_reasons\": [\n        {\n          \"reason\": \"Damaged product\",\n          \"quantity\": 1\n        }\n      ]\n    }\n  ],\n  \"return_reason\": \"Customer dissatisfaction\",\n  \"return_request_number\": \"RET-2024-001\",\n  \"additional_charges\": [\n    {\n      \"type\": \"shipping\",\n      \"cost_with_tax\": 5.99,\n      \"tax_percentage\": 10.0\n    },\n    {\n      \"type\": \"restocking_fee\",\n      \"cost_with_tax\": 2.50,\n      \"tax_percentage\": 5.0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/orders/:id/return_requests","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"path":["sales-channel","public","v1","tenants","sellers",":seller_code","orders",":id","return_requests"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"KO-SE-1","key":"seller_code"},{"type":"any","value":"67b42285644dd44f6a101c30","key":"id"}]}},"response":[{"id":"ec602eb2-e744-464a-bef6-8f930eb9b39b","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"hub_code\": \"ONLS\",\n  \"return_items\": [\n    {\n      \"seller_sku_code\": \"1108322\",\n      \"quantity\": 1,\n      \"return_reason\": \"Damaged product\",\n      \"refund_amount\": 49.99,\n      \"return_reasons\": [\n        {\n          \"reason\": \"Damaged product\",\n          \"quantity\": 1\n        }\n      ]\n    }\n  ],\n  \"return_reason\": \"Customer dissatisfaction\",\n  \"return_request_number\": \"RET-2024-001\",\n  \"additional_charges\": [\n    {\n      \"type\": \"shipping\",\n      \"cost_with_tax\": 5.99,\n      \"tax_percentage\": 10.0\n    },\n    {\n      \"type\": \"restocking_fee\",\n      \"cost_with_tax\": 2.50,\n      \"tax_percentage\": 5.0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/orders/:id/return_requests","host":["{{base_url}}"],"path":["sales-channel","public","v1","tenants","sellers",":seller_code","orders",":id","return_requests"],"variable":[{"key":"seller_code","value":"KO-SE-1"},{"key":"id","value":"67b42285644dd44f6a101c30"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 Feb 2025 06:08:21 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"85ed5ddd-7904-4619-8368-44a72c19e740"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"913bd7913fd207f4-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": \"Return request created successfully\",\n    \"meta\": null\n}"}],"_postman_id":"f6d7003d-4d7d-41fe-a0c6-459fedb38d2d"},{"name":"Reject Return Request","id":"2d7f1c17-6374-40f2-89a3-ee4cfb69d529","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/return_requests/:return_request_id/reject","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"path":["sales-channel","public","v1","tenants","sellers",":seller_code","return_requests",":return_request_id","reject"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"KO-SE-1","key":"seller_code"},{"type":"any","value":"67b423d5b3ac6dda2312c9cc","key":"return_request_id"}]}},"response":[{"id":"f7152a57-abe6-4752-a324-6da6a7aa2680","name":"Success","originalRequest":{"method":"PUT","header":[],"url":{"raw":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/return_requests/:return_request_id/reject","host":["{{base_url}}"],"path":["sales-channel","public","v1","tenants","sellers",":seller_code","return_requests",":return_request_id","reject"],"variable":[{"key":"seller_code","value":"KO-SE-1"},{"key":"return_request_id","value":"67b423d5b3ac6dda2312c9cc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 Feb 2025 06:10:24 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"54bc1af2-fb42-4928-8238-91e704ab16cb"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"913bda967f525b5f-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": \"Return request rejected successfully\",\n    \"meta\": null\n}"}],"_postman_id":"2d7f1c17-6374-40f2-89a3-ee4cfb69d529"},{"name":"Approve Return Request","id":"6fc6a9ef-aa51-48be-8348-2363a9bf898c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"return_reason\": \"Product damaged during shipping\",\n  \"order_items\": [\n    {\n      \"sku_code\": \"srv-sku-10\",\n      \"return_quantity\":1,\n      \"return_reason\": \"Damaged item\"\n    }\n  ],\n  \"total_refundable_amount\": 159.99,\n  \"approval_mode\": \"full\",\n  \"return_request_id\": \"RR-2024-123456\",\n  \"additional_charges\": [\n    {\n      \"type\": \"restocking_fee\",\n      \"cost_with_tax\": 10.50,\n      \"tax_percentage\": 5.0\n    },\n    {\n      \"type\": \"return_shipping\",\n      \"cost_with_tax\": 15.99,\n      \"tax_percentage\": 8.0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/return_requests/:return_request_id/approve","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"path":["sales-channel","public","v1","tenants","sellers",":seller_code","return_requests",":return_request_id","approve"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"KO-SE-1","key":"seller_code"},{"type":"any","value":"67ad9fee9400b08c71f10bc9","key":"return_request_id"}]}},"response":[{"id":"b19d2fcf-c0cc-44c7-8d12-f09acda4d29e","name":"Success","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"return_reason\": \"Product damaged during shipping\",\n  \"order_items\": [\n    {\n      \"sku_code\": \"srv-sku-10\",\n      \"return_quantity\":1,\n      \"return_reason\": \"Damaged item\"\n    }\n  ],\n  \"total_refundable_amount\": 159.99,\n  \"approval_mode\": \"full\",\n  \"return_request_id\": \"RR-2024-123456\",\n  \"additional_charges\": [\n    {\n      \"type\": \"restocking_fee\",\n      \"cost_with_tax\": 10.50,\n      \"tax_percentage\": 5.0\n    },\n    {\n      \"type\": \"return_shipping\",\n      \"cost_with_tax\": 15.99,\n      \"tax_percentage\": 8.0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/return_requests/:return_request_id/approve","host":["{{base_url}}"],"path":["sales-channel","public","v1","tenants","sellers",":seller_code","return_requests",":return_request_id","approve"],"variable":[{"key":"seller_code","value":"SG-333"},{"key":"return_request_id","value":"67ad9fee9400b08c71f10bc9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Omniful-Request-Id","value":"6b9c8a09-548d-45a2-85e5-4ce916a7b41f"},{"key":"Date","value":"Thu, 13 Feb 2025 07:34:36 GMT"},{"key":"Content-Length","value":"95"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": \"Return request approved successfully\",\n    \"meta\": null\n}"}],"_postman_id":"6fc6a9ef-aa51-48be-8348-2363a9bf898c"}],"id":"6913665c-a7ec-4e71-90e8-1674e6f4c36a","_postman_id":"6913665c-a7ec-4e71-90e8-1674e6f4c36a","description":"","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}}},{"name":"Return To Sender","item":[{"name":"Create Return To Sender Order","id":"3c5cce22-c88c-4dc4-beeb-f0d544102f7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_id\": \"rtv_to_supplier_4\",\n    \"hub_code\": \"ONLS\",\n    \"recipient_details\": {\n        \"type\": \"supplier\", \n        \"code\": \"SA-659\"\n    },\n    \"order_items\": [\n        {\n            \"sku_code\": \"srv-sku-12323\",\n            \"name\": \"iPhone 15 Pro\",\n            \"display_price\": 799,\n            \"selling_price\": 699,\n            \"is_substituted\": false,\n            \"quantity\": 1,\n            \"tax_percent\": 10,\n            \"tax\": 69.9,\n            \"unit_price\": 699,\n            \"subtotal\": 699,\n            \"total\": 768.9,\n            \"discount\": 100,\n            \"tax_inclusive\": true\n        }\n    ],\n    \"billing_address\": {\n        \"address1\": \"123 Main Street\",\n        \"city\": \"New York\",\n        \"country\": \"United States\",\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"phone\": \"123-456-7890\",\n        \"state\": \"NY\",\n        \"zip\": \"10001\",\n        \"state_code\": \"NY\",\n        \"country_code\": \"US\",\n        \"latitude\": 40.7128,\n        \"longitude\": -74.0060,\n        \"national_address_code\" : \"nac_1234\"\n    },\n    \"shipping_address\": {\n        \"address1\": \"456 Elm Street\",\n        \"city\": \"Los Angeles\",\n        \"country\": \"United States\",\n        \"first_name\": \"Jane\",\n        \"last_name\": \"Smith\",\n        \"phone\": \"987-654-3210\",\n        \"state\": \"CA\",\n        \"zip\": \"90001\",\n        \"state_code\": \"CA\",\n        \"country_code\": \"US\",\n        \"latitude\": 34.0522,\n        \"longitude\": -118.2437,\n        \"national_address_code\" : \"nac_1234\"\n    },\n    \"order_created_at\": \"2024-09-19T07:15:25.220Z\",\n    \"invoice\": {\n        \"currency\": \"USD\",\n        \"subtotal\": 699,\n        \"shipping_price\": 0,\n        \"shipping_refund\": 0,\n        \"tax\": 69.9,\n        \"discount\": 100,\n        \"total\": 768.9,\n        \"total_paid\": 768.9,\n        \"total_due\": 0,\n        \"total_refunded\": 0,\n        \"payment_method\": \"Credit Card\",\n        \"tax_percent\": 10,\n        \"shipping_tax\": 0,\n        \"sub_total_tax_inclusive\": true,\n        \"sub_total_discount_inclusive\": true,\n        \"shipping_tax_inclusive\": false,\n        \"shipping_discount_inclusive\": false\n    },\n    \"customer\": {\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"mobile\": \"1234567890\",\n        \"mobile_code\": \"+1\",\n        \"email\": \"john.doe@example.com\",\n        \"avatar\": \"https://example.com/avatar.jpg\",\n        \"gender\": \"male\"\n    },\n    \"shipment\": {\n        \"shipping_partner_name\": \"CourierX\",\n        \"shipping_partner_tag\": \"courierx123\",\n        \"awb_number\": \"AWB-456\",\n        \"awb_label\": \"https://example.com/awb-label.jpg\",\n        \"tracking_link\": \"https://example.com/tracking/456\"\n    },\n    \"payment_method\": \"prepaid\",\n    \"is_cash_on_delivery\": false,\n    \"note\": \"Please deliver during weekdays\",\n    \"meta_data\": {\n        \"name\": \"Metadata\",\n        \"has_options\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/return_to_sender","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"path":["sales-channel","public","v1","tenants","sellers",":seller_code","return_to_sender"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"KO-SE-1","key":"seller_code"}]}},"response":[{"id":"6bddbae7-3e8c-48c1-b919-c9849b26886f","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_id\": \"rtv_to_supplier_1\",\n    \"hub_code\": \"64576\",\n    \"recipient_details\": {\n        \"type\": \"supplier\", \n        \"code\": \"CC-242\"\n    },\n    \"order_items\": [\n        {\n            \"sku_code\": \"sku-srv-123123\",\n            \"name\": \"iPhone 15 Pro\",\n            \"display_price\": 799,\n            \"selling_price\": 699,\n            \"is_substituted\": false,\n            \"quantity\": 1,\n            \"tax_percent\": 10,\n            \"tax\": 69.9,\n            \"unit_price\": 699,\n            \"subtotal\": 699,\n            \"total\": 768.9,\n            \"discount\": 100,\n            \"tax_inclusive\": true\n        }\n    ],\n    \"billing_address\": {\n        \"address1\": \"123 Main Street\",\n        \"city\": \"New York\",\n        \"country\": \"United States\",\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"phone\": \"123-456-7890\",\n        \"state\": \"NY\",\n        \"zip\": \"10001\",\n        \"state_code\": \"NY\",\n        \"country_code\": \"US\",\n        \"latitude\": 40.7128,\n        \"longitude\": -74.0060,\n        \"national_address_code\" : \"nac_1234\"\n    },\n    \"shipping_address\": {\n        \"address1\": \"456 Elm Street\",\n        \"city\": \"Los Angeles\",\n        \"country\": \"United States\",\n        \"first_name\": \"Jane\",\n        \"last_name\": \"Smith\",\n        \"phone\": \"987-654-3210\",\n        \"state\": \"CA\",\n        \"zip\": \"90001\",\n        \"state_code\": \"CA\",\n        \"country_code\": \"US\",\n        \"latitude\": 34.0522,\n        \"longitude\": -118.2437,\n        \"national_address_code\" : \"nac_1234\"\n    },\n    \"order_created_at\": \"2024-09-19T07:15:25.220Z\",\n    \"invoice\": {\n        \"currency\": \"USD\",\n        \"subtotal\": 699,\n        \"shipping_price\": 0,\n        \"shipping_refund\": 0,\n        \"tax\": 69.9,\n        \"discount\": 100,\n        \"total\": 768.9,\n        \"total_paid\": 768.9,\n        \"total_due\": 0,\n        \"total_refunded\": 0,\n        \"payment_method\": \"Credit Card\",\n        \"tax_percent\": 10,\n        \"shipping_tax\": 0,\n        \"sub_total_tax_inclusive\": true,\n        \"sub_total_discount_inclusive\": true,\n        \"shipping_tax_inclusive\": false,\n        \"shipping_discount_inclusive\": false\n    },\n    \"customer\": {\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"mobile\": \"1234567890\",\n        \"mobile_code\": \"+1\",\n        \"email\": \"john.doe@example.com\",\n        \"avatar\": \"https://example.com/avatar.jpg\",\n        \"gender\": \"male\"\n    },\n    \"shipment\": {\n        \"shipping_partner_name\": \"CourierX\",\n        \"shipping_partner_tag\": \"courierx123\",\n        \"awb_number\": \"AWB-456\",\n        \"awb_label\": \"https://example.com/awb-label.jpg\",\n        \"tracking_link\": \"https://example.com/tracking/456\"\n    },\n    \"payment_method\": \"prepaid\",\n    \"is_cash_on_delivery\": false,\n    \"note\": \"Please deliver during weekdays\",\n    \"meta_data\": {\n        \"name\": \"Metadata\",\n        \"has_options\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{sales_channel_base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/return_to_sender","host":["{{sales_channel_base_url}}"],"path":["sales-channel","public","v1","tenants","sellers",":seller_code","return_to_sender"],"variable":[{"key":"seller_code","value":"SG-333"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Omniful-Request-Id","value":"28d7cc98-5247-46c8-8c2b-6f21fb799fb0"},{"key":"Date","value":"Wed, 12 Feb 2025 07:07:28 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"id\": \"67ac48af11bd65c109a54ab7\",\n        \"order_id\": \"rtv_to_supplier_1\",\n        \"order_alias\": \"\",\n        \"status_code\": \"On Hold\",\n        \"display_status\": \"On Hold\",\n        \"seller_code\": \"SG-333\",\n        \"source\": \"sales_channel\",\n        \"order_items\": [\n            {\n                \"sku_code\": \"iPhone 15 Pro\",\n                \"hs_code\": \"\",\n                \"sku_id\": \"\",\n                \"display_price\": 799,\n                \"selling_price\": 699,\n                \"is_substituted\": false,\n                \"substitute_seller_sku_codes\": null,\n                \"serialised_sku_codes\": null,\n                \"item_barcodes\": null,\n                \"quantity\": 1,\n                \"picked_quantity\": 0,\n                \"packed_quantity\": 0,\n                \"tax_percent\": 10,\n                \"tax\": 69.9,\n                \"unit_price\": 699,\n                \"subtotal\": 768.9,\n                \"total\": 768.9,\n                \"discount\": 100,\n                \"tax_inclusive\": true\n            }\n        ],\n        \"total\": 1,\n        \"billing_address\": {\n            \"address1\": \"123 Main Street\",\n            \"address2\": \"\",\n            \"city\": \"New York\",\n            \"country\": \"United States\",\n            \"first_name\": \"John\",\n            \"last_name\": \"Doe\",\n            \"phone\": \"+1-1234567890\",\n            \"state\": \"NY\",\n            \"zip\": \"10001\",\n            \"state_code\": \"NY\",\n            \"country_code\": \"US\",\n            \"latitude\": 40.7128,\n            \"longitude\": -74.006,\n            \"country_calling_code\": \"\",\n            \"national_address_code\" : \"nac_1234\"\n        },\n        \"shipping_address\": {\n            \"address1\": \"456 Elm Street\",\n            \"address2\": \"\",\n            \"city\": \"Los Angeles\",\n            \"country\": \"United States\",\n            \"first_name\": \"Jane\",\n            \"last_name\": \"Smith\",\n            \"phone\": \"+1-9876543210\",\n            \"state\": \"CA\",\n            \"zip\": \"90001\",\n            \"state_code\": \"CA\",\n            \"country_code\": \"US\",\n            \"latitude\": 34.0522,\n            \"longitude\": -118.2437,\n            \"country_calling_code\": \"\",\n            \"national_address_code\" : \"nac_1234\"\n        },\n        \"slot\": {},\n        \"order_created_at\": \"2025-02-12T12:37:27.609669+05:30\",\n        \"invoice\": {\n            \"currency\": \"USD\",\n            \"subtotal\": 699,\n            \"shipping_price\": 0,\n            \"shipping_refund\": 0,\n            \"tax\": 69.9,\n            \"discount\": 100,\n            \"total\": 768.9,\n            \"total_paid\": 768.9,\n            \"total_due\": 0,\n            \"shipping_tax\": 0,\n            \"sub_total_tax_inclusive\": false,\n            \"sub_total_discount_inclusive\": false,\n            \"shipping_tax_inclusive\": false,\n            \"shipping_discount_inclusive\": false,\n            \"additional_charges\": null,\n            \"attachments\": null\n        },\n        \"customer\": {\n            \"first_name\": \"Srv\",\n            \"mobile\": \"+1-512345678\",\n            \"mobile_code\": \"+1\",\n            \"country_code\": \"\",\n            \"email\": \"sourav.supplier@omniful.in\",\n            \"country\": \"\",\n            \"country_calling_code\": \"\"\n        },\n        \"shipment\": {\n            \"delivery_status\": \"\",\n            \"shipping_account\": {\n                \"id\": 0,\n                \"name\": \"\"\n            },\n            \"courier_partner\": {\n                \"id\": 0,\n                \"name\": \"\",\n                \"tag\": \"\",\n                \"logo\": \"\"\n            }\n        },\n        \"payment_method\": \"Prepaid\",\n        \"delivery_type\": \"normal_delivery\",\n        \"type\": \"rtv\",\n        \"driver_details\": {},\n        \"expected_delivery_epoch\": 0,\n        \"external_fields\": null,\n        \"cancel_order_after_seconds\": 0\n    },\n    \"meta\": null\n}"}],"_postman_id":"3c5cce22-c88c-4dc4-beeb-f0d544102f7a"}],"id":"b18a3621-db6a-4c0e-8c9f-d1ab809dc450","_postman_id":"b18a3621-db6a-4c0e-8c9f-d1ab809dc450","description":"","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}}},{"name":"Purchase Order","item":[{"name":"Get Purchase Orders","id":"83842192-c0e0-42dc-b7b0-5262987f0cae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/sales-channel/public/v1/tenants/hubs/:hub_code/purchase_orders?page=1&per_page=30","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"path":["sales-channel","public","v1","tenants","hubs",":hub_code","purchase_orders"],"host":["{{base_url}}"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"30"},{"disabled":true,"key":"reference_purchase_order_id","value":"po-ref-45642"},{"disabled":true,"description":{"content":"<p>mandatory if using created_to</p>\n","type":"text/plain"},"key":"created_from","value":"31-01-2025"},{"disabled":true,"description":{"content":"<p>mandatory if using created_from</p>\n","type":"text/plain"},"key":"created_to","value":"10-02-2025"},{"disabled":true,"description":{"content":"<p>ordered, recieved, closed, partially_recieved</p>\n","type":"text/plain"},"key":"order_status","value":"ordered"},{"disabled":true,"key":"seller_code","value":"SG-333"}],"variable":[{"type":"any","value":"ONLS","key":"hub_code"}]}},"response":[{"id":"1eccf175-d269-4fd1-9750-9e620ed7129a","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/sales-channel/public/v1/tenants/hubs/:hub_code/purchase_orders?page=1&per_page=30&created_to=10-02-2025","host":["{{base_url}}"],"path":["sales-channel","public","v1","tenants","hubs",":hub_code","purchase_orders"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"30"},{"key":"reference_purchase_order_id","value":"po-ref-45642","disabled":true},{"key":"created_from","value":"31-01-2025","description":"mandatory if using created_to","disabled":true},{"key":"created_to","value":"10-02-2025","description":"mandatory if using created_from"},{"key":"order_status","value":"ordered","description":"ordered, recieved, closed, partially_recieved","disabled":true},{"key":"seller_code","value":"SG-333","disabled":true}],"variable":[{"key":"hub_code","value":"INDIAN_HUB8"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Omniful-Request-Id","value":"fb808fc6-e834-4ead-8069-06fe098e4d95"},{"key":"Date","value":"Wed, 12 Feb 2025 10:59:45 GMT"},{"key":"Content-Length","value":"1318"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": [\n        {\n            \"seller_name\": \"Saudi Electronics Store\",\n            \"hub_code\": \"INDIAN_HUB8\",\n            \"purchase_order_id\": \"PO-LO1-3\",\n            \"reference_purchase_order_id\": \"po-ref-45644\",\n            \"supplier_name\": \"Srv\",\n            \"status\": \"ordered\",\n            \"type\": \"standard\",\n            \"total_amount\": 114.4,\n            \"gate_entry_status\": false,\n            \"currency\": \"SAR\",\n            \"shipping\": {},\n            \"item_number\": 11,\n            \"remark\": \"Ritik\",\n            \"created_at\": \"2025-02-12T15:02:42.831752+05:30\",\n            \"updated_at\": \"2025-02-12T15:02:42.831752+05:30\"\n        },\n        {\n            \"seller_name\": \"Sourav Seller\",\n            \"hub_code\": \"INDIAN_HUB8\",\n            \"purchase_order_id\": \"PO-LO1-2\",\n            \"reference_purchase_order_id\": \"po-ref-45642\",\n            \"supplier_name\": \"Srv\",\n            \"status\": \"ordered\",\n            \"type\": \"standard\",\n            \"total_amount\": 114.4,\n            \"gate_entry_status\": false,\n            \"currency\": \"SAR\",\n            \"shipping\": {},\n            \"item_number\": 11,\n            \"remark\": \"Ritik\",\n            \"created_at\": \"2025-02-12T12:07:57.13759+05:30\",\n            \"updated_at\": \"2025-02-12T12:07:57.13759+05:30\"\n        },\n        {\n            \"seller_name\": \"Sourav Seller\",\n            \"hub_code\": \"INDIAN_HUB8\",\n            \"purchase_order_id\": \"PO-LO1-1\",\n            \"reference_purchase_order_id\": \"po-ref-45643\",\n            \"supplier_name\": \"Srv\",\n            \"status\": \"ordered\",\n            \"type\": \"standard\",\n            \"total_amount\": 135.2,\n            \"gate_entry_status\": false,\n            \"currency\": \"SAR\",\n            \"shipping\": {},\n            \"item_number\": 13,\n            \"remark\": \"Ritik\",\n            \"created_at\": \"2025-02-12T11:58:41.914649+05:30\",\n            \"updated_at\": \"2025-02-12T11:58:41.914649+05:30\"\n        }\n    ],\n    \"meta\": {\n        \"current_page\": 1,\n        \"last_page\": 1,\n        \"per_page\": 30,\n        \"total\": 3\n    }\n}"}],"_postman_id":"83842192-c0e0-42dc-b7b0-5262987f0cae"},{"name":"Get Single Purchase Order","id":"0253de45-7f4e-43aa-9073-2aff8891a2bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/sales-channel/public/v1/tenants/hubs/:hub_code/purchase_orders/:purchase_order_id","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"path":["sales-channel","public","v1","tenants","hubs",":hub_code","purchase_orders",":purchase_order_id"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"INDIAN_HUB8","key":"hub_code"},{"type":"any","value":"PO-LO1-2","key":"purchase_order_id"}]}},"response":[{"id":"18abd8bc-f890-481d-b44e-dd044f17a81a","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/sales-channel/public/v1/tenants/hubs/:hub_code/purchase_orders/:purchase_order_id","host":["{{base_url}}"],"path":["sales-channel","public","v1","tenants","hubs",":hub_code","purchase_orders",":purchase_order_id"],"variable":[{"key":"hub_code","value":"INDIAN_HUB8"},{"key":"purchase_order_id","value":"PO-LO1-2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Omniful-Request-Id","value":"b6f6252d-5b93-4a6d-bfab-cbee1967ad0e"},{"key":"Date","value":"Wed, 12 Feb 2025 11:07:56 GMT"},{"key":"Content-Length","value":"1191"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"purchase_order_id\": \"PO-LO1-3\",\n        \"order_details\": {\n            \"quantity\": 11,\n            \"grn_pass_quantity\": 0,\n            \"grn_fail_quantity\": 0,\n            \"put_away_pass_quantity\": 0,\n            \"put_away_fail_quantity\": 0\n        },\n        \"seller\": {\n            \"name\": \"Saudi Electronics Store\",\n            \"phone\": \"501234567\",\n            \"email\": \"store@saudielectronics.com\"\n        },\n        \"hub_code\": \"INDIAN_HUB8\",\n        \"supplier\": {\n            \"name\": \"Srv\",\n            \"phone\": \"SA-+966-512345678\",\n            \"email\": \"sourav.supplier2@omniful.in\"\n        },\n        \"status\": \"ordered\",\n        \"total_amount\": 114.4,\n        \"currency\": \"SAR\",\n        \"item_number\": 1,\n        \"remark\": \"Ritik\",\n        \"purchase_order_items\": [\n            {\n                \"id\": 3,\n                \"tenant_id\": \"\",\n                \"seller_id\": \"\",\n                \"hub_id\": 1,\n                \"purchase_order_id\": 3,\n                \"sku\": {\n                    \"name\": \"ALU 3432423\",\n                    \"seller_sku_id\": \"67ac6a8a35b1f09033cf859a\",\n                    \"seller_sku_code\": \"srv-sku-12\",\n                    \"images\": [\n                        {\n                            \"url\": \"https://m.media-amazon.com/images/I/71bmtncxa+L._AC_SX679_.jpg\",\n                            \"type\": \"\"\n                        }\n                    ],\n                    \"attributes\": [],\n                    \"package_type\": \"ea\"\n                },\n                \"quantity\": 11,\n                \"unit_price\": 10.4,\n                \"child_purchase_order_items\": [],\n                \"updated_at\": \"2025-02-12T15:02:42.835302Z\",\n                \"opened_quantity\": 0,\n                \"received_quantity\": 0\n            }\n        ],\n        \"grn_details\": [],\n        \"expected_receiving_date\": [],\n        \"created_at\": \"2025-02-12T15:02:42.831752+05:30\",\n        \"created_by\": \"Saudi Electronics Store\"\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"last_page\": 1,\n        \"per_page\": 20,\n        \"total\": 1\n    }\n}"}],"_postman_id":"0253de45-7f4e-43aa-9073-2aff8891a2bc"},{"name":"Create Purchase Order","id":"208c5860-25c6-4ecb-8039-2529ed837d88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"supplier_email\": \"r@14.com\",\n    \"seller_code\" : \"KO-SE-1\",\n    \"supplier_code\" : \"UR-716\",\n    \"over_receive_allowed\" : true,\n    \"purchase_order_items\": [\n        {\n            \"sku_code\": \"1108322\",\n            \"quantity\": 1,\n            \"unit_price\": 10.4\n        }\n    ],\n    \"remark\": \"Inwarding\",\n    \"reference_purchase_order_id\": \"po-ref-45646\",\n    \"currency\": \"SAR\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/tenants/hubs/:hub_code/purchase_orders","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"path":["sales-channel","public","v1","tenants","hubs",":hub_code","purchase_orders"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"ONLS","key":"hub_code"}]}},"response":[{"id":"5f9d4197-b2ff-42f4-817e-7140cdb8b2dd","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"supplier_email\": \"r@14.com\",\n    \"seller_code\" : \"KO-SE-1\",\n    \"supplier_code\" : \"UR-716\",\n    \"over_receive_allowed\" : true,\n    \"purchase_order_items\": [\n        {\n            \"sku_code\": \"1108322\",\n            \"quantity\": 1,\n            \"unit_price\": 10.4\n        }\n    ],\n    \"remark\": \"Inwarding\",\n    \"reference_purchase_order_id\": \"po-ref-45646\",\n    \"currency\": \"SAR\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/sales-channel/public/v1/tenants/hubs/:hub_code/purchase_orders","host":["{{base_url}}"],"path":["sales-channel","public","v1","tenants","hubs",":hub_code","purchase_orders"],"variable":[{"key":"hub_code","value":"ONLS"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 Feb 2025 06:35:54 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"c64069f0-faa5-4319-9e5d-cfc2538208af"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"913bffefee7b3970-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"purchase_order_id\": \"PO-PI6-2\",\n        \"reference_purchase_order_id\": \"po-ref-45646\"\n    },\n    \"meta\": null\n}"},{"id":"e126846d-3f28-4116-bb86-caa484158d95","name":"Purchase Order Not Enabled","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"supplier_email\": \"sourav.supplier@omniful.in\",\n    \"seller_code\" : \"KO-SE-1\",\n    \"purchase_order_items\": [\n        {\n            \"sku_code\": \"srv-sku-10\",\n            \"quantity\": 1,\n            \"unit_price\": 10.4\n        }\n    ],\n    \"remark\": \"Ritik\",\n    \"reference_purchase_order_id\": \"po-ref-45645\",\n    \"currency\": \"SAR\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/sales-channel/public/v1/tenants/hubs/:hub_code/purchase_orders","host":["{{base_url}}"],"path":["sales-channel","public","v1","tenants","hubs",":hub_code","purchase_orders"],"variable":[{"key":"hub_code","value":"ONLS"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 Feb 2025 06:32:44 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"154"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"7ffd7d1a-5ac6-4e76-abdb-b5304cdc089c"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"913bfb4ab898c995-IAD"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": false,\n    \"status_code\": 400,\n    \"error\": {\n        \"message\": \"Purchase order for this hub is not enabled. Please enable purchase order settings to proceed.\"\n    }\n}"}],"_postman_id":"208c5860-25c6-4ecb-8039-2529ed837d88"},{"name":"Update Purchase Order","id":"96d9daf7-c605-4095-9b89-9be9be277af2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"remark\": \"\",\n    \"awb\": \"\",\n    \"over_receive_allowed\": true,\n    \"purchase_order_items\": [\n        {\n            \"sku_code\": \"srv-sku-10\",\n            \"quantity\": 27,\n            \"unit_price\": 31\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/tenants/hubs/:hub_code/purchase_orders/:purchase_order_id","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"path":["sales-channel","public","v1","tenants","hubs",":hub_code","purchase_orders",":purchase_order_id"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"INDIAN_HUB8","key":"hub_code"},{"type":"any","value":"PO-LO1-2","key":"purchase_order_id"}]}},"response":[{"id":"221efcdd-a644-46fd-81c3-8bc2e444dd3b","name":"Success","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"remark\": \"\",\n    \"awb\": \"\",\n    \"over_receive_allowed\": true,\n    \"purchase_order_items\": [\n        {\n            \"sku_code\": \"srv-sku-9\",\n            \"quantity\": 270,\n            \"unit_price\": 31\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/sales-channel/public/v1/tenants/hubs/:hub_code/purchase_orders/:purchase_order_id","host":["{{base_url}}"],"path":["sales-channel","public","v1","tenants","hubs",":hub_code","purchase_orders",":purchase_order_id"],"variable":[{"key":"hub_code","value":"INDIAN_HUB8"},{"key":"purchase_order_id","value":"PO-LO1-2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Omniful-Request-Id","value":"1907b431-927a-4b56-8d55-587793138ceb"},{"key":"Date","value":"Wed, 12 Feb 2025 11:16:57 GMT"},{"key":"Content-Length","value":"94"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": \"Purchase order updated successfully\",\n    \"meta\": null\n}"}],"_postman_id":"96d9daf7-c605-4095-9b89-9be9be277af2"}],"id":"a8c06d79-fc09-4b04-bd62-3dea649685c2","_postman_id":"a8c06d79-fc09-4b04-bd62-3dea649685c2","description":"","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}}},{"name":"Cycle Count","item":[{"name":"Get Cycle Counts","id":"7d1109f5-a058-42a6-ad2e-e345db81e56c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/sales-channel/public/v1/hubs/:hub_code/cycle_counts?page=1&per_page=100&created_from=2025-03-02 15:04:05&created_to=2025-03-04 15:04:05&timezone=UTC","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"path":["sales-channel","public","v1","hubs",":hub_code","cycle_counts"],"host":["{{base_url}}"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"100"},{"description":{"content":"<p>Use this parameter to specify the starting date and time from which you want to retrieve cycle counts. This helps you fetch cycle counts  from a specific point in time. (Format: YYYY-MM-DD HH:MM:SS)</p>\n<p>Note: This value is required to apply filter If this value is provided empty then filter will not be applied.</p>\n","type":"text/plain"},"key":"created_from","value":"2025-03-02 15:04:05"},{"description":{"content":"<p>Use this parameter to define the end date and time until which you want to fetch cycle counts. This ensures you retrieve cycle counts data within a specific time range. (Format: YYYY-MM-DD HH:MM:SS)</p>\n","type":"text/plain"},"key":"created_to","value":"2025-03-04 15:04:05"},{"description":{"content":"<p>Specify the timezone in which you want the cycle counts timestamps to be returned. If no timezone is provided, the system defaults to UTC. Example: Asia/Riyadh.</p>\n","type":"text/plain"},"key":"timezone","value":"UTC"}],"variable":[{"type":"any","value":"ONLS","key":"hub_code"}]}},"response":[{"id":"b6f79b21-9f83-446a-aab8-dd5d1e6fd7b3","name":"Get Cycle Counts","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/sales-channel/public/v1/hubs/:hub_code/cycle_counts","host":["{{base_url}}"],"path":["sales-channel","public","v1","hubs",":hub_code","cycle_counts"],"variable":[{"key":"hub_code","value":"Shubhra001"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 07 Jan 2025 07:09:00 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"b77dc400-3f5d-47cf-8a1a-f5861087ef73"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8fe21eacba1539a4-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": [\n        {\n            \"cycle_count_id\": \"CC-DE165-1\",\n            \"name\": \"Test\",\n            \"status\": \"Completed\",\n            \"due_date\": \"2025-01-08\",\n            \"discrepancies\": true,\n            \"created_by\": \"Shubra\",\n            \"created_at\": \"Jan 07, 2025 07:08:38 AM\",\n            \"blind_count\": false,\n            \"seller_code\": \"2727\",\n            \"mode\": \"web\",\n            \"cycle_count_cancellable\": false\n        }\n    ],\n    \"meta\": {\n        \"current_page\": 1,\n        \"last_page\": 1,\n        \"per_page\": 20,\n        \"total\": 1\n    }\n}"}],"_postman_id":"7d1109f5-a058-42a6-ad2e-e345db81e56c"},{"name":"Get Cycle Counts SKUs","id":"58264d93-36f8-481d-9b07-1ce98b3e070a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[],"url":"{{base_url}}/sales-channel/public/v1/hubs/:hub_code/cycle_counts/:cycle_count_id/skus","urlObject":{"path":["sales-channel","public","v1","hubs",":hub_code","cycle_counts",":cycle_count_id","skus"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"Shubhra001","key":"hub_code"},{"type":"any","value":"CC-DE165-1","key":"cycle_count_id"}]}},"response":[{"id":"ec46a735-a364-4f83-b2bf-fb8c26024b21","name":"Get Cycle Counts SKUs","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/sales-channel/public/v1/hubs/:hub_code/cycle_counts/:cycle_count_id/skus","host":["{{base_url}}"],"path":["sales-channel","public","v1","hubs",":hub_code","cycle_counts",":cycle_count_id","skus"],"variable":[{"key":"hub_code","value":"Shubhra001"},{"key":"cycle_count_id","value":"CC-DE165-1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 07 Jan 2025 07:09:23 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"dbc63527-78aa-4e0f-b2b0-a33e424c269d"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8fe21f3b9d04c584-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": [\n        {\n            \"status\": \"inventory_update\",\n            \"expected_count\": 1229,\n            \"actual_count\": 1,\n            \"recount_actual_quantity\": 0,\n            \"discrepancy\": true,\n            \"location\": {\n                \"barcode\": \"\",\n                \"name\": \"\"\n            },\n            \"bin\": {\n                \"barcode\": \"\"\n            },\n            \"sku\": {\n                \"name\": \"samsung190\",\n                \"seller_sku_code\": \"samsung190\",\n                \"images\": [],\n                \"attributes\": [],\n                \"is_batch_required\": false,\n                \"is_serialised\": false,\n                \"barcodes\": null,\n                \"seller_code\": \"2727\"\n            },\n            \"batch\": {\n                \"external_batch_id\": null,\n                \"expiry_date\": null,\n                \"manufacture_date\": null\n            },\n            \"assigned_user\": {\n                \"name\": \"Shubra\"\n            },\n            \"recount_user\": {\n                \"name\": \"\"\n            }\n        },\n        {\n            \"status\": \"inventory_update\",\n            \"expected_count\": 1011,\n            \"actual_count\": 1,\n            \"recount_actual_quantity\": 0,\n            \"discrepancy\": true,\n            \"location\": {\n                \"barcode\": \"\",\n                \"name\": \"\"\n            },\n            \"bin\": {\n                \"barcode\": \"\"\n            },\n            \"sku\": {\n                \"name\": \"iPhone 15 Pro\",\n                \"seller_sku_code\": \"iPhone 15 Pro\",\n                \"images\": [],\n                \"attributes\": [],\n                \"is_batch_required\": false,\n                \"is_serialised\": false,\n                \"barcodes\": null,\n                \"seller_code\": \"2727\"\n            },\n            \"batch\": {\n                \"external_batch_id\": null,\n                \"expiry_date\": null,\n                \"manufacture_date\": null\n            },\n            \"assigned_user\": {\n                \"name\": \"Shubra\"\n            },\n            \"recount_user\": {\n                \"name\": \"\"\n            }\n        }\n    ],\n    \"meta\": {\n        \"current_page\": 1,\n        \"last_page\": 1,\n        \"per_page\": 20,\n        \"total\": 2\n    }\n}"}],"_postman_id":"58264d93-36f8-481d-9b07-1ce98b3e070a"}],"id":"479fa7cf-0bab-4d69-8d33-5d573d2b581d","_postman_id":"479fa7cf-0bab-4d69-8d33-5d573d2b581d","description":"","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}}},{"name":"Billing","item":[{"name":"Contract","item":[{"name":"Get Contracts","id":"863bd1fd-05cf-4e40-997e-0899391841b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/sales-channel/public/v1/tenants/billings/contracts?page=1&per_page=30","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"path":["sales-channel","public","v1","tenants","billings","contracts"],"host":["{{base_url}}"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"30"},{"disabled":true,"key":"is_inactive","value":"true"},{"disabled":true,"description":{"content":"<p>mandatory if using created_from</p>\n","type":"text/plain"},"key":"end_date","value":"10-02-2025"},{"disabled":true,"description":{"content":"<p>use multiple </p>\n","type":"text/plain"},"key":"hub_codes","value":"INDIAN_HUB8"},{"disabled":true,"description":{"content":"<p>use multiple </p>\n","type":"text/plain"},"key":"hub_codes","value":""},{"disabled":true,"key":"seller_code","value":"SG-333"}],"variable":[]}},"response":[{"id":"81d4fb8c-367f-4b3a-99f3-02f557ede8bf","name":"Get Contracts","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/sales-channel/public/v1/tenants/billings/contracts?page=1&per_page=30","host":["{{base_url}}"],"path":["sales-channel","public","v1","tenants","billings","contracts"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"30"},{"key":"is_inactive","value":"true","disabled":true},{"key":"end_date","value":"10-02-2025","description":"mandatory if using created_from","disabled":true},{"key":"hub_codes","value":"INDIAN_HUB8","description":"use multiple ","disabled":true},{"key":"hub_codes","value":"","description":"use multiple ","disabled":true},{"key":"seller_code","value":"SG-333","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 19 Feb 2025 15:16:58 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"2e2b65ec-d021-4881-b148-cb91c1e9373f"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"91473895dc3a0820-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": [\n        {\n            \"id\": \"67b5b2f63a33cd2a62256c7f\",\n            \"name\": \"Contract 2024\",\n            \"seller_code\": \"\",\n            \"hub_codes\": [],\n            \"billing_profile\": {\n                \"id\": \"67b47622c6631bf1bbc5d7fe\",\n                \"name\": \"BPR123456\"\n            },\n            \"is_active\": true,\n            \"start_date\": \"Feb 19, 2025 10:31:18 AM\",\n            \"end_date\": \"Jan 01, 0001 12:00:00 AM\",\n            \"created_at\": \"Feb 19, 2025 10:31:18 AM\"\n        }\n    ],\n    \"meta\": {\n        \"current_page\": 1,\n        \"last_page\": 1,\n        \"per_page\": 20,\n        \"total\": 1\n    }\n}"}],"_postman_id":"863bd1fd-05cf-4e40-997e-0899391841b3"},{"name":"Get Single Contract","id":"fe1bd3b1-4424-499a-89e2-112fb17fad9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/sales-channel/public/v1/tenants/billings/contracts/:id","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"path":["sales-channel","public","v1","tenants","billings","contracts",":id"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"67b5b2f63a33cd2a62256c7f","key":"id"}]}},"response":[],"_postman_id":"fe1bd3b1-4424-499a-89e2-112fb17fad9d"},{"name":"Create Contract","id":"d0948be8-4583-4708-b209-81004046cd7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"Contract 2024\", // Required\n  \"billing_profile_name\": \"BPR123456\", // Required\n  \"is_all_hubs\": false,\n  \"hub_codes\": [\"ONLS\"],\n  \"due_date\": 15, // Required\n  \"seller_code\": \"Test-123\" // Required\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/tenants/billings/contracts","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"path":["sales-channel","public","v1","tenants","billings","contracts"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"3489147f-5e19-4b0e-877e-f37d0f512ada","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"Contract 2024\", // Required\n  \"billing_profile_name\": \"BPR123456\", // Required\n  \"is_all_hubs\": false,\n  \"hub_codes\": [\"ONLS\"],\n  \"due_date\": 15, // Required\n  \"seller_code\": \"Test-123\" // Required\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/tenants/billings/contracts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 19 Feb 2025 10:31:18 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"31e1c937-279e-4535-81d2-666dd8414323"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"91459620594c8be2-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": \"Contract created successfully\",\n    \"meta\": null\n}"}],"_postman_id":"d0948be8-4583-4708-b209-81004046cd7e"},{"name":"Terminate Contract","id":"0d2d2e7b-c1e7-4974-9420-30dfef27bfdd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"{{base_url}}/sales-channel/public/v1/tenants/billings/contracts/:id/terminate","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"path":["sales-channel","public","v1","tenants","billings","contracts",":id","terminate"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"67b5b2f63a33cd2a62256c7f","key":"id"}]}},"response":[],"_postman_id":"0d2d2e7b-c1e7-4974-9420-30dfef27bfdd"}],"id":"c2d985a2-ff3a-43de-9dbc-08bfdea2b9dd","_postman_id":"c2d985a2-ff3a-43de-9dbc-08bfdea2b9dd","description":"","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}}},{"name":"Get Bills","id":"9e62823b-3783-4dc4-8d96-f0eba9caf9f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/sales-channel/public/v1/tenants/bills?page=1&per_page=30&seller_code=DE-SE-15","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"path":["sales-channel","public","v1","tenants","bills"],"host":["{{base_url}}"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"30"},{"key":"seller_code","value":"DE-SE-15"}],"variable":[]}},"response":[{"id":"54148dc5-6a0b-4e26-b83b-445931963e3a","name":"Get Bills","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/sales-channel/public/v1/tenants/bills?page=1&per_page=30","host":["{{base_url}}"],"path":["sales-channel","public","v1","tenants","bills"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"30"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 07 Oct 2024 08:58:55 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"43e3e28a-65e2-4a18-a63e-cf265159156d"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8cecb12f4f00c96a-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": [\n        {\n            \"name\": \"BILL-MN-1-4\",\n            \"seller\": {\n                \"name\": \"MNoor [Seller]\",\n                \"address\": \"\",\n                \"email\": \"\",\n                \"contact\": \"\"\n            },\n            \"hubs\": [\n                {\n                    \"code\": \"ON\",\n                    \"name\": \"MNOOR-ON\"\n                }\n            ],\n            \"status\": \"draft\",\n            \"pdf\": \"https://omniful-staging-uploads.s3.amazonaws.com/billing/bill/pdf/2ccf3118-8fa6-4fbb-8b1c-0a7d36f37a0f_341_670399952f1834ddf510bdfa.pdf\",\n            \"contract_name\": \"mnoor\",\n            \"period_start_date\": \"Sep 04, 2024 12:00:00 AM\",\n            \"period_end_date\": \"Oct 03, 2024 11:59:59 PM\",\n            \"due_date\": \"Oct 12, 2024 08:19:33 AM\",\n            \"created_at\": \"Oct 07, 2024 08:19:33 AM\"\n        },\n        {\n            \"name\": \"BILL-MN-1-3\",\n            \"seller\": {\n                \"name\": \"MNoor [Seller]\",\n                \"address\": \"\",\n                \"email\": \"\",\n                \"contact\": \"\"\n            },\n            \"hubs\": [\n                {\n                    \"code\": \"ON\",\n                    \"name\": \"MNOOR-ON\"\n                }\n            ],\n            \"status\": \"draft\",\n            \"pdf\": \"\",\n            \"contract_name\": \"mnoor\",\n            \"period_start_date\": \"Oct 01, 2024 12:00:00 AM\",\n            \"period_end_date\": \"Oct 02, 2024 11:59:59 PM\",\n            \"due_date\": \"Oct 08, 2024 07:31:55 AM\",\n            \"created_at\": \"Oct 03, 2024 07:31:55 AM\"\n        },\n        {\n            \"name\": \"BILL-MN-1-2\",\n            \"seller\": {\n                \"name\": \"MNoor [Seller]\",\n                \"address\": \"\",\n                \"email\": \"\",\n                \"contact\": \"\"\n            },\n            \"hubs\": [\n                {\n                    \"code\": \"ON\",\n                    \"name\": \"MNOOR-ON\"\n                }\n            ],\n            \"status\": \"draft\",\n            \"pdf\": \"\",\n            \"contract_name\": \"mnoor\",\n            \"period_start_date\": \"Sep 01, 2024 12:00:00 AM\",\n            \"period_end_date\": \"Sep 30, 2024 12:00:00 AM\",\n            \"due_date\": \"Oct 07, 2024 12:31:11 PM\",\n            \"created_at\": \"Oct 02, 2024 12:31:11 PM\"\n        },\n        {\n            \"name\": \"BILL-00001-5\",\n            \"seller\": {\n                \"name\": \"Ibrahim-Seller\",\n                \"address\": \"\",\n                \"email\": \"\",\n                \"contact\": \"\"\n            },\n            \"hubs\": [\n                {\n                    \"code\": \"IbrahimWH001\",\n                    \"name\": \"Ibrahim-WH\"\n                }\n            ],\n            \"status\": \"draft\",\n            \"pdf\": \"\",\n            \"contract_name\": \"Ibrahim1\",\n            \"period_start_date\": \"Sep 01, 2024 12:00:00 AM\",\n            \"period_end_date\": \"Sep 30, 2024 12:00:00 AM\",\n            \"due_date\": \"Oct 03, 2024 12:31:09 PM\",\n            \"created_at\": \"Oct 02, 2024 12:31:09 PM\"\n        },\n        {\n            \"name\": \"BILL-MS-037-7\",\n            \"seller\": {\n                \"name\": \"3PL Fulfillment 8\",\n                \"address\": \"\",\n                \"email\": \"\",\n                \"contact\": \"\"\n            },\n            \"hubs\": [\n                {\n                    \"code\": \"poiuytrertyuiop43243\",\n                    \"name\": \"Z9\"\n                },\n                {\n                    \"code\": \"seamlessretail\",\n                    \"name\": \"000 Seamless Retail\"\n                },\n                {\n                    \"code\": \"GHUb\",\n                    \"name\": \"GHUb\"\n                },\n                {\n                    \"code\": \"23412\",\n                    \"name\": \"Z58\"\n                },\n                {\n                    \"code\": \"001\",\n                    \"name\": \"RUYADH 12\"\n                },\n                {\n                    \"code\": \"2121212124vdf\",\n                    \"name\": \"Z12\"\n                },\n                {\n                    \"code\": \"444\",\n                    \"name\": \"Z31\"\n                },\n                {\n                    \"code\": \"CMSJED\",\n                    \"name\": \"Z34\"\n                },\n                {\n                    \"code\": \"123456\",\n                    \"name\": \"Z40\"\n                },\n                {\n                    \"code\": \"13113\",\n                    \"name\": \"Z51\"\n                },\n                {\n                    \"code\": \"121091\",\n                    \"name\": \"Z43\"\n                },\n                {\n                    \"code\": \"z1\",\n                    \"name\": \"Z3\"\n                },\n                {\n                    \"code\": \"BHARAT\",\n                    \"name\": \"Bharat\"\n                },\n                {\n                    \"code\": \"qq\",\n                    \"name\": \"Q-TEST\"\n                },\n                {\n                    \"code\": \"132141\",\n                    \"name\": \"Z52\"\n                },\n                {\n                    \"code\": \"3523532\",\n                    \"name\": \"Z24\"\n                },\n                {\n                    \"code\": \"NAKH\",\n                    \"name\": \"Al Nakheel Mall - Riyadh (KARAZ LINEN)\"\n                },\n                {\n                    \"code\": \"2321\",\n                    \"name\": \"Trustangle\"\n                },\n                {\n                    \"code\": \"WH-Best-one\",\n                    \"name\": \"Hub 2\"\n                },\n                {\n                    \"code\": \"12343\",\n                    \"name\": \"Ritik Hub\"\n                },\n                {\n                    \"code\": \"1134\",\n                    \"name\": \"Z44\"\n                },\n                {\n                    \"code\": \"1231\",\n                    \"name\": \"UPDATED\"\n                },\n                {\n                    \"code\": \"256\",\n                    \"name\": \"Z4\"\n                },\n                {\n                    \"code\": \"KRZWH\",\n                    \"name\": \"Karaz Warehouse\"\n                },\n                {\n                    \"code\": \"masdar1\",\n                    \"name\": \"Masdar Al Qadsiyah\"\n                },\n                {\n                    \"code\": \"testhub111\",\n                    \"name\": \"testhub1\"\n                },\n                {\n                    \"code\": \"seamlesswh\",\n                    \"name\": \"Seamless\"\n                },\n                {\n                    \"code\": \"zw\",\n                    \"name\": \"z hub warehouse\"\n                },\n                {\n                    \"code\": \"zr\",\n                    \"name\": \"Z1\"\n                },\n                {\n                    \"code\": \"12412\",\n                    \"name\": \"Z20\"\n                },\n                {\n                    \"code\": \"7771\",\n                    \"name\": \"Z21\"\n                },\n                {\n                    \"code\": \"123654\",\n                    \"name\": \"Z29\"\n                },\n                {\n                    \"code\": \"seamlesscluster\",\n                    \"name\": \"Z37\"\n                },\n                {\n                    \"code\": \"1234345\",\n                    \"name\": \"Z53\"\n                },\n                {\n                    \"code\": \"hubgaurav\",\n                    \"name\": \"Z55\"\n                },\n                {\n                    \"code\": \"12542545\",\n                    \"name\": \"Z64\"\n                },\n                {\n                    \"code\": \"TTT\",\n                    \"name\": \"TEST 1234\"\n                },\n                {\n                    \"code\": \"123456789\",\n                    \"name\": \"ray test\"\n                },\n                {\n                    \"code\": \"124\",\n                    \"name\": \"Test Hub - Client\"\n                },\n                {\n                    \"code\": \"1242352\",\n                    \"name\": \"Beta Demo Hub2\"\n                },\n                {\n                    \"code\": \"AhmadTurkTest1\",\n                    \"name\": \"Ahmad Turk Test\"\n                },\n                {\n                    \"code\": \"1232\",\n                    \"name\": \"Ray 1\"\n                },\n                {\n                    \"code\": \"123\",\n                    \"name\": \"ray T\"\n                },\n                {\n                    \"code\": \"14\",\n                    \"name\": \"Sector 14\"\n                },\n                {\n                    \"code\": \"Leb1\",\n                    \"name\": \"Z13\"\n                },\n                {\n                    \"code\": \"Kas1\",\n                    \"name\": \"Z17\"\n                },\n                {\n                    \"code\": \"123332\",\n                    \"name\": \"Z2\"\n                },\n                {\n                    \"code\": \"12344\",\n                    \"name\": \"Z7\"\n                },\n                {\n                    \"code\": \"ZH\",\n                    \"name\": \"Z15\"\n                },\n                {\n                    \"code\": \"0711\",\n                    \"name\": \"Z18\"\n                },\n                {\n                    \"code\": \"AhmadTurkTest2\",\n                    \"name\": \"Z19\"\n                },\n                {\n                    \"code\": \"hublocation123\",\n                    \"name\": \"Z32\"\n                },\n                {\n                    \"code\": \"123123123231\",\n                    \"name\": \"Z35\"\n                },\n                {\n                    \"code\": \"12100012\",\n                    \"name\": \"Z42\"\n                },\n                {\n                    \"code\": \"23456\",\n                    \"name\": \"Z57\"\n                },\n                {\n                    \"code\": \"hgeyg\",\n                    \"name\": \"Z59\"\n                },\n                {\n                    \"code\": \"seamlesszone\",\n                    \"name\": \"Z61\"\n                },\n                {\n                    \"code\": \"80\",\n                    \"name\": \"Z63\"\n                },\n                {\n                    \"code\": \"25681\",\n                    \"name\": \"Z65\"\n                },\n                {\n                    \"code\": \"12\",\n                    \"name\": \"Hub -2\"\n                },\n                {\n                    \"code\": \"1234A\",\n                    \"name\": \"Hub 3\"\n                },\n                {\n                    \"code\": \"12341\",\n                    \"name\": \"Hub-5\"\n                },\n                {\n                    \"code\": \"2345\",\n                    \"name\": \"12\"\n                },\n                {\n                    \"code\": \"678123\",\n                    \"name\": \"1-RUHSL\"\n                },\n                {\n                    \"code\": \"adsgfmch\",\n                    \"name\": \"Z27\"\n                },\n                {\n                    \"code\": \"134141\",\n                    \"name\": \"Z8\"\n                },\n                {\n                    \"code\": \"HUB090989\",\n                    \"name\": \"Z23\"\n                },\n                {\n                    \"code\": \"32990\",\n                    \"name\": \"Z28\"\n                },\n                {\n                    \"code\": \"133212132213132\",\n                    \"name\": \"Z36\"\n                },\n                {\n                    \"code\": \"201\",\n                    \"name\": \"Z38\"\n                },\n                {\n                    \"code\": \"123415\",\n                    \"name\": \"Z45\"\n                },\n                {\n                    \"code\": \"12342\",\n                    \"name\": \"Z46\"\n                },\n                {\n                    \"code\": \"12425\",\n                    \"name\": \"Z48\"\n                },\n                {\n                    \"code\": \"GG\",\n                    \"name\": \"Z49\"\n                },\n                {\n                    \"code\": \"2\",\n                    \"name\": \"Z56\"\n                },\n                {\n                    \"code\": \"1092\",\n                    \"name\": \"No Purchase Order Hub\"\n                },\n                {\n                    \"code\": \"0123\",\n                    \"name\": \"Test no PO\"\n                },\n                {\n                    \"code\": \"jhgfd\",\n                    \"name\": \"Z47\"\n                },\n                {\n                    \"code\": \"12351\",\n                    \"name\": \"Omni Hub\"\n                },\n                {\n                    \"code\": \"20001\",\n                    \"name\": \"test1900\"\n                },\n                {\n                    \"code\": \"111222333\",\n                    \"name\": \"dabllah1\"\n                },\n                {\n                    \"code\": \"14531\",\n                    \"name\": \"Testing hub\"\n                },\n                {\n                    \"code\": \"b2c000\",\n                    \"name\": \"Nana Hub\"\n                },\n                {\n                    \"code\": \"H11122\",\n                    \"name\": \"Test Hub\"\n                },\n                {\n                    \"code\": \"20101\",\n                    \"name\": \"Muntazir Hub\"\n                },\n                {\n                    \"code\": \"893\",\n                    \"name\": \"Z5\"\n                },\n                {\n                    \"code\": \"15124\",\n                    \"name\": \"Z6\"\n                },\n                {\n                    \"code\": \"123456q\",\n                    \"name\": \"Z10\"\n                },\n                {\n                    \"code\": \"111\",\n                    \"name\": \"Z11\"\n                },\n                {\n                    \"code\": \"1asd\",\n                    \"name\": \"Z16\"\n                },\n                {\n                    \"code\": \"RUH\",\n                    \"name\": \"Z22\"\n                },\n                {\n                    \"code\": \"13134\",\n                    \"name\": \"Z25\"\n                },\n                {\n                    \"code\": \"code000\",\n                    \"name\": \"Z30\"\n                },\n                {\n                    \"code\": \"1234567897iuytredd\",\n                    \"name\": \"Z33\"\n                },\n                {\n                    \"code\": \"code777\",\n                    \"name\": \"Z39\"\n                },\n                {\n                    \"code\": \"2BC1B281\",\n                    \"name\": \"Z41\"\n                },\n                {\n                    \"code\": \"d1\",\n                    \"name\": \"Z50\"\n                },\n                {\n                    \"code\": \"34151\",\n                    \"name\": \"Z60\"\n                },\n                {\n                    \"code\": \"12345\",\n                    \"name\": \"Z62\"\n                },\n                {\n                    \"code\": \"TR3\",\n                    \"name\": \"Training Hub B2B\"\n                },\n                {\n                    \"code\": \"111222333444\",\n                    \"name\": \"dabllah12\"\n                },\n                {\n                    \"code\": \"SHUBHRA\",\n                    \"name\": \"Shubhra Testing\"\n                },\n                {\n                    \"code\": \"OFF\",\n                    \"name\": \"Training B2C - Off\"\n                },\n                {\n                    \"code\": \"321\",\n                    \"name\": \"Kanya Kumari Hub\"\n                },\n                {\n                    \"code\": \"132\",\n                    \"name\": \"Demo Account\"\n                },\n                {\n                    \"code\": \"65465\",\n                    \"name\": \"Testing Hub 1\"\n                },\n                {\n                    \"code\": \"7777777\",\n                    \"name\": \"Chirag_Hub\"\n                },\n                {\n                    \"code\": \"MN1\",\n                    \"name\": \"M-Noor\"\n                },\n                {\n                    \"code\": \"00001\",\n                    \"name\": \"Nbox Logistics Hub 1\"\n                },\n                {\n                    \"code\": \"RH\",\n                    \"name\": \"Demo Riyadh Hub\"\n                },\n                {\n                    \"code\": \"RW\",\n                    \"name\": \"Riyadh Warehouse\"\n                },\n                {\n                    \"code\": \"1238\",\n                    \"name\": \"test-1238\"\n                },\n                {\n                    \"code\": \"po099\",\n                    \"name\": \"Test OmniHub\"\n                },\n                {\n                    \"code\": \"bbbb\",\n                    \"name\": \"Locations print\"\n                },\n                {\n                    \"code\": \"amaterasu\",\n                    \"name\": \"Amaterasu\"\n                },\n                {\n                    \"code\": \"246523\",\n                    \"name\": \"test-ts\"\n                },\n                {\n                    \"code\": \"QQQ\",\n                    \"name\": \"AL-CO-Q\"\n                },\n                {\n                    \"code\": \"qs\",\n                    \"name\": \"Qasr  AL Awani\"\n                },\n                {\n                    \"code\": \"027\",\n                    \"name\": \"Laverne Training\"\n                },\n                {\n                    \"code\": \"2345666\",\n                    \"name\": \"Bharat Testing\"\n                },\n                {\n                    \"code\": \"123654234\",\n                    \"name\": \"ADab\"\n                },\n                {\n                    \"code\": \"ASH01\",\n                    \"name\": \"Ashar Warehouse\"\n                },\n                {\n                    \"code\": \"ruh123\",\n                    \"name\": \"RUH123\"\n                },\n                {\n                    \"code\": \"flexp\",\n                    \"name\": \"Flexp\"\n                },\n                {\n                    \"code\": \"SRYD\",\n                    \"name\": \"Startlinks Riyadh\"\n                },\n                {\n                    \"code\": \"RUH1\",\n                    \"name\": \"ruh\"\n                },\n                {\n                    \"code\": \"prolotest\",\n                    \"name\": \"Prolo training\"\n                },\n                {\n                    \"code\": \"1309S\",\n                    \"name\": \"KIMIS\"\n                },\n                {\n                    \"code\": \"PO0980\",\n                    \"name\": \"KIMIS12\"\n                },\n                {\n                    \"code\": \"111222\",\n                    \"name\": \"Dabllah\"\n                },\n                {\n                    \"code\": \"1234567\",\n                    \"name\": \"dab\"\n                },\n                {\n                    \"code\": \"19dffg\",\n                    \"name\": \"abdul\"\n                },\n                {\n                    \"code\": \"1233321\",\n                    \"name\": \"ddd\"\n                },\n                {\n                    \"code\": \"ON\",\n                    \"name\": \"MNOOR-ON\"\n                },\n                {\n                    \"code\": \"002544\",\n                    \"name\": \"ETX1\"\n                },\n                {\n                    \"code\": \"IbrahimWH001\",\n                    \"name\": \"Ibrahim-WH\"\n                },\n                {\n                    \"code\": \"12344321\",\n                    \"name\": \"Al-besher\"\n                },\n                {\n                    \"code\": \"test001\",\n                    \"name\": \"Testing-Hub\"\n                },\n                {\n                    \"code\": \"000AH\",\n                    \"name\": \"Adarsh\"\n                },\n                {\n                    \"code\": \"999\",\n                    \"name\": \"6\"\n                },\n                {\n                    \"code\": \"2024\",\n                    \"name\": \"Training B2C -  On\"\n                },\n                {\n                    \"code\": \"shoga2\",\n                    \"name\": \"Shoga\"\n                },\n                {\n                    \"code\": \"CHIKU\",\n                    \"name\": \"5\"\n                },\n                {\n                    \"code\": \"2131\",\n                    \"name\": \"operation - Reefi online\"\n                },\n                {\n                    \"code\": \"501\",\n                    \"name\": \"ABC\"\n                },\n                {\n                    \"code\": \"201010101\",\n                    \"name\": \"Muntazir Hub 4\"\n                },\n                {\n                    \"code\": \"99999\",\n                    \"name\": \"MonksTestingHub\"\n                },\n                {\n                    \"code\": \"skj9\",\n                    \"name\": \"ss\"\n                },\n                {\n                    \"code\": \"456\",\n                    \"name\": \"newworld\"\n                },\n                {\n                    \"code\": \"56787\",\n                    \"name\": \"Test Ok 23456\"\n                }\n            ],\n            \"status\": \"draft\",\n            \"pdf\": \"\",\n            \"contract_name\": \"sss\",\n            \"period_start_date\": \"Sep 01, 2024 12:00:00 AM\",\n            \"period_end_date\": \"Sep 30, 2024 12:00:00 AM\",\n            \"due_date\": \"Oct 09, 2024 12:31:08 PM\",\n            \"created_at\": \"Oct 02, 2024 12:31:08 PM\"\n        },\n        {\n            \"name\": \"BILL-DE-SE-15-386\",\n            \"seller\": {\n                \"name\": \"Abdullah\",\n                \"address\": \"\",\n                \"email\": \"\",\n                \"contact\": \"\"\n            },\n            \"hubs\": [\n                {\n                    \"code\": \"12\",\n                    \"name\": \"Hub -2\"\n                }\n            ],\n            \"status\": \"draft\",\n            \"pdf\": \"\",\n            \"contract_name\": \"Fulfillment serves11111\",\n            \"period_start_date\": \"Sep 01, 2024 12:00:00 AM\",\n            \"period_end_date\": \"Sep 30, 2024 12:00:00 AM\",\n            \"due_date\": \"Oct 09, 2024 12:31:06 PM\",\n            \"created_at\": \"Oct 02, 2024 12:31:06 PM\"\n        },\n        {\n            \"name\": \"BILL-FR-836-2\",\n            \"seller\": {\n                \"name\": \"3PL Fulfillment 7\",\n                \"address\": \"\",\n                \"email\": \"\",\n                \"contact\": \"\"\n            },\n            \"hubs\": [\n                {\n                    \"code\": \"2024\",\n                    \"name\": \"Training B2C -  On\"\n                }\n            ],\n            \"status\": \"draft\",\n            \"pdf\": \"\",\n            \"contract_name\": \"Storage Station_1\",\n            \"period_start_date\": \"Sep 01, 2024 12:00:00 AM\",\n            \"period_end_date\": \"Sep 30, 2024 12:00:00 AM\",\n            \"due_date\": \"Oct 12, 2024 12:31:03 PM\",\n            \"created_at\": \"Oct 02, 2024 12:31:03 PM\"\n        },\n        {\n            \"name\": \"BILL-AT-955-2\",\n            \"seller\": {\n                \"name\": \"3PL fulfillment 3\",\n                \"address\": \"\",\n                \"email\": \"\",\n                \"contact\": \"\"\n            },\n            \"hubs\": [\n                {\n                    \"code\": \"132\",\n                    \"name\": \"Demo Account\"\n                }\n            ],\n            \"status\": \"draft\",\n            \"pdf\": \"\",\n            \"contract_name\": \"TEST ACCOUNTS\",\n            \"period_start_date\": \"Sep 01, 2024 12:00:00 AM\",\n            \"period_end_date\": \"Sep 30, 2024 12:00:00 AM\",\n            \"due_date\": \"Oct 09, 2024 12:31:02 PM\",\n            \"created_at\": \"Oct 02, 2024 12:31:02 PM\"\n        },\n        {\n            \"name\": \"BILL-MS-037-6\",\n            \"seller\": {\n                \"name\": \"3PL Fulfillment 8\",\n                \"address\": \"\",\n                \"email\": \"\",\n                \"contact\": \"\"\n            },\n            \"hubs\": [\n                {\n                    \"code\": \"poiuytrertyuiop43243\",\n                    \"name\": \"Z9\"\n                },\n                {\n                    \"code\": \"GHUb\",\n                    \"name\": \"GHUb\"\n                },\n                {\n                    \"code\": \"seamlessretail\",\n                    \"name\": \"00 Seamless Retail\"\n                },\n                {\n                    \"code\": \"23412\",\n                    \"name\": \"Z58\"\n                },\n                {\n                    \"code\": \"001\",\n                    \"name\": \"RUYADH 12\"\n                },\n                {\n                    \"code\": \"2121212124vdf\",\n                    \"name\": \"Z12\"\n                },\n                {\n                    \"code\": \"444\",\n                    \"name\": \"Z31\"\n                },\n                {\n                    \"code\": \"CMSJED\",\n                    \"name\": \"Z34\"\n                },\n                {\n                    \"code\": \"123456\",\n                    \"name\": \"Z40\"\n                },\n                {\n                    \"code\": \"13113\",\n                    \"name\": \"Z51\"\n                },\n                {\n                    \"code\": \"121091\",\n                    \"name\": \"Z43\"\n                },\n                {\n                    \"code\": \"z1\",\n                    \"name\": \"Z3\"\n                },\n                {\n                    \"code\": \"BHARAT\",\n                    \"name\": \"Bharat\"\n                },\n                {\n                    \"code\": \"qq\",\n                    \"name\": \"Q-TEST\"\n                },\n                {\n                    \"code\": \"132141\",\n                    \"name\": \"Z52\"\n                },\n                {\n                    \"code\": \"3523532\",\n                    \"name\": \"Z24\"\n                },\n                {\n                    \"code\": \"NAKH\",\n                    \"name\": \"Al Nakheel Mall - Riyadh (KARAZ LINEN)\"\n                },\n                {\n                    \"code\": \"2321\",\n                    \"name\": \"Trustangle\"\n                },\n                {\n                    \"code\": \"WH-Best-one\",\n                    \"name\": \"Hub 2\"\n                },\n                {\n                    \"code\": \"12343\",\n                    \"name\": \"Ritik Hub\"\n                },\n                {\n                    \"code\": \"1134\",\n                    \"name\": \"Z44\"\n                },\n                {\n                    \"code\": \"1231\",\n                    \"name\": \"UPDATED\"\n                },\n                {\n                    \"code\": \"256\",\n                    \"name\": \"Z4\"\n                },\n                {\n                    \"code\": \"KRZWH\",\n                    \"name\": \"Karaz Warehouse\"\n                },\n                {\n                    \"code\": \"masdar1\",\n                    \"name\": \"Masdar Al Qadsiyah\"\n                },\n                {\n                    \"code\": \"testhub111\",\n                    \"name\": \"testhub1\"\n                },\n                {\n                    \"code\": \"000AH\",\n                    \"name\": \"Adarsh\"\n                },\n                {\n                    \"code\": \"seamlesswh\",\n                    \"name\": \"Seamless\"\n                },\n                {\n                    \"code\": \"zw\",\n                    \"name\": \"z hub warehouse\"\n                },\n                {\n                    \"code\": \"zr\",\n                    \"name\": \"Z1\"\n                },\n                {\n                    \"code\": \"12412\",\n                    \"name\": \"Z20\"\n                },\n                {\n                    \"code\": \"7771\",\n                    \"name\": \"Z21\"\n                },\n                {\n                    \"code\": \"123654\",\n                    \"name\": \"Z29\"\n                },\n                {\n                    \"code\": \"seamlesscluster\",\n                    \"name\": \"Z37\"\n                },\n                {\n                    \"code\": \"1234345\",\n                    \"name\": \"Z53\"\n                },\n                {\n                    \"code\": \"hubgaurav\",\n                    \"name\": \"Z55\"\n                },\n                {\n                    \"code\": \"12542545\",\n                    \"name\": \"Z64\"\n                },\n                {\n                    \"code\": \"TTT\",\n                    \"name\": \"TEST 1234\"\n                },\n                {\n                    \"code\": \"123456789\",\n                    \"name\": \"ray test\"\n                },\n                {\n                    \"code\": \"124\",\n                    \"name\": \"Test Hub - Client\"\n                },\n                {\n                    \"code\": \"AhmadTurkTest1\",\n                    \"name\": \"Ahmad Turk Test\"\n                },\n                {\n                    \"code\": \"1232\",\n                    \"name\": \"Ray 1\"\n                },\n                {\n                    \"code\": \"123\",\n                    \"name\": \"ray T\"\n                },\n                {\n                    \"code\": \"14\",\n                    \"name\": \"Sector 14\"\n                },\n                {\n                    \"code\": \"Leb1\",\n                    \"name\": \"Z13\"\n                },\n                {\n                    \"code\": \"Kas1\",\n                    \"name\": \"Z17\"\n                },\n                {\n                    \"code\": \"123332\",\n                    \"name\": \"Z2\"\n                },\n                {\n                    \"code\": \"12344\",\n                    \"name\": \"Z7\"\n                },\n                {\n                    \"code\": \"ZH\",\n                    \"name\": \"Z15\"\n                },\n                {\n                    \"code\": \"0711\",\n                    \"name\": \"Z18\"\n                },\n                {\n                    \"code\": \"AhmadTurkTest2\",\n                    \"name\": \"Z19\"\n                },\n                {\n                    \"code\": \"hublocation123\",\n                    \"name\": \"Z32\"\n                },\n                {\n                    \"code\": \"123123123231\",\n                    \"name\": \"Z35\"\n                },\n                {\n                    \"code\": \"12100012\",\n                    \"name\": \"Z42\"\n                },\n                {\n                    \"code\": \"23456\",\n                    \"name\": \"Z57\"\n                },\n                {\n                    \"code\": \"hgeyg\",\n                    \"name\": \"Z59\"\n                },\n                {\n                    \"code\": \"seamlesszone\",\n                    \"name\": \"Z61\"\n                },\n                {\n                    \"code\": \"80\",\n                    \"name\": \"Z63\"\n                },\n                {\n                    \"code\": \"25681\",\n                    \"name\": \"Z65\"\n                },\n                {\n                    \"code\": \"1242352\",\n                    \"name\": \"Beta Demo Hub\"\n                },\n                {\n                    \"code\": \"12\",\n                    \"name\": \"Hub -2\"\n                },\n                {\n                    \"code\": \"CHIKU\",\n                    \"name\": \"5\"\n                },\n                {\n                    \"code\": \"12341\",\n                    \"name\": \"Hub-5\"\n                },\n                {\n                    \"code\": \"2345\",\n                    \"name\": \"12\"\n                },\n                {\n                    \"code\": \"1234A\",\n                    \"name\": \"Hub 3\"\n                },\n                {\n                    \"code\": \"678123\",\n                    \"name\": \"1-RUHSL\"\n                },\n                {\n                    \"code\": \"adsgfmch\",\n                    \"name\": \"Z27\"\n                },\n                {\n                    \"code\": \"134141\",\n                    \"name\": \"Z8\"\n                },\n                {\n                    \"code\": \"HUB090989\",\n                    \"name\": \"Z23\"\n                },\n                {\n                    \"code\": \"32990\",\n                    \"name\": \"Z28\"\n                },\n                {\n                    \"code\": \"133212132213132\",\n                    \"name\": \"Z36\"\n                },\n                {\n                    \"code\": \"201\",\n                    \"name\": \"Z38\"\n                },\n                {\n                    \"code\": \"123415\",\n                    \"name\": \"Z45\"\n                },\n                {\n                    \"code\": \"12342\",\n                    \"name\": \"Z46\"\n                },\n                {\n                    \"code\": \"12425\",\n                    \"name\": \"Z48\"\n                },\n                {\n                    \"code\": \"GG\",\n                    \"name\": \"Z49\"\n                },\n                {\n                    \"code\": \"2\",\n                    \"name\": \"Z56\"\n                },\n                {\n                    \"code\": \"1092\",\n                    \"name\": \"No Purchase Order Hub\"\n                },\n                {\n                    \"code\": \"0123\",\n                    \"name\": \"Test no PO\"\n                },\n                {\n                    \"code\": \"jhgfd\",\n                    \"name\": \"Z47\"\n                },\n                {\n                    \"code\": \"12351\",\n                    \"name\": \"Omni Hub\"\n                },\n                {\n                    \"code\": \"20001\",\n                    \"name\": \"test1900\"\n                },\n                {\n                    \"code\": \"14531\",\n                    \"name\": \"Testing hub\"\n                },\n                {\n                    \"code\": \"b2c000\",\n                    \"name\": \"Nana Hub\"\n                },\n                {\n                    \"code\": \"999\",\n                    \"name\": \"6\"\n                },\n                {\n                    \"code\": \"456\",\n                    \"name\": \"newworld\"\n                },\n                {\n                    \"code\": \"56787\",\n                    \"name\": \"Test Ok 23456\"\n                },\n                {\n                    \"code\": \"H11122\",\n                    \"name\": \"Test Hub\"\n                },\n                {\n                    \"code\": \"20101\",\n                    \"name\": \"Muntazir Hub\"\n                },\n                {\n                    \"code\": \"893\",\n                    \"name\": \"Z5\"\n                },\n                {\n                    \"code\": \"15124\",\n                    \"name\": \"Z6\"\n                },\n                {\n                    \"code\": \"123456q\",\n                    \"name\": \"Z10\"\n                },\n                {\n                    \"code\": \"111\",\n                    \"name\": \"Z11\"\n                },\n                {\n                    \"code\": \"1asd\",\n                    \"name\": \"Z16\"\n                },\n                {\n                    \"code\": \"RUH\",\n                    \"name\": \"Z22\"\n                },\n                {\n                    \"code\": \"13134\",\n                    \"name\": \"Z25\"\n                },\n                {\n                    \"code\": \"code000\",\n                    \"name\": \"Z30\"\n                },\n                {\n                    \"code\": \"1234567897iuytredd\",\n                    \"name\": \"Z33\"\n                },\n                {\n                    \"code\": \"code777\",\n                    \"name\": \"Z39\"\n                },\n                {\n                    \"code\": \"2BC1B281\",\n                    \"name\": \"Z41\"\n                },\n                {\n                    \"code\": \"d1\",\n                    \"name\": \"Z50\"\n                },\n                {\n                    \"code\": \"34151\",\n                    \"name\": \"Z60\"\n                },\n                {\n                    \"code\": \"12345\",\n                    \"name\": \"Z62\"\n                },\n                {\n                    \"code\": \"TR3\",\n                    \"name\": \"Training Hub B2B\"\n                },\n                {\n                    \"code\": \"SHUBHRA\",\n                    \"name\": \"Shubhra Testing\"\n                },\n                {\n                    \"code\": \"OFF\",\n                    \"name\": \"Training B2C - Off\"\n                },\n                {\n                    \"code\": \"132\",\n                    \"name\": \"Demo Account\"\n                },\n                {\n                    \"code\": \"321\",\n                    \"name\": \"Kanya Kumari Hub\"\n                },\n                {\n                    \"code\": \"2024\",\n                    \"name\": \"Training B2C -  On\"\n                },\n                {\n                    \"code\": \"65465\",\n                    \"name\": \"Testing Hub 1\"\n                },\n                {\n                    \"code\": \"7777777\",\n                    \"name\": \"Chirag_Hub\"\n                },\n                {\n                    \"code\": \"RH\",\n                    \"name\": \"Demo Riyadh Hub\"\n                },\n                {\n                    \"code\": \"RW\",\n                    \"name\": \"Riyadh Warehouse\"\n                },\n                {\n                    \"code\": \"MN1\",\n                    \"name\": \"M-Noor\"\n                },\n                {\n                    \"code\": \"1238\",\n                    \"name\": \"test-1238\"\n                },\n                {\n                    \"code\": \"00001\",\n                    \"name\": \"Nbox Logistics Hub 1\"\n                },\n                {\n                    \"code\": \"po099\",\n                    \"name\": \"Test OmniHub\"\n                },\n                {\n                    \"code\": \"bbbb\",\n                    \"name\": \"Locations print\"\n                },\n                {\n                    \"code\": \"amaterasu\",\n                    \"name\": \"Amaterasu\"\n                },\n                {\n                    \"code\": \"246523\",\n                    \"name\": \"test-ts\"\n                },\n                {\n                    \"code\": \"QQQ\",\n                    \"name\": \"AL-CO-Q\"\n                },\n                {\n                    \"code\": \"qs\",\n                    \"name\": \"Qasr  AL Awani\"\n                },\n                {\n                    \"code\": \"027\",\n                    \"name\": \"Laverne Training\"\n                },\n                {\n                    \"code\": \"ASH01\",\n                    \"name\": \"Ashar Warehouse\"\n                },\n                {\n                    \"code\": \"2345666\",\n                    \"name\": \"Bharat Testing\"\n                },\n                {\n                    \"code\": \"ON\",\n                    \"name\": \"MNOOR-ON\"\n                },\n                {\n                    \"code\": \"ruh123\",\n                    \"name\": \"RUH123\"\n                },\n                {\n                    \"code\": \"SRYD\",\n                    \"name\": \"Startlinks Riyadh\"\n                },\n                {\n                    \"code\": \"RUH1\",\n                    \"name\": \"ruh\"\n                },\n                {\n                    \"code\": \"prolotest\",\n                    \"name\": \"Prolo training\"\n                }\n            ],\n            \"status\": \"draft\",\n            \"pdf\": \"\",\n            \"contract_name\": \"Test2\",\n            \"period_start_date\": \"Sep 01, 2024 12:00:00 AM\",\n            \"period_end_date\": \"Sep 30, 2024 12:00:00 AM\",\n            \"due_date\": \"Nov 01, 2024 12:31:01 PM\",\n            \"created_at\": \"Oct 02, 2024 12:31:01 PM\"\n        },\n        {\n            \"name\": \"BILL-MS-037-5\",\n            \"seller\": {\n                \"name\": \"3PL Fulfillment 8\",\n                \"address\": \"\",\n                \"email\": \"\",\n                \"contact\": \"\"\n            },\n            \"hubs\": [\n                {\n                    \"code\": \"poiuytrertyuiop43243\",\n                    \"name\": \"Z9\"\n                },\n                {\n                    \"code\": \"GHUb\",\n                    \"name\": \"GHUb\"\n                },\n                {\n                    \"code\": \"seamlessretail\",\n                    \"name\": \"00 Seamless Retail\"\n                },\n                {\n                    \"code\": \"23412\",\n                    \"name\": \"Z58\"\n                },\n                {\n                    \"code\": \"001\",\n                    \"name\": \"RUYADH 12\"\n                },\n                {\n                    \"code\": \"2121212124vdf\",\n                    \"name\": \"Z12\"\n                },\n                {\n                    \"code\": \"444\",\n                    \"name\": \"Z31\"\n                },\n                {\n                    \"code\": \"CMSJED\",\n                    \"name\": \"Z34\"\n                },\n                {\n                    \"code\": \"123456\",\n                    \"name\": \"Z40\"\n                },\n                {\n                    \"code\": \"13113\",\n                    \"name\": \"Z51\"\n                },\n                {\n                    \"code\": \"121091\",\n                    \"name\": \"Z43\"\n                },\n                {\n                    \"code\": \"z1\",\n                    \"name\": \"Z3\"\n                },\n                {\n                    \"code\": \"BHARAT\",\n                    \"name\": \"Bharat\"\n                },\n                {\n                    \"code\": \"qq\",\n                    \"name\": \"Q-TEST\"\n                },\n                {\n                    \"code\": \"132141\",\n                    \"name\": \"Z52\"\n                },\n                {\n                    \"code\": \"3523532\",\n                    \"name\": \"Z24\"\n                },\n                {\n                    \"code\": \"NAKH\",\n                    \"name\": \"Al Nakheel Mall - Riyadh (KARAZ LINEN)\"\n                },\n                {\n                    \"code\": \"2321\",\n                    \"name\": \"Trustangle\"\n                },\n                {\n                    \"code\": \"WH-Best-one\",\n                    \"name\": \"Hub 2\"\n                },\n                {\n                    \"code\": \"12343\",\n                    \"name\": \"Ritik Hub\"\n                },\n                {\n                    \"code\": \"1134\",\n                    \"name\": \"Z44\"\n                },\n                {\n                    \"code\": \"1231\",\n                    \"name\": \"UPDATED\"\n                },\n                {\n                    \"code\": \"256\",\n                    \"name\": \"Z4\"\n                },\n                {\n                    \"code\": \"KRZWH\",\n                    \"name\": \"Karaz Warehouse\"\n                },\n                {\n                    \"code\": \"masdar1\",\n                    \"name\": \"Masdar Al Qadsiyah\"\n                },\n                {\n                    \"code\": \"000AH\",\n                    \"name\": \"Adarsh\"\n                },\n                {\n                    \"code\": \"testhub111\",\n                    \"name\": \"testhub1\"\n                },\n                {\n                    \"code\": \"seamlesswh\",\n                    \"name\": \"Seamless\"\n                },\n                {\n                    \"code\": \"zw\",\n                    \"name\": \"z hub warehouse\"\n                },\n                {\n                    \"code\": \"zr\",\n                    \"name\": \"Z1\"\n                },\n                {\n                    \"code\": \"12412\",\n                    \"name\": \"Z20\"\n                },\n                {\n                    \"code\": \"7771\",\n                    \"name\": \"Z21\"\n                },\n                {\n                    \"code\": \"123654\",\n                    \"name\": \"Z29\"\n                },\n                {\n                    \"code\": \"seamlesscluster\",\n                    \"name\": \"Z37\"\n                },\n                {\n                    \"code\": \"1234345\",\n                    \"name\": \"Z53\"\n                },\n                {\n                    \"code\": \"hubgaurav\",\n                    \"name\": \"Z55\"\n                },\n                {\n                    \"code\": \"12542545\",\n                    \"name\": \"Z64\"\n                },\n                {\n                    \"code\": \"TTT\",\n                    \"name\": \"TEST 1234\"\n                },\n                {\n                    \"code\": \"123456789\",\n                    \"name\": \"ray test\"\n                },\n                {\n                    \"code\": \"124\",\n                    \"name\": \"Test Hub - Client\"\n                },\n                {\n                    \"code\": \"AhmadTurkTest1\",\n                    \"name\": \"Ahmad Turk Test\"\n                },\n                {\n                    \"code\": \"1232\",\n                    \"name\": \"Ray 1\"\n                },\n                {\n                    \"code\": \"123\",\n                    \"name\": \"ray T\"\n                },\n                {\n                    \"code\": \"14\",\n                    \"name\": \"Sector 14\"\n                },\n                {\n                    \"code\": \"Leb1\",\n                    \"name\": \"Z13\"\n                },\n                {\n                    \"code\": \"Kas1\",\n                    \"name\": \"Z17\"\n                },\n                {\n                    \"code\": \"123332\",\n                    \"name\": \"Z2\"\n                },\n                {\n                    \"code\": \"12344\",\n                    \"name\": \"Z7\"\n                },\n                {\n                    \"code\": \"ZH\",\n                    \"name\": \"Z15\"\n                },\n                {\n                    \"code\": \"0711\",\n                    \"name\": \"Z18\"\n                },\n                {\n                    \"code\": \"AhmadTurkTest2\",\n                    \"name\": \"Z19\"\n                },\n                {\n                    \"code\": \"hublocation123\",\n                    \"name\": \"Z32\"\n                },\n                {\n                    \"code\": \"123123123231\",\n                    \"name\": \"Z35\"\n                },\n                {\n                    \"code\": \"12100012\",\n                    \"name\": \"Z42\"\n                },\n                {\n                    \"code\": \"23456\",\n                    \"name\": \"Z57\"\n                },\n                {\n                    \"code\": \"hgeyg\",\n                    \"name\": \"Z59\"\n                },\n                {\n                    \"code\": \"seamlesszone\",\n                    \"name\": \"Z61\"\n                },\n                {\n                    \"code\": \"80\",\n                    \"name\": \"Z63\"\n                },\n                {\n                    \"code\": \"25681\",\n                    \"name\": \"Z65\"\n                },\n                {\n                    \"code\": \"1242352\",\n                    \"name\": \"Beta Demo Hub\"\n                },\n                {\n                    \"code\": \"12\",\n                    \"name\": \"Hub -2\"\n                },\n                {\n                    \"code\": \"CHIKU\",\n                    \"name\": \"5\"\n                },\n                {\n                    \"code\": \"12341\",\n                    \"name\": \"Hub-5\"\n                },\n                {\n                    \"code\": \"2345\",\n                    \"name\": \"12\"\n                },\n                {\n                    \"code\": \"1234A\",\n                    \"name\": \"Hub 3\"\n                },\n                {\n                    \"code\": \"678123\",\n                    \"name\": \"1-RUHSL\"\n                },\n                {\n                    \"code\": \"adsgfmch\",\n                    \"name\": \"Z27\"\n                },\n                {\n                    \"code\": \"134141\",\n                    \"name\": \"Z8\"\n                },\n                {\n                    \"code\": \"HUB090989\",\n                    \"name\": \"Z23\"\n                },\n                {\n                    \"code\": \"32990\",\n                    \"name\": \"Z28\"\n                },\n                {\n                    \"code\": \"133212132213132\",\n                    \"name\": \"Z36\"\n                },\n                {\n                    \"code\": \"201\",\n                    \"name\": \"Z38\"\n                },\n                {\n                    \"code\": \"123415\",\n                    \"name\": \"Z45\"\n                },\n                {\n                    \"code\": \"12342\",\n                    \"name\": \"Z46\"\n                },\n                {\n                    \"code\": \"12425\",\n                    \"name\": \"Z48\"\n                },\n                {\n                    \"code\": \"GG\",\n                    \"name\": \"Z49\"\n                },\n                {\n                    \"code\": \"2\",\n                    \"name\": \"Z56\"\n                },\n                {\n                    \"code\": \"1092\",\n                    \"name\": \"No Purchase Order Hub\"\n                },\n                {\n                    \"code\": \"0123\",\n                    \"name\": \"Test no PO\"\n                },\n                {\n                    \"code\": \"jhgfd\",\n                    \"name\": \"Z47\"\n                },\n                {\n                    \"code\": \"12351\",\n                    \"name\": \"Omni Hub\"\n                },\n                {\n                    \"code\": \"20001\",\n                    \"name\": \"test1900\"\n                },\n                {\n                    \"code\": \"14531\",\n                    \"name\": \"Testing hub\"\n                },\n                {\n                    \"code\": \"b2c000\",\n                    \"name\": \"Nana Hub\"\n                },\n                {\n                    \"code\": \"999\",\n                    \"name\": \"6\"\n                },\n                {\n                    \"code\": \"456\",\n                    \"name\": \"newworld\"\n                },\n                {\n                    \"code\": \"56787\",\n                    \"name\": \"Test Ok 23456\"\n                },\n                {\n                    \"code\": \"H11122\",\n                    \"name\": \"Test Hub\"\n                },\n                {\n                    \"code\": \"20101\",\n                    \"name\": \"Muntazir Hub\"\n                },\n                {\n                    \"code\": \"893\",\n                    \"name\": \"Z5\"\n                },\n                {\n                    \"code\": \"15124\",\n                    \"name\": \"Z6\"\n                },\n                {\n                    \"code\": \"123456q\",\n                    \"name\": \"Z10\"\n                },\n                {\n                    \"code\": \"111\",\n                    \"name\": \"Z11\"\n                },\n                {\n                    \"code\": \"1asd\",\n                    \"name\": \"Z16\"\n                },\n                {\n                    \"code\": \"RUH\",\n                    \"name\": \"Z22\"\n                },\n                {\n                    \"code\": \"13134\",\n                    \"name\": \"Z25\"\n                },\n                {\n                    \"code\": \"code000\",\n                    \"name\": \"Z30\"\n                },\n                {\n                    \"code\": \"1234567897iuytredd\",\n                    \"name\": \"Z33\"\n                },\n                {\n                    \"code\": \"code777\",\n                    \"name\": \"Z39\"\n                },\n                {\n                    \"code\": \"2BC1B281\",\n                    \"name\": \"Z41\"\n                },\n                {\n                    \"code\": \"d1\",\n                    \"name\": \"Z50\"\n                },\n                {\n                    \"code\": \"34151\",\n                    \"name\": \"Z60\"\n                },\n                {\n                    \"code\": \"12345\",\n                    \"name\": \"Z62\"\n                },\n                {\n                    \"code\": \"TR3\",\n                    \"name\": \"Training Hub B2B\"\n                },\n                {\n                    \"code\": \"SHUBHRA\",\n                    \"name\": \"Shubhra Testing\"\n                },\n                {\n                    \"code\": \"132\",\n                    \"name\": \"Demo Account\"\n                },\n                {\n                    \"code\": \"OFF\",\n                    \"name\": \"Training B2C - Off\"\n                },\n                {\n                    \"code\": \"321\",\n                    \"name\": \"Kanya Kumari Hub\"\n                },\n                {\n                    \"code\": \"2024\",\n                    \"name\": \"Training B2C -  On\"\n                },\n                {\n                    \"code\": \"65465\",\n                    \"name\": \"Testing Hub 1\"\n                },\n                {\n                    \"code\": \"7777777\",\n                    \"name\": \"Chirag_Hub\"\n                },\n                {\n                    \"code\": \"RH\",\n                    \"name\": \"Demo Riyadh Hub\"\n                },\n                {\n                    \"code\": \"RW\",\n                    \"name\": \"Riyadh Warehouse\"\n                },\n                {\n                    \"code\": \"MN1\",\n                    \"name\": \"M-Noor\"\n                },\n                {\n                    \"code\": \"1238\",\n                    \"name\": \"test-1238\"\n                },\n                {\n                    \"code\": \"00001\",\n                    \"name\": \"Nbox Logistics Hub 1\"\n                },\n                {\n                    \"code\": \"po099\",\n                    \"name\": \"Test OmniHub\"\n                },\n                {\n                    \"code\": \"bbbb\",\n                    \"name\": \"Locations print\"\n                },\n                {\n                    \"code\": \"amaterasu\",\n                    \"name\": \"Amaterasu\"\n                },\n                {\n                    \"code\": \"246523\",\n                    \"name\": \"test-ts\"\n                },\n                {\n                    \"code\": \"QQQ\",\n                    \"name\": \"AL-CO-Q\"\n                },\n                {\n                    \"code\": \"qs\",\n                    \"name\": \"Qasr  AL Awani\"\n                },\n                {\n                    \"code\": \"027\",\n                    \"name\": \"Laverne Training\"\n                },\n                {\n                    \"code\": \"ASH01\",\n                    \"name\": \"Ashar Warehouse\"\n                },\n                {\n                    \"code\": \"2345666\",\n                    \"name\": \"Bharat Testing\"\n                },\n                {\n                    \"code\": \"ON\",\n                    \"name\": \"MNOOR-ON\"\n                },\n                {\n                    \"code\": \"ruh123\",\n                    \"name\": \"RUH123\"\n                },\n                {\n                    \"code\": \"SRYD\",\n                    \"name\": \"Startlinks Riyadh\"\n                },\n                {\n                    \"code\": \"RUH1\",\n                    \"name\": \"ruh\"\n                },\n                {\n                    \"code\": \"prolotest\",\n                    \"name\": \"Prolo training\"\n                }\n            ],\n            \"status\": \"draft\",\n            \"pdf\": \"\",\n            \"contract_name\": \"Automyze Client 1\",\n            \"period_start_date\": \"Sep 01, 2024 12:00:00 AM\",\n            \"period_end_date\": \"Sep 30, 2024 12:00:00 AM\",\n            \"due_date\": \"Oct 16, 2024 12:30:59 PM\",\n            \"created_at\": \"Oct 02, 2024 12:30:59 PM\"\n        },\n        {\n            \"name\": \"BILL-LB-349-2\",\n            \"seller\": {\n                \"name\": \"3PL Fulfillment 2\",\n                \"address\": \"\",\n                \"email\": \"\",\n                \"contact\": \"\"\n            },\n            \"hubs\": [\n                {\n                    \"code\": \"132\",\n                    \"name\": \"Demo Account\"\n                }\n            ],\n            \"status\": \"draft\",\n            \"pdf\": \"\",\n            \"contract_name\": \"Testing 1\",\n            \"period_start_date\": \"Sep 01, 2024 12:00:00 AM\",\n            \"period_end_date\": \"Sep 30, 2024 12:00:00 AM\",\n            \"due_date\": \"Oct 09, 2024 12:30:57 PM\",\n            \"created_at\": \"Oct 02, 2024 12:30:57 PM\"\n        },\n        {\n            \"name\": \"BILL-12-7\",\n            \"seller\": {\n                \"name\": \"21\",\n                \"address\": \"\",\n                \"email\": \"\",\n                \"contact\": \"\"\n            },\n            \"hubs\": [\n                {\n                    \"code\": \"poiuytrertyuiop43243\",\n                    \"name\": \"Z9\"\n                },\n                {\n                    \"code\": \"seamlessretail\",\n                    \"name\": \"00 Seamless Retail\"\n                },\n                {\n                    \"code\": \"GHUb\",\n                    \"name\": \"GHUb\"\n                },\n                {\n                    \"code\": \"23412\",\n                    \"name\": \"Z58\"\n                },\n                {\n                    \"code\": \"001\",\n                    \"name\": \"RUYADH 12\"\n                },\n                {\n                    \"code\": \"2121212124vdf\",\n                    \"name\": \"Z12\"\n                },\n                {\n                    \"code\": \"444\",\n                    \"name\": \"Z31\"\n                },\n                {\n                    \"code\": \"CMSJED\",\n                    \"name\": \"Z34\"\n                },\n                {\n                    \"code\": \"123456\",\n                    \"name\": \"Z40\"\n                },\n                {\n                    \"code\": \"13113\",\n                    \"name\": \"Z51\"\n                },\n                {\n                    \"code\": \"121091\",\n                    \"name\": \"Z43\"\n                },\n                {\n                    \"code\": \"z1\",\n                    \"name\": \"Z3\"\n                },\n                {\n                    \"code\": \"BHARAT\",\n                    \"name\": \"Bharat\"\n                },\n                {\n                    \"code\": \"132141\",\n                    \"name\": \"Z52\"\n                },\n                {\n                    \"code\": \"3523532\",\n                    \"name\": \"Z24\"\n                },\n                {\n                    \"code\": \"NAKH\",\n                    \"name\": \"Al Nakheel Mall - Riyadh (KARAZ LINEN)\"\n                },\n                {\n                    \"code\": \"2321\",\n                    \"name\": \"Trustangle\"\n                },\n                {\n                    \"code\": \"WH-Best-one\",\n                    \"name\": \"Hub 2\"\n                },\n                {\n                    \"code\": \"12343\",\n                    \"name\": \"Ritik Hub\"\n                },\n                {\n                    \"code\": \"1134\",\n                    \"name\": \"Z44\"\n                },\n                {\n                    \"code\": \"1231\",\n                    \"name\": \"UPDATED\"\n                },\n                {\n                    \"code\": \"256\",\n                    \"name\": \"Z4\"\n                },\n                {\n                    \"code\": \"KRZWH\",\n                    \"name\": \"Karaz Warehouse\"\n                },\n                {\n                    \"code\": \"000AH\",\n                    \"name\": \"Adarsh\"\n                },\n                {\n                    \"code\": \"masdar1\",\n                    \"name\": \"Masdar Al Qadsiyah\"\n                },\n                {\n                    \"code\": \"testhub111\",\n                    \"name\": \"testhub1\"\n                },\n                {\n                    \"code\": \"seamlesswh\",\n                    \"name\": \"Seamless\"\n                },\n                {\n                    \"code\": \"zw\",\n                    \"name\": \"z hub warehouse\"\n                },\n                {\n                    \"code\": \"zr\",\n                    \"name\": \"Z1\"\n                },\n                {\n                    \"code\": \"12412\",\n                    \"name\": \"Z20\"\n                },\n                {\n                    \"code\": \"7771\",\n                    \"name\": \"Z21\"\n                },\n                {\n                    \"code\": \"123654\",\n                    \"name\": \"Z29\"\n                },\n                {\n                    \"code\": \"seamlesscluster\",\n                    \"name\": \"Z37\"\n                },\n                {\n                    \"code\": \"1234345\",\n                    \"name\": \"Z53\"\n                },\n                {\n                    \"code\": \"hubgaurav\",\n                    \"name\": \"Z55\"\n                },\n                {\n                    \"code\": \"12542545\",\n                    \"name\": \"Z64\"\n                },\n                {\n                    \"code\": \"123456789\",\n                    \"name\": \"ray test\"\n                },\n                {\n                    \"code\": \"124\",\n                    \"name\": \"Test Hub - Client\"\n                },\n                {\n                    \"code\": \"132\",\n                    \"name\": \"Demo Account\"\n                },\n                {\n                    \"code\": \"AhmadTurkTest1\",\n                    \"name\": \"Ahmad Turk Test\"\n                },\n                {\n                    \"code\": \"1232\",\n                    \"name\": \"Ray 1\"\n                },\n                {\n                    \"code\": \"123\",\n                    \"name\": \"ray T\"\n                },\n                {\n                    \"code\": \"14\",\n                    \"name\": \"Sector 14\"\n                },\n                {\n                    \"code\": \"Leb1\",\n                    \"name\": \"Z13\"\n                },\n                {\n                    \"code\": \"Kas1\",\n                    \"name\": \"Z17\"\n                },\n                {\n                    \"code\": \"123332\",\n                    \"name\": \"Z2\"\n                },\n                {\n                    \"code\": \"12344\",\n                    \"name\": \"Z7\"\n                },\n                {\n                    \"code\": \"ZH\",\n                    \"name\": \"Z15\"\n                },\n                {\n                    \"code\": \"0711\",\n                    \"name\": \"Z18\"\n                },\n                {\n                    \"code\": \"AhmadTurkTest2\",\n                    \"name\": \"Z19\"\n                },\n                {\n                    \"code\": \"hublocation123\",\n                    \"name\": \"Z32\"\n                },\n                {\n                    \"code\": \"123123123231\",\n                    \"name\": \"Z35\"\n                },\n                {\n                    \"code\": \"12100012\",\n                    \"name\": \"Z42\"\n                },\n                {\n                    \"code\": \"23456\",\n                    \"name\": \"Z57\"\n                },\n                {\n                    \"code\": \"hgeyg\",\n                    \"name\": \"Z59\"\n                },\n                {\n                    \"code\": \"seamlesszone\",\n                    \"name\": \"Z61\"\n                },\n                {\n                    \"code\": \"80\",\n                    \"name\": \"Z63\"\n                },\n                {\n                    \"code\": \"25681\",\n                    \"name\": \"Z65\"\n                },\n                {\n                    \"code\": \"1242352\",\n                    \"name\": \"Beta Demo Hub\"\n                },\n                {\n                    \"code\": \"12\",\n                    \"name\": \"Hub -2\"\n                },\n                {\n                    \"code\": \"12341\",\n                    \"name\": \"Hub-5\"\n                },\n                {\n                    \"code\": \"1234A\",\n                    \"name\": \"Hub 3\"\n                },\n                {\n                    \"code\": \"678123\",\n                    \"name\": \"1-RUHSL\"\n                },\n                {\n                    \"code\": \"adsgfmch\",\n                    \"name\": \"Z27\"\n                },\n                {\n                    \"code\": \"134141\",\n                    \"name\": \"Z8\"\n                },\n                {\n                    \"code\": \"2345\",\n                    \"name\": \"12\"\n                },\n                {\n                    \"code\": \"HUB090989\",\n                    \"name\": \"Z23\"\n                },\n                {\n                    \"code\": \"32990\",\n                    \"name\": \"Z28\"\n                },\n                {\n                    \"code\": \"133212132213132\",\n                    \"name\": \"Z36\"\n                },\n                {\n                    \"code\": \"201\",\n                    \"name\": \"Z38\"\n                },\n                {\n                    \"code\": \"123415\",\n                    \"name\": \"Z45\"\n                },\n                {\n                    \"code\": \"12342\",\n                    \"name\": \"Z46\"\n                },\n                {\n                    \"code\": \"12425\",\n                    \"name\": \"Z48\"\n                },\n                {\n                    \"code\": \"GG\",\n                    \"name\": \"Z49\"\n                },\n                {\n                    \"code\": \"2\",\n                    \"name\": \"Z56\"\n                },\n                {\n                    \"code\": \"CHIKU\",\n                    \"name\": \"5\"\n                },\n                {\n                    \"code\": \"1092\",\n                    \"name\": \"No Purchase Order Hub\"\n                },\n                {\n                    \"code\": \"0123\",\n                    \"name\": \"Test no PO\"\n                },\n                {\n                    \"code\": \"jhgfd\",\n                    \"name\": \"Z47\"\n                },\n                {\n                    \"code\": \"12351\",\n                    \"name\": \"Omni Hub\"\n                },\n                {\n                    \"code\": \"20001\",\n                    \"name\": \"test1900\"\n                },\n                {\n                    \"code\": \"14531\",\n                    \"name\": \"Testing hub\"\n                },\n                {\n                    \"code\": \"b2c000\",\n                    \"name\": \"Nana Hub\"\n                },\n                {\n                    \"code\": \"999\",\n                    \"name\": \"6\"\n                },\n                {\n                    \"code\": \"456\",\n                    \"name\": \"newworld\"\n                },\n                {\n                    \"code\": \"56787\",\n                    \"name\": \"Test Ok 23456\"\n                },\n                {\n                    \"code\": \"H11122\",\n                    \"name\": \"Test Hub\"\n                },\n                {\n                    \"code\": \"20101\",\n                    \"name\": \"Muntazir Hub\"\n                },\n                {\n                    \"code\": \"893\",\n                    \"name\": \"Z5\"\n                },\n                {\n                    \"code\": \"15124\",\n                    \"name\": \"Z6\"\n                },\n                {\n                    \"code\": \"123456q\",\n                    \"name\": \"Z10\"\n                },\n                {\n                    \"code\": \"111\",\n                    \"name\": \"Z11\"\n                },\n                {\n                    \"code\": \"1asd\",\n                    \"name\": \"Z16\"\n                },\n                {\n                    \"code\": \"RUH\",\n                    \"name\": \"Z22\"\n                },\n                {\n                    \"code\": \"13134\",\n                    \"name\": \"Z25\"\n                },\n                {\n                    \"code\": \"code000\",\n                    \"name\": \"Z30\"\n                },\n                {\n                    \"code\": \"1234567897iuytredd\",\n                    \"name\": \"Z33\"\n                },\n                {\n                    \"code\": \"code777\",\n                    \"name\": \"Z39\"\n                },\n                {\n                    \"code\": \"2BC1B281\",\n                    \"name\": \"Z41\"\n                },\n                {\n                    \"code\": \"d1\",\n                    \"name\": \"Z50\"\n                },\n                {\n                    \"code\": \"34151\",\n                    \"name\": \"Z60\"\n                },\n                {\n                    \"code\": \"12345\",\n                    \"name\": \"Z62\"\n                },\n                {\n                    \"code\": \"SHUBHRA\",\n                    \"name\": \"Shubhra Testing\"\n                },\n                {\n                    \"code\": \"TR3\",\n                    \"name\": \"Training Hub B2B\"\n                },\n                {\n                    \"code\": \"321\",\n                    \"name\": \"Kanya Kumari Hub\"\n                },\n                {\n                    \"code\": \"OFF\",\n                    \"name\": \"Training B2C - Off\"\n                },\n                {\n                    \"code\": \"65465\",\n                    \"name\": \"Testing Hub 1\"\n                },\n                {\n                    \"code\": \"2024\",\n                    \"name\": \"Training B2C -  On\"\n                },\n                {\n                    \"code\": \"7777777\",\n                    \"name\": \"Chirag_Hub\"\n                },\n                {\n                    \"code\": \"RH\",\n                    \"name\": \"Demo Riyadh Hub\"\n                },\n                {\n                    \"code\": \"RW\",\n                    \"name\": \"Riyadh Warehouse\"\n                },\n                {\n                    \"code\": \"MN1\",\n                    \"name\": \"M-Noor\"\n                },\n                {\n                    \"code\": \"1238\",\n                    \"name\": \"test-1238\"\n                },\n                {\n                    \"code\": \"00001\",\n                    \"name\": \"Nbox Logistics Hub 1\"\n                },\n                {\n                    \"code\": \"po099\",\n                    \"name\": \"Test OmniHub\"\n                },\n                {\n                    \"code\": \"246523\",\n                    \"name\": \"test-ts\"\n                },\n                {\n                    \"code\": \"qs\",\n                    \"name\": \"Qasr  AL Awani\"\n                },\n                {\n                    \"code\": \"2345666\",\n                    \"name\": \"Bharat Testing\"\n                },\n                {\n                    \"code\": \"ON\",\n                    \"name\": \"MNOOR-ON\"\n                }\n            ],\n            \"status\": \"draft\",\n            \"pdf\": \"\",\n            \"contract_name\": \"Fulfillment serves-ac\",\n            \"period_start_date\": \"Sep 01, 2024 12:00:00 AM\",\n            \"period_end_date\": \"Sep 30, 2024 12:00:00 AM\",\n            \"due_date\": \"Oct 12, 2024 12:30:54 PM\",\n            \"created_at\": \"Oct 02, 2024 12:30:54 PM\"\n        },\n        {\n            \"name\": \"BILL-EX-637-197\",\n            \"seller\": {\n                \"name\": \"3PL Fulfillment 10\",\n                \"address\": \"\",\n                \"email\": \"\",\n                \"contact\": \"\"\n            },\n            \"hubs\": [\n                {\n                    \"code\": \"poiuytrertyuiop43243\",\n                    \"name\": \"Z9\"\n                },\n                {\n                    \"code\": \"seamlessretail\",\n                    \"name\": \"00 Seamless Retail\"\n                },\n                {\n                    \"code\": \"GHUb\",\n                    \"name\": \"GHUb\"\n                },\n                {\n                    \"code\": \"23412\",\n                    \"name\": \"Z58\"\n                },\n                {\n                    \"code\": \"001\",\n                    \"name\": \"RUYADH 12\"\n                },\n                {\n                    \"code\": \"2121212124vdf\",\n                    \"name\": \"Z12\"\n                },\n                {\n                    \"code\": \"444\",\n                    \"name\": \"Z31\"\n                },\n                {\n                    \"code\": \"CMSJED\",\n                    \"name\": \"Z34\"\n                },\n                {\n                    \"code\": \"123456\",\n                    \"name\": \"Z40\"\n                },\n                {\n                    \"code\": \"13113\",\n                    \"name\": \"Z51\"\n                },\n                {\n                    \"code\": \"121091\",\n                    \"name\": \"Z43\"\n                },\n                {\n                    \"code\": \"z1\",\n                    \"name\": \"Z3\"\n                },\n                {\n                    \"code\": \"BHARAT\",\n                    \"name\": \"Bharat\"\n                },\n                {\n                    \"code\": \"132141\",\n                    \"name\": \"Z52\"\n                },\n                {\n                    \"code\": \"3523532\",\n                    \"name\": \"Z24\"\n                },\n                {\n                    \"code\": \"NAKH\",\n                    \"name\": \"Al Nakheel Mall - Riyadh (KARAZ LINEN)\"\n                },\n                {\n                    \"code\": \"2321\",\n                    \"name\": \"Trustangle\"\n                },\n                {\n                    \"code\": \"WH-Best-one\",\n                    \"name\": \"Hub 2\"\n                },\n                {\n                    \"code\": \"12343\",\n                    \"name\": \"Ritik Hub\"\n                },\n                {\n                    \"code\": \"1134\",\n                    \"name\": \"Z44\"\n                },\n                {\n                    \"code\": \"1231\",\n                    \"name\": \"UPDATED\"\n                },\n                {\n                    \"code\": \"256\",\n                    \"name\": \"Z4\"\n                },\n                {\n                    \"code\": \"KRZWH\",\n                    \"name\": \"Karaz Warehouse\"\n                },\n                {\n                    \"code\": \"000AH\",\n                    \"name\": \"Adarsh\"\n                },\n                {\n                    \"code\": \"masdar1\",\n                    \"name\": \"Masdar Al Qadsiyah\"\n                },\n                {\n                    \"code\": \"testhub111\",\n                    \"name\": \"testhub1\"\n                },\n                {\n                    \"code\": \"seamlesswh\",\n                    \"name\": \"Seamless\"\n                },\n                {\n                    \"code\": \"zw\",\n                    \"name\": \"z hub warehouse\"\n                },\n                {\n                    \"code\": \"zr\",\n                    \"name\": \"Z1\"\n                },\n                {\n                    \"code\": \"12412\",\n                    \"name\": \"Z20\"\n                },\n                {\n                    \"code\": \"7771\",\n                    \"name\": \"Z21\"\n                },\n                {\n                    \"code\": \"123654\",\n                    \"name\": \"Z29\"\n                },\n                {\n                    \"code\": \"seamlesscluster\",\n                    \"name\": \"Z37\"\n                },\n                {\n                    \"code\": \"1234345\",\n                    \"name\": \"Z53\"\n                },\n                {\n                    \"code\": \"hubgaurav\",\n                    \"name\": \"Z55\"\n                },\n                {\n                    \"code\": \"12542545\",\n                    \"name\": \"Z64\"\n                },\n                {\n                    \"code\": \"123456789\",\n                    \"name\": \"ray test\"\n                },\n                {\n                    \"code\": \"124\",\n                    \"name\": \"Test Hub - Client\"\n                },\n                {\n                    \"code\": \"132\",\n                    \"name\": \"Demo Account\"\n                },\n                {\n                    \"code\": \"AhmadTurkTest1\",\n                    \"name\": \"Ahmad Turk Test\"\n                },\n                {\n                    \"code\": \"1232\",\n                    \"name\": \"Ray 1\"\n                },\n                {\n                    \"code\": \"123\",\n                    \"name\": \"ray T\"\n                },\n                {\n                    \"code\": \"14\",\n                    \"name\": \"Sector 14\"\n                },\n                {\n                    \"code\": \"Leb1\",\n                    \"name\": \"Z13\"\n                },\n                {\n                    \"code\": \"Kas1\",\n                    \"name\": \"Z17\"\n                },\n                {\n                    \"code\": \"123332\",\n                    \"name\": \"Z2\"\n                },\n                {\n                    \"code\": \"12344\",\n                    \"name\": \"Z7\"\n                },\n                {\n                    \"code\": \"ZH\",\n                    \"name\": \"Z15\"\n                },\n                {\n                    \"code\": \"0711\",\n                    \"name\": \"Z18\"\n                },\n                {\n                    \"code\": \"AhmadTurkTest2\",\n                    \"name\": \"Z19\"\n                },\n                {\n                    \"code\": \"hublocation123\",\n                    \"name\": \"Z32\"\n                },\n                {\n                    \"code\": \"123123123231\",\n                    \"name\": \"Z35\"\n                },\n                {\n                    \"code\": \"12100012\",\n                    \"name\": \"Z42\"\n                },\n                {\n                    \"code\": \"23456\",\n                    \"name\": \"Z57\"\n                },\n                {\n                    \"code\": \"hgeyg\",\n                    \"name\": \"Z59\"\n                },\n                {\n                    \"code\": \"seamlesszone\",\n                    \"name\": \"Z61\"\n                },\n                {\n                    \"code\": \"80\",\n                    \"name\": \"Z63\"\n                },\n                {\n                    \"code\": \"25681\",\n                    \"name\": \"Z65\"\n                },\n                {\n                    \"code\": \"1242352\",\n                    \"name\": \"Beta Demo Hub\"\n                },\n                {\n                    \"code\": \"12\",\n                    \"name\": \"Hub -2\"\n                },\n                {\n                    \"code\": \"12341\",\n                    \"name\": \"Hub-5\"\n                },\n                {\n                    \"code\": \"1234A\",\n                    \"name\": \"Hub 3\"\n                },\n                {\n                    \"code\": \"678123\",\n                    \"name\": \"1-RUHSL\"\n                },\n                {\n                    \"code\": \"adsgfmch\",\n                    \"name\": \"Z27\"\n                },\n                {\n                    \"code\": \"134141\",\n                    \"name\": \"Z8\"\n                },\n                {\n                    \"code\": \"2345\",\n                    \"name\": \"12\"\n                },\n                {\n                    \"code\": \"HUB090989\",\n                    \"name\": \"Z23\"\n                },\n                {\n                    \"code\": \"32990\",\n                    \"name\": \"Z28\"\n                },\n                {\n                    \"code\": \"133212132213132\",\n                    \"name\": \"Z36\"\n                },\n                {\n                    \"code\": \"201\",\n                    \"name\": \"Z38\"\n                },\n                {\n                    \"code\": \"123415\",\n                    \"name\": \"Z45\"\n                },\n                {\n                    \"code\": \"12342\",\n                    \"name\": \"Z46\"\n                },\n                {\n                    \"code\": \"12425\",\n                    \"name\": \"Z48\"\n                },\n                {\n                    \"code\": \"GG\",\n                    \"name\": \"Z49\"\n                },\n                {\n                    \"code\": \"2\",\n                    \"name\": \"Z56\"\n                },\n                {\n                    \"code\": \"CHIKU\",\n                    \"name\": \"5\"\n                },\n                {\n                    \"code\": \"1092\",\n                    \"name\": \"No Purchase Order Hub\"\n                },\n                {\n                    \"code\": \"0123\",\n                    \"name\": \"Test no PO\"\n                },\n                {\n                    \"code\": \"jhgfd\",\n                    \"name\": \"Z47\"\n                },\n                {\n                    \"code\": \"12351\",\n                    \"name\": \"Omni Hub\"\n                },\n                {\n                    \"code\": \"20001\",\n                    \"name\": \"test1900\"\n                },\n                {\n                    \"code\": \"14531\",\n                    \"name\": \"Testing hub\"\n                },\n                {\n                    \"code\": \"b2c000\",\n                    \"name\": \"Nana Hub\"\n                },\n                {\n                    \"code\": \"999\",\n                    \"name\": \"6\"\n                },\n                {\n                    \"code\": \"456\",\n                    \"name\": \"newworld\"\n                },\n                {\n                    \"code\": \"56787\",\n                    \"name\": \"Test Ok 23456\"\n                },\n                {\n                    \"code\": \"H11122\",\n                    \"name\": \"Test Hub\"\n                },\n                {\n                    \"code\": \"20101\",\n                    \"name\": \"Muntazir Hub\"\n                },\n                {\n                    \"code\": \"893\",\n                    \"name\": \"Z5\"\n                },\n                {\n                    \"code\": \"15124\",\n                    \"name\": \"Z6\"\n                },\n                {\n                    \"code\": \"123456q\",\n                    \"name\": \"Z10\"\n                },\n                {\n                    \"code\": \"111\",\n                    \"name\": \"Z11\"\n                },\n                {\n                    \"code\": \"1asd\",\n                    \"name\": \"Z16\"\n                },\n                {\n                    \"code\": \"RUH\",\n                    \"name\": \"Z22\"\n                },\n                {\n                    \"code\": \"13134\",\n                    \"name\": \"Z25\"\n                },\n                {\n                    \"code\": \"code000\",\n                    \"name\": \"Z30\"\n                },\n                {\n                    \"code\": \"1234567897iuytredd\",\n                    \"name\": \"Z33\"\n                },\n                {\n                    \"code\": \"code777\",\n                    \"name\": \"Z39\"\n                },\n                {\n                    \"code\": \"2BC1B281\",\n                    \"name\": \"Z41\"\n                },\n                {\n                    \"code\": \"d1\",\n                    \"name\": \"Z50\"\n                },\n                {\n                    \"code\": \"34151\",\n                    \"name\": \"Z60\"\n                },\n                {\n                    \"code\": \"12345\",\n                    \"name\": \"Z62\"\n                },\n                {\n                    \"code\": \"SHUBHRA\",\n                    \"name\": \"Shubhra Testing\"\n                },\n                {\n                    \"code\": \"TR3\",\n                    \"name\": \"Training Hub B2B\"\n                },\n                {\n                    \"code\": \"321\",\n                    \"name\": \"Kanya Kumari Hub\"\n                },\n                {\n                    \"code\": \"OFF\",\n                    \"name\": \"Training B2C - Off\"\n                },\n                {\n                    \"code\": \"65465\",\n                    \"name\": \"Testing Hub 1\"\n                },\n                {\n                    \"code\": \"2024\",\n                    \"name\": \"Training B2C -  On\"\n                },\n                {\n                    \"code\": \"7777777\",\n                    \"name\": \"Chirag_Hub\"\n                },\n                {\n                    \"code\": \"RH\",\n                    \"name\": \"Demo Riyadh Hub\"\n                },\n                {\n                    \"code\": \"RW\",\n                    \"name\": \"Riyadh Warehouse\"\n                },\n                {\n                    \"code\": \"MN1\",\n                    \"name\": \"M-Noor\"\n                },\n                {\n                    \"code\": \"1238\",\n                    \"name\": \"test-1238\"\n                },\n                {\n                    \"code\": \"00001\",\n                    \"name\": \"Nbox Logistics Hub 1\"\n                },\n                {\n                    \"code\": \"po099\",\n                    \"name\": \"Test OmniHub\"\n                },\n                {\n                    \"code\": \"246523\",\n                    \"name\": \"test-ts\"\n                },\n                {\n                    \"code\": \"qs\",\n                    \"name\": \"Qasr  AL Awani\"\n                },\n                {\n                    \"code\": \"2345666\",\n                    \"name\": \"Bharat Testing\"\n                },\n                {\n                    \"code\": \"ON\",\n                    \"name\": \"MNOOR-ON\"\n                }\n            ],\n            \"status\": \"draft\",\n            \"pdf\": \"\",\n            \"contract_name\": \"Fulfillment serves\",\n            \"period_start_date\": \"Sep 01, 2024 12:00:00 AM\",\n            \"period_end_date\": \"Sep 30, 2024 12:00:00 AM\",\n            \"due_date\": \"Oct 12, 2024 12:30:50 PM\",\n            \"created_at\": \"Oct 02, 2024 12:30:50 PM\"\n        },\n        {\n            \"name\": \"BILL-EX-637-196\",\n            \"seller\": {\n                \"name\": \"3PL Fulfillment 10\",\n                \"address\": \"\",\n                \"email\": \"\",\n                \"contact\": \"\"\n            },\n            \"hubs\": [\n                {\n                    \"code\": \"2345\",\n                    \"name\": \"12\"\n                },\n                {\n                    \"code\": \"CHIKU\",\n                    \"name\": \"5\"\n                }\n            ],\n            \"status\": \"draft\",\n            \"pdf\": \"\",\n            \"contract_name\": \"Test Contract2\",\n            \"period_start_date\": \"Sep 01, 2024 12:00:00 AM\",\n            \"period_end_date\": \"Sep 30, 2024 12:00:00 AM\",\n            \"due_date\": \"Oct 22, 2024 12:30:47 PM\",\n            \"created_at\": \"Oct 02, 2024 12:30:47 PM\"\n        },\n        {\n            \"name\": \"BILL-MN-1-1\",\n            \"seller\": {\n                \"name\": \"MNoor [Seller]\",\n                \"address\": \"\",\n                \"email\": \"\",\n                \"contact\": \"\"\n            },\n            \"hubs\": [\n                {\n                    \"code\": \"ON\",\n                    \"name\": \"MNOOR-ON\"\n                }\n            ],\n            \"status\": \"draft\",\n            \"pdf\": \"\",\n            \"contract_name\": \"mnoor\",\n            \"period_start_date\": \"Sep 01, 2024 12:00:00 AM\",\n            \"period_end_date\": \"Sep 30, 2024 11:59:59 PM\",\n            \"due_date\": \"Oct 07, 2024 08:22:23 AM\",\n            \"created_at\": \"Oct 02, 2024 08:22:23 AM\"\n        },\n        {\n            \"name\": \"BILL-00001-4\",\n            \"seller\": {\n                \"name\": \"Ibrahim-Seller\",\n                \"address\": \"\",\n                \"email\": \"\",\n                \"contact\": \"\"\n            },\n            \"hubs\": [\n                {\n                    \"code\": \"IbrahimWH001\",\n                    \"name\": \"Ibrahim-WH\"\n                }\n            ],\n            \"status\": \"draft\",\n            \"pdf\": \"\",\n            \"contract_name\": \"Ibrahim1\",\n            \"period_start_date\": \"Sep 01, 2024 12:00:00 AM\",\n            \"period_end_date\": \"Oct 01, 2024 11:59:59 PM\",\n            \"due_date\": \"Oct 03, 2024 08:20:02 AM\",\n            \"created_at\": \"Oct 02, 2024 08:20:02 AM\"\n        },\n        {\n            \"name\": \"BILL-00001-3\",\n            \"seller\": {\n                \"name\": \"Ibrahim-Seller\",\n                \"address\": \"\",\n                \"email\": \"\",\n                \"contact\": \"\"\n            },\n            \"hubs\": [\n                {\n                    \"code\": \"IbrahimWH001\",\n                    \"name\": \"Ibrahim-WH\"\n                }\n            ],\n            \"status\": \"draft\",\n            \"pdf\": \"\",\n            \"contract_name\": \"Ibrahim-test-2\",\n            \"period_start_date\": \"Aug 04, 2024 12:00:00 AM\",\n            \"period_end_date\": \"Oct 01, 2024 11:59:59 PM\",\n            \"due_date\": \"Oct 03, 2024 06:46:53 AM\",\n            \"created_at\": \"Oct 02, 2024 06:46:53 AM\"\n        },\n        {\n            \"name\": \"BILL-00001-2\",\n            \"seller\": {\n                \"name\": \"Ibrahim-Seller\",\n                \"address\": \"\",\n                \"email\": \"\",\n                \"contact\": \"\"\n            },\n            \"hubs\": [\n                {\n                    \"code\": \"IbrahimWH001\",\n                    \"name\": \"Ibrahim-WH\"\n                }\n            ],\n            \"status\": \"draft\",\n            \"pdf\": \"https://omniful-staging-uploads.s3.amazonaws.com/billing/bill/pdf/bc4a3664-43bb-4ad5-9938-8735e31b833f_756_66fcead38de6819b3ecfa54d.pdf\",\n            \"contract_name\": \"Ibrahim-Test\",\n            \"period_start_date\": \"Sep 01, 2024 12:00:00 AM\",\n            \"period_end_date\": \"Oct 01, 2024 11:59:59 PM\",\n            \"due_date\": \"Oct 03, 2024 06:40:19 AM\",\n            \"created_at\": \"Oct 02, 2024 06:40:19 AM\"\n        },\n        {\n            \"name\": \"BILL-00001-1\",\n            \"seller\": {\n                \"name\": \"Ibrahim-Seller\",\n                \"address\": \"\",\n                \"email\": \"\",\n                \"contact\": \"\"\n            },\n            \"hubs\": [\n                {\n                    \"code\": \"IbrahimWH001\",\n                    \"name\": \"Ibrahim-WH\"\n                }\n            ],\n            \"status\": \"draft\",\n            \"pdf\": \"\",\n            \"contract_name\": \"Ibrahim-Test\",\n            \"period_start_date\": \"Sep 01, 2024 12:00:00 AM\",\n            \"period_end_date\": \"Oct 01, 2024 11:59:59 PM\",\n            \"due_date\": \"Oct 03, 2024 06:19:31 AM\",\n            \"created_at\": \"Oct 02, 2024 06:19:31 AM\"\n        },\n        {\n            \"name\": \"BILL-12-6\",\n            \"seller\": {\n                \"name\": \"21\",\n                \"address\": \"\",\n                \"email\": \"\",\n                \"contact\": \"\"\n            },\n            \"hubs\": [\n                {\n                    \"code\": \"poiuytrertyuiop43243\",\n                    \"name\": \"Z9\"\n                },\n                {\n                    \"code\": \"seamlessretail\",\n                    \"name\": \"00 Seamless Retail\"\n                },\n                {\n                    \"code\": \"GHUb\",\n                    \"name\": \"GHUb\"\n                },\n                {\n                    \"code\": \"23412\",\n                    \"name\": \"Z58\"\n                },\n                {\n                    \"code\": \"001\",\n                    \"name\": \"RUYADH 12\"\n                },\n                {\n                    \"code\": \"2121212124vdf\",\n                    \"name\": \"Z12\"\n                },\n                {\n                    \"code\": \"444\",\n                    \"name\": \"Z31\"\n                },\n                {\n                    \"code\": \"CMSJED\",\n                    \"name\": \"Z34\"\n                },\n                {\n                    \"code\": \"123456\",\n                    \"name\": \"Z40\"\n                },\n                {\n                    \"code\": \"13113\",\n                    \"name\": \"Z51\"\n                },\n                {\n                    \"code\": \"121091\",\n                    \"name\": \"Z43\"\n                },\n                {\n                    \"code\": \"z1\",\n                    \"name\": \"Z3\"\n                },\n                {\n                    \"code\": \"BHARAT\",\n                    \"name\": \"Bharat\"\n                },\n                {\n                    \"code\": \"132141\",\n                    \"name\": \"Z52\"\n                },\n                {\n                    \"code\": \"3523532\",\n                    \"name\": \"Z24\"\n                },\n                {\n                    \"code\": \"NAKH\",\n                    \"name\": \"Al Nakheel Mall - Riyadh (KARAZ LINEN)\"\n                },\n                {\n                    \"code\": \"2321\",\n                    \"name\": \"Trustangle\"\n                },\n                {\n                    \"code\": \"WH-Best-one\",\n                    \"name\": \"Hub 2\"\n                },\n                {\n                    \"code\": \"12343\",\n                    \"name\": \"Ritik Hub\"\n                },\n                {\n                    \"code\": \"1134\",\n                    \"name\": \"Z44\"\n                },\n                {\n                    \"code\": \"1231\",\n                    \"name\": \"UPDATED\"\n                },\n                {\n                    \"code\": \"256\",\n                    \"name\": \"Z4\"\n                },\n                {\n                    \"code\": \"KRZWH\",\n                    \"name\": \"Karaz Warehouse\"\n                },\n                {\n                    \"code\": \"000AH\",\n                    \"name\": \"Adarsh\"\n                },\n                {\n                    \"code\": \"masdar1\",\n                    \"name\": \"Masdar Al Qadsiyah\"\n                },\n                {\n                    \"code\": \"testhub111\",\n                    \"name\": \"testhub1\"\n                },\n                {\n                    \"code\": \"seamlesswh\",\n                    \"name\": \"Seamless\"\n                },\n                {\n                    \"code\": \"zw\",\n                    \"name\": \"z hub warehouse\"\n                },\n                {\n                    \"code\": \"zr\",\n                    \"name\": \"Z1\"\n                },\n                {\n                    \"code\": \"12412\",\n                    \"name\": \"Z20\"\n                },\n                {\n                    \"code\": \"7771\",\n                    \"name\": \"Z21\"\n                },\n                {\n                    \"code\": \"123654\",\n                    \"name\": \"Z29\"\n                },\n                {\n                    \"code\": \"seamlesscluster\",\n                    \"name\": \"Z37\"\n                },\n                {\n                    \"code\": \"1234345\",\n                    \"name\": \"Z53\"\n                },\n                {\n                    \"code\": \"hubgaurav\",\n                    \"name\": \"Z55\"\n                },\n                {\n                    \"code\": \"12542545\",\n                    \"name\": \"Z64\"\n                },\n                {\n                    \"code\": \"123456789\",\n                    \"name\": \"ray test\"\n                },\n                {\n                    \"code\": \"124\",\n                    \"name\": \"Test Hub - Client\"\n                },\n                {\n                    \"code\": \"132\",\n                    \"name\": \"Demo Account\"\n                },\n                {\n                    \"code\": \"AhmadTurkTest1\",\n                    \"name\": \"Ahmad Turk Test\"\n                },\n                {\n                    \"code\": \"1232\",\n                    \"name\": \"Ray 1\"\n                },\n                {\n                    \"code\": \"123\",\n                    \"name\": \"ray T\"\n                },\n                {\n                    \"code\": \"14\",\n                    \"name\": \"Sector 14\"\n                },\n                {\n                    \"code\": \"Leb1\",\n                    \"name\": \"Z13\"\n                },\n                {\n                    \"code\": \"Kas1\",\n                    \"name\": \"Z17\"\n                },\n                {\n                    \"code\": \"123332\",\n                    \"name\": \"Z2\"\n                },\n                {\n                    \"code\": \"12344\",\n                    \"name\": \"Z7\"\n                },\n                {\n                    \"code\": \"ZH\",\n                    \"name\": \"Z15\"\n                },\n                {\n                    \"code\": \"0711\",\n                    \"name\": \"Z18\"\n                },\n                {\n                    \"code\": \"AhmadTurkTest2\",\n                    \"name\": \"Z19\"\n                },\n                {\n                    \"code\": \"hublocation123\",\n                    \"name\": \"Z32\"\n                },\n                {\n                    \"code\": \"123123123231\",\n                    \"name\": \"Z35\"\n                },\n                {\n                    \"code\": \"12100012\",\n                    \"name\": \"Z42\"\n                },\n                {\n                    \"code\": \"23456\",\n                    \"name\": \"Z57\"\n                },\n                {\n                    \"code\": \"hgeyg\",\n                    \"name\": \"Z59\"\n                },\n                {\n                    \"code\": \"seamlesszone\",\n                    \"name\": \"Z61\"\n                },\n                {\n                    \"code\": \"80\",\n                    \"name\": \"Z63\"\n                },\n                {\n                    \"code\": \"25681\",\n                    \"name\": \"Z65\"\n                },\n                {\n                    \"code\": \"1242352\",\n                    \"name\": \"Beta Demo Hub\"\n                },\n                {\n                    \"code\": \"12\",\n                    \"name\": \"Hub -2\"\n                },\n                {\n                    \"code\": \"12341\",\n                    \"name\": \"Hub-5\"\n                },\n                {\n                    \"code\": \"1234A\",\n                    \"name\": \"Hub 3\"\n                },\n                {\n                    \"code\": \"678123\",\n                    \"name\": \"1-RUHSL\"\n                },\n                {\n                    \"code\": \"adsgfmch\",\n                    \"name\": \"Z27\"\n                },\n                {\n                    \"code\": \"134141\",\n                    \"name\": \"Z8\"\n                },\n                {\n                    \"code\": \"2345\",\n                    \"name\": \"12\"\n                },\n                {\n                    \"code\": \"HUB090989\",\n                    \"name\": \"Z23\"\n                },\n                {\n                    \"code\": \"32990\",\n                    \"name\": \"Z28\"\n                },\n                {\n                    \"code\": \"133212132213132\",\n                    \"name\": \"Z36\"\n                },\n                {\n                    \"code\": \"201\",\n                    \"name\": \"Z38\"\n                },\n                {\n                    \"code\": \"123415\",\n                    \"name\": \"Z45\"\n                },\n                {\n                    \"code\": \"12342\",\n                    \"name\": \"Z46\"\n                },\n                {\n                    \"code\": \"12425\",\n                    \"name\": \"Z48\"\n                },\n                {\n                    \"code\": \"GG\",\n                    \"name\": \"Z49\"\n                },\n                {\n                    \"code\": \"2\",\n                    \"name\": \"Z56\"\n                },\n                {\n                    \"code\": \"CHIKU\",\n                    \"name\": \"5\"\n                },\n                {\n                    \"code\": \"1092\",\n                    \"name\": \"No Purchase Order Hub\"\n                },\n                {\n                    \"code\": \"0123\",\n                    \"name\": \"Test no PO\"\n                },\n                {\n                    \"code\": \"jhgfd\",\n                    \"name\": \"Z47\"\n                },\n                {\n                    \"code\": \"12351\",\n                    \"name\": \"Omni Hub\"\n                },\n                {\n                    \"code\": \"20001\",\n                    \"name\": \"test1900\"\n                },\n                {\n                    \"code\": \"14531\",\n                    \"name\": \"Testing hub\"\n                },\n                {\n                    \"code\": \"b2c000\",\n                    \"name\": \"Nana Hub\"\n                },\n                {\n                    \"code\": \"999\",\n                    \"name\": \"6\"\n                },\n                {\n                    \"code\": \"456\",\n                    \"name\": \"newworld\"\n                },\n                {\n                    \"code\": \"56787\",\n                    \"name\": \"Test Ok 23456\"\n                },\n                {\n                    \"code\": \"H11122\",\n                    \"name\": \"Test Hub\"\n                },\n                {\n                    \"code\": \"20101\",\n                    \"name\": \"Muntazir Hub\"\n                },\n                {\n                    \"code\": \"893\",\n                    \"name\": \"Z5\"\n                },\n                {\n                    \"code\": \"15124\",\n                    \"name\": \"Z6\"\n                },\n                {\n                    \"code\": \"123456q\",\n                    \"name\": \"Z10\"\n                },\n                {\n                    \"code\": \"111\",\n                    \"name\": \"Z11\"\n                },\n                {\n                    \"code\": \"1asd\",\n                    \"name\": \"Z16\"\n                },\n                {\n                    \"code\": \"RUH\",\n                    \"name\": \"Z22\"\n                },\n                {\n                    \"code\": \"13134\",\n                    \"name\": \"Z25\"\n                },\n                {\n                    \"code\": \"code000\",\n                    \"name\": \"Z30\"\n                },\n                {\n                    \"code\": \"1234567897iuytredd\",\n                    \"name\": \"Z33\"\n                },\n                {\n                    \"code\": \"code777\",\n                    \"name\": \"Z39\"\n                },\n                {\n                    \"code\": \"2BC1B281\",\n                    \"name\": \"Z41\"\n                },\n                {\n                    \"code\": \"d1\",\n                    \"name\": \"Z50\"\n                },\n                {\n                    \"code\": \"34151\",\n                    \"name\": \"Z60\"\n                },\n                {\n                    \"code\": \"12345\",\n                    \"name\": \"Z62\"\n                },\n                {\n                    \"code\": \"SHUBHRA\",\n                    \"name\": \"Shubhra Testing\"\n                },\n                {\n                    \"code\": \"TR3\",\n                    \"name\": \"Training Hub B2B\"\n                },\n                {\n                    \"code\": \"321\",\n                    \"name\": \"Kanya Kumari Hub\"\n                },\n                {\n                    \"code\": \"OFF\",\n                    \"name\": \"Training B2C - Off\"\n                },\n                {\n                    \"code\": \"65465\",\n                    \"name\": \"Testing Hub 1\"\n                },\n                {\n                    \"code\": \"2024\",\n                    \"name\": \"Training B2C -  On\"\n                },\n                {\n                    \"code\": \"7777777\",\n                    \"name\": \"Chirag_Hub\"\n                },\n                {\n                    \"code\": \"RH\",\n                    \"name\": \"Demo Riyadh Hub\"\n                },\n                {\n                    \"code\": \"RW\",\n                    \"name\": \"Riyadh Warehouse\"\n                },\n                {\n                    \"code\": \"MN1\",\n                    \"name\": \"M-Noor\"\n                },\n                {\n                    \"code\": \"1238\",\n                    \"name\": \"test-1238\"\n                },\n                {\n                    \"code\": \"00001\",\n                    \"name\": \"Nbox Logistics Hub 1\"\n                },\n                {\n                    \"code\": \"po099\",\n                    \"name\": \"Test OmniHub\"\n                },\n                {\n                    \"code\": \"246523\",\n                    \"name\": \"test-ts\"\n                },\n                {\n                    \"code\": \"qs\",\n                    \"name\": \"Qasr  AL Awani\"\n                },\n                {\n                    \"code\": \"2345666\",\n                    \"name\": \"Bharat Testing\"\n                },\n                {\n                    \"code\": \"ON\",\n                    \"name\": \"MNOOR-ON\"\n                }\n            ],\n            \"status\": \"draft\",\n            \"pdf\": \"\",\n            \"contract_name\": \"Fulfillment serves-ac\",\n            \"period_start_date\": \"Sep 01, 2024 12:00:00 AM\",\n            \"period_end_date\": \"Sep 15, 2024 11:59:59 PM\",\n            \"due_date\": \"Oct 10, 2024 03:47:45 PM\",\n            \"created_at\": \"Sep 30, 2024 03:47:45 PM\"\n        },\n        {\n            \"name\": \"BILL-12-5\",\n            \"seller\": {\n                \"name\": \"21\",\n                \"address\": \"\",\n                \"email\": \"\",\n                \"contact\": \"\"\n            },\n            \"hubs\": [\n                {\n                    \"code\": \"poiuytrertyuiop43243\",\n                    \"name\": \"Z9\"\n                },\n                {\n                    \"code\": \"seamlessretail\",\n                    \"name\": \"00 Seamless Retail\"\n                },\n                {\n                    \"code\": \"GHUb\",\n                    \"name\": \"GHUb\"\n                },\n                {\n                    \"code\": \"23412\",\n                    \"name\": \"Z58\"\n                },\n                {\n                    \"code\": \"001\",\n                    \"name\": \"RUYADH 12\"\n                },\n                {\n                    \"code\": \"2121212124vdf\",\n                    \"name\": \"Z12\"\n                },\n                {\n                    \"code\": \"444\",\n                    \"name\": \"Z31\"\n                },\n                {\n                    \"code\": \"CMSJED\",\n                    \"name\": \"Z34\"\n                },\n                {\n                    \"code\": \"123456\",\n                    \"name\": \"Z40\"\n                },\n                {\n                    \"code\": \"13113\",\n                    \"name\": \"Z51\"\n                },\n                {\n                    \"code\": \"121091\",\n                    \"name\": \"Z43\"\n                },\n                {\n                    \"code\": \"z1\",\n                    \"name\": \"Z3\"\n                },\n                {\n                    \"code\": \"BHARAT\",\n                    \"name\": \"Bharat\"\n                },\n                {\n                    \"code\": \"132141\",\n                    \"name\": \"Z52\"\n                },\n                {\n                    \"code\": \"3523532\",\n                    \"name\": \"Z24\"\n                },\n                {\n                    \"code\": \"NAKH\",\n                    \"name\": \"Al Nakheel Mall - Riyadh (KARAZ LINEN)\"\n                },\n                {\n                    \"code\": \"2321\",\n                    \"name\": \"Trustangle\"\n                },\n                {\n                    \"code\": \"WH-Best-one\",\n                    \"name\": \"Hub 2\"\n                },\n                {\n                    \"code\": \"12343\",\n                    \"name\": \"Ritik Hub\"\n                },\n                {\n                    \"code\": \"1134\",\n                    \"name\": \"Z44\"\n                },\n                {\n                    \"code\": \"1231\",\n                    \"name\": \"UPDATED\"\n                },\n                {\n                    \"code\": \"256\",\n                    \"name\": \"Z4\"\n                },\n                {\n                    \"code\": \"KRZWH\",\n                    \"name\": \"Karaz Warehouse\"\n                },\n                {\n                    \"code\": \"000AH\",\n                    \"name\": \"Adarsh\"\n                },\n                {\n                    \"code\": \"masdar1\",\n                    \"name\": \"Masdar Al Qadsiyah\"\n                },\n                {\n                    \"code\": \"testhub111\",\n                    \"name\": \"testhub1\"\n                },\n                {\n                    \"code\": \"seamlesswh\",\n                    \"name\": \"Seamless\"\n                },\n                {\n                    \"code\": \"zw\",\n                    \"name\": \"z hub warehouse\"\n                },\n                {\n                    \"code\": \"zr\",\n                    \"name\": \"Z1\"\n                },\n                {\n                    \"code\": \"12412\",\n                    \"name\": \"Z20\"\n                },\n                {\n                    \"code\": \"7771\",\n                    \"name\": \"Z21\"\n                },\n                {\n                    \"code\": \"123654\",\n                    \"name\": \"Z29\"\n                },\n                {\n                    \"code\": \"seamlesscluster\",\n                    \"name\": \"Z37\"\n                },\n                {\n                    \"code\": \"1234345\",\n                    \"name\": \"Z53\"\n                },\n                {\n                    \"code\": \"hubgaurav\",\n                    \"name\": \"Z55\"\n                },\n                {\n                    \"code\": \"12542545\",\n                    \"name\": \"Z64\"\n                },\n                {\n                    \"code\": \"123456789\",\n                    \"name\": \"ray test\"\n                },\n                {\n                    \"code\": \"124\",\n                    \"name\": \"Test Hub - Client\"\n                },\n                {\n                    \"code\": \"132\",\n                    \"name\": \"Demo Account\"\n                },\n                {\n                    \"code\": \"AhmadTurkTest1\",\n                    \"name\": \"Ahmad Turk Test\"\n                },\n                {\n                    \"code\": \"1232\",\n                    \"name\": \"Ray 1\"\n                },\n                {\n                    \"code\": \"123\",\n                    \"name\": \"ray T\"\n                },\n                {\n                    \"code\": \"14\",\n                    \"name\": \"Sector 14\"\n                },\n                {\n                    \"code\": \"Leb1\",\n                    \"name\": \"Z13\"\n                },\n                {\n                    \"code\": \"Kas1\",\n                    \"name\": \"Z17\"\n                },\n                {\n                    \"code\": \"123332\",\n                    \"name\": \"Z2\"\n                },\n                {\n                    \"code\": \"12344\",\n                    \"name\": \"Z7\"\n                },\n                {\n                    \"code\": \"ZH\",\n                    \"name\": \"Z15\"\n                },\n                {\n                    \"code\": \"0711\",\n                    \"name\": \"Z18\"\n                },\n                {\n                    \"code\": \"AhmadTurkTest2\",\n                    \"name\": \"Z19\"\n                },\n                {\n                    \"code\": \"hublocation123\",\n                    \"name\": \"Z32\"\n                },\n                {\n                    \"code\": \"123123123231\",\n                    \"name\": \"Z35\"\n                },\n                {\n                    \"code\": \"12100012\",\n                    \"name\": \"Z42\"\n                },\n                {\n                    \"code\": \"23456\",\n                    \"name\": \"Z57\"\n                },\n                {\n                    \"code\": \"hgeyg\",\n                    \"name\": \"Z59\"\n                },\n                {\n                    \"code\": \"seamlesszone\",\n                    \"name\": \"Z61\"\n                },\n                {\n                    \"code\": \"80\",\n                    \"name\": \"Z63\"\n                },\n                {\n                    \"code\": \"25681\",\n                    \"name\": \"Z65\"\n                },\n                {\n                    \"code\": \"1242352\",\n                    \"name\": \"Beta Demo Hub\"\n                },\n                {\n                    \"code\": \"12\",\n                    \"name\": \"Hub -2\"\n                },\n                {\n                    \"code\": \"12341\",\n                    \"name\": \"Hub-5\"\n                },\n                {\n                    \"code\": \"1234A\",\n                    \"name\": \"Hub 3\"\n                },\n                {\n                    \"code\": \"678123\",\n                    \"name\": \"1-RUHSL\"\n                },\n                {\n                    \"code\": \"adsgfmch\",\n                    \"name\": \"Z27\"\n                },\n                {\n                    \"code\": \"134141\",\n                    \"name\": \"Z8\"\n                },\n                {\n                    \"code\": \"2345\",\n                    \"name\": \"12\"\n                },\n                {\n                    \"code\": \"HUB090989\",\n                    \"name\": \"Z23\"\n                },\n                {\n                    \"code\": \"32990\",\n                    \"name\": \"Z28\"\n                },\n                {\n                    \"code\": \"133212132213132\",\n                    \"name\": \"Z36\"\n                },\n                {\n                    \"code\": \"201\",\n                    \"name\": \"Z38\"\n                },\n                {\n                    \"code\": \"123415\",\n                    \"name\": \"Z45\"\n                },\n                {\n                    \"code\": \"12342\",\n                    \"name\": \"Z46\"\n                },\n                {\n                    \"code\": \"12425\",\n                    \"name\": \"Z48\"\n                },\n                {\n                    \"code\": \"GG\",\n                    \"name\": \"Z49\"\n                },\n                {\n                    \"code\": \"2\",\n                    \"name\": \"Z56\"\n                },\n                {\n                    \"code\": \"CHIKU\",\n                    \"name\": \"5\"\n                },\n                {\n                    \"code\": \"1092\",\n                    \"name\": \"No Purchase Order Hub\"\n                },\n                {\n                    \"code\": \"0123\",\n                    \"name\": \"Test no PO\"\n                },\n                {\n                    \"code\": \"jhgfd\",\n                    \"name\": \"Z47\"\n                },\n                {\n                    \"code\": \"12351\",\n                    \"name\": \"Omni Hub\"\n                },\n                {\n                    \"code\": \"20001\",\n                    \"name\": \"test1900\"\n                },\n                {\n                    \"code\": \"14531\",\n                    \"name\": \"Testing hub\"\n                },\n                {\n                    \"code\": \"b2c000\",\n                    \"name\": \"Nana Hub\"\n                },\n                {\n                    \"code\": \"999\",\n                    \"name\": \"6\"\n                },\n                {\n                    \"code\": \"456\",\n                    \"name\": \"newworld\"\n                },\n                {\n                    \"code\": \"56787\",\n                    \"name\": \"Test Ok 23456\"\n                },\n                {\n                    \"code\": \"H11122\",\n                    \"name\": \"Test Hub\"\n                },\n                {\n                    \"code\": \"20101\",\n                    \"name\": \"Muntazir Hub\"\n                },\n                {\n                    \"code\": \"893\",\n                    \"name\": \"Z5\"\n                },\n                {\n                    \"code\": \"15124\",\n                    \"name\": \"Z6\"\n                },\n                {\n                    \"code\": \"123456q\",\n                    \"name\": \"Z10\"\n                },\n                {\n                    \"code\": \"111\",\n                    \"name\": \"Z11\"\n                },\n                {\n                    \"code\": \"1asd\",\n                    \"name\": \"Z16\"\n                },\n                {\n                    \"code\": \"RUH\",\n                    \"name\": \"Z22\"\n                },\n                {\n                    \"code\": \"13134\",\n                    \"name\": \"Z25\"\n                },\n                {\n                    \"code\": \"code000\",\n                    \"name\": \"Z30\"\n                },\n                {\n                    \"code\": \"1234567897iuytredd\",\n                    \"name\": \"Z33\"\n                },\n                {\n                    \"code\": \"code777\",\n                    \"name\": \"Z39\"\n                },\n                {\n                    \"code\": \"2BC1B281\",\n                    \"name\": \"Z41\"\n                },\n                {\n                    \"code\": \"d1\",\n                    \"name\": \"Z50\"\n                },\n                {\n                    \"code\": \"34151\",\n                    \"name\": \"Z60\"\n                },\n                {\n                    \"code\": \"12345\",\n                    \"name\": \"Z62\"\n                },\n                {\n                    \"code\": \"SHUBHRA\",\n                    \"name\": \"Shubhra Testing\"\n                },\n                {\n                    \"code\": \"TR3\",\n                    \"name\": \"Training Hub B2B\"\n                },\n                {\n                    \"code\": \"321\",\n                    \"name\": \"Kanya Kumari Hub\"\n                },\n                {\n                    \"code\": \"OFF\",\n                    \"name\": \"Training B2C - Off\"\n                },\n                {\n                    \"code\": \"65465\",\n                    \"name\": \"Testing Hub 1\"\n                },\n                {\n                    \"code\": \"2024\",\n                    \"name\": \"Training B2C -  On\"\n                },\n                {\n                    \"code\": \"7777777\",\n                    \"name\": \"Chirag_Hub\"\n                },\n                {\n                    \"code\": \"RH\",\n                    \"name\": \"Demo Riyadh Hub\"\n                },\n                {\n                    \"code\": \"RW\",\n                    \"name\": \"Riyadh Warehouse\"\n                },\n                {\n                    \"code\": \"MN1\",\n                    \"name\": \"M-Noor\"\n                },\n                {\n                    \"code\": \"1238\",\n                    \"name\": \"test-1238\"\n                },\n                {\n                    \"code\": \"00001\",\n                    \"name\": \"Nbox Logistics Hub 1\"\n                },\n                {\n                    \"code\": \"po099\",\n                    \"name\": \"Test OmniHub\"\n                },\n                {\n                    \"code\": \"246523\",\n                    \"name\": \"test-ts\"\n                },\n                {\n                    \"code\": \"qs\",\n                    \"name\": \"Qasr  AL Awani\"\n                },\n                {\n                    \"code\": \"2345666\",\n                    \"name\": \"Bharat Testing\"\n                },\n                {\n                    \"code\": \"ON\",\n                    \"name\": \"MNOOR-ON\"\n                }\n            ],\n            \"status\": \"overdue\",\n            \"pdf\": \"https://omniful-staging-uploads.s3.amazonaws.com/billing/bill/pdf/df08717d-2d97-4c65-bb74-d68bcda1ad17_261_66e1df17be02e244698adaef.pdf\",\n            \"contract_name\": \"Fulfillment serves-ac\",\n            \"period_start_date\": \"Sep 01, 2024 12:00:00 AM\",\n            \"period_end_date\": \"Sep 10, 2024 11:59:59 PM\",\n            \"due_date\": \"Sep 21, 2024 06:19:03 PM\",\n            \"created_at\": \"Sep 11, 2024 06:19:03 PM\"\n        },\n        {\n            \"name\": \"BILL-12-4\",\n            \"seller\": {\n                \"name\": \"21\",\n                \"address\": \"\",\n                \"email\": \"\",\n                \"contact\": \"\"\n            },\n            \"hubs\": [\n                {\n                    \"code\": \"poiuytrertyuiop43243\",\n                    \"name\": \"Z9\"\n                },\n                {\n                    \"code\": \"seamlessretail\",\n                    \"name\": \"00 Seamless Retail\"\n                },\n                {\n                    \"code\": \"GHUb\",\n                    \"name\": \"GHUb\"\n                },\n                {\n                    \"code\": \"23412\",\n                    \"name\": \"Z58\"\n                },\n                {\n                    \"code\": \"001\",\n                    \"name\": \"RUYADH 12\"\n                },\n                {\n                    \"code\": \"2121212124vdf\",\n                    \"name\": \"Z12\"\n                },\n                {\n                    \"code\": \"444\",\n                    \"name\": \"Z31\"\n                },\n                {\n                    \"code\": \"CMSJED\",\n                    \"name\": \"Z34\"\n                },\n                {\n                    \"code\": \"123456\",\n                    \"name\": \"Z40\"\n                },\n                {\n                    \"code\": \"13113\",\n                    \"name\": \"Z51\"\n                },\n                {\n                    \"code\": \"121091\",\n                    \"name\": \"Z43\"\n                },\n                {\n                    \"code\": \"z1\",\n                    \"name\": \"Z3\"\n                },\n                {\n                    \"code\": \"BHARAT\",\n                    \"name\": \"Bharat\"\n                },\n                {\n                    \"code\": \"132141\",\n                    \"name\": \"Z52\"\n                },\n                {\n                    \"code\": \"3523532\",\n                    \"name\": \"Z24\"\n                },\n                {\n                    \"code\": \"NAKH\",\n                    \"name\": \"Al Nakheel Mall - Riyadh (KARAZ LINEN)\"\n                },\n                {\n                    \"code\": \"2321\",\n                    \"name\": \"Trustangle\"\n                },\n                {\n                    \"code\": \"WH-Best-one\",\n                    \"name\": \"Hub 2\"\n                },\n                {\n                    \"code\": \"12343\",\n                    \"name\": \"Ritik Hub\"\n                },\n                {\n                    \"code\": \"1134\",\n                    \"name\": \"Z44\"\n                },\n                {\n                    \"code\": \"1231\",\n                    \"name\": \"UPDATED\"\n                },\n                {\n                    \"code\": \"256\",\n                    \"name\": \"Z4\"\n                },\n                {\n                    \"code\": \"KRZWH\",\n                    \"name\": \"Karaz Warehouse\"\n                },\n                {\n                    \"code\": \"000AH\",\n                    \"name\": \"Adarsh\"\n                },\n                {\n                    \"code\": \"masdar1\",\n                    \"name\": \"Masdar Al Qadsiyah\"\n                },\n                {\n                    \"code\": \"testhub111\",\n                    \"name\": \"testhub1\"\n                },\n                {\n                    \"code\": \"seamlesswh\",\n                    \"name\": \"Seamless\"\n                },\n                {\n                    \"code\": \"zw\",\n                    \"name\": \"z hub warehouse\"\n                },\n                {\n                    \"code\": \"zr\",\n                    \"name\": \"Z1\"\n                },\n                {\n                    \"code\": \"12412\",\n                    \"name\": \"Z20\"\n                },\n                {\n                    \"code\": \"7771\",\n                    \"name\": \"Z21\"\n                },\n                {\n                    \"code\": \"123654\",\n                    \"name\": \"Z29\"\n                },\n                {\n                    \"code\": \"seamlesscluster\",\n                    \"name\": \"Z37\"\n                },\n                {\n                    \"code\": \"1234345\",\n                    \"name\": \"Z53\"\n                },\n                {\n                    \"code\": \"hubgaurav\",\n                    \"name\": \"Z55\"\n                },\n                {\n                    \"code\": \"12542545\",\n                    \"name\": \"Z64\"\n                },\n                {\n                    \"code\": \"123456789\",\n                    \"name\": \"ray test\"\n                },\n                {\n                    \"code\": \"124\",\n                    \"name\": \"Test Hub - Client\"\n                },\n                {\n                    \"code\": \"132\",\n                    \"name\": \"Demo Account\"\n                },\n                {\n                    \"code\": \"AhmadTurkTest1\",\n                    \"name\": \"Ahmad Turk Test\"\n                },\n                {\n                    \"code\": \"1232\",\n                    \"name\": \"Ray 1\"\n                },\n                {\n                    \"code\": \"123\",\n                    \"name\": \"ray T\"\n                },\n                {\n                    \"code\": \"14\",\n                    \"name\": \"Sector 14\"\n                },\n                {\n                    \"code\": \"Leb1\",\n                    \"name\": \"Z13\"\n                },\n                {\n                    \"code\": \"Kas1\",\n                    \"name\": \"Z17\"\n                },\n                {\n                    \"code\": \"123332\",\n                    \"name\": \"Z2\"\n                },\n                {\n                    \"code\": \"12344\",\n                    \"name\": \"Z7\"\n                },\n                {\n                    \"code\": \"ZH\",\n                    \"name\": \"Z15\"\n                },\n                {\n                    \"code\": \"0711\",\n                    \"name\": \"Z18\"\n                },\n                {\n                    \"code\": \"AhmadTurkTest2\",\n                    \"name\": \"Z19\"\n                },\n                {\n                    \"code\": \"hublocation123\",\n                    \"name\": \"Z32\"\n                },\n                {\n                    \"code\": \"123123123231\",\n                    \"name\": \"Z35\"\n                },\n                {\n                    \"code\": \"12100012\",\n                    \"name\": \"Z42\"\n                },\n                {\n                    \"code\": \"23456\",\n                    \"name\": \"Z57\"\n                },\n                {\n                    \"code\": \"hgeyg\",\n                    \"name\": \"Z59\"\n                },\n                {\n                    \"code\": \"seamlesszone\",\n                    \"name\": \"Z61\"\n                },\n                {\n                    \"code\": \"80\",\n                    \"name\": \"Z63\"\n                },\n                {\n                    \"code\": \"25681\",\n                    \"name\": \"Z65\"\n                },\n                {\n                    \"code\": \"1242352\",\n                    \"name\": \"Beta Demo Hub\"\n                },\n                {\n                    \"code\": \"12\",\n                    \"name\": \"Hub -2\"\n                },\n                {\n                    \"code\": \"12341\",\n                    \"name\": \"Hub-5\"\n                },\n                {\n                    \"code\": \"1234A\",\n                    \"name\": \"Hub 3\"\n                },\n                {\n                    \"code\": \"678123\",\n                    \"name\": \"1-RUHSL\"\n                },\n                {\n                    \"code\": \"adsgfmch\",\n                    \"name\": \"Z27\"\n                },\n                {\n                    \"code\": \"134141\",\n                    \"name\": \"Z8\"\n                },\n                {\n                    \"code\": \"2345\",\n                    \"name\": \"12\"\n                },\n                {\n                    \"code\": \"HUB090989\",\n                    \"name\": \"Z23\"\n                },\n                {\n                    \"code\": \"32990\",\n                    \"name\": \"Z28\"\n                },\n                {\n                    \"code\": \"133212132213132\",\n                    \"name\": \"Z36\"\n                },\n                {\n                    \"code\": \"201\",\n                    \"name\": \"Z38\"\n                },\n                {\n                    \"code\": \"123415\",\n                    \"name\": \"Z45\"\n                },\n                {\n                    \"code\": \"12342\",\n                    \"name\": \"Z46\"\n                },\n                {\n                    \"code\": \"12425\",\n                    \"name\": \"Z48\"\n                },\n                {\n                    \"code\": \"GG\",\n                    \"name\": \"Z49\"\n                },\n                {\n                    \"code\": \"2\",\n                    \"name\": \"Z56\"\n                },\n                {\n                    \"code\": \"CHIKU\",\n                    \"name\": \"5\"\n                },\n                {\n                    \"code\": \"1092\",\n                    \"name\": \"No Purchase Order Hub\"\n                },\n                {\n                    \"code\": \"0123\",\n                    \"name\": \"Test no PO\"\n                },\n                {\n                    \"code\": \"jhgfd\",\n                    \"name\": \"Z47\"\n                },\n                {\n                    \"code\": \"12351\",\n                    \"name\": \"Omni Hub\"\n                },\n                {\n                    \"code\": \"20001\",\n                    \"name\": \"test1900\"\n                },\n                {\n                    \"code\": \"14531\",\n                    \"name\": \"Testing hub\"\n                },\n                {\n                    \"code\": \"b2c000\",\n                    \"name\": \"Nana Hub\"\n                },\n                {\n                    \"code\": \"999\",\n                    \"name\": \"6\"\n                },\n                {\n                    \"code\": \"456\",\n                    \"name\": \"newworld\"\n                },\n                {\n                    \"code\": \"56787\",\n                    \"name\": \"Test Ok 23456\"\n                },\n                {\n                    \"code\": \"H11122\",\n                    \"name\": \"Test Hub\"\n                },\n                {\n                    \"code\": \"20101\",\n                    \"name\": \"Muntazir Hub\"\n                },\n                {\n                    \"code\": \"893\",\n                    \"name\": \"Z5\"\n                },\n                {\n                    \"code\": \"15124\",\n                    \"name\": \"Z6\"\n                },\n                {\n                    \"code\": \"123456q\",\n                    \"name\": \"Z10\"\n                },\n                {\n                    \"code\": \"111\",\n                    \"name\": \"Z11\"\n                },\n                {\n                    \"code\": \"1asd\",\n                    \"name\": \"Z16\"\n                },\n                {\n                    \"code\": \"RUH\",\n                    \"name\": \"Z22\"\n                },\n                {\n                    \"code\": \"13134\",\n                    \"name\": \"Z25\"\n                },\n                {\n                    \"code\": \"code000\",\n                    \"name\": \"Z30\"\n                },\n                {\n                    \"code\": \"1234567897iuytredd\",\n                    \"name\": \"Z33\"\n                },\n                {\n                    \"code\": \"code777\",\n                    \"name\": \"Z39\"\n                },\n                {\n                    \"code\": \"2BC1B281\",\n                    \"name\": \"Z41\"\n                },\n                {\n                    \"code\": \"d1\",\n                    \"name\": \"Z50\"\n                },\n                {\n                    \"code\": \"34151\",\n                    \"name\": \"Z60\"\n                },\n                {\n                    \"code\": \"12345\",\n                    \"name\": \"Z62\"\n                },\n                {\n                    \"code\": \"SHUBHRA\",\n                    \"name\": \"Shubhra Testing\"\n                },\n                {\n                    \"code\": \"TR3\",\n                    \"name\": \"Training Hub B2B\"\n                },\n                {\n                    \"code\": \"321\",\n                    \"name\": \"Kanya Kumari Hub\"\n                },\n                {\n                    \"code\": \"OFF\",\n                    \"name\": \"Training B2C - Off\"\n                },\n                {\n                    \"code\": \"65465\",\n                    \"name\": \"Testing Hub 1\"\n                },\n                {\n                    \"code\": \"2024\",\n                    \"name\": \"Training B2C -  On\"\n                },\n                {\n                    \"code\": \"7777777\",\n                    \"name\": \"Chirag_Hub\"\n                },\n                {\n                    \"code\": \"RH\",\n                    \"name\": \"Demo Riyadh Hub\"\n                },\n                {\n                    \"code\": \"RW\",\n                    \"name\": \"Riyadh Warehouse\"\n                },\n                {\n                    \"code\": \"MN1\",\n                    \"name\": \"M-Noor\"\n                },\n                {\n                    \"code\": \"1238\",\n                    \"name\": \"test-1238\"\n                },\n                {\n                    \"code\": \"00001\",\n                    \"name\": \"Nbox Logistics Hub 1\"\n                },\n                {\n                    \"code\": \"po099\",\n                    \"name\": \"Test OmniHub\"\n                },\n                {\n                    \"code\": \"246523\",\n                    \"name\": \"test-ts\"\n                },\n                {\n                    \"code\": \"qs\",\n                    \"name\": \"Qasr  AL Awani\"\n                },\n                {\n                    \"code\": \"2345666\",\n                    \"name\": \"Bharat Testing\"\n                },\n                {\n                    \"code\": \"ON\",\n                    \"name\": \"MNOOR-ON\"\n                }\n            ],\n            \"status\": \"draft\",\n            \"pdf\": \"\",\n            \"contract_name\": \"Fulfillment serves-ac\",\n            \"period_start_date\": \"Aug 05, 2024 12:00:00 AM\",\n            \"period_end_date\": \"Sep 10, 2024 11:59:59 PM\",\n            \"due_date\": \"Sep 21, 2024 06:10:49 PM\",\n            \"created_at\": \"Sep 11, 2024 06:10:49 PM\"\n        },\n        {\n            \"name\": \"BILL-12-3\",\n            \"seller\": {\n                \"name\": \"21\",\n                \"address\": \"\",\n                \"email\": \"\",\n                \"contact\": \"\"\n            },\n            \"hubs\": [\n                {\n                    \"code\": \"poiuytrertyuiop43243\",\n                    \"name\": \"Z9\"\n                },\n                {\n                    \"code\": \"seamlessretail\",\n                    \"name\": \"00 Seamless Retail\"\n                },\n                {\n                    \"code\": \"GHUb\",\n                    \"name\": \"GHUb\"\n                },\n                {\n                    \"code\": \"23412\",\n                    \"name\": \"Z58\"\n                },\n                {\n                    \"code\": \"001\",\n                    \"name\": \"RUYADH 12\"\n                },\n                {\n                    \"code\": \"2121212124vdf\",\n                    \"name\": \"Z12\"\n                },\n                {\n                    \"code\": \"444\",\n                    \"name\": \"Z31\"\n                },\n                {\n                    \"code\": \"CMSJED\",\n                    \"name\": \"Z34\"\n                },\n                {\n                    \"code\": \"123456\",\n                    \"name\": \"Z40\"\n                },\n                {\n                    \"code\": \"13113\",\n                    \"name\": \"Z51\"\n                },\n                {\n                    \"code\": \"121091\",\n                    \"name\": \"Z43\"\n                },\n                {\n                    \"code\": \"z1\",\n                    \"name\": \"Z3\"\n                },\n                {\n                    \"code\": \"BHARAT\",\n                    \"name\": \"Bharat\"\n                },\n                {\n                    \"code\": \"132141\",\n                    \"name\": \"Z52\"\n                },\n                {\n                    \"code\": \"3523532\",\n                    \"name\": \"Z24\"\n                },\n                {\n                    \"code\": \"NAKH\",\n                    \"name\": \"Al Nakheel Mall - Riyadh (KARAZ LINEN)\"\n                },\n                {\n                    \"code\": \"2321\",\n                    \"name\": \"Trustangle\"\n                },\n                {\n                    \"code\": \"WH-Best-one\",\n                    \"name\": \"Hub 2\"\n                },\n                {\n                    \"code\": \"12343\",\n                    \"name\": \"Ritik Hub\"\n                },\n                {\n                    \"code\": \"1134\",\n                    \"name\": \"Z44\"\n                },\n                {\n                    \"code\": \"1231\",\n                    \"name\": \"UPDATED\"\n                },\n                {\n                    \"code\": \"256\",\n                    \"name\": \"Z4\"\n                },\n                {\n                    \"code\": \"KRZWH\",\n                    \"name\": \"Karaz Warehouse\"\n                },\n                {\n                    \"code\": \"000AH\",\n                    \"name\": \"Adarsh\"\n                },\n                {\n                    \"code\": \"masdar1\",\n                    \"name\": \"Masdar Al Qadsiyah\"\n                },\n                {\n                    \"code\": \"testhub111\",\n                    \"name\": \"testhub1\"\n                },\n                {\n                    \"code\": \"seamlesswh\",\n                    \"name\": \"Seamless\"\n                },\n                {\n                    \"code\": \"zw\",\n                    \"name\": \"z hub warehouse\"\n                },\n                {\n                    \"code\": \"zr\",\n                    \"name\": \"Z1\"\n                },\n                {\n                    \"code\": \"12412\",\n                    \"name\": \"Z20\"\n                },\n                {\n                    \"code\": \"7771\",\n                    \"name\": \"Z21\"\n                },\n                {\n                    \"code\": \"123654\",\n                    \"name\": \"Z29\"\n                },\n                {\n                    \"code\": \"seamlesscluster\",\n                    \"name\": \"Z37\"\n                },\n                {\n                    \"code\": \"1234345\",\n                    \"name\": \"Z53\"\n                },\n                {\n                    \"code\": \"hubgaurav\",\n                    \"name\": \"Z55\"\n                },\n                {\n                    \"code\": \"12542545\",\n                    \"name\": \"Z64\"\n                },\n                {\n                    \"code\": \"123456789\",\n                    \"name\": \"ray test\"\n                },\n                {\n                    \"code\": \"124\",\n                    \"name\": \"Test Hub - Client\"\n                },\n                {\n                    \"code\": \"132\",\n                    \"name\": \"Demo Account\"\n                },\n                {\n                    \"code\": \"AhmadTurkTest1\",\n                    \"name\": \"Ahmad Turk Test\"\n                },\n                {\n                    \"code\": \"1232\",\n                    \"name\": \"Ray 1\"\n                },\n                {\n                    \"code\": \"123\",\n                    \"name\": \"ray T\"\n                },\n                {\n                    \"code\": \"14\",\n                    \"name\": \"Sector 14\"\n                },\n                {\n                    \"code\": \"Leb1\",\n                    \"name\": \"Z13\"\n                },\n                {\n                    \"code\": \"Kas1\",\n                    \"name\": \"Z17\"\n                },\n                {\n                    \"code\": \"123332\",\n                    \"name\": \"Z2\"\n                },\n                {\n                    \"code\": \"12344\",\n                    \"name\": \"Z7\"\n                },\n                {\n                    \"code\": \"ZH\",\n                    \"name\": \"Z15\"\n                },\n                {\n                    \"code\": \"0711\",\n                    \"name\": \"Z18\"\n                },\n                {\n                    \"code\": \"AhmadTurkTest2\",\n                    \"name\": \"Z19\"\n                },\n                {\n                    \"code\": \"hublocation123\",\n                    \"name\": \"Z32\"\n                },\n                {\n                    \"code\": \"123123123231\",\n                    \"name\": \"Z35\"\n                },\n                {\n                    \"code\": \"12100012\",\n                    \"name\": \"Z42\"\n                },\n                {\n                    \"code\": \"23456\",\n                    \"name\": \"Z57\"\n                },\n                {\n                    \"code\": \"hgeyg\",\n                    \"name\": \"Z59\"\n                },\n                {\n                    \"code\": \"seamlesszone\",\n                    \"name\": \"Z61\"\n                },\n                {\n                    \"code\": \"80\",\n                    \"name\": \"Z63\"\n                },\n                {\n                    \"code\": \"25681\",\n                    \"name\": \"Z65\"\n                },\n                {\n                    \"code\": \"1242352\",\n                    \"name\": \"Beta Demo Hub\"\n                },\n                {\n                    \"code\": \"12\",\n                    \"name\": \"Hub -2\"\n                },\n                {\n                    \"code\": \"12341\",\n                    \"name\": \"Hub-5\"\n                },\n                {\n                    \"code\": \"1234A\",\n                    \"name\": \"Hub 3\"\n                },\n                {\n                    \"code\": \"678123\",\n                    \"name\": \"1-RUHSL\"\n                },\n                {\n                    \"code\": \"adsgfmch\",\n                    \"name\": \"Z27\"\n                },\n                {\n                    \"code\": \"134141\",\n                    \"name\": \"Z8\"\n                },\n                {\n                    \"code\": \"2345\",\n                    \"name\": \"12\"\n                },\n                {\n                    \"code\": \"HUB090989\",\n                    \"name\": \"Z23\"\n                },\n                {\n                    \"code\": \"32990\",\n                    \"name\": \"Z28\"\n                },\n                {\n                    \"code\": \"133212132213132\",\n                    \"name\": \"Z36\"\n                },\n                {\n                    \"code\": \"201\",\n                    \"name\": \"Z38\"\n                },\n                {\n                    \"code\": \"123415\",\n                    \"name\": \"Z45\"\n                },\n                {\n                    \"code\": \"12342\",\n                    \"name\": \"Z46\"\n                },\n                {\n                    \"code\": \"12425\",\n                    \"name\": \"Z48\"\n                },\n                {\n                    \"code\": \"GG\",\n                    \"name\": \"Z49\"\n                },\n                {\n                    \"code\": \"2\",\n                    \"name\": \"Z56\"\n                },\n                {\n                    \"code\": \"CHIKU\",\n                    \"name\": \"5\"\n                },\n                {\n                    \"code\": \"1092\",\n                    \"name\": \"No Purchase Order Hub\"\n                },\n                {\n                    \"code\": \"0123\",\n                    \"name\": \"Test no PO\"\n                },\n                {\n                    \"code\": \"jhgfd\",\n                    \"name\": \"Z47\"\n                },\n                {\n                    \"code\": \"12351\",\n                    \"name\": \"Omni Hub\"\n                },\n                {\n                    \"code\": \"20001\",\n                    \"name\": \"test1900\"\n                },\n                {\n                    \"code\": \"14531\",\n                    \"name\": \"Testing hub\"\n                },\n                {\n                    \"code\": \"b2c000\",\n                    \"name\": \"Nana Hub\"\n                },\n                {\n                    \"code\": \"999\",\n                    \"name\": \"6\"\n                },\n                {\n                    \"code\": \"456\",\n                    \"name\": \"newworld\"\n                },\n                {\n                    \"code\": \"56787\",\n                    \"name\": \"Test Ok 23456\"\n                },\n                {\n                    \"code\": \"H11122\",\n                    \"name\": \"Test Hub\"\n                },\n                {\n                    \"code\": \"20101\",\n                    \"name\": \"Muntazir Hub\"\n                },\n                {\n                    \"code\": \"893\",\n                    \"name\": \"Z5\"\n                },\n                {\n                    \"code\": \"15124\",\n                    \"name\": \"Z6\"\n                },\n                {\n                    \"code\": \"123456q\",\n                    \"name\": \"Z10\"\n                },\n                {\n                    \"code\": \"111\",\n                    \"name\": \"Z11\"\n                },\n                {\n                    \"code\": \"1asd\",\n                    \"name\": \"Z16\"\n                },\n                {\n                    \"code\": \"RUH\",\n                    \"name\": \"Z22\"\n                },\n                {\n                    \"code\": \"13134\",\n                    \"name\": \"Z25\"\n                },\n                {\n                    \"code\": \"code000\",\n                    \"name\": \"Z30\"\n                },\n                {\n                    \"code\": \"1234567897iuytredd\",\n                    \"name\": \"Z33\"\n                },\n                {\n                    \"code\": \"code777\",\n                    \"name\": \"Z39\"\n                },\n                {\n                    \"code\": \"2BC1B281\",\n                    \"name\": \"Z41\"\n                },\n                {\n                    \"code\": \"d1\",\n                    \"name\": \"Z50\"\n                },\n                {\n                    \"code\": \"34151\",\n                    \"name\": \"Z60\"\n                },\n                {\n                    \"code\": \"12345\",\n                    \"name\": \"Z62\"\n                },\n                {\n                    \"code\": \"SHUBHRA\",\n                    \"name\": \"Shubhra Testing\"\n                },\n                {\n                    \"code\": \"TR3\",\n                    \"name\": \"Training Hub B2B\"\n                },\n                {\n                    \"code\": \"321\",\n                    \"name\": \"Kanya Kumari Hub\"\n                },\n                {\n                    \"code\": \"OFF\",\n                    \"name\": \"Training B2C - Off\"\n                },\n                {\n                    \"code\": \"65465\",\n                    \"name\": \"Testing Hub 1\"\n                },\n                {\n                    \"code\": \"2024\",\n                    \"name\": \"Training B2C -  On\"\n                },\n                {\n                    \"code\": \"7777777\",\n                    \"name\": \"Chirag_Hub\"\n                },\n                {\n                    \"code\": \"RH\",\n                    \"name\": \"Demo Riyadh Hub\"\n                },\n                {\n                    \"code\": \"RW\",\n                    \"name\": \"Riyadh Warehouse\"\n                },\n                {\n                    \"code\": \"MN1\",\n                    \"name\": \"M-Noor\"\n                },\n                {\n                    \"code\": \"1238\",\n                    \"name\": \"test-1238\"\n                },\n                {\n                    \"code\": \"00001\",\n                    \"name\": \"Nbox Logistics Hub 1\"\n                },\n                {\n                    \"code\": \"po099\",\n                    \"name\": \"Test OmniHub\"\n                },\n                {\n                    \"code\": \"246523\",\n                    \"name\": \"test-ts\"\n                },\n                {\n                    \"code\": \"qs\",\n                    \"name\": \"Qasr  AL Awani\"\n                },\n                {\n                    \"code\": \"2345666\",\n                    \"name\": \"Bharat Testing\"\n                },\n                {\n                    \"code\": \"ON\",\n                    \"name\": \"MNOOR-ON\"\n                }\n            ],\n            \"status\": \"draft\",\n            \"pdf\": \"\",\n            \"contract_name\": \"Fulfillment serves-ac\",\n            \"period_start_date\": \"Sep 01, 2024 12:00:00 AM\",\n            \"period_end_date\": \"Sep 10, 2024 11:59:59 PM\",\n            \"due_date\": \"Sep 21, 2024 05:52:46 PM\",\n            \"created_at\": \"Sep 11, 2024 05:52:46 PM\"\n        },\n        {\n            \"name\": \"BILL-MS-037-4\",\n            \"seller\": {\n                \"name\": \"3PL Fulfillment 8\",\n                \"address\": \"\",\n                \"email\": \"\",\n                \"contact\": \"\"\n            },\n            \"hubs\": [\n                {\n                    \"code\": \"poiuytrertyuiop43243\",\n                    \"name\": \"Z9\"\n                },\n                {\n                    \"code\": \"seamlessretail\",\n                    \"name\": \"000 Seamless Retail\"\n                },\n                {\n                    \"code\": \"GHUb\",\n                    \"name\": \"GHUb\"\n                },\n                {\n                    \"code\": \"23412\",\n                    \"name\": \"Z58\"\n                },\n                {\n                    \"code\": \"001\",\n                    \"name\": \"RUYADH 12\"\n                },\n                {\n                    \"code\": \"2121212124vdf\",\n                    \"name\": \"Z12\"\n                },\n                {\n                    \"code\": \"444\",\n                    \"name\": \"Z31\"\n                },\n                {\n                    \"code\": \"CMSJED\",\n                    \"name\": \"Z34\"\n                },\n                {\n                    \"code\": \"123456\",\n                    \"name\": \"Z40\"\n                },\n                {\n                    \"code\": \"13113\",\n                    \"name\": \"Z51\"\n                },\n                {\n                    \"code\": \"121091\",\n                    \"name\": \"Z43\"\n                },\n                {\n                    \"code\": \"z1\",\n                    \"name\": \"Z3\"\n                },\n                {\n                    \"code\": \"BHARAT\",\n                    \"name\": \"Bharat\"\n                },\n                {\n                    \"code\": \"qq\",\n                    \"name\": \"Q-TEST\"\n                },\n                {\n                    \"code\": \"132141\",\n                    \"name\": \"Z52\"\n                },\n                {\n                    \"code\": \"3523532\",\n                    \"name\": \"Z24\"\n                },\n                {\n                    \"code\": \"NAKH\",\n                    \"name\": \"Al Nakheel Mall - Riyadh (KARAZ LINEN)\"\n                },\n                {\n                    \"code\": \"2321\",\n                    \"name\": \"Trustangle\"\n                },\n                {\n                    \"code\": \"WH-Best-one\",\n                    \"name\": \"Hub 2\"\n                },\n                {\n                    \"code\": \"12343\",\n                    \"name\": \"Ritik Hub\"\n                },\n                {\n                    \"code\": \"1134\",\n                    \"name\": \"Z44\"\n                },\n                {\n                    \"code\": \"1231\",\n                    \"name\": \"UPDATED\"\n                },\n                {\n                    \"code\": \"256\",\n                    \"name\": \"Z4\"\n                },\n                {\n                    \"code\": \"KRZWH\",\n                    \"name\": \"Karaz Warehouse\"\n                },\n                {\n                    \"code\": \"masdar1\",\n                    \"name\": \"Masdar Al Qadsiyah\"\n                },\n                {\n                    \"code\": \"testhub111\",\n                    \"name\": \"testhub1\"\n                },\n                {\n                    \"code\": \"seamlesswh\",\n                    \"name\": \"Seamless\"\n                },\n                {\n                    \"code\": \"zw\",\n                    \"name\": \"z hub warehouse\"\n                },\n                {\n                    \"code\": \"zr\",\n                    \"name\": \"Z1\"\n                },\n                {\n                    \"code\": \"12412\",\n                    \"name\": \"Z20\"\n                },\n                {\n                    \"code\": \"7771\",\n                    \"name\": \"Z21\"\n                },\n                {\n                    \"code\": \"123654\",\n                    \"name\": \"Z29\"\n                },\n                {\n                    \"code\": \"seamlesscluster\",\n                    \"name\": \"Z37\"\n                },\n                {\n                    \"code\": \"1234345\",\n                    \"name\": \"Z53\"\n                },\n                {\n                    \"code\": \"hubgaurav\",\n                    \"name\": \"Z55\"\n                },\n                {\n                    \"code\": \"12542545\",\n                    \"name\": \"Z64\"\n                },\n                {\n                    \"code\": \"TTT\",\n                    \"name\": \"TEST 1234\"\n                },\n                {\n                    \"code\": \"123456789\",\n                    \"name\": \"ray test\"\n                },\n                {\n                    \"code\": \"124\",\n                    \"name\": \"Test Hub - Client\"\n                },\n                {\n                    \"code\": \"1242352\",\n                    \"name\": \"Beta Demo Hub2\"\n                },\n                {\n                    \"code\": \"AhmadTurkTest1\",\n                    \"name\": \"Ahmad Turk Test\"\n                },\n                {\n                    \"code\": \"1232\",\n                    \"name\": \"Ray 1\"\n                },\n                {\n                    \"code\": \"123\",\n                    \"name\": \"ray T\"\n                },\n                {\n                    \"code\": \"14\",\n                    \"name\": \"Sector 14\"\n                },\n                {\n                    \"code\": \"Leb1\",\n                    \"name\": \"Z13\"\n                },\n                {\n                    \"code\": \"Kas1\",\n                    \"name\": \"Z17\"\n                },\n                {\n                    \"code\": \"123332\",\n                    \"name\": \"Z2\"\n                },\n                {\n                    \"code\": \"12344\",\n                    \"name\": \"Z7\"\n                },\n                {\n                    \"code\": \"ZH\",\n                    \"name\": \"Z15\"\n                },\n                {\n                    \"code\": \"0711\",\n                    \"name\": \"Z18\"\n                },\n                {\n                    \"code\": \"AhmadTurkTest2\",\n                    \"name\": \"Z19\"\n                },\n                {\n                    \"code\": \"hublocation123\",\n                    \"name\": \"Z32\"\n                },\n                {\n                    \"code\": \"123123123231\",\n                    \"name\": \"Z35\"\n                },\n                {\n                    \"code\": \"12100012\",\n                    \"name\": \"Z42\"\n                },\n                {\n                    \"code\": \"23456\",\n                    \"name\": \"Z57\"\n                },\n                {\n                    \"code\": \"hgeyg\",\n                    \"name\": \"Z59\"\n                },\n                {\n                    \"code\": \"seamlesszone\",\n                    \"name\": \"Z61\"\n                },\n                {\n                    \"code\": \"80\",\n                    \"name\": \"Z63\"\n                },\n                {\n                    \"code\": \"25681\",\n                    \"name\": \"Z65\"\n                },\n                {\n                    \"code\": \"12\",\n                    \"name\": \"Hub -2\"\n                },\n                {\n                    \"code\": \"1234A\",\n                    \"name\": \"Hub 3\"\n                },\n                {\n                    \"code\": \"12341\",\n                    \"name\": \"Hub-5\"\n                },\n                {\n                    \"code\": \"2345\",\n                    \"name\": \"12\"\n                },\n                {\n                    \"code\": \"678123\",\n                    \"name\": \"1-RUHSL\"\n                },\n                {\n                    \"code\": \"adsgfmch\",\n                    \"name\": \"Z27\"\n                },\n                {\n                    \"code\": \"134141\",\n                    \"name\": \"Z8\"\n                },\n                {\n                    \"code\": \"HUB090989\",\n                    \"name\": \"Z23\"\n                },\n                {\n                    \"code\": \"32990\",\n                    \"name\": \"Z28\"\n                },\n                {\n                    \"code\": \"133212132213132\",\n                    \"name\": \"Z36\"\n                },\n                {\n                    \"code\": \"201\",\n                    \"name\": \"Z38\"\n                },\n                {\n                    \"code\": \"123415\",\n                    \"name\": \"Z45\"\n                },\n                {\n                    \"code\": \"12342\",\n                    \"name\": \"Z46\"\n                },\n                {\n                    \"code\": \"12425\",\n                    \"name\": \"Z48\"\n                },\n                {\n                    \"code\": \"GG\",\n                    \"name\": \"Z49\"\n                },\n                {\n                    \"code\": \"2\",\n                    \"name\": \"Z56\"\n                },\n                {\n                    \"code\": \"1092\",\n                    \"name\": \"No Purchase Order Hub\"\n                },\n                {\n                    \"code\": \"0123\",\n                    \"name\": \"Test no PO\"\n                },\n                {\n                    \"code\": \"jhgfd\",\n                    \"name\": \"Z47\"\n                },\n                {\n                    \"code\": \"12351\",\n                    \"name\": \"Omni Hub\"\n                },\n                {\n                    \"code\": \"20001\",\n                    \"name\": \"test1900\"\n                },\n                {\n                    \"code\": \"111222333\",\n                    \"name\": \"dabllah1\"\n                },\n                {\n                    \"code\": \"14531\",\n                    \"name\": \"Testing hub\"\n                },\n                {\n                    \"code\": \"b2c000\",\n                    \"name\": \"Nana Hub\"\n                },\n                {\n                    \"code\": \"H11122\",\n                    \"name\": \"Test Hub\"\n                },\n                {\n                    \"code\": \"20101\",\n                    \"name\": \"Muntazir Hub\"\n                },\n                {\n                    \"code\": \"893\",\n                    \"name\": \"Z5\"\n                },\n                {\n                    \"code\": \"15124\",\n                    \"name\": \"Z6\"\n                },\n                {\n                    \"code\": \"123456q\",\n                    \"name\": \"Z10\"\n                },\n                {\n                    \"code\": \"111\",\n                    \"name\": \"Z11\"\n                },\n                {\n                    \"code\": \"1asd\",\n                    \"name\": \"Z16\"\n                },\n                {\n                    \"code\": \"RUH\",\n                    \"name\": \"Z22\"\n                },\n                {\n                    \"code\": \"13134\",\n                    \"name\": \"Z25\"\n                },\n                {\n                    \"code\": \"code000\",\n                    \"name\": \"Z30\"\n                },\n                {\n                    \"code\": \"1234567897iuytredd\",\n                    \"name\": \"Z33\"\n                },\n                {\n                    \"code\": \"code777\",\n                    \"name\": \"Z39\"\n                },\n                {\n                    \"code\": \"2BC1B281\",\n                    \"name\": \"Z41\"\n                },\n                {\n                    \"code\": \"d1\",\n                    \"name\": \"Z50\"\n                },\n                {\n                    \"code\": \"34151\",\n                    \"name\": \"Z60\"\n                },\n                {\n                    \"code\": \"12345\",\n                    \"name\": \"Z62\"\n                },\n                {\n                    \"code\": \"TR3\",\n                    \"name\": \"Training Hub B2B\"\n                },\n                {\n                    \"code\": \"111222333444\",\n                    \"name\": \"dabllah12\"\n                },\n                {\n                    \"code\": \"SHUBHRA\",\n                    \"name\": \"Shubhra Testing\"\n                },\n                {\n                    \"code\": \"OFF\",\n                    \"name\": \"Training B2C - Off\"\n                },\n                {\n                    \"code\": \"321\",\n                    \"name\": \"Kanya Kumari Hub\"\n                },\n                {\n                    \"code\": \"132\",\n                    \"name\": \"Demo Account\"\n                },\n                {\n                    \"code\": \"65465\",\n                    \"name\": \"Testing Hub 1\"\n                },\n                {\n                    \"code\": \"7777777\",\n                    \"name\": \"Chirag_Hub\"\n                },\n                {\n                    \"code\": \"MN1\",\n                    \"name\": \"M-Noor\"\n                },\n                {\n                    \"code\": \"00001\",\n                    \"name\": \"Nbox Logistics Hub 1\"\n                },\n                {\n                    \"code\": \"RH\",\n                    \"name\": \"Demo Riyadh Hub\"\n                },\n                {\n                    \"code\": \"RW\",\n                    \"name\": \"Riyadh Warehouse\"\n                },\n                {\n                    \"code\": \"1238\",\n                    \"name\": \"test-1238\"\n                },\n                {\n                    \"code\": \"po099\",\n                    \"name\": \"Test OmniHub\"\n                },\n                {\n                    \"code\": \"bbbb\",\n                    \"name\": \"Locations print\"\n                },\n                {\n                    \"code\": \"amaterasu\",\n                    \"name\": \"Amaterasu\"\n                },\n                {\n                    \"code\": \"246523\",\n                    \"name\": \"test-ts\"\n                },\n                {\n                    \"code\": \"QQQ\",\n                    \"name\": \"AL-CO-Q\"\n                },\n                {\n                    \"code\": \"qs\",\n                    \"name\": \"Qasr  AL Awani\"\n                },\n                {\n                    \"code\": \"027\",\n                    \"name\": \"Laverne Training\"\n                },\n                {\n                    \"code\": \"2345666\",\n                    \"name\": \"Bharat Testing\"\n                },\n                {\n                    \"code\": \"123654234\",\n                    \"name\": \"ADab\"\n                },\n                {\n                    \"code\": \"ASH01\",\n                    \"name\": \"Ashar Warehouse\"\n                },\n                {\n                    \"code\": \"ruh123\",\n                    \"name\": \"RUH123\"\n                },\n                {\n                    \"code\": \"flexp\",\n                    \"name\": \"Flexp\"\n                },\n                {\n                    \"code\": \"SRYD\",\n                    \"name\": \"Startlinks Riyadh\"\n                },\n                {\n                    \"code\": \"RUH1\",\n                    \"name\": \"ruh\"\n                },\n                {\n                    \"code\": \"prolotest\",\n                    \"name\": \"Prolo training\"\n                },\n                {\n                    \"code\": \"1309S\",\n                    \"name\": \"KIMIS\"\n                },\n                {\n                    \"code\": \"PO0980\",\n                    \"name\": \"KIMIS12\"\n                },\n                {\n                    \"code\": \"111222\",\n                    \"name\": \"Dabllah\"\n                },\n                {\n                    \"code\": \"1234567\",\n                    \"name\": \"dab\"\n                },\n                {\n                    \"code\": \"19dffg\",\n                    \"name\": \"abdul\"\n                },\n                {\n                    \"code\": \"1233321\",\n                    \"name\": \"ddd\"\n                },\n                {\n                    \"code\": \"ON\",\n                    \"name\": \"MNOOR-ON\"\n                },\n                {\n                    \"code\": \"002544\",\n                    \"name\": \"ETX1\"\n                },\n                {\n                    \"code\": \"IbrahimWH001\",\n                    \"name\": \"Ibrahim-WH\"\n                },\n                {\n                    \"code\": \"12344321\",\n                    \"name\": \"Al-besher\"\n                },\n                {\n                    \"code\": \"test001\",\n                    \"name\": \"Testing-Hub\"\n                },\n                {\n                    \"code\": \"000AH\",\n                    \"name\": \"Adarsh\"\n                },\n                {\n                    \"code\": \"999\",\n                    \"name\": \"6\"\n                },\n                {\n                    \"code\": \"2024\",\n                    \"name\": \"Training B2C -  On\"\n                },\n                {\n                    \"code\": \"shoga2\",\n                    \"name\": \"Shoga\"\n                },\n                {\n                    \"code\": \"CHIKU\",\n                    \"name\": \"5\"\n                },\n                {\n                    \"code\": \"2131\",\n                    \"name\": \"operation - Reefi online\"\n                },\n                {\n                    \"code\": \"501\",\n                    \"name\": \"ABC\"\n                },\n                {\n                    \"code\": \"201010101\",\n                    \"name\": \"Muntazir Hub 4\"\n                },\n                {\n                    \"code\": \"99999\",\n                    \"name\": \"MonksTestingHub\"\n                },\n                {\n                    \"code\": \"skj9\",\n                    \"name\": \"ss\"\n                },\n                {\n                    \"code\": \"456\",\n                    \"name\": \"newworld\"\n                },\n                {\n                    \"code\": \"56787\",\n                    \"name\": \"Test Ok 23456\"\n                }\n            ],\n            \"status\": \"overdue\",\n            \"pdf\": \"https://omniful-staging-uploads.s3.amazonaws.com/billing/bill/pdf/30cd70b3-6bf9-4041-8fba-fe62e95ff096_115_66e1575fbe02e244698ad966.pdf\",\n            \"contract_name\": \"sss\",\n            \"period_start_date\": \"Sep 01, 2024 12:00:00 AM\",\n            \"period_end_date\": \"Sep 10, 2024 11:59:59 PM\",\n            \"due_date\": \"Sep 18, 2024 08:39:59 AM\",\n            \"created_at\": \"Sep 11, 2024 08:39:59 AM\"\n        },\n        {\n            \"name\": \"BILL-12-2\",\n            \"seller\": {\n                \"name\": \"21\",\n                \"address\": \"\",\n                \"email\": \"\",\n                \"contact\": \"\"\n            },\n            \"hubs\": [\n                {\n                    \"code\": \"poiuytrertyuiop43243\",\n                    \"name\": \"Z9\"\n                },\n                {\n                    \"code\": \"seamlessretail\",\n                    \"name\": \"00 Seamless Retail\"\n                },\n                {\n                    \"code\": \"GHUb\",\n                    \"name\": \"GHUb\"\n                },\n                {\n                    \"code\": \"23412\",\n                    \"name\": \"Z58\"\n                },\n                {\n                    \"code\": \"001\",\n                    \"name\": \"RUYADH 12\"\n                },\n                {\n                    \"code\": \"2121212124vdf\",\n                    \"name\": \"Z12\"\n                },\n                {\n                    \"code\": \"444\",\n                    \"name\": \"Z31\"\n                },\n                {\n                    \"code\": \"CMSJED\",\n                    \"name\": \"Z34\"\n                },\n                {\n                    \"code\": \"123456\",\n                    \"name\": \"Z40\"\n                },\n                {\n                    \"code\": \"13113\",\n                    \"name\": \"Z51\"\n                },\n                {\n                    \"code\": \"121091\",\n                    \"name\": \"Z43\"\n                },\n                {\n                    \"code\": \"z1\",\n                    \"name\": \"Z3\"\n                },\n                {\n                    \"code\": \"BHARAT\",\n                    \"name\": \"Bharat\"\n                },\n                {\n                    \"code\": \"132141\",\n                    \"name\": \"Z52\"\n                },\n                {\n                    \"code\": \"3523532\",\n                    \"name\": \"Z24\"\n                },\n                {\n                    \"code\": \"NAKH\",\n                    \"name\": \"Al Nakheel Mall - Riyadh (KARAZ LINEN)\"\n                },\n                {\n                    \"code\": \"2321\",\n                    \"name\": \"Trustangle\"\n                },\n                {\n                    \"code\": \"WH-Best-one\",\n                    \"name\": \"Hub 2\"\n                },\n                {\n                    \"code\": \"12343\",\n                    \"name\": \"Ritik Hub\"\n                },\n                {\n                    \"code\": \"1134\",\n                    \"name\": \"Z44\"\n                },\n                {\n                    \"code\": \"1231\",\n                    \"name\": \"UPDATED\"\n                },\n                {\n                    \"code\": \"256\",\n                    \"name\": \"Z4\"\n                },\n                {\n                    \"code\": \"KRZWH\",\n                    \"name\": \"Karaz Warehouse\"\n                },\n                {\n                    \"code\": \"000AH\",\n                    \"name\": \"Adarsh\"\n                },\n                {\n                    \"code\": \"masdar1\",\n                    \"name\": \"Masdar Al Qadsiyah\"\n                },\n                {\n                    \"code\": \"testhub111\",\n                    \"name\": \"testhub1\"\n                },\n                {\n                    \"code\": \"seamlesswh\",\n                    \"name\": \"Seamless\"\n                },\n                {\n                    \"code\": \"zw\",\n                    \"name\": \"z hub warehouse\"\n                },\n                {\n                    \"code\": \"zr\",\n                    \"name\": \"Z1\"\n                },\n                {\n                    \"code\": \"12412\",\n                    \"name\": \"Z20\"\n                },\n                {\n                    \"code\": \"7771\",\n                    \"name\": \"Z21\"\n                },\n                {\n                    \"code\": \"123654\",\n                    \"name\": \"Z29\"\n                },\n                {\n                    \"code\": \"seamlesscluster\",\n                    \"name\": \"Z37\"\n                },\n                {\n                    \"code\": \"1234345\",\n                    \"name\": \"Z53\"\n                },\n                {\n                    \"code\": \"hubgaurav\",\n                    \"name\": \"Z55\"\n                },\n                {\n                    \"code\": \"12542545\",\n                    \"name\": \"Z64\"\n                },\n                {\n                    \"code\": \"123456789\",\n                    \"name\": \"ray test\"\n                },\n                {\n                    \"code\": \"124\",\n                    \"name\": \"Test Hub - Client\"\n                },\n                {\n                    \"code\": \"132\",\n                    \"name\": \"Demo Account\"\n                },\n                {\n                    \"code\": \"AhmadTurkTest1\",\n                    \"name\": \"Ahmad Turk Test\"\n                },\n                {\n                    \"code\": \"1232\",\n                    \"name\": \"Ray 1\"\n                },\n                {\n                    \"code\": \"123\",\n                    \"name\": \"ray T\"\n                },\n                {\n                    \"code\": \"14\",\n                    \"name\": \"Sector 14\"\n                },\n                {\n                    \"code\": \"Leb1\",\n                    \"name\": \"Z13\"\n                },\n                {\n                    \"code\": \"Kas1\",\n                    \"name\": \"Z17\"\n                },\n                {\n                    \"code\": \"123332\",\n                    \"name\": \"Z2\"\n                },\n                {\n                    \"code\": \"12344\",\n                    \"name\": \"Z7\"\n                },\n                {\n                    \"code\": \"ZH\",\n                    \"name\": \"Z15\"\n                },\n                {\n                    \"code\": \"0711\",\n                    \"name\": \"Z18\"\n                },\n                {\n                    \"code\": \"AhmadTurkTest2\",\n                    \"name\": \"Z19\"\n                },\n                {\n                    \"code\": \"hublocation123\",\n                    \"name\": \"Z32\"\n                },\n                {\n                    \"code\": \"123123123231\",\n                    \"name\": \"Z35\"\n                },\n                {\n                    \"code\": \"12100012\",\n                    \"name\": \"Z42\"\n                },\n                {\n                    \"code\": \"23456\",\n                    \"name\": \"Z57\"\n                },\n                {\n                    \"code\": \"hgeyg\",\n                    \"name\": \"Z59\"\n                },\n                {\n                    \"code\": \"seamlesszone\",\n                    \"name\": \"Z61\"\n                },\n                {\n                    \"code\": \"80\",\n                    \"name\": \"Z63\"\n                },\n                {\n                    \"code\": \"25681\",\n                    \"name\": \"Z65\"\n                },\n                {\n                    \"code\": \"1242352\",\n                    \"name\": \"Beta Demo Hub\"\n                },\n                {\n                    \"code\": \"12\",\n                    \"name\": \"Hub -2\"\n                },\n                {\n                    \"code\": \"12341\",\n                    \"name\": \"Hub-5\"\n                },\n                {\n                    \"code\": \"1234A\",\n                    \"name\": \"Hub 3\"\n                },\n                {\n                    \"code\": \"678123\",\n                    \"name\": \"1-RUHSL\"\n                },\n                {\n                    \"code\": \"adsgfmch\",\n                    \"name\": \"Z27\"\n                },\n                {\n                    \"code\": \"134141\",\n                    \"name\": \"Z8\"\n                },\n                {\n                    \"code\": \"2345\",\n                    \"name\": \"12\"\n                },\n                {\n                    \"code\": \"HUB090989\",\n                    \"name\": \"Z23\"\n                },\n                {\n                    \"code\": \"32990\",\n                    \"name\": \"Z28\"\n                },\n                {\n                    \"code\": \"133212132213132\",\n                    \"name\": \"Z36\"\n                },\n                {\n                    \"code\": \"201\",\n                    \"name\": \"Z38\"\n                },\n                {\n                    \"code\": \"123415\",\n                    \"name\": \"Z45\"\n                },\n                {\n                    \"code\": \"12342\",\n                    \"name\": \"Z46\"\n                },\n                {\n                    \"code\": \"12425\",\n                    \"name\": \"Z48\"\n                },\n                {\n                    \"code\": \"GG\",\n                    \"name\": \"Z49\"\n                },\n                {\n                    \"code\": \"2\",\n                    \"name\": \"Z56\"\n                },\n                {\n                    \"code\": \"CHIKU\",\n                    \"name\": \"5\"\n                },\n                {\n                    \"code\": \"1092\",\n                    \"name\": \"No Purchase Order Hub\"\n                },\n                {\n                    \"code\": \"0123\",\n                    \"name\": \"Test no PO\"\n                },\n                {\n                    \"code\": \"jhgfd\",\n                    \"name\": \"Z47\"\n                },\n                {\n                    \"code\": \"12351\",\n                    \"name\": \"Omni Hub\"\n                },\n                {\n                    \"code\": \"20001\",\n                    \"name\": \"test1900\"\n                },\n                {\n                    \"code\": \"14531\",\n                    \"name\": \"Testing hub\"\n                },\n                {\n                    \"code\": \"b2c000\",\n                    \"name\": \"Nana Hub\"\n                },\n                {\n                    \"code\": \"999\",\n                    \"name\": \"6\"\n                },\n                {\n                    \"code\": \"456\",\n                    \"name\": \"newworld\"\n                },\n                {\n                    \"code\": \"56787\",\n                    \"name\": \"Test Ok 23456\"\n                },\n                {\n                    \"code\": \"H11122\",\n                    \"name\": \"Test Hub\"\n                },\n                {\n                    \"code\": \"20101\",\n                    \"name\": \"Muntazir Hub\"\n                },\n                {\n                    \"code\": \"893\",\n                    \"name\": \"Z5\"\n                },\n                {\n                    \"code\": \"15124\",\n                    \"name\": \"Z6\"\n                },\n                {\n                    \"code\": \"123456q\",\n                    \"name\": \"Z10\"\n                },\n                {\n                    \"code\": \"111\",\n                    \"name\": \"Z11\"\n                },\n                {\n                    \"code\": \"1asd\",\n                    \"name\": \"Z16\"\n                },\n                {\n                    \"code\": \"RUH\",\n                    \"name\": \"Z22\"\n                },\n                {\n                    \"code\": \"13134\",\n                    \"name\": \"Z25\"\n                },\n                {\n                    \"code\": \"code000\",\n                    \"name\": \"Z30\"\n                },\n                {\n                    \"code\": \"1234567897iuytredd\",\n                    \"name\": \"Z33\"\n                },\n                {\n                    \"code\": \"code777\",\n                    \"name\": \"Z39\"\n                },\n                {\n                    \"code\": \"2BC1B281\",\n                    \"name\": \"Z41\"\n                },\n                {\n                    \"code\": \"d1\",\n                    \"name\": \"Z50\"\n                },\n                {\n                    \"code\": \"34151\",\n                    \"name\": \"Z60\"\n                },\n                {\n                    \"code\": \"12345\",\n                    \"name\": \"Z62\"\n                },\n                {\n                    \"code\": \"SHUBHRA\",\n                    \"name\": \"Shubhra Testing\"\n                },\n                {\n                    \"code\": \"TR3\",\n                    \"name\": \"Training Hub B2B\"\n                },\n                {\n                    \"code\": \"321\",\n                    \"name\": \"Kanya Kumari Hub\"\n                },\n                {\n                    \"code\": \"OFF\",\n                    \"name\": \"Training B2C - Off\"\n                },\n                {\n                    \"code\": \"65465\",\n                    \"name\": \"Testing Hub 1\"\n                },\n                {\n                    \"code\": \"2024\",\n                    \"name\": \"Training B2C -  On\"\n                },\n                {\n                    \"code\": \"7777777\",\n                    \"name\": \"Chirag_Hub\"\n                },\n                {\n                    \"code\": \"RH\",\n                    \"name\": \"Demo Riyadh Hub\"\n                },\n                {\n                    \"code\": \"RW\",\n                    \"name\": \"Riyadh Warehouse\"\n                },\n                {\n                    \"code\": \"MN1\",\n                    \"name\": \"M-Noor\"\n                },\n                {\n                    \"code\": \"1238\",\n                    \"name\": \"test-1238\"\n                },\n                {\n                    \"code\": \"00001\",\n                    \"name\": \"Nbox Logistics Hub 1\"\n                },\n                {\n                    \"code\": \"po099\",\n                    \"name\": \"Test OmniHub\"\n                },\n                {\n                    \"code\": \"246523\",\n                    \"name\": \"test-ts\"\n                },\n                {\n                    \"code\": \"qs\",\n                    \"name\": \"Qasr  AL Awani\"\n                },\n                {\n                    \"code\": \"2345666\",\n                    \"name\": \"Bharat Testing\"\n                },\n                {\n                    \"code\": \"ON\",\n                    \"name\": \"MNOOR-ON\"\n                }\n            ],\n            \"status\": \"overdue\",\n            \"pdf\": \"https://omniful-staging-uploads.s3.amazonaws.com/billing/bill/pdf/e2bac7ca-118a-4d4b-a423-686b70b39041_261_66e03b0fb63d5ed029edc9cb.pdf\",\n            \"contract_name\": \"Fulfillment serves-ac\",\n            \"period_start_date\": \"Sep 01, 2024 12:00:00 AM\",\n            \"period_end_date\": \"Sep 09, 2024 12:00:00 AM\",\n            \"due_date\": \"Sep 20, 2024 12:26:55 PM\",\n            \"created_at\": \"Sep 10, 2024 12:26:55 PM\"\n        },\n        {\n            \"name\": \"BILL-MS-037-3\",\n            \"seller\": {\n                \"name\": \"3PL Fulfillment 8\",\n                \"address\": \"\",\n                \"email\": \"\",\n                \"contact\": \"\"\n            },\n            \"hubs\": [\n                {\n                    \"code\": \"poiuytrertyuiop43243\",\n                    \"name\": \"Z9\"\n                },\n                {\n                    \"code\": \"seamlessretail\",\n                    \"name\": \"000 Seamless Retail\"\n                },\n                {\n                    \"code\": \"GHUb\",\n                    \"name\": \"GHUb\"\n                },\n                {\n                    \"code\": \"23412\",\n                    \"name\": \"Z58\"\n                },\n                {\n                    \"code\": \"001\",\n                    \"name\": \"RUYADH 12\"\n                },\n                {\n                    \"code\": \"2121212124vdf\",\n                    \"name\": \"Z12\"\n                },\n                {\n                    \"code\": \"444\",\n                    \"name\": \"Z31\"\n                },\n                {\n                    \"code\": \"CMSJED\",\n                    \"name\": \"Z34\"\n                },\n                {\n                    \"code\": \"123456\",\n                    \"name\": \"Z40\"\n                },\n                {\n                    \"code\": \"13113\",\n                    \"name\": \"Z51\"\n                },\n                {\n                    \"code\": \"121091\",\n                    \"name\": \"Z43\"\n                },\n                {\n                    \"code\": \"z1\",\n                    \"name\": \"Z3\"\n                },\n                {\n                    \"code\": \"BHARAT\",\n                    \"name\": \"Bharat\"\n                },\n                {\n                    \"code\": \"qq\",\n                    \"name\": \"Q-TEST\"\n                },\n                {\n                    \"code\": \"132141\",\n                    \"name\": \"Z52\"\n                },\n                {\n                    \"code\": \"3523532\",\n                    \"name\": \"Z24\"\n                },\n                {\n                    \"code\": \"NAKH\",\n                    \"name\": \"Al Nakheel Mall - Riyadh (KARAZ LINEN)\"\n                },\n                {\n                    \"code\": \"2321\",\n                    \"name\": \"Trustangle\"\n                },\n                {\n                    \"code\": \"WH-Best-one\",\n                    \"name\": \"Hub 2\"\n                },\n                {\n                    \"code\": \"12343\",\n                    \"name\": \"Ritik Hub\"\n                },\n                {\n                    \"code\": \"1134\",\n                    \"name\": \"Z44\"\n                },\n                {\n                    \"code\": \"1231\",\n                    \"name\": \"UPDATED\"\n                },\n                {\n                    \"code\": \"256\",\n                    \"name\": \"Z4\"\n                },\n                {\n                    \"code\": \"KRZWH\",\n                    \"name\": \"Karaz Warehouse\"\n                },\n                {\n                    \"code\": \"masdar1\",\n                    \"name\": \"Masdar Al Qadsiyah\"\n                },\n                {\n                    \"code\": \"testhub111\",\n                    \"name\": \"testhub1\"\n                },\n                {\n                    \"code\": \"seamlesswh\",\n                    \"name\": \"Seamless\"\n                },\n                {\n                    \"code\": \"zw\",\n                    \"name\": \"z hub warehouse\"\n                },\n                {\n                    \"code\": \"zr\",\n                    \"name\": \"Z1\"\n                },\n                {\n                    \"code\": \"12412\",\n                    \"name\": \"Z20\"\n                },\n                {\n                    \"code\": \"7771\",\n                    \"name\": \"Z21\"\n                },\n                {\n                    \"code\": \"123654\",\n                    \"name\": \"Z29\"\n                },\n                {\n                    \"code\": \"seamlesscluster\",\n                    \"name\": \"Z37\"\n                },\n                {\n                    \"code\": \"1234345\",\n                    \"name\": \"Z53\"\n                },\n                {\n                    \"code\": \"hubgaurav\",\n                    \"name\": \"Z55\"\n                },\n                {\n                    \"code\": \"12542545\",\n                    \"name\": \"Z64\"\n                },\n                {\n                    \"code\": \"TTT\",\n                    \"name\": \"TEST 1234\"\n                },\n                {\n                    \"code\": \"123456789\",\n                    \"name\": \"ray test\"\n                },\n                {\n                    \"code\": \"124\",\n                    \"name\": \"Test Hub - Client\"\n                },\n                {\n                    \"code\": \"1242352\",\n                    \"name\": \"Beta Demo Hub2\"\n                },\n                {\n                    \"code\": \"AhmadTurkTest1\",\n                    \"name\": \"Ahmad Turk Test\"\n                },\n                {\n                    \"code\": \"1232\",\n                    \"name\": \"Ray 1\"\n                },\n                {\n                    \"code\": \"123\",\n                    \"name\": \"ray T\"\n                },\n                {\n                    \"code\": \"14\",\n                    \"name\": \"Sector 14\"\n                },\n                {\n                    \"code\": \"Leb1\",\n                    \"name\": \"Z13\"\n                },\n                {\n                    \"code\": \"Kas1\",\n                    \"name\": \"Z17\"\n                },\n                {\n                    \"code\": \"123332\",\n                    \"name\": \"Z2\"\n                },\n                {\n                    \"code\": \"12344\",\n                    \"name\": \"Z7\"\n                },\n                {\n                    \"code\": \"ZH\",\n                    \"name\": \"Z15\"\n                },\n                {\n                    \"code\": \"0711\",\n                    \"name\": \"Z18\"\n                },\n                {\n                    \"code\": \"AhmadTurkTest2\",\n                    \"name\": \"Z19\"\n                },\n                {\n                    \"code\": \"hublocation123\",\n                    \"name\": \"Z32\"\n                },\n                {\n                    \"code\": \"123123123231\",\n                    \"name\": \"Z35\"\n                },\n                {\n                    \"code\": \"12100012\",\n                    \"name\": \"Z42\"\n                },\n                {\n                    \"code\": \"23456\",\n                    \"name\": \"Z57\"\n                },\n                {\n                    \"code\": \"hgeyg\",\n                    \"name\": \"Z59\"\n                },\n                {\n                    \"code\": \"seamlesszone\",\n                    \"name\": \"Z61\"\n                },\n                {\n                    \"code\": \"80\",\n                    \"name\": \"Z63\"\n                },\n                {\n                    \"code\": \"25681\",\n                    \"name\": \"Z65\"\n                },\n                {\n                    \"code\": \"12\",\n                    \"name\": \"Hub -2\"\n                },\n                {\n                    \"code\": \"1234A\",\n                    \"name\": \"Hub 3\"\n                },\n                {\n                    \"code\": \"12341\",\n                    \"name\": \"Hub-5\"\n                },\n                {\n                    \"code\": \"2345\",\n                    \"name\": \"12\"\n                },\n                {\n                    \"code\": \"678123\",\n                    \"name\": \"1-RUHSL\"\n                },\n                {\n                    \"code\": \"adsgfmch\",\n                    \"name\": \"Z27\"\n                },\n                {\n                    \"code\": \"134141\",\n                    \"name\": \"Z8\"\n                },\n                {\n                    \"code\": \"HUB090989\",\n                    \"name\": \"Z23\"\n                },\n                {\n                    \"code\": \"32990\",\n                    \"name\": \"Z28\"\n                },\n                {\n                    \"code\": \"133212132213132\",\n                    \"name\": \"Z36\"\n                },\n                {\n                    \"code\": \"201\",\n                    \"name\": \"Z38\"\n                },\n                {\n                    \"code\": \"123415\",\n                    \"name\": \"Z45\"\n                },\n                {\n                    \"code\": \"12342\",\n                    \"name\": \"Z46\"\n                },\n                {\n                    \"code\": \"12425\",\n                    \"name\": \"Z48\"\n                },\n                {\n                    \"code\": \"GG\",\n                    \"name\": \"Z49\"\n                },\n                {\n                    \"code\": \"2\",\n                    \"name\": \"Z56\"\n                },\n                {\n                    \"code\": \"1092\",\n                    \"name\": \"No Purchase Order Hub\"\n                },\n                {\n                    \"code\": \"0123\",\n                    \"name\": \"Test no PO\"\n                },\n                {\n                    \"code\": \"jhgfd\",\n                    \"name\": \"Z47\"\n                },\n                {\n                    \"code\": \"12351\",\n                    \"name\": \"Omni Hub\"\n                },\n                {\n                    \"code\": \"20001\",\n                    \"name\": \"test1900\"\n                },\n                {\n                    \"code\": \"111222333\",\n                    \"name\": \"dabllah1\"\n                },\n                {\n                    \"code\": \"14531\",\n                    \"name\": \"Testing hub\"\n                },\n                {\n                    \"code\": \"b2c000\",\n                    \"name\": \"Nana Hub\"\n                },\n                {\n                    \"code\": \"H11122\",\n                    \"name\": \"Test Hub\"\n                },\n                {\n                    \"code\": \"20101\",\n                    \"name\": \"Muntazir Hub\"\n                },\n                {\n                    \"code\": \"893\",\n                    \"name\": \"Z5\"\n                },\n                {\n                    \"code\": \"15124\",\n                    \"name\": \"Z6\"\n                },\n                {\n                    \"code\": \"123456q\",\n                    \"name\": \"Z10\"\n                },\n                {\n                    \"code\": \"111\",\n                    \"name\": \"Z11\"\n                },\n                {\n                    \"code\": \"1asd\",\n                    \"name\": \"Z16\"\n                },\n                {\n                    \"code\": \"RUH\",\n                    \"name\": \"Z22\"\n                },\n                {\n                    \"code\": \"13134\",\n                    \"name\": \"Z25\"\n                },\n                {\n                    \"code\": \"code000\",\n                    \"name\": \"Z30\"\n                },\n                {\n                    \"code\": \"1234567897iuytredd\",\n                    \"name\": \"Z33\"\n                },\n                {\n                    \"code\": \"code777\",\n                    \"name\": \"Z39\"\n                },\n                {\n                    \"code\": \"2BC1B281\",\n                    \"name\": \"Z41\"\n                },\n                {\n                    \"code\": \"d1\",\n                    \"name\": \"Z50\"\n                },\n                {\n                    \"code\": \"34151\",\n                    \"name\": \"Z60\"\n                },\n                {\n                    \"code\": \"12345\",\n                    \"name\": \"Z62\"\n                },\n                {\n                    \"code\": \"TR3\",\n                    \"name\": \"Training Hub B2B\"\n                },\n                {\n                    \"code\": \"111222333444\",\n                    \"name\": \"dabllah12\"\n                },\n                {\n                    \"code\": \"SHUBHRA\",\n                    \"name\": \"Shubhra Testing\"\n                },\n                {\n                    \"code\": \"OFF\",\n                    \"name\": \"Training B2C - Off\"\n                },\n                {\n                    \"code\": \"321\",\n                    \"name\": \"Kanya Kumari Hub\"\n                },\n                {\n                    \"code\": \"132\",\n                    \"name\": \"Demo Account\"\n                },\n                {\n                    \"code\": \"65465\",\n                    \"name\": \"Testing Hub 1\"\n                },\n                {\n                    \"code\": \"7777777\",\n                    \"name\": \"Chirag_Hub\"\n                },\n                {\n                    \"code\": \"MN1\",\n                    \"name\": \"M-Noor\"\n                },\n                {\n                    \"code\": \"00001\",\n                    \"name\": \"Nbox Logistics Hub 1\"\n                },\n                {\n                    \"code\": \"RH\",\n                    \"name\": \"Demo Riyadh Hub\"\n                },\n                {\n                    \"code\": \"RW\",\n                    \"name\": \"Riyadh Warehouse\"\n                },\n                {\n                    \"code\": \"1238\",\n                    \"name\": \"test-1238\"\n                },\n                {\n                    \"code\": \"po099\",\n                    \"name\": \"Test OmniHub\"\n                },\n                {\n                    \"code\": \"bbbb\",\n                    \"name\": \"Locations print\"\n                },\n                {\n                    \"code\": \"amaterasu\",\n                    \"name\": \"Amaterasu\"\n                },\n                {\n                    \"code\": \"246523\",\n                    \"name\": \"test-ts\"\n                },\n                {\n                    \"code\": \"QQQ\",\n                    \"name\": \"AL-CO-Q\"\n                },\n                {\n                    \"code\": \"qs\",\n                    \"name\": \"Qasr  AL Awani\"\n                },\n                {\n                    \"code\": \"027\",\n                    \"name\": \"Laverne Training\"\n                },\n                {\n                    \"code\": \"2345666\",\n                    \"name\": \"Bharat Testing\"\n                },\n                {\n                    \"code\": \"123654234\",\n                    \"name\": \"ADab\"\n                },\n                {\n                    \"code\": \"ASH01\",\n                    \"name\": \"Ashar Warehouse\"\n                },\n                {\n                    \"code\": \"ruh123\",\n                    \"name\": \"RUH123\"\n                },\n                {\n                    \"code\": \"flexp\",\n                    \"name\": \"Flexp\"\n                },\n                {\n                    \"code\": \"SRYD\",\n                    \"name\": \"Startlinks Riyadh\"\n                },\n                {\n                    \"code\": \"RUH1\",\n                    \"name\": \"ruh\"\n                },\n                {\n                    \"code\": \"prolotest\",\n                    \"name\": \"Prolo training\"\n                },\n                {\n                    \"code\": \"1309S\",\n                    \"name\": \"KIMIS\"\n                },\n                {\n                    \"code\": \"PO0980\",\n                    \"name\": \"KIMIS12\"\n                },\n                {\n                    \"code\": \"111222\",\n                    \"name\": \"Dabllah\"\n                },\n                {\n                    \"code\": \"1234567\",\n                    \"name\": \"dab\"\n                },\n                {\n                    \"code\": \"19dffg\",\n                    \"name\": \"abdul\"\n                },\n                {\n                    \"code\": \"1233321\",\n                    \"name\": \"ddd\"\n                },\n                {\n                    \"code\": \"ON\",\n                    \"name\": \"MNOOR-ON\"\n                },\n                {\n                    \"code\": \"002544\",\n                    \"name\": \"ETX1\"\n                },\n                {\n                    \"code\": \"IbrahimWH001\",\n                    \"name\": \"Ibrahim-WH\"\n                },\n                {\n                    \"code\": \"12344321\",\n                    \"name\": \"Al-besher\"\n                },\n                {\n                    \"code\": \"test001\",\n                    \"name\": \"Testing-Hub\"\n                },\n                {\n                    \"code\": \"000AH\",\n                    \"name\": \"Adarsh\"\n                },\n                {\n                    \"code\": \"999\",\n                    \"name\": \"6\"\n                },\n                {\n                    \"code\": \"2024\",\n                    \"name\": \"Training B2C -  On\"\n                },\n                {\n                    \"code\": \"shoga2\",\n                    \"name\": \"Shoga\"\n                },\n                {\n                    \"code\": \"CHIKU\",\n                    \"name\": \"5\"\n                },\n                {\n                    \"code\": \"2131\",\n                    \"name\": \"operation - Reefi online\"\n                },\n                {\n                    \"code\": \"501\",\n                    \"name\": \"ABC\"\n                },\n                {\n                    \"code\": \"201010101\",\n                    \"name\": \"Muntazir Hub 4\"\n                },\n                {\n                    \"code\": \"99999\",\n                    \"name\": \"MonksTestingHub\"\n                },\n                {\n                    \"code\": \"skj9\",\n                    \"name\": \"ss\"\n                },\n                {\n                    \"code\": \"456\",\n                    \"name\": \"newworld\"\n                },\n                {\n                    \"code\": \"56787\",\n                    \"name\": \"Test Ok 23456\"\n                }\n            ],\n            \"status\": \"draft\",\n            \"pdf\": \"\",\n            \"contract_name\": \"sss\",\n            \"period_start_date\": \"Aug 01, 2024 12:00:00 AM\",\n            \"period_end_date\": \"Aug 31, 2024 12:00:00 AM\",\n            \"due_date\": \"Sep 09, 2024 04:30:47 PM\",\n            \"created_at\": \"Sep 02, 2024 04:30:47 PM\"\n        },\n        {\n            \"name\": \"BILL-DE-SE-15-385\",\n            \"seller\": {\n                \"name\": \"Abdullah\",\n                \"address\": \"\",\n                \"email\": \"\",\n                \"contact\": \"\"\n            },\n            \"hubs\": [\n                {\n                    \"code\": \"12\",\n                    \"name\": \"Hub -2\"\n                }\n            ],\n            \"status\": \"overdue\",\n            \"pdf\": \"https://omniful-staging-uploads.s3.amazonaws.com/billing/bill/pdf/b10e0436-a949-44f6-85d7-c3a84b4a0310_26_66d5e12fd5cf77abe4652db1.pdf\",\n            \"contract_name\": \"Fulfillment serves11111\",\n            \"period_start_date\": \"Aug 01, 2024 12:00:00 AM\",\n            \"period_end_date\": \"Aug 31, 2024 12:00:00 AM\",\n            \"due_date\": \"Sep 09, 2024 04:00:47 PM\",\n            \"created_at\": \"Sep 02, 2024 04:00:47 PM\"\n        },\n        {\n            \"name\": \"BILL-ON/OFF-1\",\n            \"seller\": {\n                \"name\": \"Training B2C\",\n                \"address\": \"\",\n                \"email\": \"\",\n                \"contact\": \"\"\n            },\n            \"hubs\": [\n                {\n                    \"code\": \"2024\",\n                    \"name\": \"Training B2C -  On\"\n                }\n            ],\n            \"status\": \"draft\",\n            \"pdf\": \"\",\n            \"contract_name\": \"Premium Package222\",\n            \"period_start_date\": \"Aug 01, 2024 12:00:00 AM\",\n            \"period_end_date\": \"Aug 31, 2024 12:00:00 AM\",\n            \"due_date\": \"Sep 12, 2024 03:30:47 PM\",\n            \"created_at\": \"Sep 02, 2024 03:30:47 PM\"\n        },\n        {\n            \"name\": \"BILL-FR-836-1\",\n            \"seller\": {\n                \"name\": \"3PL Fulfillment 7\",\n                \"address\": \"\",\n                \"email\": \"\",\n                \"contact\": \"\"\n            },\n            \"hubs\": [\n                {\n                    \"code\": \"2024\",\n                    \"name\": \"Training B2C -  On\"\n                }\n            ],\n            \"status\": \"draft\",\n            \"pdf\": \"\",\n            \"contract_name\": \"Storage Station_1\",\n            \"period_start_date\": \"Aug 01, 2024 12:00:00 AM\",\n            \"period_end_date\": \"Aug 31, 2024 12:00:00 AM\",\n            \"due_date\": \"Sep 12, 2024 03:00:47 PM\",\n            \"created_at\": \"Sep 02, 2024 03:00:47 PM\"\n        },\n        {\n            \"name\": \"BILL-AT-955-1\",\n            \"seller\": {\n                \"name\": \"3PL fulfillment 3\",\n                \"address\": \"\",\n                \"email\": \"\",\n                \"contact\": \"\"\n            },\n            \"hubs\": [\n                {\n                    \"code\": \"132\",\n                    \"name\": \"Demo Account\"\n                }\n            ],\n            \"status\": \"draft\",\n            \"pdf\": \"\",\n            \"contract_name\": \"TEST ACCOUNTS\",\n            \"period_start_date\": \"Aug 01, 2024 12:00:00 AM\",\n            \"period_end_date\": \"Aug 31, 2024 12:00:00 AM\",\n            \"due_date\": \"Sep 09, 2024 02:30:47 PM\",\n            \"created_at\": \"Sep 02, 2024 02:30:47 PM\"\n        }\n    ],\n    \"meta\": {\n        \"current_page\": 1,\n        \"last_page\": 21,\n        \"per_page\": 30,\n        \"total\": 613\n    }\n}"}],"_postman_id":"9e62823b-3783-4dc4-8d96-f0eba9caf9f0"},{"name":"Get Bill","id":"c73fdc27-7907-4d12-b6ce-7ad049ac491a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/sales-channel/public/v1/tenants/bills/:bill_name?page=2&per_page=30&","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"path":["sales-channel","public","v1","tenants","bills",":bill_name"],"host":["{{base_url}}"],"query":[{"key":"page","value":"2"},{"key":"per_page","value":"30"},{"key":"","value":null}],"variable":[{"type":"any","value":"BILL-MN-1-4","key":"bill_name"}]}},"response":[{"id":"bdd4ce4f-9c13-48d9-b6d7-9bf2c131d2f4","name":"Get Bill","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/sales-channel/public/v1/tenants/bills/:bill_name?page=2&per_page=30&","host":["{{base_url}}"],"path":["sales-channel","public","v1","tenants","bills",":bill_name"],"query":[{"key":"page","value":"2"},{"key":"per_page","value":"30"},{"key":"","value":null}],"variable":[{"key":"bill_name","value":"BILL-MN-1-4"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 07 Oct 2024 09:00:15 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"cc9cc722-c6eb-40d8-97bf-b8022113f961"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8cecb322aa3b20b2-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"name\": \"BILL-MN-1-4\",\n        \"seller\": {\n            \"name\": \"MNoor [Seller]\",\n            \"address\": \"44kk 44kk Aba Alworood Riyadh Region Saudi Arabia\",\n            \"email\": \"Moh.tawaha72@gmail.com\",\n            \"contact\": \"123456789\"\n        },\n        \"hubs\": [\n            {\n                \"code\": \"ON\",\n                \"name\": \"MNOOR-ON\"\n            }\n        ],\n        \"status\": \"draft\",\n        \"currency\": \"SAR\",\n        \"grand_total\": 0,\n        \"grand_total_after_discount\": 0,\n        \"discount\": {\n            \"percentage\": 0,\n            \"value\": 0,\n            \"display_percentage\": \"0\",\n            \"display_value\": \"0\"\n        },\n        \"contract_name\": \"mnoor\",\n        \"fees\": [\n            {\n                \"name\": \"Storage Fees (Per Day)\",\n                \"rules\": [\n                    {\n                        \"key\": \"Space Utilization\",\n                        \"display_key\": \"Space Utilization\",\n                        \"label\": \"\",\n                        \"unit\": \"Per CBM\",\n                        \"display_unit\": \"CBM\",\n                        \"costs\": [\n                            {\n                                \"from\": 0,\n                                \"to\": 0,\n                                \"value\": 100,\n                                \"operator\": \"more_than\",\n                                \"total\": 0,\n                                \"usage\": 0,\n                                \"display_total\": \"0\",\n                                \"display_value\": \"100\",\n                                \"display_usage\": \"0\",\n                                \"display_from\": \"0\",\n                                \"display_to\": \"0\"\n                            }\n                        ],\n                        \"usage\": 0,\n                        \"billable_usage\": 0,\n                        \"is_range\": false,\n                        \"total\": 0,\n                        \"operator\": \"multiply\",\n                        \"display_usage\": \"0\",\n                        \"display_total\": \"0\",\n                        \"display_billable_usage\": \"0\",\n                        \"condition\": {\n                            \"name\": \"\",\n                            \"description\": \"\",\n                            \"conditions\": {\n                                \"name\": {\n                                    \"key_value\": null,\n                                    \"display_value\": null,\n                                    \"data_type\": null\n                                },\n                                \"operator\": {\n                                    \"key_value\": null,\n                                    \"display_value\": null,\n                                    \"data_type\": null\n                                },\n                                \"sub_conditions\": [],\n                                \"value\": {\n                                    \"key_value\": null,\n                                    \"display_value\": null,\n                                    \"data_type\": null\n                                },\n                                \"logical_operator\": {\n                                    \"key_value\": null,\n                                    \"display_value\": null,\n                                    \"data_type\": null\n                                }\n                            },\n                            \"action_group\": {\n                                \"cost\": 0,\n                                \"currency\": \"\",\n                                \"additional_weight_info\": {\n                                    \"cost\": 0,\n                                    \"interval\": 0,\n                                    \"upper_limit\": 0\n                                }\n                            },\n                            \"priority\": 0\n                        }\n                    }\n                ],\n                \"total\": 0,\n                \"display_total\": \"0\"\n            }\n        ],\n        \"hub_bills\": [],\n        \"finalised_on\": \"January 01, 0001\",\n        \"finalised_by\": \"\",\n        \"period_start_date\": \"September 04, 2024\",\n        \"period_end_date\": \"October 03, 2024\",\n        \"pdf\": \"https://omniful-staging-uploads.s3.amazonaws.com/billing/bill/pdf/2ccf3118-8fa6-4fbb-8b1c-0a7d36f37a0f_341_670399952f1834ddf510bdfa.pdf\",\n        \"remark\": \"\",\n        \"due_date\": \"October 12, 2024\",\n        \"created_at\": \"October 07, 2024 8:19 AM\",\n        \"display_grand_total\": \"0\",\n        \"display_grand_total_after_discount\": \"0\"\n    },\n    \"meta\": {\n        \"current_page\": 2,\n        \"last_page\": 1,\n        \"per_page\": 30,\n        \"total\": 1\n    }\n}"}],"_postman_id":"c73fdc27-7907-4d12-b6ce-7ad049ac491a"},{"name":"Get Hub Bills","id":"d7dea363-4a9d-4487-9513-e2b4ec9f96b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/sales-channel/public/v1/tenants/hubs/:bill_name/bills","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"path":["sales-channel","public","v1","tenants","hubs",":bill_name","bills"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"BILL-MN-1-4","key":"bill_name"}]}},"response":[{"id":"6fe34df2-9f7a-4c5f-bac1-efc22bbb8d0e","name":"Get Hub Bills","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/sales-channel/public/v1/tenants/hubs/:bill_name/bills","host":["{{base_url}}"],"path":["sales-channel","public","v1","tenants","hubs",":bill_name","bills"],"variable":[{"key":"bill_name","value":"BILL-MN-1-4"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 07 Oct 2024 09:01:31 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"56320572-84d8-493c-82e1-dc9dede9e4ba"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8cecb4fd4a5a9c8e-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": [\n        {\n            \"hub\": {\n                \"code\": \"ON\",\n                \"name\": \"MNOOR-ON\"\n            },\n            \"fees\": [\n                {\n                    \"name\": \"Storage Fees (Per Day)\",\n                    \"rules\": [\n                        {\n                            \"key\": \"Space Utilization\",\n                            \"display_key\": \"Space Utilization\",\n                            \"label\": \"\",\n                            \"unit\": \"Per CBM\",\n                            \"display_unit\": \"CBM\",\n                            \"costs\": [\n                                {\n                                    \"from\": 0,\n                                    \"to\": 0,\n                                    \"value\": 100,\n                                    \"operator\": \"more_than\",\n                                    \"total\": 0,\n                                    \"usage\": 0,\n                                    \"display_total\": \"0\",\n                                    \"display_value\": \"100\",\n                                    \"display_usage\": \"0\",\n                                    \"display_from\": \"0\",\n                                    \"display_to\": \"0\"\n                                }\n                            ],\n                            \"usage\": 0,\n                            \"billable_usage\": 0,\n                            \"is_range\": false,\n                            \"total\": 0,\n                            \"operator\": \"multiply\",\n                            \"display_usage\": \"0\",\n                            \"display_total\": \"0\",\n                            \"display_billable_usage\": \"0\",\n                            \"condition\": {\n                                \"name\": \"\",\n                                \"description\": \"\",\n                                \"conditions\": {\n                                    \"name\": {\n                                        \"key_value\": null,\n                                        \"display_value\": null,\n                                        \"data_type\": null\n                                    },\n                                    \"operator\": {\n                                        \"key_value\": null,\n                                        \"display_value\": null,\n                                        \"data_type\": null\n                                    },\n                                    \"sub_conditions\": [],\n                                    \"value\": {\n                                        \"key_value\": null,\n                                        \"display_value\": null,\n                                        \"data_type\": null\n                                    },\n                                    \"logical_operator\": {\n                                        \"key_value\": null,\n                                        \"display_value\": null,\n                                        \"data_type\": null\n                                    }\n                                },\n                                \"action_group\": {\n                                    \"cost\": 0,\n                                    \"currency\": \"\",\n                                    \"additional_weight_info\": {\n                                        \"cost\": 0,\n                                        \"interval\": 0,\n                                        \"upper_limit\": 0\n                                    }\n                                },\n                                \"priority\": 0\n                            }\n                        }\n                    ],\n                    \"total\": 0,\n                    \"display_total\": \"0\"\n                }\n            ],\n            \"total\": 0,\n            \"display_total\": \"0\"\n        }\n    ],\n    \"meta\": {\n        \"current_page\": 1,\n        \"last_page\": 1,\n        \"per_page\": 20,\n        \"total\": 1\n    }\n}"}],"_postman_id":"d7dea363-4a9d-4487-9513-e2b4ec9f96b4"},{"name":"Generate Bill","id":"8fa0c213-f649-4505-9d3c-f9c5ab09c2a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"contract_name\": \"mnoor\",\n    \"start_date\": \"04-09-2024\",\n    \"end_date\": \"03-10-2024\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/tenants/bills/generate","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"path":["sales-channel","public","v1","tenants","bills","generate"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"e7e7ecc7-9c05-48be-80eb-6b543399f1f0","name":"Generate Bill","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"contract_name\": \"mnoor\",\n    \"start_date\": \"04-09-2024\",\n    \"end_date\": \"03-10-2024\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/tenants/bills/generate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 07 Oct 2024 09:02:24 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"84cbfd37-8340-44ae-ab7d-473d46c0b557"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8cecb645fe0607ff-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"status\": \"Success : The bill generated successfully.\"\n    },\n    \"meta\": null\n}"}],"_postman_id":"8fa0c213-f649-4505-9d3c-f9c5ab09c2a0"},{"name":"Update Bill Status","id":"e3314234-678f-4636-98e3-11da2bcc66f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"status\": \"rejected\",\n    \"remark\": \"Payment received on time\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/tenants/bills/:bill_name/status","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"path":["sales-channel","public","v1","tenants","bills",":bill_name","status"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"BILL-12-8","key":"bill_name"}]}},"response":[{"id":"94600221-5324-4b51-b5e1-0e949c302c70","name":"Update Bill Ststus","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"status\": \"rejected\",\n    \"remark\": \"Payment received on time\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/sales-channel/public/v1/tenants/bills/:bill_name/status","host":["{{base_url}}"],"path":["sales-channel","public","v1","tenants","bills",":bill_name","status"],"variable":[{"key":"bill_name","value":"BILL-12-8"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 07 Oct 2024 09:31:51 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"291c0205-0939-4249-8d06-ca98bd38cea3"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8cece16c182b2d15-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"status\": \"Success : The bill status updated successfully.\"\n    },\n    \"meta\": null\n}"}],"_postman_id":"e3314234-678f-4636-98e3-11da2bcc66f0"},{"name":"Create Finalize Bill","id":"2c84e020-e938-4698-8595-f63389fe326d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"total\": 100.00,\n    \"remark\": \"Payment for September\",\n    \"discount\": {\n        \"percentage\": 10,\n        \"value\": 10.00\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/tenants/bills/:bill_name/finalize","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"path":["sales-channel","public","v1","tenants","bills",":bill_name","finalize"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"BILL-AT-955-3","key":"bill_name"}]}},"response":[{"id":"9c980d3e-f98a-43cd-9c2d-02fd7cf7eea5","name":"Create Finalize Bill","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"total\": 100.00,\n    \"remark\": \"Payment for September\",\n    \"discount\": {\n        \"percentage\": 10,\n        \"value\": 10.00\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/sales-channel/public/v1/tenants/bills/:bill_name/finalize","host":["{{base_url}}"],"path":["sales-channel","public","v1","tenants","bills",":bill_name","finalize"],"variable":[{"key":"bill_name","value":"BILL-AT-955-3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 07 Oct 2024 09:04:32 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"f859fc28-e206-4d2b-a14a-f82518b06d2e"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8cecb96aff365794-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"status\": \"Success : The bill finalized successfully.\"\n    },\n    \"meta\": null\n}"}],"_postman_id":"2c84e020-e938-4698-8595-f63389fe326d"}],"id":"dc2c55a7-870e-4a01-bfd3-d6f85d03fc3c","_postman_id":"dc2c55a7-870e-4a01-bfd3-d6f85d03fc3c","description":"","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}}},{"name":"Report","item":[{"name":"Fetch Supported Reports","id":"370b3232-6fa7-4d3b-b316-b58344a684a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/reports","description":"<p>This API returns a list of categories, each containing a list of reports. You can optionally filter to show only archived reports or only active reports.<br />Query Parameters</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>is_archived</code></td>\n<td>boolean</td>\n<td>No</td>\n<td>Filter reports by archive status. If <code>true</code>, returns only archived reports. If <code>false</code> or not provided, returns only active reports.</td>\n<td><code>true</code> or <code>false</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><code>Each report has a display name, key name, and a list of filters.</code> <code>Each filter has information about whether it is required, its key name, data type, sample value, and options (if any)</code>.</p>\n<p>For example, under the \"<strong>Invoicing Reports</strong>\" category, there is a \"<strong>Seller Activity Report</strong>\" which requires a \"<strong>hub</strong>\" and a \"<strong>date_range</strong>\" filter. Similarly, under the \"<strong>Fulfilment Reports</strong>\" category, there is an \"<strong>Orders Report</strong>\" which requires a \"<strong>hub</strong>\", \"<strong>date_range</strong>\", and \"<strong>order_status</strong>\" filter.</p>\n<p>Archived Reports Example:<br />When is_archived=true, you'll see reports like \"<strong>Orders Report</strong>\" under \"<strong>Fulfilment Reports</strong>\" category. This archived report includes a \"<strong>granularity</strong>\" filter in the filters data that explicitly indicates the supported time granularity:</p>\n<ul>\n<li>If the granularity filter shows \"<strong>month</strong>\" as an option, it's a monthly report only</li>\n</ul>\n<p>The granularity filter in archived reports determines which time format you should use when downloading the report:</p>\n<ul>\n<li>Monthly reports: Use mm-yyyy format (e.g., \"12-2023\")</li>\n</ul>\n<p>Upon sending a GET request to the specified endpoint, you will receive a response containing the data of the supported reports. This data can be used to understand the types of reports available and the required filters for each report.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"path":["sales-channel","public","v1","reports"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"1f90d0d2-7fcd-4891-b207-638991c4dd75","name":"Fetch Supported Reports","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/reports"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 14 Jul 2025 11:13:12 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"x-omniful-request-id","value":"a06fe2f7-c8b9-4584-bc9e-2987140dda1e"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"95f096e1bf783961-IAD"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"categories\": [\n            {\n                \"key_name\": \"fulfilment\",\n                \"display_name\": \"Fulfilment Reports\",\n                \"reports\": [\n                    {\n                        \"display_name\": \"On-Hold Orders Report\",\n                        \"key_name\": \"on-hold_orders\",\n                        \"filter\": [\n                            {\n                                \"is_required\": false,\n                                \"key_name\": \"hub\",\n                                \"datatype\": \"string\",\n                                \"sample_value\": \"Sample-Hub-1\",\n                                \"options\": null\n                            },\n                            {\n                                \"is_required\": false,\n                                \"key_name\": \"hubs\",\n                                \"datatype\": \"string_array\",\n                                \"sample_value\": [\n                                    \"Sample-Hub-1\"\n                                ],\n                                \"options\": null\n                            },\n                            {\n                                \"is_required\": false,\n                                \"key_name\": \"pending_order_reason\",\n                                \"datatype\": \"string\",\n                                \"sample_value\": \"inventory_not_present\",\n                                \"options\": [\n                                    {\n                                        \"display_name\": \"Insufficient Inventory\",\n                                        \"key_name\": \"inventory_not_present\"\n                                    },\n                                    {\n                                        \"display_name\": \"Invalid SKU\",\n                                        \"key_name\": \"sku_not_valid\"\n                                    },\n                                    {\n                                        \"display_name\": \"Require Manual Approval\",\n                                        \"key_name\": \"require_manual_approval\"\n                                    },\n                                    {\n                                        \"display_name\": \"Manually Put On Hold\",\n                                        \"key_name\": \"forceful_on_hold\"\n                                    },\n                                    {\n                                        \"display_name\": \"Routing Conditions Not Met\",\n                                        \"key_name\": \"not_able_to_route\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"display_name\": \"OrdersReport\",\n                        \"key_name\": \"orders\",\n                        \"filter\": [\n                            {\n                                \"is_required\": false,\n                                \"key_name\": \"hub\",\n                                \"datatype\": \"string\",\n                                \"sample_value\": \"Sample-Hub-1\",\n                                \"options\": null\n                            },\n                            {\n                                \"is_required\": false,\n                                \"key_name\": \"hubs\",\n                                \"datatype\": \"string_array\",\n                                \"sample_value\": [\n                                    \"Sample-Hub-1\"\n                                ],\n                                \"options\": null\n                            },\n                            {\n                                \"is_required\": true,\n                                \"key_name\": \"date_range\",\n                                \"datatype\": \"string_array\",\n                                \"sample_value\": [\n                                    \"2006-12-10\",\n                                    \"2006-12-15\"\n                                ],\n                                \"options\": null\n                            },\n                            {\n                                \"is_required\": true,\n                                \"key_name\": \"order_status\",\n                                \"datatype\": \"string\",\n                                \"sample_value\": \"new_order\",\n                                \"options\": [\n                                    {\n                                        \"display_name\": \"CreatedAt\",\n                                        \"key_name\": \"created\"\n                                    },\n                                    {\n                                        \"display_name\": \"HubAssignedAt\",\n                                        \"key_name\": \"new_order\"\n                                    },\n                                    {\n                                        \"display_name\": \"PickedAt\",\n                                        \"key_name\": \"picked\"\n                                    },\n                                    {\n                                        \"display_name\": \"ConsolidatedAt\",\n                                        \"key_name\": \"consolidated\"\n                                    },\n                                    {\n                                        \"display_name\": \"PackedAt\",\n                                        \"key_name\": \"packed\"\n                                    },\n                                    {\n                                        \"display_name\": \"ShipmentCreatedAt\",\n                                        \"key_name\": \"ready_to_ship\"\n                                    },\n                                    {\n                                        \"display_name\": \"ReadyForhandoverAt\",\n                                        \"key_name\": \"ready_for_handover\"\n                                    },\n                                    {\n                                        \"display_name\": \"ShippedAt\",\n                                        \"key_name\": \"shipped\"\n                                    },\n                                    {\n                                        \"display_name\": \"DeliveredAt\",\n                                        \"key_name\": \"delivered\"\n                                    },\n                                    {\n                                        \"display_name\": \"CancelledAt\",\n                                        \"key_name\": \"cancelled\"\n                                    },\n                                    {\n                                        \"display_name\": \"ReturnInProgressAt\",\n                                        \"key_name\": \"return_in_progress\"\n                                    },\n                                    {\n                                        \"display_name\": \"ReturnToOriginAt\",\n                                        \"key_name\": \"return_to_origin\"\n                                    },\n                                    {\n                                        \"display_name\": \"PartialReturnAt\",\n                                        \"key_name\": \"partial_return\"\n                                    },\n                                    {\n                                        \"display_name\": \"ReturnedAt\",\n                                        \"key_name\": \"returned\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"display_name\": \"ReturnOrderItemLevelReport\",\n                        \"key_name\": \"return_order_item_level\",\n                        \"filter\": [\n                            {\n                                \"is_required\": false,\n                                \"key_name\": \"hub\",\n                                \"datatype\": \"string\",\n                                \"sample_value\": \"Sample-Hub-1\",\n                                \"options\": null\n                            },\n                            {\n                                \"is_required\": false,\n                                \"key_name\": \"hubs\",\n                                \"datatype\": \"string_array\",\n                                \"sample_value\": [\n                                    \"Sample-Hub-1\"\n                                ],\n                                \"options\": null\n                            },\n                            {\n                                \"is_required\": true,\n                                \"key_name\": \"date_range\",\n                                \"datatype\": \"string_array\",\n                                \"sample_value\": [\n                                    \"2006-12-10\",\n                                    \"2006-12-15\"\n                                ],\n                                \"options\": null\n                            },\n                            {\n                                \"is_required\": true,\n                                \"key_name\": \"return_order_status\",\n                                \"datatype\": \"string\",\n                                \"sample_value\": \"initiated\",\n                                \"options\": [\n                                    {\n                                        \"display_name\": \"CreatedAt\",\n                                        \"key_name\": \"created\"\n                                    },\n                                    {\n                                        \"display_name\": \"InitiatedAt\",\n                                        \"key_name\": \"initiated\"\n                                    },\n                                    {\n                                        \"display_name\": \"ReturnShipmentCreatedAt\",\n                                        \"key_name\": \"return_shipment_created\"\n                                    },\n                                    {\n                                        \"display_name\": \"OrderPickedAt\",\n                                        \"key_name\": \"order_picked_up\"\n                                    },\n                                    {\n                                        \"display_name\": \"ReturnToOriginAt\",\n                                        \"key_name\": \"return_to_origin\"\n                                    },\n                                    {\n                                        \"display_name\": \"QCInProgressAt\",\n                                        \"key_name\": \"qc_in_progress\"\n                                    },\n                                    {\n                                        \"display_name\": \"QCProcessedAt\",\n                                        \"key_name\": \"qc_processed\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"display_name\": \"ReturnOrdersReport\",\n                        \"key_name\": \"return_orders\",\n                        \"filter\": [\n                            {\n                                \"is_required\": false,\n                                \"key_name\": \"hub\",\n                                \"datatype\": \"string\",\n                                \"sample_value\": \"Sample-Hub-1\",\n                                \"options\": null\n                            },\n                            {\n                                \"is_required\": false,\n                                \"key_name\": \"hubs\",\n                                \"datatype\": \"string_array\",\n                                \"sample_value\": [\n                                    \"Sample-Hub-1\"\n                                ],\n                                \"options\": null\n                            },\n                            {\n                                \"is_required\": true,\n                                \"key_name\": \"date_range\",\n                                \"datatype\": \"string_array\",\n                                \"sample_value\": [\n                                    \"2006-12-10\",\n                                    \"2006-12-15\"\n                                ],\n                                \"options\": null\n                            },\n                            {\n                                \"is_required\": true,\n                                \"key_name\": \"return_order_status\",\n                                \"datatype\": \"string\",\n                                \"sample_value\": \"initiated\",\n                                \"options\": [\n                                    {\n                                        \"display_name\": \"CreatedAt\",\n                                        \"key_name\": \"created\"\n                                    },\n                                    {\n                                        \"display_name\": \"InitiatedAt\",\n                                        \"key_name\": \"initiated\"\n                                    },\n                                    {\n                                        \"display_name\": \"ReturnShipmentCreatedAt\",\n                                        \"key_name\": \"return_shipment_created\"\n                                    },\n                                    {\n                                        \"display_name\": \"OrderPickedAt\",\n                                        \"key_name\": \"order_picked_up\"\n                                    },\n                                    {\n                                        \"display_name\": \"ReturnToOriginAt\",\n                                        \"key_name\": \"return_to_origin\"\n                                    },\n                                    {\n                                        \"display_name\": \"QCInProgressAt\",\n                                        \"key_name\": \"qc_in_progress\"\n                                    },\n                                    {\n                                        \"display_name\": \"QCProcessedAt\",\n                                        \"key_name\": \"qc_processed\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"display_name\": \"SalesOrderItemReport\",\n                        \"key_name\": \"sales_order_item\",\n                        \"filter\": [\n                            {\n                                \"is_required\": false,\n                                \"key_name\": \"hub\",\n                                \"datatype\": \"string\",\n                                \"sample_value\": \"Sample-Hub-1\",\n                                \"options\": null\n                            },\n                            {\n                                \"is_required\": false,\n                                \"key_name\": \"hubs\",\n                                \"datatype\": \"string_array\",\n                                \"sample_value\": [\n                                    \"Sample-Hub-1\"\n                                ],\n                                \"options\": null\n                            },\n                            {\n                                \"is_required\": true,\n                                \"key_name\": \"date_range\",\n                                \"datatype\": \"string_array\",\n                                \"sample_value\": [\n                                    \"2006-12-10\",\n                                    \"2006-12-15\"\n                                ],\n                                \"options\": null\n                            },\n                            {\n                                \"is_required\": true,\n                                \"key_name\": \"order_status\",\n                                \"datatype\": \"string\",\n                                \"sample_value\": \"new_order\",\n                                \"options\": [\n                                    {\n                                        \"display_name\": \"CreatedAt\",\n                                        \"key_name\": \"created\"\n                                    },\n                                    {\n                                        \"display_name\": \"HubAssignedAt\",\n                                        \"key_name\": \"new_order\"\n                                    },\n                                    {\n                                        \"display_name\": \"PickedAt\",\n                                        \"key_name\": \"picked\"\n                                    },\n                                    {\n                                        \"display_name\": \"ConsolidatedAt\",\n                                        \"key_name\": \"consolidated\"\n                                    },\n                                    {\n                                        \"display_name\": \"PackedAt\",\n                                        \"key_name\": \"packed\"\n                                    },\n                                    {\n                                        \"display_name\": \"ShipmentCreatedAt\",\n                                        \"key_name\": \"ready_to_ship\"\n                                    },\n                                    {\n                                        \"display_name\": \"ReadyForhandoverAt\",\n                                        \"key_name\": \"ready_for_handover\"\n                                    },\n                                    {\n                                        \"display_name\": \"ShippedAt\",\n                                        \"key_name\": \"shipped\"\n                                    },\n                                    {\n                                        \"display_name\": \"DeliveredAt\",\n                                        \"key_name\": \"delivered\"\n                                    },\n                                    {\n                                        \"display_name\": \"CancelledAt\",\n                                        \"key_name\": \"cancelled\"\n                                    },\n                                    {\n                                        \"display_name\": \"ReturnInProgressAt\",\n                                        \"key_name\": \"return_in_progress\"\n                                    },\n                                    {\n                                        \"display_name\": \"ReturnToOriginAt\",\n                                        \"key_name\": \"return_to_origin\"\n                                    },\n                                    {\n                                        \"display_name\": \"PartialReturnAt\",\n                                        \"key_name\": \"partial_return\"\n                                    },\n                                    {\n                                        \"display_name\": \"ReturnedAt\",\n                                        \"key_name\": \"returned\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"display_name\": \"SalesReturnOrderItemReport\",\n                        \"key_name\": \"sales_return_order_item_level\",\n                        \"filter\": [\n                            {\n                                \"is_required\": false,\n                                \"key_name\": \"hubs\",\n                                \"datatype\": \"string_array\",\n                                \"sample_value\": [\n                                    \"Sample-Hub-1\"\n                                ],\n                                \"options\": null\n                            },\n                            {\n                                \"is_required\": true,\n                                \"key_name\": \"date_range\",\n                                \"datatype\": \"string_array\",\n                                \"sample_value\": [\n                                    \"2006-12-10\",\n                                    \"2006-12-15\"\n                                ],\n                                \"options\": null\n                            },\n                            {\n                                \"is_required\": true,\n                                \"key_name\": \"return_order_status\",\n                                \"datatype\": \"string\",\n                                \"sample_value\": \"initiated\",\n                                \"options\": [\n                                    {\n                                        \"display_name\": \"CreatedAt\",\n                                        \"key_name\": \"created\"\n                                    },\n                                    {\n                                        \"display_name\": \"InitiatedAt\",\n                                        \"key_name\": \"initiated\"\n                                    },\n                                    {\n                                        \"display_name\": \"ReturnShipmentCreatedAt\",\n                                        \"key_name\": \"return_shipment_created\"\n                                    },\n                                    {\n                                        \"display_name\": \"OrderPickedAt\",\n                                        \"key_name\": \"order_picked_up\"\n                                    },\n                                    {\n                                        \"display_name\": \"ReturnToOriginAt\",\n                                        \"key_name\": \"return_to_origin\"\n                                    },\n                                    {\n                                        \"display_name\": \"QCInProgressAt\",\n                                        \"key_name\": \"qc_in_progress\"\n                                    },\n                                    {\n                                        \"display_name\": \"QCProcessedAt\",\n                                        \"key_name\": \"qc_processed\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"display_name\": \"StockTransferOrdersReport\",\n                        \"key_name\": \"stock_transfer_orders\",\n                        \"filter\": [\n                            {\n                                \"is_required\": false,\n                                \"key_name\": \"destination_hubs\",\n                                \"datatype\": \"string_array\",\n                                \"sample_value\": [\n                                    \"Sample-Hub-1\"\n                                ],\n                                \"options\": null\n                            },\n                            {\n                                \"is_required\": true,\n                                \"key_name\": \"date_range\",\n                                \"datatype\": \"string_array\",\n                                \"sample_value\": [\n                                    \"2006-12-10\",\n                                    \"2006-12-15\"\n                                ],\n                                \"options\": null\n                            },\n                            {\n                                \"is_required\": false,\n                                \"key_name\": \"sto_request_status\",\n                                \"datatype\": \"string\",\n                                \"sample_value\": \"accepted\",\n                                \"options\": [\n                                    {\n                                        \"display_name\": \"Pending\",\n                                        \"key_name\": \"pending\"\n                                    },\n                                    {\n                                        \"display_name\": \"Cancelled\",\n                                        \"key_name\": \"cancelled\"\n                                    },\n                                    {\n                                        \"display_name\": \"Accepted\",\n                                        \"key_name\": \"accepted\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"display_name\": \"WarehouseOrderItemReport\",\n                        \"key_name\": \"warehouse_order_item_level\",\n                        \"filter\": [\n                            {\n                                \"is_required\": false,\n                                \"key_name\": \"hub\",\n                                \"datatype\": \"string\",\n                                \"sample_value\": \"Sample-Hub-1\",\n                                \"options\": null\n                            },\n                            {\n                                \"is_required\": false,\n                                \"key_name\": \"hubs\",\n                                \"datatype\": \"string_array\",\n                                \"sample_value\": [\n                                    \"Sample-Hub-1\"\n                                ],\n                                \"options\": null\n                            },\n                            {\n                                \"is_required\": true,\n                                \"key_name\": \"date_range\",\n                                \"datatype\": \"string_array\",\n                                \"sample_value\": [\n                                    \"2006-12-10\",\n                                    \"2006-12-15\"\n                                ],\n                                \"options\": null\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"key_name\": \"inventory\",\n                \"display_name\": \"Inventory Reports\",\n                \"reports\": [\n                    {\n                        \"display_name\": \"Batch Report\",\n                        \"key_name\": \"batch\",\n                        \"filter\": [\n                            {\n                                \"is_required\": false,\n                                \"key_name\": \"hubs\",\n                                \"datatype\": \"string_array\",\n                                \"sample_value\": [\n                                    \"Sample-Hub-1\"\n                                ],\n                                \"options\": null\n                            },\n                            {\n                                \"is_required\": true,\n                                \"key_name\": \"date_range\",\n                                \"datatype\": \"string_array\",\n                                \"sample_value\": [\n                                    \"2006-12-10\",\n                                    \"2006-12-15\"\n                                ],\n                                \"options\": null\n                            }\n                        ]\n                    },\n                    {\n                        \"display_name\": \"Cycle Count Report\",\n                        \"key_name\": \"cycle_count\",\n                        \"filter\": [\n                            {\n                                \"is_required\": false,\n                                \"key_name\": \"hubs\",\n                                \"datatype\": \"string_array\",\n                                \"sample_value\": [\n                                    \"Sample-Hub-1\"\n                                ],\n                                \"options\": null\n                            },\n                            {\n                                \"is_required\": true,\n                                \"key_name\": \"date_range\",\n                                \"datatype\": \"string_array\",\n                                \"sample_value\": [\n                                    \"2006-12-10\",\n                                    \"2006-12-15\"\n                                ],\n                                \"options\": null\n                            }\n                        ]\n                    },\n                    {\n                        \"display_name\": \"HubInventoryReport\",\n                        \"key_name\": \"hub_inventory\",\n                        \"filter\": [\n                            {\n                                \"is_required\": false,\n                                \"key_name\": \"hub\",\n                                \"datatype\": \"string\",\n                                \"sample_value\": \"Sample-Hub-1\",\n                                \"options\": null\n                            },\n                            {\n                                \"is_required\": false,\n                                \"key_name\": \"hubs\",\n                                \"datatype\": \"string_array\",\n                                \"sample_value\": [\n                                    \"Sample-Hub-1\"\n                                ],\n                                \"options\": null\n                            }\n                        ]\n                    },\n                    {\n                        \"display_name\": \"InventoryLogReport\",\n                        \"key_name\": \"inventory_log\",\n                        \"filter\": [\n                            {\n                                \"is_required\": false,\n                                \"key_name\": \"hubs\",\n                                \"datatype\": \"string_array\",\n                                \"sample_value\": [\n                                    \"Sample-Hub-1\"\n                                ],\n                                \"options\": null\n                            },\n                            {\n                                \"is_required\": true,\n                                \"key_name\": \"date_range\",\n                                \"datatype\": \"string_array\",\n                                \"sample_value\": [\n                                    \"2006-12-10\",\n                                    \"2006-12-15\"\n                                ],\n                                \"options\": null\n                            }\n                        ]\n                    },\n                    {\n                        \"display_name\": \"LocationInventoryReport\",\n                        \"key_name\": \"location_inventory\",\n                        \"filter\": [\n                            {\n                                \"is_required\": false,\n                                \"key_name\": \"hub\",\n                                \"datatype\": \"string\",\n                                \"sample_value\": \"Sample-Hub-1\",\n                                \"options\": null\n                            },\n                            {\n                                \"is_required\": false,\n                                \"key_name\": \"hubs\",\n                                \"datatype\": \"string_array\",\n                                \"sample_value\": [\n                                    \"Sample-Hub-1\"\n                                ],\n                                \"options\": null\n                            }\n                        ]\n                    },\n                    {\n                        \"display_name\": \"Serialisation Report\",\n                        \"key_name\": \"serialisation\",\n                        \"filter\": [\n                            {\n                                \"is_required\": false,\n                                \"key_name\": \"hubs\",\n                                \"datatype\": \"string_array\",\n                                \"sample_value\": [\n                                    \"Sample-Hub-1\"\n                                ],\n                                \"options\": null\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"key_name\": \"invoicing\",\n                \"display_name\": \"Invoicing Reports\",\n                \"reports\": [\n                    {\n                        \"display_name\": \"Seller Activity Report\",\n                        \"key_name\": \"seller_activity\",\n                        \"filter\": [\n                            {\n                                \"is_required\": false,\n                                \"key_name\": \"hub\",\n                                \"datatype\": \"string\",\n                                \"sample_value\": \"Sample-Hub-1\",\n                                \"options\": null\n                            },\n                            {\n                                \"is_required\": false,\n                                \"key_name\": \"hubs\",\n                                \"datatype\": \"string_array\",\n                                \"sample_value\": [\n                                    \"Sample-Hub-1\"\n                                ],\n                                \"options\": null\n                            },\n                            {\n                                \"is_required\": true,\n                                \"key_name\": \"date_range\",\n                                \"datatype\": \"string_array\",\n                                \"sample_value\": [\n                                    \"2006-12-10\",\n                                    \"2006-12-15\"\n                                ],\n                                \"options\": null\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"key_name\": \"inwarding\",\n                \"display_name\": \"Inwarding Reports\",\n                \"reports\": [\n                    {\n                        \"display_name\": \"Gate Entry Report\",\n                        \"key_name\": \"gate_entry\",\n                        \"filter\": [\n                            {\n                                \"is_required\": false,\n                                \"key_name\": \"hubs\",\n                                \"datatype\": \"string_array\",\n                                \"sample_value\": [\n                                    \"Sample-Hub-1\"\n                                ],\n                                \"options\": null\n                            },\n                            {\n                                \"is_required\": true,\n                                \"key_name\": \"date_range\",\n                                \"datatype\": \"string_array\",\n                                \"sample_value\": [\n                                    \"2006-12-10\",\n                                    \"2006-12-15\"\n                                ],\n                                \"options\": null\n                            }\n                        ]\n                    },\n                    {\n                        \"display_name\": \"GRN Report\",\n                        \"key_name\": \"grn\",\n                        \"filter\": [\n                            {\n                                \"is_required\": true,\n                                \"key_name\": \"hub\",\n                                \"datatype\": \"string\",\n                                \"sample_value\": \"Sample-Hub-1\",\n                                \"options\": null\n                            },\n                            {\n                                \"is_required\": true,\n                                \"key_name\": \"date_range\",\n                                \"datatype\": \"string_array\",\n                                \"sample_value\": [\n                                    \"2006-12-10\",\n                                    \"2006-12-15\"\n                                ],\n                                \"options\": null\n                            }\n                        ]\n                    },\n                    {\n                        \"display_name\": \"Purchase Order Item Level Report\",\n                        \"key_name\": \"purchase_order_item_level\",\n                        \"filter\": [\n                            {\n                                \"is_required\": false,\n                                \"key_name\": \"hub\",\n                                \"datatype\": \"string\",\n                                \"sample_value\": \"Sample-Hub-1\",\n                                \"options\": null\n                            },\n                            {\n                                \"is_required\": false,\n                                \"key_name\": \"hubs\",\n                                \"datatype\": \"string_array\",\n                                \"sample_value\": [\n                                    \"Sample-Hub-1\"\n                                ],\n                                \"options\": null\n                            },\n                            {\n                                \"is_required\": true,\n                                \"key_name\": \"date_range\",\n                                \"datatype\": \"string_array\",\n                                \"sample_value\": [\n                                    \"2006-12-10\",\n                                    \"2006-12-15\"\n                                ],\n                                \"options\": null\n                            }\n                        ]\n                    },\n                    {\n                        \"display_name\": \"PurchaseOrderLevelReport\",\n                        \"key_name\": \"purchase_order_level\",\n                        \"filter\": [\n                            {\n                                \"is_required\": true,\n                                \"key_name\": \"date_range\",\n                                \"datatype\": \"string_array\",\n                                \"sample_value\": [\n                                    \"2006-12-10\",\n                                    \"2006-12-15\"\n                                ],\n                                \"options\": null\n                            }\n                        ]\n                    },\n                    {\n                        \"display_name\": \"PutAway Report\",\n                        \"key_name\": \"put_away\",\n                        \"filter\": [\n                            {\n                                \"is_required\": false,\n                                \"key_name\": \"hubs\",\n                                \"datatype\": \"string_array\",\n                                \"sample_value\": [\n                                    \"Sample-Hub-1\"\n                                ],\n                                \"options\": null\n                            },\n                            {\n                                \"is_required\": true,\n                                \"key_name\": \"date_range\",\n                                \"datatype\": \"string_array\",\n                                \"sample_value\": [\n                                    \"2006-12-10\",\n                                    \"2006-12-15\"\n                                ],\n                                \"options\": null\n                            }\n                        ]\n                    },\n                    {\n                        \"display_name\": \"Return Gate Entry Report\",\n                        \"key_name\": \"return_gate_entry\",\n                        \"filter\": [\n                            {\n                                \"is_required\": false,\n                                \"key_name\": \"hubs\",\n                                \"datatype\": \"string_array\",\n                                \"sample_value\": [\n                                    \"Sample-Hub-1\"\n                                ],\n                                \"options\": null\n                            },\n                            {\n                                \"is_required\": true,\n                                \"key_name\": \"date_range\",\n                                \"datatype\": \"string_array\",\n                                \"sample_value\": [\n                                    \"2006-12-10\",\n                                    \"2006-12-15\"\n                                ],\n                                \"options\": null\n                            }\n                        ]\n                    },\n                    {\n                        \"display_name\": \"StockTransferOrderReport(Inwarding)\",\n                        \"key_name\": \"stock_transfer_order\",\n                        \"filter\": [\n                            {\n                                \"is_required\": false,\n                                \"key_name\": \"hubs\",\n                                \"datatype\": \"string_array\",\n                                \"sample_value\": [\n                                    \"Sample-Hub-1\"\n                                ],\n                                \"options\": null\n                            },\n                            {\n                                \"is_required\": true,\n                                \"key_name\": \"date_range\",\n                                \"datatype\": \"string_array\",\n                                \"sample_value\": [\n                                    \"2006-12-10\",\n                                    \"2006-12-15\"\n                                ],\n                                \"options\": null\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"key_name\": \"valuation\",\n                \"display_name\": \"Valuation Reports\",\n                \"reports\": [\n                    {\n                        \"display_name\": \"InventoryWeightedAverageCostReport\",\n                        \"key_name\": \"wac\",\n                        \"filter\": [\n                            {\n                                \"is_required\": false,\n                                \"key_name\": \"hub\",\n                                \"datatype\": \"string\",\n                                \"sample_value\": \"Sample-Hub-1\",\n                                \"options\": null\n                            },\n                            {\n                                \"is_required\": false,\n                                \"key_name\": \"hubs\",\n                                \"datatype\": \"string_array\",\n                                \"sample_value\": [\n                                    \"Sample-Hub-1\"\n                                ],\n                                \"options\": null\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"key_name\": \"workforce_productivity\",\n                \"display_name\": \"Workforce Productivity Reports\",\n                \"reports\": [\n                    {\n                        \"display_name\": \"Productivity Report\",\n                        \"key_name\": \"productivity\",\n                        \"filter\": [\n                            {\n                                \"is_required\": false,\n                                \"key_name\": \"hub\",\n                                \"datatype\": \"string\",\n                                \"sample_value\": \"Sample-Hub-1\",\n                                \"options\": null\n                            },\n                            {\n                                \"is_required\": true,\n                                \"key_name\": \"date\",\n                                \"datatype\": \"string\",\n                                \"sample_value\": \"2006-12-15\",\n                                \"options\": null\n                            }\n                        ]\n                    }\n                ]\n            }\n        ]\n    },\n    \"meta\": null\n}"},{"id":"5133834a-62e0-4dd4-b47d-256b696b7d5b","name":"Fetch Supported Archived Reports","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/sales-channel/public/v1/reports?is_archived=true","host":["{{base_url}}"],"path":["sales-channel","public","v1","reports"],"query":[{"key":"is_archived","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 14 Jul 2025 11:15:58 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"x-omniful-request-id","value":"86ccac64-f3a5-43f2-bee4-f4765788bf27"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"95f09aeeab9dc98b-IAD"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"categories\": [\n            {\n                \"key_name\": \"fulfilment\",\n                \"display_name\": \"Fulfilment Reports\",\n                \"reports\": [\n                    {\n                        \"display_name\": \"On-Hold Orders Report\",\n                        \"key_name\": \"on-hold_orders\",\n                        \"filter\": [\n                            {\n                                \"is_required\": true,\n                                \"key_name\": \"granularity\",\n                                \"datatype\": \"string\",\n                                \"sample_value\": \"month\",\n                                \"options\": [\n                                    {\n                                        \"display_name\": \"Monthly\",\n                                        \"key_name\": \"month\"\n                                    }\n                                ]\n                            },\n                            {\n                                \"is_required\": false,\n                                \"key_name\": \"month\",\n                                \"datatype\": \"string\",\n                                \"sample_value\": \"01-2025\",\n                                \"options\": null\n                            }\n                        ]\n                    },\n                    {\n                        \"display_name\": \"OrdersReport\",\n                        \"key_name\": \"orders\",\n                        \"filter\": [\n                            {\n                                \"is_required\": true,\n                                \"key_name\": \"granularity\",\n                                \"datatype\": \"string\",\n                                \"sample_value\": \"month\",\n                                \"options\": [\n                                    {\n                                        \"display_name\": \"Monthly\",\n                                        \"key_name\": \"month\"\n                                    }\n                                ]\n                            },\n                            {\n                                \"is_required\": false,\n                                \"key_name\": \"month\",\n                                \"datatype\": \"string\",\n                                \"sample_value\": \"01-2025\",\n                                \"options\": null\n                            }\n                        ]\n                    },\n                    {\n                        \"display_name\": \"ReturnOrderItemLevelReport\",\n                        \"key_name\": \"return_order_item_level\",\n                        \"filter\": [\n                            {\n                                \"is_required\": true,\n                                \"key_name\": \"granularity\",\n                                \"datatype\": \"string\",\n                                \"sample_value\": \"month\",\n                                \"options\": [\n                                    {\n                                        \"display_name\": \"Monthly\",\n                                        \"key_name\": \"month\"\n                                    }\n                                ]\n                            },\n                            {\n                                \"is_required\": false,\n                                \"key_name\": \"month\",\n                                \"datatype\": \"string\",\n                                \"sample_value\": \"01-2025\",\n                                \"options\": null\n                            }\n                        ]\n                    },\n                    {\n                        \"display_name\": \"ReturnOrdersReport\",\n                        \"key_name\": \"return_orders\",\n                        \"filter\": [\n                            {\n                                \"is_required\": true,\n                                \"key_name\": \"granularity\",\n                                \"datatype\": \"string\",\n                                \"sample_value\": \"month\",\n                                \"options\": [\n                                    {\n                                        \"display_name\": \"Monthly\",\n                                        \"key_name\": \"month\"\n                                    }\n                                ]\n                            },\n                            {\n                                \"is_required\": false,\n                                \"key_name\": \"month\",\n                                \"datatype\": \"string\",\n                                \"sample_value\": \"01-2025\",\n                                \"options\": null\n                            }\n                        ]\n                    },\n                    {\n                        \"display_name\": \"SalesOrderItemReport\",\n                        \"key_name\": \"sales_order_item\",\n                        \"filter\": [\n                            {\n                                \"is_required\": true,\n                                \"key_name\": \"granularity\",\n                                \"datatype\": \"string\",\n                                \"sample_value\": \"month\",\n                                \"options\": [\n                                    {\n                                        \"display_name\": \"Monthly\",\n                                        \"key_name\": \"month\"\n                                    }\n                                ]\n                            },\n                            {\n                                \"is_required\": false,\n                                \"key_name\": \"month\",\n                                \"datatype\": \"string\",\n                                \"sample_value\": \"01-2025\",\n                                \"options\": null\n                            }\n                        ]\n                    },\n                    {\n                        \"display_name\": \"SalesReturnOrderItemReport\",\n                        \"key_name\": \"sales_return_order_item_level\",\n                        \"filter\": [\n                            {\n                                \"is_required\": true,\n                                \"key_name\": \"granularity\",\n                                \"datatype\": \"string\",\n                                \"sample_value\": \"month\",\n                                \"options\": [\n                                    {\n                                        \"display_name\": \"Monthly\",\n                                        \"key_name\": \"month\"\n                                    }\n                                ]\n                            },\n                            {\n                                \"is_required\": false,\n                                \"key_name\": \"month\",\n                                \"datatype\": \"string\",\n                                \"sample_value\": \"01-2025\",\n                                \"options\": null\n                            }\n                        ]\n                    },\n                    {\n                        \"display_name\": \"StockTransferOrdersReport\",\n                        \"key_name\": \"stock_transfer_orders\",\n                        \"filter\": [\n                            {\n                                \"is_required\": true,\n                                \"key_name\": \"granularity\",\n                                \"datatype\": \"string\",\n                                \"sample_value\": \"month\",\n                                \"options\": [\n                                    {\n                                        \"display_name\": \"Monthly\",\n                                        \"key_name\": \"month\"\n                                    }\n                                ]\n                            },\n                            {\n                                \"is_required\": false,\n                                \"key_name\": \"month\",\n                                \"datatype\": \"string\",\n                                \"sample_value\": \"01-2025\",\n                                \"options\": null\n                            }\n                        ]\n                    },\n                    {\n                        \"display_name\": \"WarehouseOrderItemReport\",\n                        \"key_name\": \"warehouse_order_item_level\",\n                        \"filter\": [\n                            {\n                                \"is_required\": true,\n                                \"key_name\": \"granularity\",\n                                \"datatype\": \"string\",\n                                \"sample_value\": \"month\",\n                                \"options\": [\n                                    {\n                                        \"display_name\": \"Monthly\",\n                                        \"key_name\": \"month\"\n                                    }\n                                ]\n                            },\n                            {\n                                \"is_required\": false,\n                                \"key_name\": \"month\",\n                                \"datatype\": \"string\",\n                                \"sample_value\": \"01-2025\",\n                                \"options\": null\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"key_name\": \"inventory\",\n                \"display_name\": \"Inventory Reports\",\n                \"reports\": [\n                    {\n                        \"display_name\": \"Batch Report\",\n                        \"key_name\": \"batch\",\n                        \"filter\": [\n                            {\n                                \"is_required\": true,\n                                \"key_name\": \"granularity\",\n                                \"datatype\": \"string\",\n                                \"sample_value\": \"month\",\n                                \"options\": [\n                                    {\n                                        \"display_name\": \"Monthly\",\n                                        \"key_name\": \"month\"\n                                    }\n                                ]\n                            },\n                            {\n                                \"is_required\": false,\n                                \"key_name\": \"month\",\n                                \"datatype\": \"string\",\n                                \"sample_value\": \"01-2025\",\n                                \"options\": null\n                            }\n                        ]\n                    },\n                    {\n                        \"display_name\": \"Cycle Count Report\",\n                        \"key_name\": \"cycle_count\",\n                        \"filter\": [\n                            {\n                                \"is_required\": true,\n                                \"key_name\": \"granularity\",\n                                \"datatype\": \"string\",\n                                \"sample_value\": \"month\",\n                                \"options\": [\n                                    {\n                                        \"display_name\": \"Monthly\",\n                                        \"key_name\": \"month\"\n                                    }\n                                ]\n                            },\n                            {\n                                \"is_required\": false,\n                                \"key_name\": \"month\",\n                                \"datatype\": \"string\",\n                                \"sample_value\": \"01-2025\",\n                                \"options\": null\n                            }\n                        ]\n                    },\n                    {\n                        \"display_name\": \"HubInventoryReport\",\n                        \"key_name\": \"hub_inventory\",\n                        \"filter\": [\n                            {\n                                \"is_required\": true,\n                                \"key_name\": \"granularity\",\n                                \"datatype\": \"string\",\n                                \"sample_value\": \"month\",\n                                \"options\": [\n                                    {\n                                        \"display_name\": \"Monthly\",\n                                        \"key_name\": \"month\"\n                                    }\n                                ]\n                            },\n                            {\n                                \"is_required\": false,\n                                \"key_name\": \"month\",\n                                \"datatype\": \"string\",\n                                \"sample_value\": \"01-2025\",\n                                \"options\": null\n                            }\n                        ]\n                    },\n                    {\n                        \"display_name\": \"InventoryLogReport\",\n                        \"key_name\": \"inventory_log\",\n                        \"filter\": [\n                            {\n                                \"is_required\": true,\n                                \"key_name\": \"granularity\",\n                                \"datatype\": \"string\",\n                                \"sample_value\": \"month\",\n                                \"options\": [\n                                    {\n                                        \"display_name\": \"Monthly\",\n                                        \"key_name\": \"month\"\n                                    }\n                                ]\n                            },\n                            {\n                                \"is_required\": false,\n                                \"key_name\": \"month\",\n                                \"datatype\": \"string\",\n                                \"sample_value\": \"01-2025\",\n                                \"options\": null\n                            }\n                        ]\n                    },\n                    {\n                        \"display_name\": \"LocationInventoryReport\",\n                        \"key_name\": \"location_inventory\",\n                        \"filter\": [\n                            {\n                                \"is_required\": true,\n                                \"key_name\": \"granularity\",\n                                \"datatype\": \"string\",\n                                \"sample_value\": \"month\",\n                                \"options\": [\n                                    {\n                                        \"display_name\": \"Monthly\",\n                                        \"key_name\": \"month\"\n                                    }\n                                ]\n                            },\n                            {\n                                \"is_required\": false,\n                                \"key_name\": \"month\",\n                                \"datatype\": \"string\",\n                                \"sample_value\": \"01-2025\",\n                                \"options\": null\n                            }\n                        ]\n                    },\n                    {\n                        \"display_name\": \"Serialisation Report\",\n                        \"key_name\": \"serialisation\",\n                        \"filter\": [\n                            {\n                                \"is_required\": true,\n                                \"key_name\": \"granularity\",\n                                \"datatype\": \"string\",\n                                \"sample_value\": \"month\",\n                                \"options\": [\n                                    {\n                                        \"display_name\": \"Monthly\",\n                                        \"key_name\": \"month\"\n                                    }\n                                ]\n                            },\n                            {\n                                \"is_required\": false,\n                                \"key_name\": \"month\",\n                                \"datatype\": \"string\",\n                                \"sample_value\": \"01-2025\",\n                                \"options\": null\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"key_name\": \"invoicing\",\n                \"display_name\": \"Invoicing Reports\",\n                \"reports\": [\n                    {\n                        \"display_name\": \"Seller Activity Report\",\n                        \"key_name\": \"seller_activity\",\n                        \"filter\": [\n                            {\n                                \"is_required\": true,\n                                \"key_name\": \"granularity\",\n                                \"datatype\": \"string\",\n                                \"sample_value\": \"month\",\n                                \"options\": [\n                                    {\n                                        \"display_name\": \"Monthly\",\n                                        \"key_name\": \"month\"\n                                    }\n                                ]\n                            },\n                            {\n                                \"is_required\": false,\n                                \"key_name\": \"month\",\n                                \"datatype\": \"string\",\n                                \"sample_value\": \"01-2025\",\n                                \"options\": null\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"key_name\": \"inwarding\",\n                \"display_name\": \"Inwarding Reports\",\n                \"reports\": [\n                    {\n                        \"display_name\": \"Gate Entry Report\",\n                        \"key_name\": \"gate_entry\",\n                        \"filter\": [\n                            {\n                                \"is_required\": true,\n                                \"key_name\": \"granularity\",\n                                \"datatype\": \"string\",\n                                \"sample_value\": \"month\",\n                                \"options\": [\n                                    {\n                                        \"display_name\": \"Monthly\",\n                                        \"key_name\": \"month\"\n                                    }\n                                ]\n                            },\n                            {\n                                \"is_required\": false,\n                                \"key_name\": \"month\",\n                                \"datatype\": \"string\",\n                                \"sample_value\": \"01-2025\",\n                                \"options\": null\n                            }\n                        ]\n                    },\n                    {\n                        \"display_name\": \"GRN Report\",\n                        \"key_name\": \"grn\",\n                        \"filter\": [\n                            {\n                                \"is_required\": true,\n                                \"key_name\": \"granularity\",\n                                \"datatype\": \"string\",\n                                \"sample_value\": \"month\",\n                                \"options\": [\n                                    {\n                                        \"display_name\": \"Monthly\",\n                                        \"key_name\": \"month\"\n                                    }\n                                ]\n                            },\n                            {\n                                \"is_required\": false,\n                                \"key_name\": \"month\",\n                                \"datatype\": \"string\",\n                                \"sample_value\": \"01-2025\",\n                                \"options\": null\n                            }\n                        ]\n                    },\n                    {\n                        \"display_name\": \"Purchase Order Item Level Report\",\n                        \"key_name\": \"purchase_order_item_level\",\n                        \"filter\": [\n                            {\n                                \"is_required\": true,\n                                \"key_name\": \"granularity\",\n                                \"datatype\": \"string\",\n                                \"sample_value\": \"month\",\n                                \"options\": [\n                                    {\n                                        \"display_name\": \"Monthly\",\n                                        \"key_name\": \"month\"\n                                    }\n                                ]\n                            },\n                            {\n                                \"is_required\": false,\n                                \"key_name\": \"month\",\n                                \"datatype\": \"string\",\n                                \"sample_value\": \"01-2025\",\n                                \"options\": null\n                            }\n                        ]\n                    },\n                    {\n                        \"display_name\": \"PurchaseOrderLevelReport\",\n                        \"key_name\": \"purchase_order_level\",\n                        \"filter\": [\n                            {\n                                \"is_required\": true,\n                                \"key_name\": \"granularity\",\n                                \"datatype\": \"string\",\n                                \"sample_value\": \"month\",\n                                \"options\": [\n                                    {\n                                        \"display_name\": \"Monthly\",\n                                        \"key_name\": \"month\"\n                                    }\n                                ]\n                            },\n                            {\n                                \"is_required\": false,\n                                \"key_name\": \"month\",\n                                \"datatype\": \"string\",\n                                \"sample_value\": \"01-2025\",\n                                \"options\": null\n                            }\n                        ]\n                    },\n                    {\n                        \"display_name\": \"PutAway Report\",\n                        \"key_name\": \"put_away\",\n                        \"filter\": [\n                            {\n                                \"is_required\": true,\n                                \"key_name\": \"granularity\",\n                                \"datatype\": \"string\",\n                                \"sample_value\": \"month\",\n                                \"options\": [\n                                    {\n                                        \"display_name\": \"Monthly\",\n                                        \"key_name\": \"month\"\n                                    }\n                                ]\n                            },\n                            {\n                                \"is_required\": false,\n                                \"key_name\": \"month\",\n                                \"datatype\": \"string\",\n                                \"sample_value\": \"01-2025\",\n                                \"options\": null\n                            }\n                        ]\n                    },\n                    {\n                        \"display_name\": \"Return Gate Entry Report\",\n                        \"key_name\": \"return_gate_entry\",\n                        \"filter\": [\n                            {\n                                \"is_required\": true,\n                                \"key_name\": \"granularity\",\n                                \"datatype\": \"string\",\n                                \"sample_value\": \"month\",\n                                \"options\": [\n                                    {\n                                        \"display_name\": \"Monthly\",\n                                        \"key_name\": \"month\"\n                                    }\n                                ]\n                            },\n                            {\n                                \"is_required\": false,\n                                \"key_name\": \"month\",\n                                \"datatype\": \"string\",\n                                \"sample_value\": \"01-2025\",\n                                \"options\": null\n                            }\n                        ]\n                    },\n                    {\n                        \"display_name\": \"StockTransferOrderReport(Inwarding)\",\n                        \"key_name\": \"stock_transfer_order\",\n                        \"filter\": [\n                            {\n                                \"is_required\": true,\n                                \"key_name\": \"granularity\",\n                                \"datatype\": \"string\",\n                                \"sample_value\": \"month\",\n                                \"options\": [\n                                    {\n                                        \"display_name\": \"Monthly\",\n                                        \"key_name\": \"month\"\n                                    }\n                                ]\n                            },\n                            {\n                                \"is_required\": false,\n                                \"key_name\": \"month\",\n                                \"datatype\": \"string\",\n                                \"sample_value\": \"01-2025\",\n                                \"options\": null\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"key_name\": \"valuation\",\n                \"display_name\": \"Valuation Reports\",\n                \"reports\": [\n                    {\n                        \"display_name\": \"InventoryWeightedAverageCostReport\",\n                        \"key_name\": \"wac\",\n                        \"filter\": [\n                            {\n                                \"is_required\": true,\n                                \"key_name\": \"granularity\",\n                                \"datatype\": \"string\",\n                                \"sample_value\": \"month\",\n                                \"options\": [\n                                    {\n                                        \"display_name\": \"Monthly\",\n                                        \"key_name\": \"month\"\n                                    }\n                                ]\n                            },\n                            {\n                                \"is_required\": false,\n                                \"key_name\": \"month\",\n                                \"datatype\": \"string\",\n                                \"sample_value\": \"01-2025\",\n                                \"options\": null\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"key_name\": \"workforce_productivity\",\n                \"display_name\": \"Workforce Productivity Reports\",\n                \"reports\": [\n                    {\n                        \"display_name\": \"Productivity Report\",\n                        \"key_name\": \"productivity\",\n                        \"filter\": [\n                            {\n                                \"is_required\": true,\n                                \"key_name\": \"granularity\",\n                                \"datatype\": \"string\",\n                                \"sample_value\": \"month\",\n                                \"options\": [\n                                    {\n                                        \"display_name\": \"Monthly\",\n                                        \"key_name\": \"month\"\n                                    }\n                                ]\n                            },\n                            {\n                                \"is_required\": false,\n                                \"key_name\": \"month\",\n                                \"datatype\": \"string\",\n                                \"sample_value\": \"01-2025\",\n                                \"options\": null\n                            }\n                        ]\n                    }\n                ]\n            }\n        ]\n    },\n    \"meta\": null\n}"}],"_postman_id":"370b3232-6fa7-4d3b-b316-b58344a684a6"},{"name":"Download Report","id":"32217b0f-367c-4b65-9cb0-46f71cf92833","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{AccessToken}}"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"timezone\": \"Asia/Riyadh\",\n    \"filters\": [\n        {\n            \"key_name\": \"hub\",\n            \"value\": \"Hub27\"\n        },\n        {\n            \"key_name\": \"date_range\",\n            \"value\": [\n                \"2023-11-29\",\n                \"2023-12-04\"\n            ]\n        },\n        {\n            \"key_name\": \"order_status\",\n            \"value\": \"picked\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/reports/:category/:report/download","description":"<p>To use this API, you need to send a POST request to the specified endpoint with the category key name and report key name from the <strong>Fetch Supported Reports API</strong>. The request body should contain the timezone and the filters for the report. Each filter should have a key name and a value. The key names should be according to the key name given in <strong>Fetch Supported Reports API.</strong> The values for these keys should be replaced with your actual values in the same format as given in sample_values of <strong>Fetch Supported Reports API.</strong></p>\n<p>Upon sending this request to the Omniful API, the system will generate the report based on the provided filters and send the response to the webhook URL given in Fetch Supported Reports API.</p>\n<h4 id=\"important-points-to-consider\">Important points to consider:</h4>\n<ul>\n<li><p>Required Filters Should always be present with valid values.</p>\n</li>\n<li><p>In case <code>options</code> is present for <code>particular filter in Fetch Supported Reports API</code> . The filter value passed should be one of the <code>key_name</code> in <code>options</code></p>\n</li>\n<li><p>The date format should always be <strong><code>yyy-mm-dd</code></strong> and the date range filter will be in format <strong><code>[start_date, end_date]</code></strong></p>\n</li>\n<li><p><code>Timezone</code> should always be passed in the request.</p>\n</li>\n<li><p>Difference between start and end date can be maximum of <strong><code>7 days</code></strong> and first value of <strong><code>date_range</code></strong> corresponds to <strong><code>start_date</code></strong> while second value corresponds to <strong><code>end_date</code>****.</strong></p>\n</li>\n<li><p>The <code>category</code> in param corresponds to the <code>key_name of category</code> while <code>report</code> in param corresponds to the <code>key_name of report</code> in <strong>Fetch Supported Reports API</strong></p>\n</li>\n</ul>\n<h3 id=\"⚡-rate-limiting\"><strong>⚡ Rate Limiting</strong></h3>\n<p>To ensure <strong>fair usage and performance stability</strong>, Omniful APIs have a default rate limit of:</p>\n<p>✅ <strong>30 requests per minute</strong></p>\n<p>📌 <strong>Exceeding the limit may result in temporary API restrictions</strong></p>\n","urlObject":{"path":["sales-channel","public","v1","reports",":category",":report","download"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"fulfilment","key":"category"},{"type":"any","value":"orders","key":"report"}]}},"response":[{"id":"36389896-9eef-4b37-8f0e-5fa2f524df60","name":"Download Report","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"timezone\": \"Asia/Riyadh\",\n    \"filters\": [\n        {\n            \"key_name\": \"hub\",\n            \"value\": \"Hub27\"\n        },\n        {\n            \"key_name\": \"date_range\",\n            \"value\": [\n                \"2023-11-29\",\n                \"2023-12-04\"\n            ]\n        },\n        {\n            \"key_name\": \"order_status\",\n            \"value\": \"picked\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{StagingEnv}}/sales-channel/public/v1/reports/:category/:report/download","host":["{{StagingEnv}}"],"path":["sales-channel","public","v1","reports",":category",":report","download"],"variable":[{"key":"category","value":"fulfilment"},{"key":"report","value":"orders"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 05 Dec 2023 08:44:36 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"2664d900-0538-4c0d-bca0-7abf8d2ddd9d"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"830b02168a63f2ce-BOM"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"Message\": \"Report Generation In Progress!!\",\n        \"id\": \"672859ecb4616975f0010b5f\"\n    },\n    \"meta\": null\n}"}],"_postman_id":"32217b0f-367c-4b65-9cb0-46f71cf92833"},{"name":"Download Archived Report","id":"2942d386-6050-4dd3-947a-434d6fe70e6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"granularity\": \"month\",\n    \"month\": \"12-2024\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/reports/archived/:category/:report/download","description":"<h1 id=\"download-archived-reports\">Download Archived Reports</h1>\n<h2 id=\"overview\">Overview</h2>\n<p>This API allows you to download archived reports with specific granularity (monthly). Archived reports contain historical data that has been moved to archive status and can be accessed for compliance or historical analysis purposes.</p>\n<h2 id=\"endpoint\">Endpoint</h2>\n<p>POST {{base_url}}/sales-channel/public/v1/reports/archived/:category/:report/download</p>\n<h2 id=\"path-parameters\">Path Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>category</code></td>\n<td>string</td>\n<td>Yes</td>\n<td>The category key name of the report</td>\n<td><code>fulfilment</code></td>\n</tr>\n<tr>\n<td><code>report</code></td>\n<td>string</td>\n<td>Yes</td>\n<td>The report key name within the category</td>\n<td><code>orders</code></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-body\">Request Body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>granularity</code></td>\n<td>string</td>\n<td>Yes</td>\n<td>The granularity level for the archived report. Must be \"month\".</td>\n<td><code>\"month\"</code></td>\n</tr>\n<tr>\n<td><code>month</code></td>\n<td>string</td>\n<td>Conditional</td>\n<td>Required when granularity is \"month\". Month in mm-yyyy format</td>\n<td><code>\"01-2024\"</code></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"authorization\">Authorization</h2>\n<p><strong>Bearer Token</strong></p>\n<p>This request uses Bearer Token from folder Tenant APIs</p>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"path":["sales-channel","public","v1","reports","archived",":category",":report","download"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"fulfilment","key":"category"},{"type":"any","value":"orders","key":"report"}]}},"response":[{"id":"c899622e-172e-4a1c-b4f5-22e4c9ee5d9f","name":"Download Monthly Archived Report","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"granularity\": \"month\",\n    \"month\": \"12-2024\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/reports/archived/fulfilment/orders/download"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 14 Jul 2025 11:20:43 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"x-omniful-request-id","value":"403a4773-13ab-494a-9a34-82426890f957"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"95f0a1e56fd43956-IAD"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"year\": 2024,\n        \"category\": {\n            \"key_name\": \"fulfilment\",\n            \"display_name\": \"Fulfilment\"\n        },\n        \"report\": {\n            \"key_name\": \"orders\",\n            \"display_name\": \"Orders\"\n        },\n        \"archived_reports\": [\n            {\n                \"url\": \"https://omniful-production-uploads.s3.eu-central-1.amazonaws.com/reports/3/orders/2024/orders-2024-12.csv\",\n                \"display_name\": \"December\",\n                \"key_name\": \"12\",\n                \"entities\": []\n            }\n        ]\n    },\n    \"meta\": null\n}"}],"_postman_id":"2942d386-6050-4dd3-947a-434d6fe70e6f"},{"name":"Webhook Request For Success","id":"ce94d87e-cf7b-4c05-b025-5b3e3f5f27d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"connection","value":"close"},{"key":"accept-encoding","value":"gzip"},{"key":"webhook-secret-key","value":"d230c6b8-49bc-4c4a-8738-9d93b61d4963"},{"key":"webhook-event","value":"report.publish.event"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"206"},{"key":"user-agent","value":"Go-http-client/1.1"},{"key":"host","value":"webhook.site"}],"body":{"mode":"raw","raw":"{\n    \"event_name\": \"success\",\n    \"data\": {\n        \"Category Name\": \"Fulfilment Reports\",\n        \"Category Tag\": \"fulfilment\",\n        \"Filter\": {\n            \"date_range\": {\n                \"value\": [\n                    \"2024-04-29\",\n                    \"2024-05-24\"\n                ]\n            },\n            \"hub\": {\n                \"value\": \"Hub27\"\n            },\n            \"order_status\": {\n                \"value\": \"new_order\"\n            }\n        },\n        \"ID\": \"672859ecb4616975f0010b5f\",\n        \"Location Inventory\": \"\",\n        \"Report Generated At\": \"2024-11-04T05:23:12.479198483Z\",\n        \"Report Name\": \"Orders\",\n        \"Report Tag\": \"orders\",\n        \"URL\": \"https://omniful-staging-uploads.s3.amazonaws.com/analytics/reports/downloads/Orders_1_20241104052148.csv\"\n    }\n}"},"url":"https://webhook.site/d9319ada-07fa-41f3-a297-57f052f5b6ab","description":"<p>This is the request payload which has been fired in webhook in case of Success</p>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"protocol":"https","path":["d9319ada-07fa-41f3-a297-57f052f5b6ab"],"host":["webhook","site"],"query":[],"variable":[]}},"response":[{"id":"45c222bf-f18c-40e3-adb8-a42f6b8d7597","name":"Webhook Request For Success","originalRequest":{"method":"POST","header":[{"key":"connection","value":"close"},{"key":"accept-encoding","value":"gzip"},{"key":"webhook-secret-key","value":"d230c6b8-49bc-4c4a-8738-9d93b61d4963"},{"key":"webhook-event","value":"report.publish.event"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"206"},{"key":"user-agent","value":"Go-http-client/1.1"},{"key":"host","value":"webhook.site"}],"body":{"mode":"raw","raw":"{\n    \"event_name\": \"success\",\n    \"data\": {\n        \"Category Name\": \"Fulfilment Reports\",\n        \"Report Name\": \"Orders\",\n        \"URL\": \"https://omniful-staging-uploads.s3.amazonaws.com/analytics/reports/downloads/Orders_1_20231205153708.csv\"\n    }\n}"},"url":"https://webhook.site/d9319ada-07fa-41f3-a297-57f052f5b6ab"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"close"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Request-Id","value":"9c486388-9bb3-46c1-9922-96ad692a7d26"},{"key":"X-Token-Id","value":"d9319ada-07fa-41f3-a297-57f052f5b6ab"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 05 Dec 2023 12:02:06 GMT"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"This URL has no default content configured. \n<a href=\"https://webhook.site/#!/d9319ada-07fa-41f3-a297-57f052f5b6ab\">View in Webhook.site</a>."}],"_postman_id":"ce94d87e-cf7b-4c05-b025-5b3e3f5f27d7"},{"name":"Webhook Request For Failure","id":"4b271a3c-277e-4050-b64d-a5c63a669cfb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"connection","value":"close"},{"key":"accept-encoding","value":"gzip"},{"key":"webhook-secret-key","value":"d230c6b8-49bc-4c4a-8738-9d93b61d4963"},{"key":"webhook-event","value":"report.publish.event"},{"key":"tracestate","value":"3605349@nr=0-0-3605349-376700513-b8c9d5b668c5481d-73a049ba33fae1f1-0-0.321926-1701778031125"},{"key":"traceparent","value":"00-73a049ba33fae1f146e8e65a26f754dd-b8c9d5b668c5481d-00"},{"key":"newrelic","value":"eyJ2IjpbMCwxXSwiZCI6eyJ0eSI6IkFwcCIsImFwIjoiMzc2NzAwNTEzIiwiYWMiOiIzNjA1MzQ5IiwidHgiOiI3M2EwNDliYTMzZmFlMWYxIiwiaWQiOiJiOGM5ZDViNjY4YzU0ODFkIiwidHIiOiI3M2EwNDliYTMzZmFlMWYxNDZlOGU2NWEyNmY3NTRkZCIsInByIjowLjMyMTkyNTczLCJzYSI6ZmFsc2UsInRpIjoxNzAxNzc4MDMxMTI1fX0="},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"115"},{"key":"user-agent","value":"Go-http-client/1.1"},{"key":"host","value":"webhook.site"}],"body":{"mode":"raw","raw":"{\n    \"event_name\": \"failure\",\n    \"data\": {\n        \"Category Name\": \"Fulfilment Reports\",\n        \"Category Tag\": \"fulfilment\",\n        \"Filter\": {\n            \"date_range\": {\n                \"value\": [\n                    \"2024-04-29\",\n                    \"2024-05-24\"\n                ]\n            },\n            \"hub\": {\n                \"value\": \"Hub27\"\n            },\n            \"order_status\": {\n                \"value\": \"new_order2\"\n            }\n        },\n        \"ID\": \"67285a124c888452d8a8ffa6\",\n        \"Location Inventory\": \"\",\n        \"Report Generated At\": \"2024-11-04T05:23:12.525043458Z\",\n        \"Report Name\": \"Orders\",\n        \"Report Tag\": \"orders\",\n        \"error\": \"Code: REQUEST_INVALID | Applied Status is not correct for Orders Report\"\n    }\n}"},"url":"https://webhook.site/d9319ada-07fa-41f3-a297-57f052f5b6ab","description":"<p>This is the request payload which has been fired in webhook in case of Failure</p>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"protocol":"https","path":["d9319ada-07fa-41f3-a297-57f052f5b6ab"],"host":["webhook","site"],"query":[],"variable":[]}},"response":[{"id":"e67a6f64-2f4f-4dcb-89c8-4fd6f5cd594c","name":"Webhook Request For Failure","originalRequest":{"method":"POST","header":[{"key":"connection","value":"close"},{"key":"accept-encoding","value":"gzip"},{"key":"webhook-secret-key","value":"d230c6b8-49bc-4c4a-8738-9d93b61d4963"},{"key":"webhook-event","value":"report.publish.event"},{"key":"tracestate","value":"3605349@nr=0-0-3605349-376700513-b8c9d5b668c5481d-73a049ba33fae1f1-0-0.321926-1701778031125"},{"key":"traceparent","value":"00-73a049ba33fae1f146e8e65a26f754dd-b8c9d5b668c5481d-00"},{"key":"newrelic","value":"eyJ2IjpbMCwxXSwiZCI6eyJ0eSI6IkFwcCIsImFwIjoiMzc2NzAwNTEzIiwiYWMiOiIzNjA1MzQ5IiwidHgiOiI3M2EwNDliYTMzZmFlMWYxIiwiaWQiOiJiOGM5ZDViNjY4YzU0ODFkIiwidHIiOiI3M2EwNDliYTMzZmFlMWYxNDZlOGU2NWEyNmY3NTRkZCIsInByIjowLjMyMTkyNTczLCJzYSI6ZmFsc2UsInRpIjoxNzAxNzc4MDMxMTI1fX0="},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"115"},{"key":"user-agent","value":"Go-http-client/1.1"},{"key":"host","value":"webhook.site"}],"body":{"mode":"raw","raw":"{\n    \"event_name\": \"failure\",\n    \"data\": {\n        \"error\": \"Code: REQUEST_INVALID | Applied Status is not correct for Orders Report\"\n    }\n}"},"url":"https://webhook.site/d9319ada-07fa-41f3-a297-57f052f5b6ab"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"close"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Request-Id","value":"d027eb89-012d-4fc9-a13e-45de5b8fef2d"},{"key":"X-Token-Id","value":"d9319ada-07fa-41f3-a297-57f052f5b6ab"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 05 Dec 2023 12:09:10 GMT"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"This URL has no default content configured. \n<a href=\"https://webhook.site/#!/d9319ada-07fa-41f3-a297-57f052f5b6ab\">View in Webhook.site</a>."}],"_postman_id":"4b271a3c-277e-4050-b64d-a5c63a669cfb"}],"id":"c2e2a1e4-51ff-446b-a004-dc0e657e2700","_postman_id":"c2e2a1e4-51ff-446b-a004-dc0e657e2700","description":"","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}}},{"name":"Webhooks","item":[{"name":"Order Webhooks","id":"cd9138de-7938-4611-886b-13694d715549","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"webhook-secret-key","value":"{{webhook-secret-key}}","type":"text"},{"key":"webhook-event","value":"order.create.event","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"event_name\": \"order.update.event\",\n    \"data\": {\n        \"id\": \"69b2704937d3e278a9bc4945\",\n        \"order_id\": \"sales_wms\",\n        \"order_alias\": \"order-alias-127\",\n        \"status_code\": \"new_order\",\n        \"seller_code\": \"974\",\n        \"hub_code\": \"locoff\",\n        \"store_name\": \"abc\",\n        \"sales_channel\": {\n            \"name\": \"Tenant Custom\",\n            \"tag\": \"tenant_custom\",\n            \"category\": \"SalesChannel\",\n            \"logo_url\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/sales-channel/API+logo+trial+1.svg\"\n        },\n        \"source\": \"sales_channel\",\n        \"order_items\": [\n            {\n                \"sku_code\": \"6302592\",\n                \"sales_channel_order_item_id\": \"6302592\",\n                \"hs_code\": \"\",\n                \"sku_id\": \"\",\n                \"display_price\": 799,\n                \"selling_price\": 699,\n                \"is_substituted\": false,\n                \"substitute_seller_sku_codes\": [],\n                \"serialised_sku_codes\": [],\n                \"item_barcodes\": [],\n                \"quantity\": 1,\n                \"picked_quantity\": 0,\n                \"packed_quantity\": 0,\n                \"tax_percent\": 10,\n                \"tax\": 69.9,\n                \"unit_price\": 699,\n                \"subtotal\": 0,\n                \"total\": 768.9,\n                \"discount\": 100,\n                \"tax_inclusive\": true\n            }\n        ],\n        \"total\": 1,\n        \"billing_address\": {\n            \"address1\": \"123 Al-Masjid Al-Haram Street\",\n            \"address2\": \"Near Al-Faisaliah Tower\",\n            \"city\": \"Riyadh\",\n            \"country\": \"Saudi Arabia\",\n            \"first_name\": \"John\",\n            \"last_name\": \"Doe\",\n            \"phone\": \"+966-112345678\",\n            \"state\": \"Riyadh\",\n            \"zip\": \"11564\",\n            \"state_code\": \"RIY\",\n            \"country_code\": \"SA\",\n            \"latitude\": 24.7136,\n            \"longitude\": 46.6753,\n            \"country_calling_code\": \"\",\n            \"national_address_code\": \"abc\"\n        },\n        \"shipping_address\": {\n            \"address1\": \"456 King Abdulaziz Road\",\n            \"address2\": \"Near Kingdom Centre\",\n            \"city\": \"Jeddah\",\n            \"country\": \"Saudi Arabia\",\n            \"first_name\": \"Jane\",\n            \"last_name\": \"Smith\",\n            \"phone\": \"+966-565345322\",\n            \"state\": \"Jeddah\",\n            \"zip\": \"https://omniful.slack.com/archives/C08G2S1KJ84/p1773033726807059?thread_ts=1773033692.969059&cid=C08G2S1KJ84\",\n            \"state_code\": \"\",\n            \"country_code\": \"SA\",\n            \"latitude\": 0,\n            \"longitude\": 0,\n            \"country_calling_code\": \"\",\n            \"national_address_code\": \"RFCD2323\"\n        },\n        \"slot\": {},\n        \"order_created_at\": \"2026-03-12T07:50:33.924Z\",\n        \"invoice\": {\n            \"currency\": \"SAR\",\n            \"subtotal\": 699,\n            \"shipping_price\": 0,\n            \"shipping_refund\": 0,\n            \"tax\": 69.9,\n            \"discount\": 100,\n            \"total\": 768.9,\n            \"total_paid\": 768.9,\n            \"total_due\": 0,\n            \"tax_percent\": 10,\n            \"shipping_tax\": 0,\n            \"sub_total_tax_inclusive\": true,\n            \"sub_total_discount_inclusive\": true,\n            \"shipping_tax_inclusive\": false,\n            \"shipping_discount_inclusive\": false,\n            \"additional_charges\": [\n                {\n                    \"type\": \"shipment_fee\",\n                    \"cost\": 0,\n                    \"cost_without_tax\": 0,\n                    \"tax_amount\": 0,\n                    \"tax_inclusive\": false,\n                    \"tax_percentage\": 0,\n                    \"is_applied\": true,\n                    \"discount_amount\": 0\n                }\n            ],\n            \"attachments\": null,\n            \"exchange_rate\": {\n                \"order_currency\": \"\",\n                \"store_currency\": \"\",\n                \"rate\": 0\n            }\n        },\n        \"customer\": {\n            \"id\": \"66ced351ffed27dec7c4072a\",\n            \"first_name\": \"John\",\n            \"last_name\": \"Doe\",\n            \"mobile\": \"1234567890\",\n            \"mobile_code\": \"+1\",\n            \"email\": \"john.doe@example.com\",\n            \"gender\": \"male\"\n        },\n        \"shipment\": {\n            \"delivery_status\": \"\",\n            \"shipping_account\": {\n                \"id\": \"\",\n                \"name\": \"\"\n            },\n            \"courier_partner\": {\n                \"id\": 0,\n                \"name\": \"\",\n                \"tag\": \"\",\n                \"logo\": \"\"\n            }\n        },\n        \"payment_method\": \"prepaid\",\n        \"require_shipping\": true,\n        \"shipment_type\": \"sales_channel_generated\",\n        \"delivery_type\": \"normal_delivery\",\n        \"type\": \"b2b\",\n        \"driver_details\": {},\n        \"labels\": [\n            \"label1\",\n            \"label2\",\n            \"label3\"\n        ],\n        \"expected_delivery_epoch\": 0,\n        \"external_fields\": null,\n        \"cancel_order_after_seconds\": 0\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{your_registered_webhook_url}}","description":"<p>Event Names: [ <code>order.create.event</code>, <code>order.new.event</code>, <code>order.update.event</code>, <code>order.shipment.event</code>, <code>order.hub_assign.event</code>, <code>order.invoice-update.event</code>, <code>order.sync.event</code>]</p>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"host":["{{your_registered_webhook_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cd9138de-7938-4611-886b-13694d715549"},{"name":"SKU Webhooks","id":"508b6185-8b4b-4135-8f46-2479b2bab1af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"webhook-secret-key","value":"{{webhook-secret-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"event_name\": \"sku.create.event\",\n    \"data\": [\n        {\n            \"name\": \"yttesvgv\",\n            \"type\": \"simple\",\n            \"product\": {\n                \"name\": \"yttesvgv\",\n                \"type\": \"simple\"\n            },\n            \"dimensions\": {\n                \"length\": {\n                    \"length\": 12,\n                    \"unit\": \"cm\"\n                },\n                \"breadth\": {\n                    \"breadth\": 23,\n                    \"unit\": \"cm\"\n                },\n                \"height\": {\n                    \"height\": 54,\n                    \"unit\": \"cm\"\n                }\n            },\n            \"seller_sku_code\": \"code123445643\",\n            \"status\": \"active\",\n            \"discount\": {},\n            \"currency\": \"SAR\",\n            \"created_by\": \"4508\",\n            \"updated_by\": \"4508\",\n            \"created_at\": \"2025-11-19T12:42:36.769Z\",\n            \"updated_at\": \"2025-11-19T12:42:36.768Z\",\n            \"weight\": {\n                \"value\": 0,\n                \"uom\": \"\"\n            },\n            \"number_of_pieces\": 1,\n            \"tax_inclusive\": {\n                \"selling_price\": true\n            },\n            \"tax_percentage\": {\n                \"selling_price\": 0\n            },\n            \"seller_code\": \"974\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{your_registered_webhook_url}}","description":"<p>Event Names: [ <code>sku.create.event</code>, <code>sku.update.event</code>]</p>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"host":["{{your_registered_webhook_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"508b6185-8b4b-4135-8f46-2479b2bab1af"},{"name":"Inventory Webhooks","id":"4fba5f86-8847-4e22-a489-f74b834ceab6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"webhook-secret-key","value":"{{webhook-secret-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"event_name\": \"inventory.update.event\",\n    \"action\": \"dispose\",\n    \"entity\": \"inventory_adjustment\",\n    \"entity_identifier\": \"5013cd6673f6a825\",\n    \"reason\": \"Item broken\",\n    \"data\": {\n        \"hub_code\": \"LBH\",\n        \"hub_inventory_items\": [\n            {\n                \"seller_code\": \"9205\",\n                \"seller_sku_id\": \"686b74ade07859cd435779a0\",\n                \"seller_sku_code\": \"kt\",\n                \"quantity_on_hand\": 3858,\n                \"quantity_location_pass_inventory_sum\": 900,\n                \"quantity_location_fail_inventory_sum\": 0,\n                \"quantity_backstorage\": 548,\n                \"quantity_reserved\": 297,\n                \"quantity_safety_stock\": 0,\n                \"quantity_available_to_promise\": 603,\n                \"quantity_available_to_promise_with_backstorage\": 1151,\n                \"adjusted_quantity\": 2,\n                \"uom\": \"ea\",\n                \"updated_at\": \"2025-12-01T05:42:10.034333Z\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{your_registered_webhook_url}}","description":"<p>Event Names: [ <code>inventory.update.event</code>]</p>\n<p><strong><code>entity_identifier</code></strong>, <strong><code>adjusted_quantity</code></strong> <strong>and</strong> <strong><code>reason</code></strong> are included only for inventory adjustment webhook events (conversion or dispose). These webhook events are triggered when a user performs an inventory adjustment in the Hub Operations app using the “Adjust Inventory” feature:</p>\n<ul>\n<li><p><strong>dispose</strong> — generated when a user disposes inventory.</p>\n</li>\n<li><p><strong>conversion</strong> — generated when a user marks inventory as failed.</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"host":["{{your_registered_webhook_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4fba5f86-8847-4e22-a489-f74b834ceab6"},{"name":"Inwarding Webhooks","id":"a9187018-7ff5-4432-8302-dc240ff6f7e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"webhook-secret-key","value":"{{webhook-secret-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"event_name\": \"grn.qc.event\",\n    \"data\": {\n        \"entity_id\": \"PO-DE829-1\",\n        \"entity_type\": \"po\",\n        \"hub_id\": \"ISH-79\",\n        \"hub_code\": \"ISH-79\",\n        \"grn_details\": {\n            \"grn_id\": \"GRN-DE829-1\",\n            \"invoice_number\": \"12345678\",\n            \"gate_entry\": {\n                \"created_at\": \"Mar 06, 2026 12:06:25 PM\",\n                \"gate_entry_id\": \"GE-DE829-1\"\n            },\n            \"seller\": {\n                \"name\": \"abc\",\n                \"code\": \"974\"\n            },\n            \"supplier_code\": \"MT-819\",\n            \"supplier_name\": \"ABC\",\n            \"created_by\": \"Ishita Gupta\",\n            \"skus\": [\n                {\n                    \"name\": \"testinggssssss\",\n                    \"code\": \"testingsssssssss\",\n                    \"total_items\": 1,\n                    \"qc_passed_items\": 1,\n                    \"qc_fail_items\": 0,\n                    \"batch\": {\n                        \"external_batch_id\": \"1111\",\n                        \"manufacture_date\": \"2026-03-06T00:00:00Z\",\n                        \"expiry_date\": \"2026-03-25T00:00:00Z\",\n                        \"is_expired\": false,\n                        \"is_near_expiry\": false\n                    }\n                }\n            ],\n            \"destination_hub_code\": \"ISH-79\",\n            \"sto_request_id\": \"\",\n            \"created_at\": \"Mar 06, 2026 12:06:32 PM\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{your_registered_webhook_url}}","description":"<p>Event Names: [ <code>grn.qc.event</code> ]</p>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"host":["{{your_registered_webhook_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a9187018-7ff5-4432-8302-dc240ff6f7e1"},{"name":"Return Order Webhooks","id":"9135fbb3-78bc-4efe-ab2a-39dc9e387011","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"webhook-secret-key","value":"{{webhook-secret-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"event_name\": \"return_order.shipment.event\", // return_order.shipment.event, return_order.update.event\n    \"data\": {\n        \"id\": \"67bfec205565686bb96ad4f5\",\n        \"return_order_id\": \"ret-ten-3\",\n        \"order_id\": \"67bf2099ebc7672c359601b7\",\n        \"seller_name\": \"Kouta Store\",\n        \"source\": \"sales_channel\",\n        \"customer\": {\n            \"first_name\": \"John\",\n            \"last_name\": \"Doe\",\n            \"mobile\": \"+966-1234567890\",\n            \"mobile_code\": \"+966\",\n            \"country_code\": \"\",\n            \"email\": \"john.doe@example.com\",\n            \"avatar\": \"https://example.com/avatar.jpg\",\n            \"gender\": \"male\",\n            \"country\": \"\",\n            \"country_calling_code\": \"\"\n        },\n        \"order_reference_id\": \"ten-order-3\",\n        \"hub_code\": \"ONLS\",\n        \"order_items\": [\n            {\n                \"seller_sku_code\": \"sku-1001\",\n                \"seller_sku\": {\n                    \"name\": \"Simple Product 561\",\n                    \"description\": \"\",\n                    \"seller_sku_code\": \"sku-1001\",\n                    \"handling_type\": \"\",\n                    \"type\": \"simple\",\n                    \"barcodes\": [\n                        \"sku-1001\"\n                    ],\n                    \"cost\": 0,\n                    \"retail_price\": 5,\n                    \"cutoff_price\": 0,\n                    \"is_perishable\": false,\n                    \"country_of_origin\": \"Saudi Arabia\"\n                },\n                \"item_barcodes\": null,\n                \"return_reason\": \"\",\n                \"return_reasons\": [],\n                \"unit_price\": 699,\n                \"selling_price\": 699,\n                \"total\": 658.9,\n                \"refunded_quantity\": 0,\n                \"returned_quantity\": 0,\n                \"delivered_quantity\": 1,\n                \"return_quantity\": 1,\n                \"return_weight\": {\n                    \"uom\": \"ea\"\n                },\n                \"display_return_weight\": \"\",\n                \"is_weighted\": false,\n                \"pass_quantity\": 0,\n                \"fail_quantity\": 0,\n                \"qc_fail_reason\": \"\",\n                \"qc_fail_reasons\": [],\n                \"discount\": 100,\n                \"tax\": 59.9,\n                \"tax_percent\": 0\n            }\n        ],\n        \"total_return_quantity\": 1,\n        \"total_sku_count\": 1,\n        \"delivered_quantity\": 1,\n        \"total\": 658.9,\n        \"pickup_address\": {\n            \"address1\": \"\",\n            \"address2\": \"\",\n            \"city\": \"Jeddah\",\n            \"country\": \"Saudi Arabia\",\n            \"first_name\": \"\",\n            \"last_name\": \"\",\n            \"phone\": \"\",\n            \"email\": \"\",\n            \"state\": \"Makkah\",\n            \"area\": \"\",\n            \"zip\": \"\",\n            \"state_code\": \"\",\n            \"country_code\": \"\",\n            \"latitude\": 21.4225,\n            \"longitude\": 39.8262,\n            \"national_address_code\": \"\"\n        },\n        \"status\": \"return_shipment_created\",\n        \"refund_status\": \"pending\",\n        \"oms_qc_status\": \"pending\",\n        \"shipment\": {\n            \"is_active\": true,\n            \"shipment_created_at\": \"2025-02-27T04:38:49.469Z\",\n            \"order_delivered_at\": \"0001-01-01T00:00:00Z\",\n            \"order_shipped_at\": \"0001-01-01T00:00:00Z\",\n            \"awb_number\": \"245676q\",\n            \"shipping_partner_status\": \"Ready to Pick\",\n            \"delivery_status\": \"\",\n            \"awb_label\": \"AWB12381279128tf1\",\n            \"shipping_partner_tag\": \"manual\",\n            \"shipping_partner_name\": \"Manual\",\n            \"number_of_boxes\": 1,\n            \"tracking_url\": \"https://sample-tracking.url\",\n            \"status\": \"ready_for_pickup\",\n            \"shipping_account\": {\n                \"id\": 0,\n                \"name\": \"\"\n            },\n            \"courier_partner\": {\n                \"id\": 0,\n                \"name\": \"\",\n                \"tag\": \"\",\n                \"logo\": \"\"\n            }\n        },\n        \"order_created_at\": \"0001-01-01T00:00:00Z\",\n        \"order_delivered_at\": \"0001-01-01T00:00:00Z\",\n        \"payment_method\": \"prepaid\",\n        \"invoice\": {\n            \"currency\": \"SAR\",\n            \"subtotal\": 699,\n            \"shipping_price\": 0,\n            \"shipping_refund\": 0,\n            \"tax\": 59.9,\n            \"discount\": 100,\n            \"total\": 658.9,\n            \"total_paid\": 0,\n            \"total_due\": 0,\n            \"tax_percent\": 10,\n            \"shipping_tax\": 0,\n            \"sub_total_tax_inclusive\": false,\n            \"sub_total_discount_inclusive\": false,\n            \"shipping_tax_inclusive\": false,\n            \"shipping_discount_inclusive\": false,\n            \"additional_charges\": null,\n            \"attachments\": null\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{your_registered_webhook_url}}","description":"<p>Event Names: [ <code>return_order.create.event</code>, <code>return_order.qc.event</code>, <code>return_order.shipment.event</code>, <code>return_order.invoice_update.event</code>]</p>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"host":["{{your_registered_webhook_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9135fbb3-78bc-4efe-ab2a-39dc9e387011"},{"name":"Stock Transfer Request Webhooks","id":"7478a9e7-0d93-4c00-af0f-0c3902a7a9ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"webhook-secret-key","value":"7aed55cc-8684-410a-a6e7-e3611a5872b4"}],"body":{"mode":"raw","raw":"{\n    \"event_name\": \"\", // sto.request-approve.event, sto.received.event\n    \"data\": {\n        \"sto_request_id\": \"sto_id_1e6\",\n        \"customer\": {\n            \"first_name\": \"John\",\n            \"last_name\": \"Doe\",\n            \"mobile\": \"+91-7044063694\",\n            \"mobile_code\": \"+91\",\n            \"email\": \"john.doe@example.com\"\n        },\n        \"seller\": {\n            \"name\": \"abc\",\n            \"code\": \"480\"\n        },\n        \"status\": \"accepted\",\n        \"source_hub\": {\n            \"name\": \"Dhruv Location Off\",\n            \"code\": \"locoff\",\n            \"type\": \"warehouse\"\n        },\n        \"destination_hub\": {\n            \"name\": \"Dhruv Location On\",\n            \"code\": \"locon\",\n            \"type\": \"warehouse\"\n        },\n        \"order_items\": [\n            {\n                \"sku_code\": \"6302592\",\n                \"quantity\": 2,\n                \"approved_quantity\": 2\n            }\n        ],\n        \"received_at\": \"2026-02-05T10:21:20.25Z\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{your_registered_webhook_url}}","description":"<blockquote>\n<p>Note: STO event webhooks are only triggered when the STO is generated by a sales channel.</p>\n</blockquote>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"host":["{{your_registered_webhook_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7478a9e7-0d93-4c00-af0f-0c3902a7a9ee"},{"name":"Job Completed Webhooks","id":"53f5d368-f29e-4ece-a659-c1a5139cb663","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"webhook-secret-key","value":"7aed55cc-8684-410a-a6e7-e3611a5872b4"}],"body":{"mode":"raw","raw":"{\n    \"event_name\": \"job.completed.event\",\n    \"data\": {\n        \"completed_at\": \"2025-09-05T12:06:13.725511156Z\",\n        \"job_completed_count\": 2,\n        \"job_failed_count\": 1,\n        \"job_id\": \"78879aa5-8752-4688-b6a0-169387d349f7\",\n        \"job_items\": [\n            {\n                \"id\": \"order-12782352367678\",\n                \"item_type\": \"order\",\n                \"status\": \"completed\",\n                \"success\": true\n            },\n            {\n                \"error_message\": \"Order Already Exist\",\n                \"id\": \"order-127823523676\",\n                \"item_type\": \"order\",\n                \"status\": \"failed\",\n                \"success\": false\n            }\n        ],\n        \"job_status\": \"completed\",\n        \"job_total_count\": 2,\n        \"job_type\": \"order.bulk-create\",\n        \"last_updated_at\": \"2025-09-05T12:06:13.725511026Z\",\n        \"started_at\": \"2025-09-05T12:06:13.587732364Z\"\n    }\n}"},"url":"{{your_registered_webhook_url}}","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"host":["{{your_registered_webhook_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"53f5d368-f29e-4ece-a659-c1a5139cb663"},{"name":"Job Failed Webhooks","id":"1d46075b-2a40-46cd-b469-42b51d2816d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"event_name\": \"order.creation-failed.event\",\n    \"data\": {\n        \"job_id\": \"78879aa5-8752-4688-b6a0-169387d349f7\",\n        \"order_id\": \"order-127823523676\",\n        \"reason\": \"Order Already Exist\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{your_registered_webhook_url}}","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"host":["{{your_registered_webhook_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1d46075b-2a40-46cd-b469-42b51d2816d8"},{"name":"Shipment Order Webhooks","id":"0ec34c1d-16a8-47a3-aad7-242515879020","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"event_name\": \"shipment-order.create.event\",\n    \"data\": {\n        \"display_order_id\": \"SO-ORDER-8149\",\n        \"client_reference_id\": \"SO-REF-8139\",\n        \"seller_code\": \"KO-SE-1\",\n        \"order_items\": [\n            {\n                \"item_id\": \"item-001\",\n                \"sku_code\": \"SKU-ABC-123\",\n                \"hs_code\": \"\",\n                \"sku_id\": \"\",\n                \"name\": \"SKU-ABC-123\",\n                \"display_price\": 120,\n                \"selling_price\": 100,\n                \"is_substituted\": false,\n                \"substitute_seller_sku_codes\": null,\n                \"serialised_sku_codes\": null,\n                \"item_barcodes\": null,\n                \"quantity\": 2,\n                \"tax_percent\": 18,\n                \"tax\": 36,\n                \"unit_price\": 50,\n                \"total\": 100,\n                \"discount\": 0,\n                \"tax_inclusive\": true,\n                \"sub_total\": 100,\n                \"discount_percent\": 0,\n                \"sku\": {\n                    \"id\": \"\",\n                    \"code\": \"SKU-ABC-123\",\n                    \"name\": \"SKU-ABC-123\",\n                    \"type\": \"physical\",\n                    \"images\": null\n                },\n                \"installation_required\": true\n            }\n        ],\n        \"total\": 100,\n        \"slot\": {\n            \"delivery_date\": \"2025-07-20\",\n            \"start_time\": 1000,\n            \"end_time\": 1200\n        },\n        \"order_created_at\": \"2025-07-15T10:00:00Z\",\n        \"customer\": {\n            \"first_name\": \"John\",\n            \"last_name\": \"Doe\",\n            \"mobile\": \"+91-1234567890\",\n            \"mobile_code\": \"+91\",\n            \"email\": \"john.doe@example.com\",\n            \"avatar\": \"https://cdn.example.com/avatar.jpg\",\n            \"gender\": \"male\"\n        },\n        \"shipment\": {\n            \"shipment_created_at\": \"0001-01-01T00:00:00Z\",\n            \"order_delivered_at\": \"0001-01-01T00:00:00Z\",\n            \"order_shipped_at\": \"0001-01-01T00:00:00Z\",\n            \"delivery_status\": \"\",\n            \"shipping_account\": {\n                \"id\": \"\",\n                \"name\": \"\"\n            },\n            \"courier_partner\": {\n                \"name\": \"\",\n                \"tag\": \"\"\n            }\n        },\n        \"payment_method\": \"postpaid\",\n        \"shipment_type\": \"omniful_generated\",\n        \"delivery_type\": \"click_and_collect\",\n        \"labels\": [\n            \"fragile\",\n            \"priority\"\n        ],\n        \"fulfillment_type\": \"shipment_only\",\n        \"sender_address\": {\n            \"address1\": \"456 Customer Lane\",\n            \"address2\": \"Apt 202\",\n            \"city\": \"Delhi\",\n            \"country\": \"India\",\n            \"first_name\": \"Receiver\",\n            \"last_name\": \"Name\",\n            \"phone\": \"9988776655\",\n            \"state\": \"Delhi\",\n            \"zip\": \"110001\",\n            \"state_code\": \"DL\",\n            \"country_code\": \"IN\",\n            \"latitude\": 28.6139,\n            \"longitude\": 77.209,\n            \"country_calling_code\": \"+91\",\n            \"national_address_code\": \"\"\n        },\n        \"receiver_address\": {\n            \"address1\": \"456 Customer Lane\",\n            \"address2\": \"Apt 202\",\n            \"city\": \"Delhi\",\n            \"country\": \"India\",\n            \"first_name\": \"Receiver\",\n            \"last_name\": \"Name\",\n            \"phone\": \"9988776655\",\n            \"state\": \"Delhi\",\n            \"zip\": \"110001\",\n            \"state_code\": \"DL\",\n            \"country_code\": \"IN\",\n            \"latitude\": 28.6139,\n            \"longitude\": 77.209,\n            \"country_calling_code\": \"+91\",\n            \"national_address_code\": \"\"\n        },\n        \"hub_detail\": {\n            \"code\": \"\",\n            \"hub_type\": \"virtual\",\n            \"virtual_hub_type\": \"pickup_location\"\n        },\n        \"payment_info\": {\n            \"currency\": \"INR\",\n            \"payment_type\": \"\",\n            \"payment_mode\": \"Cash On Delivery\",\n            \"total\": 100,\n            \"subtotal\": 95,\n            \"total_paid\": 100,\n            \"total_due\": 0,\n            \"tax_percent\": 5,\n            \"tax\": 5,\n            \"discount\": 0,\n            \"shipping_price\": 10,\n            \"additional_charges\": [\n                {\n                    \"type\": \"cod_fee\",\n                    \"cost\": 5,\n                    \"tax_amount\": 0.5,\n                    \"tax_inclusive\": true,\n                    \"tax_percentage\": 10,\n                    \"is_applied\": true\n                }\n            ]\n        },\n        \"delivery_info\": {\n            \"delivery_type\": \"click_and_collect\",\n            \"recipient\": \"\",\n            \"recipient_signature_url\": \"\",\n            \"delivery_proof_urls\": null,\n            \"recipient_photo_url\": \"\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{your_registered_webhook_url}}","description":"<p>Event Names: [<code>shipment-order.create.event, shipment-order.update.event]</code></p>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"host":["{{your_registered_webhook_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0ec34c1d-16a8-47a3-aad7-242515879020"},{"name":"Purchase Order Webhooks","id":"2c5166ae-d114-4744-a194-6041d896b8a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"event_name\": \"purchase_order.update.event\",\n  \"data\": {\n    \"hub_code\": \"dhruv-test\",\n    \"order_details\": {\n      \"quantity\": 466,\n      \"grn_pass_quantity\": 0,\n      \"grn_fail_quantity\": 0,\n      \"put_away_pass_quantity\": 0,\n      \"put_away_fail_quantity\": 0\n    },\n    \"seller\": {\n      \"name\": \"pjsellercode\",\n      \"code\": \"pjsellercode\",\n      \"phone\": \"9942234222\",\n      \"email\": \"pj@omniful.com\"\n    },\n    \"display_id\": \"PO-DE839-28\",\n    \"supplier\": {\n      \"name\": \"12\",\n      \"phone\": \"--8829991118\",\n      \"email\": \"pj@gmail.com\",\n      \"code\": \"MH-724\"\n    },\n    \"status\": \"ordered\",\n    \"total_amount\": 9397.5,\n    \"currency\": \"INR\",\n    \"item_number\": 20,\n    \"remark\": \"Inwarding\",\n    \"purchase_order_items\": [\n      {\n        \"id\": 15134,\n        \"purchase_order_id\": 11795,\n        \"sku\": {\n          \"name\": \"ALU 1\",\n          \"seller_sku_id\": \"6993f653b4fbbd21ef7d7bf6\",\n          \"seller_sku_code\": \"Pjskucode1\",\n          \"attributes\": [],\n          \"package_type\": \"ea\"\n        },\n        \"quantity\": 1,\n        \"unit_price\": 10.5,\n        \"child_purchase_order_items\": [],\n        \"updated_at\": \"2026-02-17T05:19:21.862751Z\",\n        \"opened_quantity\": 0,\n        \"received_quantity\": 0\n      },\n      {\n        \"id\": 15135,\n        \"purchase_order_id\": 11795,\n        \"sku\": {\n          \"name\": \"ALU 2\",\n          \"seller_sku_id\": \"6993f65db4fbbd21ef7d7bf7\",\n          \"seller_sku_code\": \"Pjskucode2\",\n          \"attributes\": [],\n          \"package_type\": \"ea\"\n        },\n        \"quantity\": 2,\n        \"unit_price\": 11,\n        \"child_purchase_order_items\": [],\n        \"updated_at\": \"2026-02-17T05:19:21.862751Z\",\n        \"opened_quantity\": 0,\n        \"received_quantity\": 0\n      },\n      {\n        \"id\": 15136,\n        \"purchase_order_id\": 11795,\n        \"sku\": {\n          \"name\": \"ALU 3\",\n          \"seller_sku_id\": \"6993f666b4fbbd21ef7d7bf8\",\n          \"seller_sku_code\": \"Pjskucode3\",\n          \"attributes\": [],\n          \"package_type\": \"ea\"\n        },\n        \"quantity\": 3,\n        \"unit_price\": 11.5,\n        \"child_purchase_order_items\": [],\n        \"updated_at\": \"2026-02-17T05:19:21.862751Z\",\n        \"opened_quantity\": 0,\n        \"received_quantity\": 0\n      },\n      {\n        \"id\": 15137,\n        \"purchase_order_id\": 11795,\n        \"sku\": {\n          \"name\": \"ALU 4\",\n          \"seller_sku_id\": \"6993f7a2b4fbbd21ef7d7bf9\",\n          \"seller_sku_code\": \"Pjskucode4\",\n          \"attributes\": [],\n          \"package_type\": \"ea\"\n        },\n        \"quantity\": 4,\n        \"unit_price\": 12,\n        \"child_purchase_order_items\": [],\n        \"updated_at\": \"2026-02-17T05:19:21.862751Z\",\n        \"opened_quantity\": 0,\n        \"received_quantity\": 0\n      },\n      {\n        \"id\": 15138,\n        \"purchase_order_id\": 11795,\n        \"sku\": {\n          \"name\": \"ALU 5\",\n          \"seller_sku_id\": \"6993f7a3b4fbbd21ef7d7bfa\",\n          \"seller_sku_code\": \"Pjskucode5\",\n          \"attributes\": [],\n          \"package_type\": \"ea\"\n        },\n        \"quantity\": 5,\n        \"unit_price\": 12.5,\n        \"child_purchase_order_items\": [],\n        \"updated_at\": \"2026-02-17T05:19:21.862751Z\",\n        \"opened_quantity\": 0,\n        \"received_quantity\": 0\n      },\n      {\n        \"id\": 15139,\n        \"purchase_order_id\": 11795,\n        \"sku\": {\n          \"name\": \"ALU 6\",\n          \"seller_sku_id\": \"6993f7a3b4fbbd21ef7d7bfb\",\n          \"seller_sku_code\": \"Pjskucode6\",\n          \"attributes\": [],\n          \"package_type\": \"ea\"\n        },\n        \"quantity\": 6,\n        \"unit_price\": 13,\n        \"child_purchase_order_items\": [],\n        \"updated_at\": \"2026-02-17T05:19:21.862751Z\",\n        \"opened_quantity\": 0,\n        \"received_quantity\": 0\n      },\n      {\n        \"id\": 15140,\n        \"purchase_order_id\": 11795,\n        \"sku\": {\n          \"name\": \"ALU 7\",\n          \"seller_sku_id\": \"6993f7a4b4fbbd21ef7d7bfc\",\n          \"seller_sku_code\": \"Pjskucode7\",\n          \"attributes\": [],\n          \"package_type\": \"ea\"\n        },\n        \"quantity\": 7,\n        \"unit_price\": 13.5,\n        \"child_purchase_order_items\": [],\n        \"updated_at\": \"2026-02-17T05:19:21.862751Z\",\n        \"opened_quantity\": 0,\n        \"received_quantity\": 0\n      },\n      {\n        \"id\": 15141,\n        \"purchase_order_id\": 11795,\n        \"sku\": {\n          \"name\": \"ALU 8\",\n          \"seller_sku_id\": \"6993f7a4b4fbbd21ef7d7bfd\",\n          \"seller_sku_code\": \"Pjskucode8\",\n          \"attributes\": [],\n          \"package_type\": \"ea\"\n        },\n        \"quantity\": 8,\n        \"unit_price\": 14,\n        \"child_purchase_order_items\": [],\n        \"updated_at\": \"2026-02-17T05:19:21.862751Z\",\n        \"opened_quantity\": 0,\n        \"received_quantity\": 0\n      },\n      {\n        \"id\": 15142,\n        \"purchase_order_id\": 11795,\n        \"sku\": {\n          \"name\": \"ALU 9\",\n          \"seller_sku_id\": \"6993f7a5b4fbbd21ef7d7bfe\",\n          \"seller_sku_code\": \"Pjskucode9\",\n          \"attributes\": [],\n          \"package_type\": \"ea\"\n        },\n        \"quantity\": 9,\n        \"unit_price\": 14.5,\n        \"child_purchase_order_items\": [],\n        \"updated_at\": \"2026-02-17T05:19:21.862751Z\",\n        \"opened_quantity\": 0,\n        \"received_quantity\": 0\n      },\n      {\n        \"id\": 15143,\n        \"purchase_order_id\": 11795,\n        \"sku\": {\n          \"name\": \"ALU 10\",\n          \"seller_sku_id\": \"6993f7a5b4fbbd21ef7d7bff\",\n          \"seller_sku_code\": \"Pjskucode10\",\n          \"attributes\": [],\n          \"package_type\": \"ea\"\n        },\n        \"quantity\": 10,\n        \"unit_price\": 15,\n        \"child_purchase_order_items\": [],\n        \"updated_at\": \"2026-02-17T05:19:21.862751Z\",\n        \"opened_quantity\": 0,\n        \"received_quantity\": 0\n      },\n      {\n        \"id\": 15144,\n        \"purchase_order_id\": 11795,\n        \"sku\": {\n          \"name\": \"ALU 11\",\n          \"seller_sku_id\": \"6993f7a6b4fbbd21ef7d7c00\",\n          \"seller_sku_code\": \"Pjskucode11\",\n          \"attributes\": [],\n          \"package_type\": \"ea\"\n        },\n        \"quantity\": 11,\n        \"unit_price\": 15.5,\n        \"child_purchase_order_items\": [],\n        \"updated_at\": \"2026-02-17T05:19:21.862751Z\",\n        \"opened_quantity\": 0,\n        \"received_quantity\": 0\n      },\n      {\n        \"id\": 15145,\n        \"purchase_order_id\": 11795,\n        \"sku\": {\n          \"name\": \"ALU 12\",\n          \"seller_sku_id\": \"6993f7a6b4fbbd21ef7d7c01\",\n          \"seller_sku_code\": \"Pjskucode12\",\n          \"attributes\": [],\n          \"package_type\": \"ea\"\n        },\n        \"quantity\": 12,\n        \"unit_price\": 16,\n        \"child_purchase_order_items\": [],\n        \"updated_at\": \"2026-02-17T05:19:21.862751Z\",\n        \"opened_quantity\": 0,\n        \"received_quantity\": 0\n      },\n      {\n        \"id\": 15146,\n        \"purchase_order_id\": 11795,\n        \"sku\": {\n          \"name\": \"ALU 13\",\n          \"seller_sku_id\": \"6993f7a6b4fbbd21ef7d7c02\",\n          \"seller_sku_code\": \"Pjskucode13\",\n          \"attributes\": [],\n          \"package_type\": \"ea\"\n        },\n        \"quantity\": 13,\n        \"unit_price\": 16.5,\n        \"child_purchase_order_items\": [],\n        \"updated_at\": \"2026-02-17T05:19:21.862751Z\",\n        \"opened_quantity\": 0,\n        \"received_quantity\": 0\n      },\n      {\n        \"id\": 15147,\n        \"purchase_order_id\": 11795,\n        \"sku\": {\n          \"name\": \"ALU 14\",\n          \"seller_sku_id\": \"6993f7a7b4fbbd21ef7d7c03\",\n          \"seller_sku_code\": \"Pjskucode14\",\n          \"attributes\": [],\n          \"package_type\": \"ea\"\n        },\n        \"quantity\": 14,\n        \"unit_price\": 17,\n        \"child_purchase_order_items\": [],\n        \"updated_at\": \"2026-02-17T05:19:21.862751Z\",\n        \"opened_quantity\": 0,\n        \"received_quantity\": 0\n      },\n      {\n        \"id\": 15148,\n        \"purchase_order_id\": 11795,\n        \"sku\": {\n          \"name\": \"ALU 15\",\n          \"seller_sku_id\": \"6993f7a7b4fbbd21ef7d7c04\",\n          \"seller_sku_code\": \"Pjskucode15\",\n          \"attributes\": [],\n          \"package_type\": \"ea\"\n        },\n        \"quantity\": 15,\n        \"unit_price\": 17.5,\n        \"child_purchase_order_items\": [],\n        \"updated_at\": \"2026-02-17T05:19:21.862751Z\",\n        \"opened_quantity\": 0,\n        \"received_quantity\": 0\n      },\n      {\n        \"id\": 15149,\n        \"purchase_order_id\": 11795,\n        \"sku\": {\n          \"name\": \"ALU 16\",\n          \"seller_sku_id\": \"6993f7a8b4fbbd21ef7d7c05\",\n          \"seller_sku_code\": \"Pjskucode16\",\n          \"attributes\": [],\n          \"package_type\": \"ea\"\n        },\n        \"quantity\": 16,\n        \"unit_price\": 18,\n        \"child_purchase_order_items\": [],\n        \"updated_at\": \"2026-02-17T05:19:21.862751Z\",\n        \"opened_quantity\": 0,\n        \"received_quantity\": 0\n      },\n      {\n        \"id\": 15150,\n        \"purchase_order_id\": 11795,\n        \"sku\": {\n          \"name\": \"ALU 17\",\n          \"seller_sku_id\": \"6993f7a8b4fbbd21ef7d7c06\",\n          \"seller_sku_code\": \"Pjskucode17\",\n          \"attributes\": [],\n          \"package_type\": \"ea\"\n        },\n        \"quantity\": 17,\n        \"unit_price\": 18.5,\n        \"child_purchase_order_items\": [],\n        \"updated_at\": \"2026-02-17T05:19:21.862751Z\",\n        \"opened_quantity\": 0,\n        \"received_quantity\": 0\n      },\n      {\n        \"id\": 15151,\n        \"purchase_order_id\": 11795,\n        \"sku\": {\n          \"name\": \"ALU 18\",\n          \"seller_sku_id\": \"6993f7a9b4fbbd21ef7d7c07\",\n          \"seller_sku_code\": \"Pjskucode18\",\n          \"attributes\": [],\n          \"package_type\": \"ea\"\n        },\n        \"quantity\": 18,\n        \"unit_price\": 19,\n        \"child_purchase_order_items\": [],\n        \"updated_at\": \"2026-02-17T05:19:21.862751Z\",\n        \"opened_quantity\": 0,\n        \"received_quantity\": 0\n      },\n      {\n        \"id\": 15152,\n        \"purchase_order_id\": 11795,\n        \"sku\": {\n          \"name\": \"ALU 19\",\n          \"seller_sku_id\": \"6993f7a9b4fbbd21ef7d7c08\",\n          \"seller_sku_code\": \"Pjskucode19\",\n          \"attributes\": [],\n          \"package_type\": \"ea\"\n        },\n        \"quantity\": 19,\n        \"unit_price\": 19.5,\n        \"child_purchase_order_items\": [],\n        \"updated_at\": \"2026-02-17T05:19:21.862751Z\",\n        \"opened_quantity\": 0,\n        \"received_quantity\": 0\n      },\n      {\n        \"id\": 15153,\n        \"purchase_order_id\": 11795,\n        \"sku\": {\n          \"name\": \"ALU 20\",\n          \"seller_sku_id\": \"6993f7aab4fbbd21ef7d7c09\",\n          \"seller_sku_code\": \"Pjskucode20\",\n          \"attributes\": [],\n          \"package_type\": \"ea\"\n        },\n        \"quantity\": 21,\n        \"unit_price\": 20,\n        \"child_purchase_order_items\": [],\n        \"updated_at\": \"2026-02-17T08:10:39.334211Z\",\n        \"opened_quantity\": 0,\n        \"received_quantity\": 0\n      }\n    ],\n    \"total_purchase_order_items\": 20,\n    \"grn_details\": [],\n    \"expected_receiving_date\": [],\n    \"created_at\": \"2026-02-17T05:19:21.861641Z\",\n    \"created_by\": \"pjsellercode\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{your_registered_webhook_url}}","description":"<p>Event Names: <code>[purchase_order.create.event, purchase_order.update.event]</code></p>\n<p>In the purchase order webhook payload, a maximum of 200 items will be included.</p>\n<p>If the purchase order contains more than 200 items, the remaining items must be retrieved using the APIs.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"host":["{{your_registered_webhook_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2c5166ae-d114-4744-a194-6041d896b8a8"}],"id":"98a2577d-4460-42c2-b4e6-5386cd21107b","description":"<h1 id=\"📌-webhook-payload-reference\"><strong>📌 Webhook Payload Reference</strong></h1>\n<h2 id=\"overview\"><strong>Overview</strong></h2>\n<p>This section provides <strong>sample webhook payloads</strong> for all available webhooks. You can refer to these payloads to understand the structure and expected data for each event.</p>\n<h2 id=\"🔹-how-to-use\"><strong>🔹 How to Use</strong></h2>\n<ul>\n<li><p>Review the sample webhook payloads to understand the data format.</p>\n</li>\n<li><p>Use them as a reference when setting up webhook listeners in your system.</p>\n</li>\n<li><p>Ensure your application can handle incoming webhook requests and parse the payload accordingly.</p>\n</li>\n</ul>\n<p>For detailed webhook event descriptions and payload samples, refer to the <strong>Webhook Documentation</strong>. 🚀</p>\n<p>⚠️ <strong>Please Note</strong>:<br />Each webhook request has a 30-second timeout. This means your endpoint must send a valid HTTP response within 30 seconds of receiving the request. If no response is received within this window, our system will retry the request up to 3 times before marking it as failed.</p>\n<h2 id=\"🔐-custom-headers\">🔐 Custom Headers</h2>\n<p>Custom HTTP headers can be added to webhook events to support advanced use cases such as authentication, request routing, or internal tracking.</p>\n<h3 id=\"✨-key-capabilities\">✨ Key Capabilities</h3>\n<ul>\n<li><p>Add <strong>up to 2 custom headers</strong> per webhook event</p>\n</li>\n<li><p>Each header consists of a <strong>key–value</strong> pair</p>\n</li>\n<li><p>These headers are sent with every webhook request for the configured event</p>\n</li>\n</ul>\n<h3 id=\"📏-constraints\">📏 Constraints</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Limit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Maximum custom headers</td>\n<td><strong>2</strong></td>\n</tr>\n<tr>\n<td>Header key max length</td>\n<td><strong>50 characters</strong></td>\n</tr>\n<tr>\n<td>Header value max length</td>\n<td><strong>4500 characters</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"🚫-restricted-header-keys\">🚫 Restricted Header Keys</h3>\n<p>For security and system integrity reasons, <strong>custom header keys must NOT use any of the following reserved headers</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-text\">x-omniful-request-id\nx-omniful-channel-name\nwebhook-secret-key\nwebhook-event\ntracestate\ntraceparent\nnewrelic\n\n</code></pre>\n<p>📘 Status Code Reference (status_code)</p>\n<h3 id=\"✅-order-status-codes\">✅ Order Status Codes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status Label</th>\n<th>Status Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>On Hold</td>\n<td><code>on_hold</code></td>\n</tr>\n<tr>\n<td>Hub Assigned</td>\n<td><code>hub_assigned</code></td>\n</tr>\n<tr>\n<td>New Order</td>\n<td><code>new_order</code></td>\n</tr>\n<tr>\n<td>Picked</td>\n<td><code>picked</code></td>\n</tr>\n<tr>\n<td>Packed</td>\n<td><code>packed</code></td>\n</tr>\n<tr>\n<td>Ready To Ship</td>\n<td><code>ready_to_ship</code></td>\n</tr>\n<tr>\n<td>Shipped</td>\n<td><code>shipped</code></td>\n</tr>\n<tr>\n<td>Delivered</td>\n<td><code>delivered</code></td>\n</tr>\n<tr>\n<td>Cancelled</td>\n<td><code>cancelled</code></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"🔁-return-status-codes\">🔁 Return Status Codes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status Label</th>\n<th>Status Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>New Return Request</td>\n<td><code>new_return_request</code></td>\n</tr>\n<tr>\n<td>Return Request Approved</td>\n<td><code>return_request_approved</code></td>\n</tr>\n<tr>\n<td>Return Request Rejected</td>\n<td><code>return_request_rejected</code></td>\n</tr>\n<tr>\n<td>Return Order Initiated</td>\n<td><code>return_initiated</code></td>\n</tr>\n<tr>\n<td>Return Shipment Created</td>\n<td><code>return_shipment_created</code></td>\n</tr>\n<tr>\n<td>Return Order Arrived At Hub</td>\n<td><code>return_order_arrived_at_hub</code></td>\n</tr>\n<tr>\n<td>Return Order QC Processed</td>\n<td><code>return_order_qc_processed</code></td>\n</tr>\n<tr>\n<td>Return Order Picked Up</td>\n<td><code>return_order_picked_up</code></td>\n</tr>\n<tr>\n<td>Return Order Cancelled</td>\n<td><code>return_order_cancelled</code></td>\n</tr>\n<tr>\n<td>Return Order Completed</td>\n<td><code>return_order_completed</code></td>\n</tr>\n<tr>\n<td>Return To Origin</td>\n<td><code>return_to_origin</code></td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"98a2577d-4460-42c2-b4e6-5386cd21107b","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}}},{"name":"Return Orders","item":[{"name":"Return Shipment","item":[{"name":"Create Sales Channel Shipment","id":"918946cd-0cf7-4423-832a-d141bddc0b97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"tracking_url\": \"https://tracking.fedex.com/123456789\",\n    \"awb_number\": \"AWB123452832\",\n    \"awb_label\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/shipping/tamex/pixicommerce435/14755/55f86b562b59de7e04cc5687_awb_label.pdf\",\n    \"package_details\": {\n        \"number_of_boxes\": 1,\n        \"weight\": 1,\n        \"dimensions\": {\n            \"length\": 30,\n            \"breadth\": 20,\n            \"height\": 15\n        },\n        \"remarks\": \"Handle with care\"\n    },\n    \"courier_partner\": {\n        \"tag\": \"dhl_express\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_id/return_orders/:return_order_id/shipment","description":"<h3 id=\"add-shipment-for-return-order\">Add Shipment for Return Order</h3>\n<p>This endpoint allows the user to add a shipment for a specific return order belonging to a seller.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>tracking_url</code> (string) - The URL for tracking the shipment.</p>\n</li>\n<li><p><code>awb_number</code> (string) - The Air Waybill (AWB) number for the shipment.</p>\n</li>\n<li><p><code>awb_label</code> (string) - The URL to the AWB label for the shipment.</p>\n</li>\n<li><p><code>package_details</code> (object) - Details of the package including number of boxes, weight, dimensions, and remarks.</p>\n<ul>\n<li><p><code>number_of_boxes</code> (integer) - The number of boxes in the shipment.</p>\n</li>\n<li><p><code>weight</code> (integer) - The total weight of the shipment.</p>\n</li>\n<li><p><code>dimensions</code> (object) - The dimensions of the package including length, breadth, and height.</p>\n<ul>\n<li><p><code>length</code> (integer) - The length of the package.</p>\n</li>\n<li><p><code>breadth</code> (integer) - The breadth of the package.</p>\n</li>\n<li><p><code>height</code> (integer) - The height of the package.</p>\n</li>\n</ul>\n</li>\n<li><p><code>remarks</code> (string) - Any specific remarks for handling the package.</p>\n</li>\n</ul>\n</li>\n<li><p><code>courier_partner</code> (object) - Details of the courier partner including ID, name, tag, and logo URL.</p>\n<ul>\n<li><code>tag</code> (string) - The tag associated with the courier partner.</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["sales-channel","public","v1","tenants","sellers",":seller_id","return_orders",":return_order_id","shipment"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"VN-717","key":"seller_id"},{"type":"any","value":"RO-01062025-DMNDZ","key":"return_order_id"}]}},"response":[{"id":"6e0aefc9-9b68-4919-846e-f2f045a67d86","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"tracking_url\": \"https://tracking.fedex.com/123456789\",\n    \"awb_number\": \"AWB123452832\",\n    \"awb_label\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/shipping/tamex/pixicommerce435/14755/55f86b562b59de7e04cc5687_awb_label.pdf\",\n    \"package_details\": {\n        \"number_of_boxes\": 1,\n        \"weight\": 1,\n        \"dimensions\": {\n            \"length\": 30,\n            \"breadth\": 20,\n            \"height\": 15\n        },\n        \"remarks\": \"Handle with care\"\n    },\n    \"courier_partner\": {\n        \"tag\": \"dhl_express\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_id/return_orders/:return_order_id/shipment","host":["{{base_url}}"],"path":["sales-channel","public","v1","tenants","sellers",":seller_id","return_orders",":return_order_id","shipment"],"variable":[{"key":"seller_id","value":"VN-717"},{"key":"return_order_id","value":"RO-01062025-DMNDZ"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 01 Jun 2025 13:56:52 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"cab26cec-f8d9-4668-895d-1feaeea1829c"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Strict-Transport-Security","value":"max-age=300"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"948f377facb081cf-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": \"Return shipment created successfully\",\n    \"meta\": null\n}"}],"_postman_id":"918946cd-0cf7-4423-832a-d141bddc0b97"},{"name":"Update Sales Channel Shipment status","id":"8039e5f5-56eb-46c1-b4de-90385e9348a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"shipment_status\": \"picked_up\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_id/return_orders/:return_order_id/shipment/status","description":"<p>Allowed Shipment Status: [ picked_up, return_to_origin, cancelled]</p>\n","urlObject":{"path":["sales-channel","public","v1","tenants","sellers",":seller_id","return_orders",":return_order_id","shipment","status"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"VN-717","key":"seller_id"},{"type":"any","value":"RO-01062025-DMNDZ","key":"return_order_id"}]}},"response":[{"id":"347f4ea0-597e-4705-a7d3-7e0b322a463b","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"shipment_status\": \"picked_up\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_id/return_orders/:return_order_id/shipment/status","host":["{{base_url}}"],"path":["sales-channel","public","v1","tenants","sellers",":seller_id","return_orders",":return_order_id","shipment","status"],"variable":[{"key":"seller_id","value":"VN-717"},{"key":"return_order_id","value":"RO-01062025-DMNDZ"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 01 Jun 2025 13:57:08 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"4023b876-47f9-43ed-a05e-39134d1156d4"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Strict-Transport-Security","value":"max-age=300"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"948f37e30be0d1bc-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": \"Return shipment status updated successfully\",\n    \"meta\": null\n}"}],"_postman_id":"8039e5f5-56eb-46c1-b4de-90385e9348a8"}],"id":"53d6b841-2b44-4d17-9a99-67b9a8f589d6","_postman_id":"53d6b841-2b44-4d17-9a99-67b9a8f589d6","description":"","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}}},{"name":"Create Customer Return Order","id":"8f787366-06aa-4909-8af8-1323c33d461e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"return_order_id\" :\"priyardarshi\",    // mandatory\n    \"return_items\" : [\n        {\n            \"item_id\": \"695b52bb028d19e04e411275\",    // mandatory\n            \"return_item_id\": \"wdewd\",\n            \"sku_code\": \"SKU 31\",    // mandatory\n            \"return_quantity\": 1,\n            \"return_reasons\": [    // mandatory\n                {\n                    \"reason\": \"Small size\", \n                    \"quantity\": 1\n                }\n            ],    // optional\n            \"unit_price\": 11.4,\n            \"discount\": 1.2,\n            \"total\":10.2\n        }\n    ],\n    \"additional_charges\": [\n        {\n            \"type\": \"\",   // one of cod_fee, return_fee, return_shipment_fee\n            \"cost\": 5.00,\n            \"tax_inclusive\": true,\n            \"tax_percentage\": 10.00,\n            \"is_applied\": true\n        }\n    ]    // optional\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/orders/:order_id/return_orders","description":"<p>This API endpoint allows you to create a return order for any forward order that has been marked as <strong>Delivered</strong>.</p>\n<h4 id=\"precondition\">Precondition</h4>\n<ul>\n<li>The order must have the status <strong>Delivered</strong> to be eligible for a return.</li>\n</ul>\n<h3 id=\"field-descriptions\">Field Descriptions</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Mandatory/Optional</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>return_order_id</code></td>\n<td>string</td>\n<td>Mandatory</td>\n<td>Unique identifier for the return order.</td>\n</tr>\n<tr>\n<td><code>return_items</code></td>\n<td>array of objects</td>\n<td>Mandatory</td>\n<td>List of items being returned, including <code>item_id</code>, <code>sku_code</code>, and <code>return_quantity</code>.</td>\n</tr>\n<tr>\n<td><code>item_id</code></td>\n<td>string</td>\n<td>Mandatory</td>\n<td>Original order item ID.</td>\n</tr>\n<tr>\n<td><code>sku_code</code></td>\n<td>string</td>\n<td>Mandatory</td>\n<td>SKU code of the item being returned.</td>\n</tr>\n<tr>\n<td><code>return_quantity</code></td>\n<td>integer</td>\n<td>Mandatory</td>\n<td>Quantity of the item being returned.</td>\n</tr>\n<tr>\n<td><code>return_item_id</code></td>\n<td>string</td>\n<td>Optional</td>\n<td>Unique ID for the returned item.</td>\n</tr>\n<tr>\n<td><code>return_reasons</code></td>\n<td>array of objects</td>\n<td>Optional</td>\n<td>List of reasons for return, with each entry specifying <code>reason</code> and <code>quantity</code>.</td>\n</tr>\n<tr>\n<td><code>unit_price</code></td>\n<td>float</td>\n<td>Optional</td>\n<td>Price per unit of the item.</td>\n</tr>\n<tr>\n<td><code>discount</code></td>\n<td>float</td>\n<td>Optional</td>\n<td>Discount applied to the item.</td>\n</tr>\n<tr>\n<td><code>total</code></td>\n<td>float</td>\n<td>Optional</td>\n<td>Total price for the returned quantity.</td>\n</tr>\n<tr>\n<td><code>additional_charges</code></td>\n<td>array of objects</td>\n<td>Optional</td>\n<td>List of additional charges applied to the return, including the <code>type</code>, <code>cost</code>, <code>tax_inclusive</code>, etc.</td>\n</tr>\n<tr>\n<td><code>type</code></td>\n<td>string</td>\n<td>Optional</td>\n<td>Type of charge, one of <code>cod_fee</code>, <code>return_fee</code>, <code>return_shipment_fee</code>.</td>\n</tr>\n<tr>\n<td><code>cost</code></td>\n<td>float</td>\n<td>Optional</td>\n<td>The cost of the additional charge.</td>\n</tr>\n<tr>\n<td><code>tax_inclusive</code></td>\n<td>boolean</td>\n<td>Optional</td>\n<td>Whether the charge includes tax.</td>\n</tr>\n<tr>\n<td><code>tax_percentage</code></td>\n<td>float</td>\n<td>Optional</td>\n<td>Tax percentage applied to the additional charge.</td>\n</tr>\n<tr>\n<td><code>is_applied</code></td>\n<td>boolean</td>\n<td>Optional</td>\n<td>Whether the additional charge is applied to the return.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response\">Response</h4>\n<p>The response will include the details of the created return order, including the return order ID, return items, and any additional charges applied.</p>\n<h4 id=\"notes\">Notes</h4>\n<ul>\n<li><p><code>return_order_id</code> and the fields inside <code>return_items</code> marked as <strong>mandatory</strong> must always be provided.</p>\n</li>\n<li><p>Optional fields can be included based on business requirements (e.g., specifying return reasons or applying additional charges).</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"path":["sales-channel","public","v1","tenants","sellers",":seller_code","orders",":order_id","return_orders"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"Test-1234","key":"seller_code"},{"type":"any","value":"67b2f505068c2df402e6b491","key":"order_id"}]}},"response":[{"id":"2d3d4e4a-73e4-4e84-a857-870ec52564a4","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"return_order_id\" :\"priyardarshi\",\n    \"return_items\" : [\n        {\n            \"item_id\": \"695b52bb028d19e04e411275\",\n            \"return_item_id\": \"wdewd\",\n            \"sku_code\": \"SKU 31\",\n            \"return_quantity\": 1,\n            \"return_reasons\": [\n                {\n                    \"reason\": \"Small size\", \n                    \"quantity\": 1\n                }\n            ],\n            \"unit_price\": 11.4,\n            \"discount\": 1.2,\n            \"total\":10.2\n        }\n    ],\n    \"additional_charges\": [\n        {\n            \"type\": \"cod_fee\",\n            \"cost\": 5.00,\n            \"tax_inclusive\": true,\n            \"tax_percentage\": 10.00,\n            \"is_applied\": true\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/orders/:order_id/return_orders","host":["{{base_url}}"],"path":["sales-channel","public","v1","tenants","sellers",":seller_code","orders",":order_id","return_orders"],"variable":[{"key":"seller_code","value":"12"},{"key":"order_id","value":"695b52bb028d19e04e411276"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 24 Feb 2025 05:38:39 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"89a093d5-fa63-47cf-82d5-ee73c1ccf599"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Strict-Transport-Security","value":"max-age=300"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"916d1c514e9659cc-DEL"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"id\": \"6968871d8749df9f7ee085c7\",\n        \"return_order_id\": \"priyardarshi\",\n        \"order_id\": \"695b52bb028d19e04e411276\",\n        \"seller_name\": \"21\",\n        \"type\": \"Customer Return\",\n        \"source\": \"Sales Channel\",\n        \"customer\": {\n            \"first_name\": \"mostafa test 1\",\n            \"mobile\": \"+20-1090275531\",\n            \"mobile_code\": \"+20\",\n            \"email\": \"mostafa.atallah1998@gmail.com\"\n        },\n        \"order_reference_id\": \"B2C_1767592635639912778_495\",\n        \"order_items\": [\n            {\n                \"seller_sku_code\": \"SKU 31\",\n                \"seller_sku\": {\n                    \"name\": \"SKU 31\",\n                    \"description\": \"\",\n                    \"seller_sku_code\": \"SKU 31\",\n                    \"handling_type\": \"\",\n                    \"type\": \"simple\",\n                    \"barcodes\": [\n                        \"SKU 31\",\n                        \"sku31\"\n                    ],\n                    \"cost\": 0,\n                    \"retail_price\": 399,\n                    \"cutoff_price\": 0,\n                    \"is_perishable\": true,\n                    \"country_of_origin\": \"Saudi Arabia\"\n                },\n                \"item_barcodes\": [\n                    \"SKU 31\",\n                    \"sku31\"\n                ],\n                \"return_reason\": \"\",\n                \"return_reasons\": [\n                    {\n                        \"reason\": \"Small size\",\n                        \"quantity\": 1\n                    }\n                ],\n                \"unit_price\": 310.22,\n                \"selling_price\": 310.22,\n                \"total\": 10.2,\n                \"refunded_quantity\": 0,\n                \"returned_quantity\": 27,\n                \"delivered_quantity\": 50,\n                \"return_quantity\": 1,\n                \"return_weight\": {},\n                \"display_return_weight\": \"\",\n                \"is_weighted\": false,\n                \"discount\": 1.2,\n                \"tax\": 1939,\n                \"tax_percent\": 12.5\n            }\n        ],\n        \"total_return_quantity\": 1,\n        \"total_sku_count\": 1,\n        \"returned_quantity\": 27,\n        \"delivered_quantity\": 50,\n        \"total\": 10.2,\n        \"pickup_address\": {\n            \"address1\": \"mm\",\n            \"address2\": \"m\",\n            \"city\": \"6th of october( al-tawsa'at al-shamaliya - tareeq al-wahat)\",\n            \"country\": \"Egypt\",\n            \"first_name\": \"mostafa test 1\",\n            \"last_name\": \"\",\n            \"phone\": \"+20-1090275531\",\n            \"email\": \"\",\n            \"state\": \"\",\n            \"area\": \"\",\n            \"zip\": \"\",\n            \"state_code\": \"\",\n            \"country_code\": \"EG\",\n            \"latitude\": 0,\n            \"longitude\": 0,\n            \"national_address_code\": \"\"\n        },\n        \"status\": \"Initiated\",\n        \"refund_status\": \"Pending\",\n        \"qc_fail_reasons\": [\n            {\n                \"key\": \"item_damaged\",\n                \"display_name\": \"Item Damaged\"\n            },\n            {\n                \"key\": \"color_faded\",\n                \"display_name\": \"Color Faded\"\n            },\n            {\n                \"key\": \"item_not_received\",\n                \"display_name\": \"Item Not Received\"\n            }\n        ],\n        \"oms_qc_status\": \"Pending\",\n        \"shipment\": {\n            \"delivery_status\": \"\",\n            \"shipping_account\": {\n                \"id\": \"\",\n                \"name\": \"\"\n            },\n            \"courier_partner\": {\n                \"id\": 0,\n                \"name\": \"\",\n                \"tag\": \"\",\n                \"logo\": \"\"\n            }\n        },\n        \"order_created_at\": \"2026-01-05T05:57:15.732Z\",\n        \"order_delivered_at\": \"2026-01-05T06:07:11.216Z\",\n        \"payment_method\": \"prepaid\",\n        \"invoice\": {\n            \"currency\": \"BHD\",\n            \"subtotal\": 310.22,\n            \"shipping_price\": 0,\n            \"shipping_refund\": 0,\n            \"tax\": 1939,\n            \"discount\": 1.2,\n            \"total\": 2243.02,\n            \"total_paid\": 0,\n            \"total_due\": 0,\n            \"shipping_tax\": 0,\n            \"sub_total_tax_inclusive\": false,\n            \"sub_total_discount_inclusive\": false,\n            \"shipping_tax_inclusive\": false,\n            \"shipping_discount_inclusive\": false,\n            \"additional_charges\": [\n                {\n                    \"type\": \"cod_fee\",\n                    \"cost\": 5,\n                    \"cost_without_tax\": 4.55,\n                    \"tax_amount\": 0.45,\n                    \"tax_inclusive\": true,\n                    \"tax_percentage\": 10,\n                    \"is_applied\": true,\n                    \"discount_amount\": 0\n                }\n            ],\n            \"attachments\": null,\n            \"exchange_rate\": {\n                \"order_currency\": \"\",\n                \"store_currency\": \"\",\n                \"rate\": 0\n            }\n        }\n    },\n    \"meta\": null\n}"}],"_postman_id":"8f787366-06aa-4909-8af8-1323c33d461e"},{"name":"Create Courier Partner Return Order","id":"6f7f29de-26dc-4e34-be30-3fb124ca4ff7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"return_order_id\" :\"ret1234\" // required field\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/orders/:order_id/return_orders/courier","description":"<p>This API endpoint allows you to create a return order for any forward order that has been marked as <strong>Return To Origin</strong>.</p>\n<h4 id=\"precondition\">Precondition</h4>\n<ul>\n<li>The order must have the status <strong>Return To Origin</strong> to be eligible for a return.</li>\n</ul>\n<h3 id=\"field-descriptions\">Field Descriptions</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Mandatory/Optional</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>return_order_id</code></td>\n<td>string</td>\n<td>Mandatory</td>\n<td>Unique identifier for the return order.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"notes\">Notes</h4>\n<ul>\n<li><code>return_order_id</code> must always be provided.</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"path":["sales-channel","public","v1","tenants","sellers",":seller_code","orders",":order_id","return_orders","courier"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"974","key":"seller_code"},{"type":"any","value":"6925674f0f59ef2b01a27dd0","key":"order_id"}]}},"response":[{"id":"00c4cfee-8e04-4bb5-8f65-4ef550a7f82f","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"return_order_id\" :\"ret1234\" // required field\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/orders/:order_id/return_orders/courier","host":["{{base_url}}"],"path":["sales-channel","public","v1","tenants","sellers",":seller_code","orders",":order_id","return_orders","courier"],"variable":[{"key":"seller_code","value":"974"},{"key":"order_id","value":"6925674f0f59ef2b01a27dd0"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Tue, 25 Nov 2025 08:32:13 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"ee719914-d867-462a-a0b2-6d6c8864dc27"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Content-Encoding","value":"br"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"9a3fcb500e417eaa-MAA"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"message\": \"Courier Return Created Successfully\"\n    },\n    \"meta\": null\n}"}],"_postman_id":"6f7f29de-26dc-4e34-be30-3fb124ca4ff7"},{"name":"Get Return Orders","id":"352f46d9-7bce-4e9f-8844-79b5f2128c51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/return_orders/?page=1&per_page=3","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"path":["sales-channel","public","v1","tenants","sellers",":seller_code","return_orders",""],"host":["{{base_url}}"],"query":[{"description":{"content":"<p>Page number of response</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Number of responses per page</p>\n","type":"text/plain"},"key":"per_page","value":"3"},{"disabled":true,"description":{"content":"<p>single value </p>\n","type":"text/plain"},"key":"return_order_id","value":"r-pos-SHUBHRAIPHONE15-1"},{"disabled":true,"description":{"content":"<p>multiple values</p>\n","type":"text/plain"},"key":"return_order_ids","value":"RO-13022025-XPNDS54"},{"disabled":true,"description":{"content":"<p>Forward order alias</p>\n","type":"text/plain"},"key":"order_alias","value":"10262"},{"disabled":true,"description":{"content":"<p>Omniful Return order id</p>\n","type":"text/plain"},"key":"id","value":"67bc05df6412a6fcb2da2dba"},{"disabled":true,"description":{"content":"<p>Sales Channel Forward Order Id</p>\n","type":"text/plain"},"key":"order_id","value":"B2C_8796907607607"},{"disabled":true,"description":{"content":"<p>Customer's Mobile Number</p>\n","type":"text/plain"},"key":"customer_mobile","value":"+966-123489723"}],"variable":[{"description":{"content":"<p>Unique identifier of seller</p>\n","type":"text/plain"},"type":"any","value":"Test-123","key":"seller_code"}]}},"response":[{"id":"f99d31da-56b4-4308-bb2a-ff4a881496d6","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/return_orders","host":["{{base_url}}"],"path":["sales-channel","public","v1","tenants","sellers",":seller_code","return_orders"],"query":[{"key":"return_order_id","value":"r-pos-SHUBHRAIPHONE15-1","description":"single value","disabled":true},{"key":"return_order_ids","value":"RO-13022025-XPNDS54","description":"multiple values","disabled":true}],"variable":[{"key":"seller_code","value":"Test-1234"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 24 Feb 2025 05:38:43 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"63fa4770-e74d-4deb-865d-ead0f499b0ad"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Strict-Transport-Security","value":"max-age=300"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"916d1c6d9f7359cc-DEL"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": [\n        {\n            \"id\": \"697812226b6800a476f14843\",\n            \"return_order_id\": \"RO-27012026-XWPXR\",\n            \"order_id\": \"697810ff6b6800a476f1483d\",\n            \"seller_name\": \"Sanat\",\n            \"type\": \"Customer Return\",\n            \"source\": \"Manual\",\n            \"customer\": {\n                \"first_name\": \"Sanat\",\n                \"last_name\": \"Smith\",\n                \"mobile\": \"+966-541234561\",\n                \"mobile_code\": \"+966\",\n                \"email\": \"sjsanat@gmail.com\"\n            },\n            \"order_reference_id\": \"B2C_1769476351032397077_533\",\n            \"hub_code\": \"132\",\n            \"total_return_quantity\": 1,\n            \"total_sku_count\": 1,\n            \"delivered_quantity\": 1,\n            \"total\": 120,\n            \"pickup_address\": {\n                \"address1\": \"456 Oak Avenue\",\n                \"address2\": \"Apartment 1\",\n                \"city\": \"\",\n                \"country\": \"Saudi Arabia\",\n                \"first_name\": \"Sanat\",\n                \"last_name\": \"Smith\",\n                \"phone\": \"+966-541234561\",\n                \"email\": \"\",\n                \"state\": \"\",\n                \"area\": \"\",\n                \"zip\": \"SA56789\",\n                \"state_code\": \"\",\n                \"country_code\": \"SA\",\n                \"latitude\": 0,\n                \"longitude\": 0,\n                \"national_address_code\": \"SA123\"\n            },\n            \"status\": \"Initiated\",\n            \"refund_status\": \"Pending\",\n            \"qc_fail_reasons\": [\n                {\n                    \"key\": \"item_damaged\",\n                    \"display_name\": \"Item Damaged\"\n                },\n                {\n                    \"key\": \"color_faded\",\n                    \"display_name\": \"Color Faded\"\n                },\n                {\n                    \"key\": \"item_not_received\",\n                    \"display_name\": \"Item Not Received\"\n                }\n            ],\n            \"oms_qc_status\": \"Pending\",\n            \"shipment\": {\n                \"delivery_status\": \"\",\n                \"shipping_account\": {\n                    \"id\": \"\",\n                    \"name\": \"\"\n                },\n                \"courier_partner\": {\n                    \"id\": 0,\n                    \"name\": \"\",\n                    \"tag\": \"\",\n                    \"logo\": \"\"\n                }\n            },\n            \"order_created_at\": \"2026-01-27T01:12:31.311Z\",\n            \"order_delivered_at\": \"2026-01-27T01:16:57.141Z\",\n            \"payment_method\": \"prepaid\",\n            \"invoice\": {\n                \"currency\": \"SAR\",\n                \"subtotal\": 104.35,\n                \"shipping_price\": 0,\n                \"shipping_refund\": 0,\n                \"tax\": 15.65,\n                \"discount\": 0,\n                \"total\": 120,\n                \"total_paid\": 0,\n                \"total_due\": 0,\n                \"shipping_tax\": 0,\n                \"sub_total_tax_inclusive\": false,\n                \"sub_total_discount_inclusive\": false,\n                \"shipping_tax_inclusive\": false,\n                \"shipping_discount_inclusive\": false,\n                \"additional_charges\": [\n                    {\n                        \"type\": \"return_fee\",\n                        \"cost\": 0,\n                        \"cost_without_tax\": 0,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false,\n                        \"discount_amount\": 0\n                    },\n                    {\n                        \"type\": \"return_shipment_fee\",\n                        \"cost\": 0,\n                        \"cost_without_tax\": 0,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false,\n                        \"discount_amount\": 0\n                    }\n                ],\n                \"attachments\": null,\n                \"exchange_rate\": {\n                    \"order_currency\": \"\",\n                    \"store_currency\": \"\",\n                    \"rate\": 0\n                }\n            }\n        }\n    ],\n    \"meta\": {\n        \"current_page\": 1,\n        \"last_page\": 1,\n        \"per_page\": 20,\n        \"total\": 1\n    }\n}"},{"id":"558cfbe2-4728-47ce-be25-554f2e9e17a3","name":"Success (With Return Order Id Filter)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/return_orders/?page=1&per_page=3&return_order_id=RO-09122025-VQDRJ","host":["{{base_url}}"],"path":["sales-channel","public","v1","tenants","sellers",":seller_code","return_orders",""],"query":[{"key":"page","value":"1","description":"Page number of response"},{"key":"per_page","value":"3","description":"Number of responses per page"},{"key":"return_order_id","value":"RO-09122025-VQDRJ","description":"single value "},{"key":"return_order_ids","value":"RO-13022025-XPNDS54","description":"multiple values","disabled":true},{"key":"order_alias","value":"10262","description":"Forward order alias","type":"text","disabled":true},{"key":"id","value":"67bc05df6412a6fcb2da2dba","description":"Omniful Return order id","type":"text","disabled":true},{"key":"order_id","value":"B2C_8796907607607","description":"Sales Channel Forward Order Id","type":"text","disabled":true},{"key":"customer_mobile","value":"+966-123489723","description":"Customer's Mobile Number","type":"text","disabled":true}],"variable":[{"key":"seller_code","value":"Test-123","description":"Unique identifier of seller"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": [\n        {\n            \"id\": \"6937c549a18cfeca13738540\",\n            \"return_order_id\": \"RO-09122025-VQDRJ\",\n            \"order_id\": \"691c0cdf8b15d97a2bbb5077\",\n            \"seller_name\": \"Sanat\",\n            \"type\": \"Customer Return\",\n            \"source\": \"Manual\",\n            \"customer\": {\n                \"first_name\": \"sanat sj\",\n                \"mobile\": \"+91-7667624221\",\n                \"email\": \"sjsanat@gmail.com\"\n            },\n            \"order_reference_id\": \"B2B_1763445983462079949_525\",\n            \"hub_code\": \"132\",\n            \"total_return_quantity\": 5,\n            \"total_sku_count\": 1,\n            \"delivered_quantity\": 5,\n            \"total\": 600.01,\n            \"pickup_address\": {\n                \"address1\": \"Gurgaon\",\n                \"address2\": \"\",\n                \"city\": \"Gurgaon\",\n                \"country\": \"India\",\n                \"first_name\": \"sanat sj\",\n                \"last_name\": \"\",\n                \"phone\": \"+91-7667624221\",\n                \"email\": \"\",\n                \"state\": \"\",\n                \"area\": \"\",\n                \"zip\": \"\",\n                \"state_code\": \"HR\",\n                \"country_code\": \"IN\",\n                \"latitude\": 0,\n                \"longitude\": 0,\n                \"national_address_code\": \"\"\n            },\n            \"status\": \"Return Shipment Created\",\n            \"refund_status\": \"Pending\",\n            \"qc_fail_reasons\": [\n                {\n                    \"key\": \"item_not_received\",\n                    \"display_name\": \"Item Not Received\"\n                },\n                {\n                    \"key\": \"item_damaged\",\n                    \"display_name\": \"Item Damaged\"\n                },\n                {\n                    \"key\": \"color_faded\",\n                    \"display_name\": \"Color Faded\"\n                }\n            ],\n            \"oms_qc_status\": \"Pending\",\n            \"shipment_created\": true,\n            \"is_shipment_created\": true,\n            \"print_awb_allowed\": true,\n            \"shipment\": {\n                \"shipment_order_id\": \"698ed00f5946202a532f8a3e\",\n                \"awb_number\": \"9876543789087654\",\n                \"shipping_partner_status\": \"ready_for_pickup\",\n                \"delivery_status\": \"\",\n                \"awb_label\": \"https://cdn.salla.sa/bwlle/shipping-policy/138356829-dTLTNMzjV7Jug2x187cBz0j6EDBa5fDXq5ORRrEu.pdf\",\n                \"shipping_partner_tag\": \"manual\",\n                \"shipping_partner_name\": \"Manual\",\n                \"tracking_url\": \"https://ajex.phptest.aj-ex.com/tracking?tracking_number=AJA900000097837\",\n                \"shipping_account\": {\n                    \"id\": \"\",\n                    \"name\": \"\"\n                },\n                \"courier_partner\": {\n                    \"id\": 0,\n                    \"name\": \"\",\n                    \"tag\": \"\",\n                    \"logo\": \"\"\n                }\n            },\n            \"order_created_at\": \"2025-11-18T06:06:23.488Z\",\n            \"order_delivered_at\": \"2025-12-03T06:46:58.985Z\",\n            \"payment_method\": \"prepaid\",\n            \"invoice\": {\n                \"currency\": \"SAR\",\n                \"subtotal\": 521.75,\n                \"shipping_price\": 0,\n                \"shipping_refund\": 0,\n                \"tax\": 78.26,\n                \"discount\": 0,\n                \"total\": 600.01,\n                \"total_paid\": 0,\n                \"total_due\": 0,\n                \"shipping_tax\": 0,\n                \"sub_total_tax_inclusive\": false,\n                \"sub_total_discount_inclusive\": false,\n                \"shipping_tax_inclusive\": false,\n                \"shipping_discount_inclusive\": false,\n                \"additional_charges\": [\n                    {\n                        \"type\": \"return_fee\",\n                        \"cost\": 0,\n                        \"cost_without_tax\": 0,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false,\n                        \"discount_amount\": 0\n                    },\n                    {\n                        \"type\": \"return_shipment_fee\",\n                        \"cost\": 0,\n                        \"cost_without_tax\": 0,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false,\n                        \"discount_amount\": 0\n                    }\n                ],\n                \"attachments\": null,\n                \"exchange_rate\": {\n                    \"order_currency\": \"\",\n                    \"store_currency\": \"\",\n                    \"rate\": 0\n                }\n            }\n        }\n    ],\n    \"meta\": {\n        \"current_page\": 1,\n        \"last_page\": 1,\n        \"per_page\": 20,\n        \"total\": 1\n    }\n}"}],"_postman_id":"352f46d9-7bce-4e9f-8844-79b5f2128c51"}],"id":"82648227-13b4-4354-b043-cc4ef80dd55a","_postman_id":"82648227-13b4-4354-b043-cc4ef80dd55a","description":"","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}}},{"name":"Inventory","item":[{"name":"Push Inventory","id":"9f7ceacf-6e74-4361-9457-541c221fbcb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"sku_detail\": [\n        {\n            \"sku_code\": \"sku-srv\",\n            \"quantity\": 10\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/tenants/hubs/:hub_code/sellers/:seller_code/inventory","description":"<h2 id=\"push-hub-inventory\">Push Hub Inventory</h2>\n<p>This endpoint allows you to update the inventory corresponding to a specific seller and hub. By providing the seller's unique code and the hub's unique code, you can modify the available quantities of skus of that seller in that hub.</p>\n<p>This route can only be used for hubs which are location-inventory off.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><strong>Method</strong>: PUT</li>\n<li><strong>Endpoint</strong>: <code>{{base_url}}/sales-channel/public/v1/tenants/hubs/:hub_code/sellers/:seller_code/inventory</code></li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request body must be in JSON format and should contain the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"sku_detail\": [\n    {\n      \"sku_code\": \"string\",   // The unique code for the SKU (Stock Keeping Unit)\n      \"quantity\": integer      // The quantity of the SKU to be updated in the inventory\n    }\n  ]\n}\n\n</code></pre>\n<ul>\n<li><strong>sku_detail</strong>: An array of objects, each representing a SKU and its associated quantity.<ul>\n<li><strong>sku_code</strong>: A string that identifies the SKU.</li>\n<li><strong>quantity</strong>: An integer that specifies the amount of the SKU being added or updated.</li>\n</ul>\n</li>\n<li>Max 200 skus are allowed in the payload of each request.</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response will typically include a confirmation of the update, along with the failed skus with reasons.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"path":["sales-channel","public","v1","tenants","hubs",":hub_code","sellers",":seller_code","inventory"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"HUB-2020","key":"hub_code"},{"type":"any","value":"MUL-TEN-SELLER-1","key":"seller_code"}]}},"response":[{"id":"c93f4eff-dfad-4812-81cb-8e9b2a588352","name":"Success","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"sku_detail\": [\n        {\n            \"sku_code\": \"sku-srv\",\n            \"quantity\": 1000\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{omniful_dev_url}}/sales-channel/public/v1/tenants/hubs/:hub_code/sellers/:seller_code/inventory","host":["{{omniful_dev_url}}"],"path":["sales-channel","public","v1","tenants","hubs",":hub_code","sellers",":seller_code","inventory"],"variable":[{"key":"hub_code","value":"HUB-2020"},{"key":"seller_code","value":"MUL-TEN-SELLER-1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 26 Jun 2025 10:36:22 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"x-omniful-request-id","value":"b976d32c-436f-4031-aaf3-7e9b8798df77"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Strict-Transport-Security","value":"max-age=300"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"955c1029ef4a8e90-DEL"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"failed_skus\": null\n    },\n    \"meta\": null\n}"},{"id":"92d2ca24-770d-40a5-beae-e72e43d6d993","name":"Wrong SKU","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"sku_detail\": [\n        {\n            \"sku_code\": \"sku-sr\",\n            \"quantity\": 1000\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{omniful_dev_url}}/sales-channel/public/v1/tenants/hubs/:hub_code/sellers/:seller_code/inventory","host":["{{omniful_dev_url}}"],"path":["sales-channel","public","v1","tenants","hubs",":hub_code","sellers",":seller_code","inventory"],"variable":[{"key":"hub_code","value":"HUB-2020"},{"key":"seller_code","value":"MUL-TEN-SELLER-1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 26 Jun 2025 10:37:31 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"x-omniful-request-id","value":"a95e4ce0-c8c3-4a83-8fac-efff9db98cd5"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Strict-Transport-Security","value":"max-age=300"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"955c11dee9635514-DEL"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"failed_skus\": [\n            {\n                \"sku_codes\": [\n                    \"sku-sr\"\n                ],\n                \"reason\": \"SKU not found\"\n            }\n        ]\n    },\n    \"meta\": null\n}"}],"_postman_id":"9f7ceacf-6e74-4361-9457-541c221fbcb4"},{"name":"Get Hub Inventory","id":"80663936-ff98-4454-9ae5-b7e61e57661a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/sales-channel/public/v1/tenants/hubs/:hub_code/inventory?sku_code=parle-g&updated_from=2025-03-02 15:04:05&updated_to=2025-03-04 15:04:05&timezone=UTC","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"path":["sales-channel","public","v1","tenants","hubs",":hub_code","inventory"],"host":["{{base_url}}"],"query":[{"disabled":true,"key":"seller_code","value":"SG-333"},{"key":"sku_code","value":"parle-g"},{"disabled":true,"key":"sku_codes","value":""},{"description":{"content":"<p>Use this parameter to specify the starting date and time from which you want to retrieve inventory updates. This helps you fetch inventory changes from a specific point in time. (Format: YYYY-MM-DD HH:MM:SS)\nNote: This value is required to apply filter If this value is provided empty then filter will not be applied.</p>\n","type":"text/plain"},"key":"updated_from","value":"2025-03-02 15:04:05"},{"description":{"content":"<p>Use this parameter to define the end date and time until which you want to fetch inventory updates. This ensures you retrieve inventory data within a specific time range. (Format: YYYY-MM-DD HH:MM:SS)</p>\n","type":"text/plain"},"key":"updated_to","value":"2025-03-04 15:04:05"},{"description":{"content":"<p>Specify the timezone in which you want the inventory update timestamps to be returned. If no timezone is provided, the system defaults to UTC. Example: Asia/Riyadh.</p>\n","type":"text/plain"},"key":"timezone","value":"UTC"}],"variable":[{"type":"any","value":"ONLS","key":"hub_code"}]}},"response":[{"id":"94117169-4eea-4bb6-9834-a3c4afc7a67a","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/sales-channel/public/v1/tenants/hubs/:hub_code/inventory","host":["{{base_url}}"],"path":["sales-channel","public","v1","tenants","hubs",":hub_code","inventory"],"query":[{"key":"seller_code","value":"SG-333","disabled":true},{"key":"sku_code","value":"parle-g","disabled":true},{"key":"sku_codes","value":"","disabled":true}],"variable":[{"key":"hub_code","value":"ONLS"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 25 Feb 2025 05:56:32 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"1e046036-a10e-42f3-8eff-84792f85db5d"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"917573da8ea6c578-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": [\n        {\n            \"hub_code\": \"ONLS\",\n            \"sku_code\": \"parle-g\",\n            \"available_quantity\": 231111113,\n            \"sku_name\": \"Parle G\",\n            \"quantity_on_hand\": 231111113,\n            \"quantity_reserved\": 0,\n            \"uom\": \"ea\",\n            \"quantity_location_pass_inventory_sum\": 0,\n            \"quantity_location_fail_inventory_sum\": 0,\n            \"seller\": {\n                \"code\": \"12\",\n                \"name\": \"21\"\n            }\n        },\n        {\n            \"hub_code\": \"ONLS\",\n            \"sku_code\": \"iphone-new-test-2\",\n            \"available_quantity\": 0,\n            \"sku_name\": \"Iphone 15 Edited\",\n            \"quantity_on_hand\": 0,\n            \"quantity_reserved\": 0,\n            \"uom\": \"ea\",\n            \"quantity_location_pass_inventory_sum\": 0,\n            \"quantity_location_fail_inventory_sum\": 0,\n            \"seller\": {\n                \"code\": \"12\",\n                \"name\": \"21\"\n            }\n        },\n        {\n            \"hub_code\": \"ONLS\",\n            \"sku_code\": \"sku-1002\",\n            \"available_quantity\": 0,\n            \"sku_name\": \"sku-1002\",\n            \"quantity_on_hand\": 0,\n            \"quantity_reserved\": 0,\n            \"uom\": \"ea\",\n            \"quantity_location_pass_inventory_sum\": 0,\n            \"quantity_location_fail_inventory_sum\": 0,\n            \"seller\": {\n                \"code\": \"12\",\n                \"name\": \"21\"\n            }\n        },\n        {\n            \"hub_code\": \"ONLS\",\n            \"sku_code\": \"sku-1001\",\n            \"available_quantity\": 999,\n            \"sku_name\": \"sku-1001\",\n            \"quantity_on_hand\": 1000,\n            \"quantity_reserved\": 0,\n            \"uom\": \"ea\",\n            \"quantity_location_pass_inventory_sum\": 0,\n            \"quantity_location_fail_inventory_sum\": 0,\n            \"seller\": {\n                \"code\": \"12\",\n                \"name\": \"21\"\n            }\n        },\n        {\n            \"hub_code\": \"ONLS\",\n            \"sku_code\": \"Z.611660.172017648074509\",\n            \"available_quantity\": 150,\n            \"sku_name\": \"empower_test\",\n            \"quantity_on_hand\": 152,\n            \"quantity_reserved\": 0,\n            \"uom\": \"ea\",\n            \"quantity_location_pass_inventory_sum\": 0,\n            \"quantity_location_fail_inventory_sum\": 0,\n            \"seller\": {\n                \"code\": \"12\",\n                \"name\": \"21\"\n            }\n        },\n        {\n            \"hub_code\": \"ONLS\",\n            \"sku_code\": \"Z.561389.17200858404338217\",\n            \"available_quantity\": 298,\n            \"sku_name\": \"fast_hub_test\",\n            \"quantity_on_hand\": 300,\n            \"quantity_reserved\": 0,\n            \"uom\": \"ea\",\n            \"quantity_location_pass_inventory_sum\": 0,\n            \"quantity_location_fail_inventory_sum\": 0,\n            \"seller\": {\n                \"code\": \"12\",\n                \"name\": \"21\"\n            }\n        },\n        {\n            \"hub_code\": \"ONLS\",\n            \"sku_code\": \"sku-1234\",\n            \"available_quantity\": 1000,\n            \"sku_name\": \"sku-1234\",\n            \"quantity_on_hand\": 1000,\n            \"quantity_reserved\": 0,\n            \"uom\": \"ea\",\n            \"quantity_location_pass_inventory_sum\": 0,\n            \"quantity_location_fail_inventory_sum\": 0,\n            \"seller\": {\n                \"code\": \"12\",\n                \"name\": \"21\"\n            }\n        },\n        {\n            \"hub_code\": \"ONLS\",\n            \"sku_code\": \"SKU-1001\",\n            \"available_quantity\": 0,\n            \"sku_name\": \"Name555566\",\n            \"quantity_on_hand\": 0,\n            \"quantity_reserved\": 0,\n            \"uom\": \"\",\n            \"quantity_location_pass_inventory_sum\": 0,\n            \"quantity_location_fail_inventory_sum\": 0,\n            \"seller\": {\n                \"code\": \"12\",\n                \"name\": \"21\"\n            }\n        },\n        {\n            \"hub_code\": \"ONLS\",\n            \"sku_code\": \"1108322\",\n            \"available_quantity\": 56473,\n            \"sku_name\": \"Jean Paul Gaultier Gaultier Divine Eau de Parfum 100ml\",\n            \"quantity_on_hand\": 56475,\n            \"quantity_reserved\": 0,\n            \"uom\": \"ea\",\n            \"quantity_location_pass_inventory_sum\": 0,\n            \"quantity_location_fail_inventory_sum\": 0,\n            \"seller\": {\n                \"code\": \"12\",\n                \"name\": \"21\"\n            }\n        },\n        {\n            \"hub_code\": \"ONLS\",\n            \"sku_code\": \"1108448\",\n            \"available_quantity\": 1107,\n            \"sku_name\": \"Gucci Bloom Eau de Parfum 100ml\",\n            \"quantity_on_hand\": 1111,\n            \"quantity_reserved\": 0,\n            \"uom\": \"ea\",\n            \"quantity_location_pass_inventory_sum\": 0,\n            \"quantity_location_fail_inventory_sum\": 0,\n            \"seller\": {\n                \"code\": \"12\",\n                \"name\": \"21\"\n            }\n        },\n        {\n            \"hub_code\": \"ONLS\",\n            \"sku_code\": \"newproduct\",\n            \"available_quantity\": 297,\n            \"sku_name\": \"Smart LED TV7\",\n            \"quantity_on_hand\": 298,\n            \"quantity_reserved\": 0,\n            \"uom\": \"ea\",\n            \"quantity_location_pass_inventory_sum\": 0,\n            \"quantity_location_fail_inventory_sum\": 0,\n            \"seller\": {\n                \"code\": \"12\",\n                \"name\": \"21\"\n            }\n        },\n        {\n            \"hub_code\": \"ONLS\",\n            \"sku_code\": \"testsku001\",\n            \"available_quantity\": 96,\n            \"sku_name\": \"testsku001\",\n            \"quantity_on_hand\": 99,\n            \"quantity_reserved\": 0,\n            \"uom\": \"ea\",\n            \"quantity_location_pass_inventory_sum\": 0,\n            \"quantity_location_fail_inventory_sum\": 0\n        },\n        {\n            \"hub_code\": \"ONLS\",\n            \"sku_code\": \"TEST001\",\n            \"available_quantity\": 8,\n            \"sku_name\": \"Timex Multifunction Timeplece\",\n            \"quantity_on_hand\": 10,\n            \"quantity_reserved\": 0,\n            \"uom\": \"ea\",\n            \"quantity_location_pass_inventory_sum\": 0,\n            \"quantity_location_fail_inventory_sum\": 0,\n            \"seller\": {\n                \"code\": \"12\",\n                \"name\": \"21\"\n            }\n        },\n        {\n            \"hub_code\": \"ONLS\",\n            \"sku_code\": \"COD\",\n            \"available_quantity\": -227,\n            \"sku_name\": \"Cash On Delivery\",\n            \"quantity_on_hand\": -227,\n            \"quantity_reserved\": 0,\n            \"uom\": \"ea\",\n            \"quantity_location_pass_inventory_sum\": 0,\n            \"quantity_location_fail_inventory_sum\": 0,\n            \"seller\": {\n                \"code\": \"12\",\n                \"name\": \"21\"\n            }\n        },\n        {\n            \"hub_code\": \"ONLS\",\n            \"sku_code\": \"8004419\",\n            \"available_quantity\": 1000,\n            \"sku_name\": \"Lego 2 Blue Gel Pen with Minifigure\",\n            \"quantity_on_hand\": 1000,\n            \"quantity_reserved\": 0,\n            \"uom\": \"ea\",\n            \"quantity_location_pass_inventory_sum\": 0,\n            \"quantity_location_fail_inventory_sum\": 0,\n            \"seller\": {\n                \"code\": \"12\",\n                \"name\": \"21\"\n            }\n        },\n        {\n            \"hub_code\": \"ONLS\",\n            \"sku_code\": \"8004137\",\n            \"available_quantity\": 0,\n            \"sku_name\": \"Pabobo Kid'Sleep Moon\",\n            \"quantity_on_hand\": 0,\n            \"quantity_reserved\": 0,\n            \"uom\": \"ea\",\n            \"quantity_location_pass_inventory_sum\": 0,\n            \"quantity_location_fail_inventory_sum\": 0,\n            \"seller\": {\n                \"code\": \"12\",\n                \"name\": \"21\"\n            }\n        },\n        {\n            \"hub_code\": \"ONLS\",\n            \"sku_code\": \"8001417\",\n            \"available_quantity\": 0,\n            \"sku_name\": \"DISNEY FROZEN LCD WATCH\",\n            \"quantity_on_hand\": 0,\n            \"quantity_reserved\": 0,\n            \"uom\": \"ea\",\n            \"quantity_location_pass_inventory_sum\": 0,\n            \"quantity_location_fail_inventory_sum\": 0,\n            \"seller\": {\n                \"code\": \"12\",\n                \"name\": \"21\"\n            }\n        },\n        {\n            \"hub_code\": \"ONLS\",\n            \"sku_code\": \"7201405\",\n            \"available_quantity\": 0,\n            \"sku_name\": \"Ray-Ban RB2132 New Wayfarer Classic Square Sunglasses Blue/Grey\",\n            \"quantity_on_hand\": 0,\n            \"quantity_reserved\": 0,\n            \"uom\": \"ea\",\n            \"quantity_location_pass_inventory_sum\": 0,\n            \"quantity_location_fail_inventory_sum\": 0,\n            \"seller\": {\n                \"code\": \"12\",\n                \"name\": \"21\"\n            }\n        },\n        {\n            \"hub_code\": \"ONLS\",\n            \"sku_code\": \"7201348\",\n            \"available_quantity\": 0,\n            \"sku_name\": \"Michael Kors Mk2089U Sunglasses Tortoise\",\n            \"quantity_on_hand\": 0,\n            \"quantity_reserved\": 0,\n            \"uom\": \"ea\",\n            \"quantity_location_pass_inventory_sum\": 0,\n            \"quantity_location_fail_inventory_sum\": 0,\n            \"seller\": {\n                \"code\": \"12\",\n                \"name\": \"21\"\n            }\n        },\n        {\n            \"hub_code\": \"ONLS\",\n            \"sku_code\": \"7201347\",\n            \"available_quantity\": 0,\n            \"sku_name\": \"Michael Kors Mk2024 Sunglasses Black\",\n            \"quantity_on_hand\": 0,\n            \"quantity_reserved\": 0,\n            \"uom\": \"ea\",\n            \"quantity_location_pass_inventory_sum\": 0,\n            \"quantity_location_fail_inventory_sum\": 0,\n            \"seller\": {\n                \"code\": \"12\",\n                \"name\": \"21\"\n            }\n        }\n    ],\n    \"meta\": {\n        \"current_page\": 1,\n        \"last_page\": 193,\n        \"per_page\": 20,\n        \"total\": 3856\n    }\n}"},{"id":"cc99cb7b-1cb4-4add-bd0e-167f97eb9a88","name":"Invalid Hub Code","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/sales-channel/public/v1/tenants/hubs/:hub_code/inventory","host":["{{base_url}}"],"path":["sales-channel","public","v1","tenants","hubs",":hub_code","inventory"],"query":[{"key":"seller_code","value":"SG-333","disabled":true},{"key":"sku_code","value":"","disabled":true},{"key":"sku_codes","value":"","disabled":true}],"variable":[{"key":"hub_code","value":"ONLS-HUB"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 Feb 2025 05:24:18 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"946e6609-2f68-4715-90eb-248e6983b1bd"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"913b970c9cf4c9bd-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": false,\n    \"status_code\": 403,\n    \"error\": {\n        \"message\": \"You are not authorised to perform this action\"\n    }\n}"},{"id":"87d1ea06-50a5-492c-a22c-6c5ad31b6d76","name":"Hub Mapping Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/sales-channel/public/v1/tenants/hubs/:hub_code/inventory","host":["{{base_url}}"],"path":["sales-channel","public","v1","tenants","hubs",":hub_code","inventory"],"query":[{"key":"seller_code","value":"SG-333","disabled":true},{"key":"sku_code","value":"","disabled":true},{"key":"sku_codes","value":"","disabled":true}],"variable":[{"key":"hub_code","value":"20101"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 Feb 2025 05:25:40 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"78"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"5aada6da-bd01-4771-b035-7f7292bb8544"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"913b990e883e0629-IAD"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": false,\n    \"status_code\": 400,\n    \"error\": {\n        \"message\": \"Invalid hub code.\"\n    }\n}"}],"_postman_id":"80663936-ff98-4454-9ae5-b7e61e57661a"},{"name":"Get Inventory for SKU Across All Hubs","id":"c4cfd7dd-32d2-4381-89c3-9b1cf643b0aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/skus/:sku_code/inventory","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"path":["sales-channel","public","v1","tenants","sellers",":seller_code","skus",":sku_code","inventory"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p>Page Number</p>\n","type":"text/plain"},"key":"page","value":"1"},{"disabled":true,"description":{"content":"<p>Results per page</p>\n","type":"text/plain"},"key":"per_page","value":"2"},{"disabled":true,"description":{"content":"<p>(Optional) used to filter hubs using Hub Code </p>\n","type":"text/plain"},"key":"hub_codes","value":"hub_code_1"}],"variable":[{"description":{"content":"<p>Seller unique identifier</p>\n","type":"text/plain"},"type":"any","value":"974","key":"seller_code"},{"description":{"content":"<p>SKU Unique Identifier</p>\n","type":"text/plain"},"type":"any","value":"6302592","key":"sku_code"}]}},"response":[{"id":"900aa020-1fb5-41fc-95ae-d4e617f938ce","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NTgzNjQ4MjgsImp0aSI6ImI2NDUyYTBlLWZkYWYtNDBlYi05NjRkLTI1OGFmN2E1YjIwNiIsInVzZXJfZGV0YWlscyI6eyJUZW5hbnRDb2RlIjoiMzcxODEyNDk2OCIsIlRlbmFudElEIjoiIiwiVXNlcklEIjoiNTYyOCIsIlVzZXJOYW1lIjoiSGluaXNoIEJhbnNhbCIsIlJhdGVMaW1pdERldGFpbHMiOnsiRW5hYmxlZCI6dHJ1ZSwiUmVxdWVzdHNQZXJNaW51dGUiOjEyMH19LCJ0b2tlbl90eXBlIjoiQmVhcmVyIn0.SUhsS9bmE9bfPb4mX9sOl6W9tyrK_fiSHO6vmmVWwoLzzRsn3Z9jqhgEi1V-1Z9xXsyIPzUtuPJ3oDQTvLNDwzx4eS5Sf0ZhpcI4dE-iA1EkzIzssr2dHMiHZxGjIoBlq8Wwqu4Bhe0NnEOgUHddReTKq40OBBp-44CvgHVZvjm-VPwqN9lvPOljag5fsMQzgeN3aH66v3X0ajdBtAoTXyqZDgd2kRCfHneoGPMrKSOvjByGgsx9GU3qmKu126ZnAufrjvVWk9W26SMmJrg73to8kRfWhJ0jS5F7Kr45mKZFn_6tEDLDxpCq07TaAm-DD-M0GhZdPTW7H9wWx20tt9-55r_KbhWIqPtjH7vRQ4Rdyimx8BYYz7HVlQOuji6VvpQ1ge23KrKzyhBptqO-_6Arpbfj42ewOViFOEL2w6h6t9DRrqNoxG13Jm3ZQYQJf2_Vpt8l2iuEPxSaqI_5_upsLXUt8RhS99vaZ_XXOgMayh7NvVVpbmmUTdfpQ-epZEfInp_2emJu3NFKEjugpANzcdp8fvAKqjTDimhIL59R4HwP2dmTyGWmSx3_VQqJiRQtvA-2yH91pbIwE2hUVQJv5-o2bO4GHaiBNUkjxSQE3e6qnN2H7kxa4j9-ik4YvMPaUtX1XAwXxtkUOR_jKuk4qEd9gZB8gKaV7v9ZWfE"}],"url":{"raw":"https://prodapi.omniful.com/sales-channel/public/v1/tenants/sellers/974/skus/6302592/inventory?page=1&per_page=2&hub_codes=1111111&hub_codes=locoff","protocol":"https","host":["prodapi","omniful","com"],"path":["sales-channel","public","v1","tenants","sellers","974","skus","6302592","inventory"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"2"},{"key":"hub_codes","value":"1111111"},{"key":"hub_codes","value":"locoff"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Mon, 08 Sep 2025 10:02:37 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"x-omniful-request-id","value":"b645331f-1b59-4899-9413-f2facd864faa"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"97bd9c7c4c247fbd-MAA"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": [\n        {\n            \"hub_code\": \"locoff\",\n            \"sku_code\": \"6302592\",\n            \"available_quantity\": 9999996,\n            \"sku_name\": \"uiaasdj\",\n            \"quantity_on_hand\": 9999996,\n            \"quantity_reserved\": 0,\n            \"uom\": \"ea\",\n            \"quantity_location_pass_inventory_sum\": 9999993,\n            \"quantity_location_fail_inventory_sum\": 0,\n            \"updated_at\": \"\",\n            \"seller\": {\n                \"code\": \"12\",\n                \"name\": \"21\"\n            }\n        },\n        {\n            \"hub_code\": \"1111111\",\n            \"sku_code\": \"6302592\",\n            \"available_quantity\": 0,\n            \"sku_name\": \"uiaasdj\",\n            \"quantity_on_hand\": 0,\n            \"quantity_reserved\": 0,\n            \"uom\": \"ea\",\n            \"quantity_location_pass_inventory_sum\": 0,\n            \"quantity_location_fail_inventory_sum\": 0,\n            \"updated_at\": \"\",\n            \"seller\": {\n                \"code\": \"12\",\n                \"name\": \"21\"\n            }\n        }\n    ],\n    \"meta\": {\n        \"current_page\": 1,\n        \"per_page\": 2,\n        \"last_page\": 1,\n        \"total\": 2\n    }\n}"}],"_postman_id":"c4cfd7dd-32d2-4381-89c3-9b1cf643b0aa"},{"name":"Push Safety Stock","id":"095e6741-518b-48de-a518-50750ea619e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"sku_detail\": [\n        {\n            \"sku_code\": \"65525900136597\",\n            \"quantity\": 1001\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/tenants/hubs/:hub_code/sellers/:seller_code/safety_stock","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"path":["sales-channel","public","v1","tenants","hubs",":hub_code","sellers",":seller_code","safety_stock"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"hub_123","key":"hub_code"},{"type":"any","value":"seller_1234","key":"seller_code"}]}},"response":[{"id":"ee65952b-8cd6-4341-a53f-6f78d6b6c00a","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NzcwMjk0MTcsImp0aSI6IjYyODJhNDkzLTY1NTYtNDNkYy1hZmM2LTk0Njk4OTlhMDYwOCIsInVzZXJfZGV0YWlscyI6eyJUZW5hbnRDb2RlIjoiMzcxODEyNDk2OCIsIlRlbmFudElEIjoiIiwiVXNlcklEIjoiNDUwOCIsIlVzZXJOYW1lIjoiRGhydXYgQmhhdHQiLCJSYXRlTGltaXREZXRhaWxzIjp7IkVuYWJsZWQiOnRydWUsIlJlcXVlc3RzUGVyTWludXRlIjoxMjB9fSwidG9rZW5fdHlwZSI6IkJlYXJlciJ9.b8mVlSH0b_97JcqSysSL8-S4GiimRozc3wLcv6LqDTsUaGfwo0zYNP27-bEOsJViLWDJgm73BR7SwG-Vq6NU4tMp71g0RtnQZwCRpqVtROdVnJt0UvN3GDTS1IhZSmM4Y5iTJF3FHD4vy2k0IRCUavvxYBAX3L6-8FfqdzBN7YbZsl0OUgEjum-3pgtAy7WCQgGGqqLjCzN8zUh0I2XHiU0k11VZFJb4-Gf0EXTFtzwc4NbBEMpM1prZ3u7Q7PVzLBEykCFverBS5WKFyyNxYHbHe6b3gKmR6x1U_VE1zKE0c0D12iTCx5h6BbRO__VbUZS2eZvGE-uLas3Oi6MV3txz21pyoo_jERlQCr4_yqx6Y0x9iQVrkA3Thr9eBpRLWtUiYqgoZfGYuuDjNM0DxRUOT0_ld40_J6WccfKiCzs_YrjikAauEhiOb9qdTttKLMK8NoR3OeB68x5QPYXz0VdwIDzF3Yn1YlmOYdVKF5R4Q5fbinwwJqIlaJgUDgpTLU3T9511kyOt1hdmr4h_PPyB92ohEfStO5DbHMcCTpaRrWQ-oTl_XOdgZ7GFSO7FYzQ2ZrdrE7_Pppq_XRJFIiOyJ2cCHXLvqzztMNaI0waTAwyGxFOdknounl6Q-rMfG8X9xLzqed_c5A6mW9a33erktFeUm5MiVtYwER-UD6s"}],"body":{"mode":"raw","raw":"{\n    \"sku_detail\": [\n        {\n            \"sku_code\": \"65525900136597\",\n            \"quantity\": 1001\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://prodapi.omniful.com/sales-channel/public/v1/tenants/hubs/locoff/sellers/PJ01/safety_stock"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"date","value":"Thu, 02 Apr 2026 08:21:49 GMT"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"x-omniful-request-id","value":"15fea88b-7cd6-4cda-9f3d-6d14e5f4c960"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"content-encoding","value":"br"},{"key":"server","value":"cloudflare"},{"key":"cf-ray","value":"9e5e6c188f857fd4-MAA"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"failed_skus\": null\n    },\n    \"meta\": null\n}"}],"_postman_id":"095e6741-518b-48de-a518-50750ea619e0"}],"id":"9da9e6c0-07e8-4a04-83a0-3cb61ef204fc","_postman_id":"9da9e6c0-07e8-4a04-83a0-3cb61ef204fc","description":"","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}}},{"name":"Shipping Accounts","item":[{"name":"Get All Shipping Accounts","id":"654fde86-4414-42ef-9bbb-769dbf343e38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://prodapi.omniful.com/sales-channel/public/v1/tenants/shipping_accounts","description":"<p>This API is used to fetch all shipping accounts for the Tenant.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"protocol":"https","path":["sales-channel","public","v1","tenants","shipping_accounts"],"host":["prodapi","omniful","com"],"query":[],"variable":[]}},"response":[{"id":"70e0f537-29e0-4e19-8a99-2a38df9fc2e2","name":"Success","originalRequest":{"method":"GET","header":[],"url":"https://prodapi.omniful.com/sales-channel/public/v1/tenants/shipping_accounts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 29 Aug 2025 08:01:02 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"x-omniful-request-id","value":"307fd2d6-afb7-49fe-b6d0-a5401ebe245d"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"976a84a5b82c5982-DEL"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": [\n        {\n            \"id\": \"f3004c62-12cf-481b-b058-cc9a906c74b9\",\n            \"name\": \"STARTLINKS\",\n            \"shipping_partner_info\": {\n                \"name\": \"Starlinks\",\n                \"tag\": \"starlinks\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/starlinks-logo.png\"\n            },\n            \"courier_partner_info\": {\n                \"name\": \"Starlinks\",\n                \"tag\": \"starlinks\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/starlinks-logo.png\"\n            }\n        },\n        {\n            \"id\": \"995ab613-7f82-46d5-8391-55e81e108a77\",\n            \"name\": \"test-2\",\n            \"shipping_partner_info\": {\n                \"name\": \"Naqel\",\n                \"tag\": \"naqel\",\n                \"logo\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/naqel_logo_.jpeg\"\n            },\n            \"courier_partner_info\": {\n                \"name\": \"Naqel\",\n                \"tag\": \"naqel\",\n                \"logo\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/naqel_logo_.jpeg\"\n            }\n        },\n        {\n            \"id\": \"c79430ae-2f7b-4452-8f05-b9d2ba20ffec\",\n            \"name\": \"testing\",\n            \"shipping_partner_info\": {\n                \"name\": \"360 Express Pro\",\n                \"tag\": \"express_pro_360\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/360_express.png\"\n            },\n            \"courier_partner_info\": {\n                \"name\": \"360 Express Pro\",\n                \"tag\": \"express_pro_360\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/360_express.png\"\n            }\n        },\n        {\n            \"id\": \"7a029898-145b-49d3-9a47-c0f7cdb5475d\",\n            \"name\": \"Migration Partner\",\n            \"shipping_partner_info\": {\n                \"name\": \"Migration Partner\",\n                \"tag\": \"migration_partner\",\n                \"logo\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/logo/omniful-tms.png\"\n            },\n            \"courier_partner_info\": {\n                \"name\": \"\",\n                \"tag\": \"\",\n                \"logo\": \"\"\n            }\n        },\n        {\n            \"id\": \"3ab5e925-9b59-4338-b2f0-d8cd1ea5fbf8\",\n            \"name\": \"Wepik\",\n            \"shipping_partner_info\": {\n                \"name\": \"Wepik\",\n                \"tag\": \"wepik\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/wepik_logo.png\"\n            },\n            \"courier_partner_info\": {\n                \"name\": \"Wepik\",\n                \"tag\": \"wepik\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/wepik_logo.png\"\n            }\n        },\n        {\n            \"id\": \"56cb086a-ea9b-494e-9f10-5cba36547e3a\",\n            \"name\": \"test bosta123\",\n            \"shipping_partner_info\": {\n                \"name\": \"Bosta\",\n                \"tag\": \"bosta\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/bosta.png\"\n            },\n            \"courier_partner_info\": {\n                \"name\": \"Bosta\",\n                \"tag\": \"bosta\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/courier-partner/Bosta.svg\"\n            }\n        },\n        {\n            \"id\": \"4f1d2876-ed16-4638-974a-cad340092518\",\n            \"name\": \"Test\",\n            \"shipping_partner_info\": {\n                \"name\": \"Deliverist\",\n                \"tag\": \"deliverist\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/Outlook-wje1ztzu+(1).png\"\n            },\n            \"courier_partner_info\": {\n                \"name\": \"Deliverist\",\n                \"tag\": \"deliverist\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/Outlook-wje1ztzu+(1).png\"\n            }\n        },\n        {\n            \"id\": \"e4dbf8ae-29d2-434b-acf9-e533d41974d1\",\n            \"name\": \"test12\",\n            \"shipping_partner_info\": {\n                \"name\": \"Naqel\",\n                \"tag\": \"naqel\",\n                \"logo\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/naqel_logo_.jpeg\"\n            },\n            \"courier_partner_info\": {\n                \"name\": \"Naqel\",\n                \"tag\": \"naqel\",\n                \"logo\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/naqel_logo_.jpeg\"\n            }\n        },\n        {\n            \"id\": \"cc382c35-97f7-4df7-a05a-19ba23acebea\",\n            \"name\": \"UWC TMSDEMO Dashboard\",\n            \"shipping_partner_info\": {\n                \"name\": \"tmsdemo\",\n                \"tag\": \"tmsdemo\",\n                \"logo\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/logo/omniful-tms.png\"\n            },\n            \"courier_partner_info\": {\n                \"name\": \"\",\n                \"tag\": \"\",\n                \"logo\": \"\"\n            }\n        },\n        {\n            \"id\": \"c125f2b9-4353-4ca1-8ad7-1fd911c3829c\",\n            \"name\": \"testing\",\n            \"shipping_partner_info\": {\n                \"name\": \"NBOX\",\n                \"tag\": \"nbox\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/nbox_logo.png\"\n            },\n            \"courier_partner_info\": {\n                \"name\": \"NBOX\",\n                \"tag\": \"nbox\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/nbox_logo.png\"\n            }\n        },\n        {\n            \"id\": \"8e81f664-ac98-4b32-a641-0605f759e08f\",\n            \"name\": \"test\",\n            \"shipping_partner_info\": {\n                \"name\": \"Naqel\",\n                \"tag\": \"naqel\",\n                \"logo\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/naqel_logo_.jpeg\"\n            },\n            \"courier_partner_info\": {\n                \"name\": \"Naqel\",\n                \"tag\": \"naqel\",\n                \"logo\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/naqel_logo_.jpeg\"\n            }\n        },\n        {\n            \"id\": \"18c26e98-6018-4302-b0d6-6f3946449e22\",\n            \"name\": \"test account\",\n            \"shipping_partner_info\": {\n                \"name\": \"Careem\",\n                \"tag\": \"careem_courier\",\n                \"logo\": \"https://omniful-production-uploads.s3.amazonaws.com/tenants/logos/73ca30d8-e549-4af5-97d8-16f40ff0992b.1717510957\"\n            },\n            \"courier_partner_info\": {\n                \"name\": \"Careem\",\n                \"tag\": \"careem_courier\",\n                \"logo\": \"https://omniful-production-uploads.s3.amazonaws.com/tenants/logos/73ca30d8-e549-4af5-97d8-16f40ff0992b.1717510957\\n\"\n            }\n        },\n        {\n            \"id\": \"3b43836b-011a-4e5d-973c-2fafcdc04c9b\",\n            \"name\": \"Test\",\n            \"shipping_partner_info\": {\n                \"name\": \"HG Express\",\n                \"tag\": \"hg_express\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/hg_express.png\"\n            },\n            \"courier_partner_info\": {\n                \"name\": \"HG Express\",\n                \"tag\": \"hg_express\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/hg_express.png\"\n            }\n        },\n        {\n            \"id\": \"15bee006-12a4-4a21-b2ff-0003c543d8b1\",\n            \"name\": \"Aman Seller\",\n            \"shipping_partner_info\": {\n                \"name\": \"Migration Partner\",\n                \"tag\": \"migration_partner\",\n                \"logo\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/logo/omniful-tms.png\"\n            },\n            \"courier_partner_info\": {\n                \"name\": \"\",\n                \"tag\": \"\",\n                \"logo\": \"\"\n            }\n        },\n        {\n            \"id\": \"dc00b58e-ce83-4b19-b998-c52a30641a8d\",\n            \"name\": \"Sent Logistics\",\n            \"shipping_partner_info\": {\n                \"name\": \"Tms Demo\",\n                \"tag\": \"tms-demo\",\n                \"logo\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/logo/omniful-tms.png\"\n            },\n            \"courier_partner_info\": {\n                \"name\": \"Tms Demo\",\n                \"tag\": \"tms-demo\",\n                \"logo\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/logo/omniful-tms.png\"\n            }\n        },\n        {\n            \"id\": \"ff441cef-3102-4c16-97c9-c9300afc4117\",\n            \"name\": \"Aramex_account\",\n            \"shipping_partner_info\": {\n                \"name\": \"Aramex\",\n                \"tag\": \"aramex\",\n                \"logo\": \"https://omniful-production-uploads.s3.eu-central-1.amazonaws.com/shipping/aramex.png\"\n            },\n            \"courier_partner_info\": {\n                \"name\": \"Aramex\",\n                \"tag\": \"aramex\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/courier-partner/Aramex.png\"\n            }\n        },\n        {\n            \"id\": \"aa748904-d514-4d91-9f7b-3a2b3bf1aa11\",\n            \"name\": \"Anshul Testing\",\n            \"shipping_partner_info\": {\n                \"name\": \"Omniful Delivery App\",\n                \"tag\": \"driver_app\",\n                \"logo\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/shipping/omniful.png\"\n            },\n            \"courier_partner_info\": {\n                \"name\": \"\",\n                \"tag\": \"\",\n                \"logo\": \"\"\n            }\n        },\n        {\n            \"id\": \"57f3cab4-210e-47bd-a604-43d18402c7bb\",\n            \"name\": \"sahab test\",\n            \"shipping_partner_info\": {\n                \"name\": \"Sahab\",\n                \"tag\": \"sahab\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/sahab_logo.png\"\n            },\n            \"courier_partner_info\": {\n                \"name\": \"Sahab\",\n                \"tag\": \"sahab\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/sahab_logo.png\"\n            }\n        },\n        {\n            \"id\": \"aabc2542-32b1-4552-9421-e488e8edf44f\",\n            \"name\": \"DY\",\n            \"shipping_partner_info\": {\n                \"name\": \"JNT\",\n                \"tag\": \"jandt\",\n                \"logo\": \"https://omniful-production-uploads.s3.eu-central-1.amazonaws.com/shipping/J%26T.png\"\n            },\n            \"courier_partner_info\": {\n                \"name\": \"JNT\",\n                \"tag\": \"jandt\",\n                \"logo\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/shipping/J%26T.png\"\n            }\n        },\n        {\n            \"id\": \"9b4bff54-8c9b-406c-b6cd-8c5a61506fd4\",\n            \"name\": \"Testing\",\n            \"shipping_partner_info\": {\n                \"name\": \"Prolo\",\n                \"tag\": \"prolo\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/prolo.png\"\n            },\n            \"courier_partner_info\": {\n                \"name\": \"Prolo\",\n                \"tag\": \"prolo\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/prolo.png\"\n            }\n        },\n        {\n            \"id\": \"1b41065c-f61f-4caf-90d7-0b6dcaf6a3a0\",\n            \"name\": \"nawel\",\n            \"shipping_partner_info\": {\n                \"name\": \"Nawel\",\n                \"tag\": \"nawel\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/nawel.jpeg\"\n            },\n            \"courier_partner_info\": {\n                \"name\": \"Nawel\",\n                \"tag\": \"nawel\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/nawel.jpeg\"\n            }\n        },\n        {\n            \"id\": \"a34eb503-1eea-4a14-90a2-3933154b8a5c\",\n            \"name\": \"Arzaq Testing\",\n            \"shipping_partner_info\": {\n                \"name\": \"Arzaq Plus\",\n                \"tag\": \"f2l\",\n                \"logo\": \"https://omniful-production-uploads.s3.amazonaws.com/tenants/logos/1b8b13db-907c-47ee-91ee-d0a2d6497f63.1717744124\"\n            },\n            \"courier_partner_info\": {\n                \"name\": \"Arzaq Plus\",\n                \"tag\": \"f2l\",\n                \"logo\": \"https://omniful-production-uploads.s3.amazonaws.com/tenants/logos/1b8b13db-907c-47ee-91ee-d0a2d6497f63.1717744124\"\n            }\n        },\n        {\n            \"id\": \"e14dcfed-76a1-4674-85d0-1f8cc6944ebb\",\n            \"name\": \"Omniful - Thabit (live)\",\n            \"shipping_partner_info\": {\n                \"name\": \"Thabit Logistics\",\n                \"tag\": \"thabit\",\n                \"logo\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/thabit.png\"\n            },\n            \"courier_partner_info\": {\n                \"name\": \"Thabit\",\n                \"tag\": \"thabit\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/courier-partner/CFjfKOBbrP.png\"\n            }\n        },\n        {\n            \"id\": \"4e7d6048-0011-46af-83fb-5e14905c4d14\",\n            \"name\": \"Test\",\n            \"shipping_partner_info\": {\n                \"name\": \"Saudi Hajer Logistics\",\n                \"tag\": \"alhajer\",\n                \"logo\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/saudi_hajer.png\"\n            },\n            \"courier_partner_info\": {\n                \"name\": \"Saudi Hajer Logistics\",\n                \"tag\": \"alhajer\",\n                \"logo\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/saudi_hajer.png\"\n            }\n        },\n        {\n            \"id\": \"5af6bba7-6cdc-4d0b-9898-abbadfe94ac8\",\n            \"name\": \"Test\",\n            \"shipping_partner_info\": {\n                \"name\": \"JNT\",\n                \"tag\": \"jandt\",\n                \"logo\": \"https://omniful-production-uploads.s3.eu-central-1.amazonaws.com/shipping/J%26T.png\"\n            },\n            \"courier_partner_info\": {\n                \"name\": \"JNT\",\n                \"tag\": \"jandt\",\n                \"logo\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/shipping/J%26T.png\"\n            }\n        },\n        {\n            \"id\": \"3adac00f-b7cb-4c61-a7ab-03b7fdfcd923\",\n            \"name\": \"AlFaleh House Sports Company\",\n            \"shipping_partner_info\": {\n                \"name\": \"Aramex\",\n                \"tag\": \"aramex\",\n                \"logo\": \"https://omniful-production-uploads.s3.eu-central-1.amazonaws.com/shipping/aramex.png\"\n            },\n            \"courier_partner_info\": {\n                \"name\": \"Aramex\",\n                \"tag\": \"aramex\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/courier-partner/Aramex.png\"\n            }\n        },\n        {\n            \"id\": \"36f3c47f-bd8b-4835-aeed-d5c9f77889eb\",\n            \"name\": \"Test\",\n            \"shipping_partner_info\": {\n                \"name\": \"Naqel\",\n                \"tag\": \"naqel\",\n                \"logo\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/naqel_logo_.jpeg\"\n            },\n            \"courier_partner_info\": {\n                \"name\": \"Naqel\",\n                \"tag\": \"naqel\",\n                \"logo\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/naqel_logo_.jpeg\"\n            }\n        },\n        {\n            \"id\": \"5e167252-b244-4134-97bf-220284f5c8a1\",\n            \"name\": \"pieship\",\n            \"shipping_partner_info\": {\n                \"name\": \"Pieship\",\n                \"tag\": \"pieship\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/pieship_logo.png\"\n            },\n            \"courier_partner_info\": {\n                \"name\": \"Pieship\",\n                \"tag\": \"pieship\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/pieship_logo.png\"\n            }\n        },\n        {\n            \"id\": \"027f4ab8-a476-4d90-892d-16a9eb041acf\",\n            \"name\": \"AYmakan - test\",\n            \"shipping_partner_info\": {\n                \"name\": \"Aymakan\",\n                \"tag\": \"aymakan\",\n                \"logo\": \"https://omniful-production-uploads.s3.eu-central-1.amazonaws.com/shipping/aymakan.png\"\n            },\n            \"courier_partner_info\": {\n                \"name\": \"Aymakan\",\n                \"tag\": \"aymakan\",\n                \"logo\": \"https://omniful-production-uploads.s3.eu-central-1.amazonaws.com/shipping/aymakan.png\"\n            }\n        },\n        {\n            \"id\": \"24fa2637-12e8-46c3-89dc-92c6a10e3632\",\n            \"name\": \"star\",\n            \"shipping_partner_info\": {\n                \"name\": \"Starlinks\",\n                \"tag\": \"starlinks\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/starlinks-logo.png\"\n            },\n            \"courier_partner_info\": {\n                \"name\": \"Starlinks\",\n                \"tag\": \"starlinks\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/starlinks-logo.png\"\n            }\n        },\n        {\n            \"id\": \"c69abc8a-bb2c-4936-98ff-1892d4d7befd\",\n            \"name\": \"Test Demo - PTL\",\n            \"shipping_partner_info\": {\n                \"name\": \"PTL\",\n                \"tag\": \"ptl\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/ptl.png\"\n            },\n            \"courier_partner_info\": {\n                \"name\": \"PTL\",\n                \"tag\": \"ptl\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/ptl.png\"\n            }\n        },\n        {\n            \"id\": \"b478b8ed-18d3-4b1f-9562-7d887a190c8b\",\n            \"name\": \"shipday-test1\",\n            \"shipping_partner_info\": {\n                \"name\": \"Shipday\",\n                \"tag\": \"shipday\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/shipday_.png\"\n            },\n            \"courier_partner_info\": {\n                \"name\": \"Shipday\",\n                \"tag\": \"shipday\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/shipday_.png\"\n            }\n        },\n        {\n            \"id\": \"7e77ea7a-dfd8-428c-9487-d065e2645890\",\n            \"name\": \"roboost-Test\",\n            \"shipping_partner_info\": {\n                \"name\": \"Roboost\",\n                \"tag\": \"roboost\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/Roboost_Logo.png\"\n            },\n            \"courier_partner_info\": {\n                \"name\": \"Roboost\",\n                \"tag\": \"roboost\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/Roboost_Logo.png\"\n            }\n        },\n        {\n            \"id\": \"316d5b6e-4122-4d3d-9ad8-948af77c1f83\",\n            \"name\": \"Sent express\",\n            \"shipping_partner_info\": {\n                \"name\": \"Sent Express\",\n                \"tag\": \"sent_express\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/sent.png\"\n            },\n            \"courier_partner_info\": {\n                \"name\": \"Sent Express\",\n                \"tag\": \"sent_express\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/sent.png\"\n            }\n        },\n        {\n            \"id\": \"67bfac82-4e3f-477b-b986-0325b79477bd\",\n            \"name\": \"test\",\n            \"shipping_partner_info\": {\n                \"name\": \"Nashmi (Shipox)\",\n                \"tag\": \"nashmi_shipox\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/nashmi.png\"\n            },\n            \"courier_partner_info\": {\n                \"name\": \"Nashmi (Shipox)\",\n                \"tag\": \"nashmi_shipox\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/nashmi.png\"\n            }\n        },\n        {\n            \"id\": \"f17b4d27-b053-4387-b4b7-aa8e7dd32b1b\",\n            \"name\": \"test\",\n            \"shipping_partner_info\": {\n                \"name\": \"Two Holding\",\n                \"tag\": \"two_holding\",\n                \"logo\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/logotwoholding.png\"\n            },\n            \"courier_partner_info\": {\n                \"name\": \"Two Holding\",\n                \"tag\": \"two_holding\",\n                \"logo\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/logotwoholding.png\"\n            }\n        },\n        {\n            \"id\": \"0c5f2184-0627-47de-ad75-a3cb57da50f5\",\n            \"name\": \"TA\",\n            \"shipping_partner_info\": {\n                \"name\": \"On Fleet\",\n                \"tag\": \"on_fleet\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/on_fleet_logo.png\"\n            },\n            \"courier_partner_info\": {\n                \"name\": \"On Fleet\",\n                \"tag\": \"on_fleet\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/on_fleet_logo.png\"\n            }\n        },\n        {\n            \"id\": \"e84c4df8-04d4-4bb3-96ea-3ab7963d6a65\",\n            \"name\": \"test\",\n            \"shipping_partner_info\": {\n                \"name\": \"Pieship\",\n                \"tag\": \"pieship\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/pieship_logo.png\"\n            },\n            \"courier_partner_info\": {\n                \"name\": \"Pieship\",\n                \"tag\": \"pieship\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/pieship_logo.png\"\n            }\n        },\n        {\n            \"id\": \"f58261a4-84a6-4610-8c7d-2d539cc04451\",\n            \"name\": \"test\",\n            \"shipping_partner_info\": {\n                \"name\": \"Fasthub\",\n                \"tag\": \"fasthub\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/fasthub.png\"\n            },\n            \"courier_partner_info\": {\n                \"name\": \"Fasthub\",\n                \"tag\": \"fasthub\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/fasthub.png\"\n            }\n        },\n        {\n            \"id\": \"74fa937f-78ab-4bf2-a4de-4cb6e3ee7278\",\n            \"name\": \"beone\",\n            \"shipping_partner_info\": {\n                \"name\": \"Beone Express\",\n                \"tag\": \"beone_express\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/beone_express.png\"\n            },\n            \"courier_partner_info\": {\n                \"name\": \"Beone Express\",\n                \"tag\": \"beone_express\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/beone_express.png\"\n            }\n        },\n        {\n            \"id\": \"11de3c1c-f922-41ef-bc29-4748f0777f8f\",\n            \"name\": \"J&T - Test 2\",\n            \"shipping_partner_info\": {\n                \"name\": \"JNT\",\n                \"tag\": \"jandt\",\n                \"logo\": \"https://omniful-production-uploads.s3.eu-central-1.amazonaws.com/shipping/J%26T.png\"\n            },\n            \"courier_partner_info\": {\n                \"name\": \"JNT\",\n                \"tag\": \"jandt\",\n                \"logo\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/shipping/J%26T.png\"\n            }\n        },\n        {\n            \"id\": \"1aebefbc-b4f1-4518-b182-23f8c24450ba\",\n            \"name\": \"Test\",\n            \"shipping_partner_info\": {\n                \"name\": \"Omni Llama\",\n                \"tag\": \"omni_llama\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/b2bomnic_logo.jpeg\"\n            },\n            \"courier_partner_info\": {\n                \"name\": \"Omni Llama\",\n                \"tag\": \"omni_llama\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/b2bomnic_logo.jpeg\"\n            }\n        },\n        {\n            \"id\": \"ab3769d4-3692-432a-8668-243c606ef6d8\",\n            \"name\": \"Test\",\n            \"shipping_partner_info\": {\n                \"name\": \"Thabit Logistics\",\n                \"tag\": \"thabit\",\n                \"logo\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/thabit.png\"\n            },\n            \"courier_partner_info\": {\n                \"name\": \"Thabit\",\n                \"tag\": \"thabit\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/courier-partner/CFjfKOBbrP.png\"\n            }\n        },\n        {\n            \"id\": \"8afc4447-e0f9-427e-adca-71c619248154\",\n            \"name\": \"43267\",\n            \"shipping_partner_info\": {\n                \"name\": \"COLDT\",\n                \"tag\": \"coldt\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/coldt.png\"\n            },\n            \"courier_partner_info\": {\n                \"name\": \"COLDT\",\n                \"tag\": \"coldt\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/coldt.png\"\n            }\n        },\n        {\n            \"id\": \"beff5a2e-0aa4-414a-abdc-0d5158971800\",\n            \"name\": \"FleetRunnr -Testing\",\n            \"shipping_partner_info\": {\n                \"name\": \"Fleet Runnr\",\n                \"tag\": \"fleet_runnr\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/image.png\"\n            },\n            \"courier_partner_info\": {\n                \"name\": \"Fleet Runnr\",\n                \"tag\": \"fleet_runnr\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/image.png\"\n            }\n        },\n        {\n            \"id\": \"13e86290-b271-439f-83bf-547e4c9a8905\",\n            \"name\": \"test\",\n            \"shipping_partner_info\": {\n                \"name\": \"Placersa\",\n                \"tag\": \"placersa\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/placer.png\"\n            },\n            \"courier_partner_info\": {\n                \"name\": \"Placersa\",\n                \"tag\": \"placersa\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/placer.png\"\n            }\n        },\n        {\n            \"id\": \"3a0d7ab6-9fde-4ff7-9caa-60229001efe4\",\n            \"name\": \"tam2go - test\",\n            \"shipping_partner_info\": {\n                \"name\": \"Tam2go\",\n                \"tag\": \"tam2go\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/tam2go.png\"\n            },\n            \"courier_partner_info\": {\n                \"name\": \"Tam2go\",\n                \"tag\": \"tam2go\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/tam2go.png\"\n            }\n        },\n        {\n            \"id\": \"18944f50-e1ab-4224-a187-7f568b7db765\",\n            \"name\": \"Omniful( Live Account)\",\n            \"shipping_partner_info\": {\n                \"name\": \"COLDT\",\n                \"tag\": \"coldt\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/coldt.png\"\n            },\n            \"courier_partner_info\": {\n                \"name\": \"COLDT\",\n                \"tag\": \"coldt\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/coldt.png\"\n            }\n        },\n        {\n            \"id\": \"b9167a5e-1ddb-42d7-be9f-c9a88ba06675\",\n            \"name\": \"test\",\n            \"shipping_partner_info\": {\n                \"name\": \"UPS Arabic\",\n                \"tag\": \"ups_arabic\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/ups.png\"\n            },\n            \"courier_partner_info\": {\n                \"name\": \"UPS Arabic\",\n                \"tag\": \"ups_arabic\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/ups.png\\n\"\n            }\n        },\n        {\n            \"id\": \"9cc06da9-9c83-48c5-ad46-0cfd965cd39d\",\n            \"name\": \"Axis Logistics (Test)\",\n            \"shipping_partner_info\": {\n                \"name\": \"Nashmi\",\n                \"tag\": \"nashmi\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/nashmi.png\"\n            },\n            \"courier_partner_info\": {\n                \"name\": \"Nashmi\",\n                \"tag\": \"nashmi\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/nashmi.png\"\n            }\n        },\n        {\n            \"id\": \"3b2423d9-5d5e-4948-9021-87ef9e545ef9\",\n            \"name\": \"Tushar - test\",\n            \"shipping_partner_info\": {\n                \"name\": \"Shipday\",\n                \"tag\": \"shipday\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/shipday_.png\"\n            },\n            \"courier_partner_info\": {\n                \"name\": \"Shipday\",\n                \"tag\": \"shipday\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/shipday_.png\"\n            }\n        },\n        {\n            \"id\": \"e8daa0ca-9ed3-42c5-92d0-ca85668aca06\",\n            \"name\": \"Fastco\",\n            \"shipping_partner_info\": {\n                \"name\": \"Fastcoo\",\n                \"tag\": \"fastcoo\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/fastcoo.png\"\n            },\n            \"courier_partner_info\": {\n                \"name\": \"Fastcoo\",\n                \"tag\": \"fastcoo\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/fastcoo.png\"\n            }\n        },\n        {\n            \"id\": \"d60cc76a-1c0c-4afa-bfda-db8aa0eb9eea\",\n            \"name\": \"kwickBox - Test\",\n            \"shipping_partner_info\": {\n                \"name\": \"Kwick Box\",\n                \"tag\": \"kwick_box\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/kwick_box.png\"\n            },\n            \"courier_partner_info\": {\n                \"name\": \"Kwick Box\",\n                \"tag\": \"kwick_box\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/kwick_box.png\"\n            }\n        },\n        {\n            \"id\": \"b7bf7568-02e7-44fe-a502-85687771d3ee\",\n            \"name\": \"GFS\",\n            \"shipping_partner_info\": {\n                \"name\": \"GFS\",\n                \"tag\": \"gfs\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/gfs.png\"\n            },\n            \"courier_partner_info\": {\n                \"name\": \"GFS\",\n                \"tag\": \"gfs\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/gfs.png\"\n            }\n        },\n        {\n            \"id\": \"80d5df4e-6d71-4767-92af-2cf8ce8586b5\",\n            \"name\": \"Testing\",\n            \"shipping_partner_info\": {\n                \"name\": \"Massuul\",\n                \"tag\": \"massuul\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/responsible.jpeg\"\n            },\n            \"courier_partner_info\": {\n                \"name\": \"Massuul\",\n                \"tag\": \"massuul\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/responsible.jpeg\"\n            }\n        },\n        {\n            \"id\": \"7fe28e60-3f7e-4e0d-80c7-e8b83cf69cf8\",\n            \"name\": \"test\",\n            \"shipping_partner_info\": {\n                \"name\": \"Flow Progressive Logistics\",\n                \"tag\": \"flow_progressive_logistics\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/flow_logistics_logo.png\"\n            },\n            \"courier_partner_info\": {\n                \"name\": \"Flow Progressive Logistics\",\n                \"tag\": \"flow_progressive_logistics\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/flow_logistics_logo.png\"\n            }\n        },\n        {\n            \"id\": \"e014ca0a-cc9d-4ea2-bf06-e6bd132f65fb\",\n            \"name\": \"Nana Roboost\",\n            \"shipping_partner_info\": {\n                \"name\": \"Roboost\",\n                \"tag\": \"roboost\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/Roboost_Logo.png\"\n            },\n            \"courier_partner_info\": {\n                \"name\": \"Roboost\",\n                \"tag\": \"roboost\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/Roboost_Logo.png\"\n            }\n        },\n        {\n            \"id\": \"0ac9810b-1fcb-44d3-9d41-d9ebe03228cc\",\n            \"name\": \"Omniful TMS\",\n            \"shipping_partner_info\": {\n                \"name\": \"Try TMS\",\n                \"tag\": \"try-tms\",\n                \"logo\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/logo/omniful-tms.png\"\n            },\n            \"courier_partner_info\": {\n                \"name\": \"Try Tms\",\n                \"tag\": \"try-tms\",\n                \"logo\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/logo/omniful-tms.png\"\n            }\n        },\n        {\n            \"id\": \"666c3cda-43f5-4107-b9a3-33b7b8d338d1\",\n            \"name\": \"test\",\n            \"shipping_partner_info\": {\n                \"name\": \"Kasb\",\n                \"tag\": \"kasb\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/kasb_logo.png\"\n            },\n            \"courier_partner_info\": {\n                \"name\": \"Kasb\",\n                \"tag\": \"kasb\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/kasb_logo.png\"\n            }\n        },\n        {\n            \"id\": \"054ae3b0-05e4-46db-b241-2decd39aa5d9\",\n            \"name\": \"Testing - HTC\",\n            \"shipping_partner_info\": {\n                \"name\": \"HTC\",\n                \"tag\": \"htc\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/htc.jpeg\"\n            },\n            \"courier_partner_info\": {\n                \"name\": \"HTC\",\n                \"tag\": \"htc\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/htc.jpeg\"\n            }\n        },\n        {\n            \"id\": \"1ba6cba9-bc48-4d67-acd1-b3298504fb76\",\n            \"name\": \"Talabati\",\n            \"shipping_partner_info\": {\n                \"name\": \"Last Mile\",\n                \"tag\": \"lastmile\",\n                \"logo\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/logo/omniful-tms.png\"\n            },\n            \"courier_partner_info\": {\n                \"name\": \"Lastmile\",\n                \"tag\": \"lastmile\",\n                \"logo\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/logo/omniful-tms.png\"\n            }\n        },\n        {\n            \"id\": \"92f638f4-c21a-4971-ba01-70feeeee275d\",\n            \"name\": \"testasdfa\",\n            \"shipping_partner_info\": {\n                \"name\": \"Sent Express V2\",\n                \"tag\": \"sent_express_v2\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/sent.png\\n\"\n            },\n            \"courier_partner_info\": {\n                \"name\": \"Sent Express V2\",\n                \"tag\": \"sent_express_v2\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/sent.png\\n\"\n            }\n        },\n        {\n            \"id\": \"10b1598a-65c3-48f5-b9a7-4aac35c62fa0\",\n            \"name\": \"test\",\n            \"shipping_partner_info\": {\n                \"name\": \"Salasa\",\n                \"tag\": \"salasa\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/salasa_logo.png\"\n            },\n            \"courier_partner_info\": {\n                \"name\": \"Salasa\",\n                \"tag\": \"salasa\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/salasa_logo.png\"\n            }\n        },\n        {\n            \"id\": \"6d34f040-f425-46f6-b4d4-c0f61575506e\",\n            \"name\": \"Test-Jandt\",\n            \"shipping_partner_info\": {\n                \"name\": \"JNT\",\n                \"tag\": \"jandt\",\n                \"logo\": \"https://omniful-production-uploads.s3.eu-central-1.amazonaws.com/shipping/J%26T.png\"\n            },\n            \"courier_partner_info\": {\n                \"name\": \"JNT\",\n                \"tag\": \"jandt\",\n                \"logo\": \"https://omniful-staging-uploads.s3.eu-central-1.amazonaws.com/shipping/J%26T.png\"\n            }\n        },\n        {\n            \"id\": \"accd82e5-6ad1-41f8-b111-0b1dc8815fc4\",\n            \"name\": \"testing salasa\",\n            \"shipping_partner_info\": {\n                \"name\": \"Salasa\",\n                \"tag\": \"salasa\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/salasa_logo.png\"\n            },\n            \"courier_partner_info\": {\n                \"name\": \"Salasa\",\n                \"tag\": \"salasa\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/salasa_logo.png\"\n            }\n        },\n        {\n            \"id\": \"93166faf-64a9-49d5-8d38-9dd9284eef42\",\n            \"name\": \"AYmakan - test\",\n            \"shipping_partner_info\": {\n                \"name\": \"Careem Express\",\n                \"tag\": \"careem_now\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/careem.png\"\n            },\n            \"courier_partner_info\": {\n                \"name\": \"Careem Express\",\n                \"tag\": \"careem_now\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/careem.png\"\n            }\n        },\n        {\n            \"id\": \"7345bc97-c101-4b29-859a-3afb0c78acc8\",\n            \"name\": \"Aniket test\",\n            \"shipping_partner_info\": {\n                \"name\": \"Shipday\",\n                \"tag\": \"shipday\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/shipday_.png\"\n            },\n            \"courier_partner_info\": {\n                \"name\": \"Shipday\",\n                \"tag\": \"shipday\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/shipday_.png\"\n            }\n        },\n        {\n            \"id\": \"7125f3e4-7146-4f33-805c-896e81a8e2cf\",\n            \"name\": \"alshrouq\",\n            \"shipping_partner_info\": {\n                \"name\": \"Alshrouq Express\",\n                \"tag\": \"alshrouq_express\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/image+(1).png\"\n            },\n            \"courier_partner_info\": {\n                \"name\": \"Alshrouq Express\",\n                \"tag\": \"alshrouq_express\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/image+(1).png\"\n            }\n        },\n        {\n            \"id\": \"dd58d270-da34-4cab-8973-e60640908d42\",\n            \"name\": \"Test\",\n            \"shipping_partner_info\": {\n                \"name\": \"M5azn\",\n                \"tag\": \"m5azn\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/m5aznwms.png\"\n            },\n            \"courier_partner_info\": {\n                \"name\": \"m5azn\",\n                \"tag\": \"m5azn\",\n                \"logo\": \"https://s3.eu-central-1.amazonaws.com/s3images.omniful.com/shipping-service/shipping-partner/m5aznwms.png\"\n            }\n        }\n    ],\n    \"meta\": null\n}"}],"_postman_id":"654fde86-4414-42ef-9bbb-769dbf343e38"}],"id":"b7e681cc-7117-4abd-8707-d6f8d6ccb460","_postman_id":"b7e681cc-7117-4abd-8707-d6f8d6ccb460","description":"","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}}},{"name":"Background Jobs","item":[{"name":"Get Job by ID","id":"ee45e3cd-642d-4b5a-8d69-4e3f8700ed1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://prodapi.omniful.com/sales-channel/public/v1/tenants/jobs/:job_id","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"protocol":"https","path":["sales-channel","public","v1","tenants","jobs",":job_id"],"host":["prodapi","omniful","com"],"query":[],"variable":[{"type":"any","value":"78879aa5-8752-4688-b6a0-169387d349f7","key":"job_id"}]}},"response":[{"id":"f4402060-f970-491f-82a1-8aaf3743e4c7","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NTgzNjQ4MjgsImp0aSI6ImI2NDUyYTBlLWZkYWYtNDBlYi05NjRkLTI1OGFmN2E1YjIwNiIsInVzZXJfZGV0YWlscyI6eyJUZW5hbnRDb2RlIjoiMzcxODEyNDk2OCIsIlRlbmFudElEIjoiIiwiVXNlcklEIjoiNTYyOCIsIlVzZXJOYW1lIjoiSGluaXNoIEJhbnNhbCIsIlJhdGVMaW1pdERldGFpbHMiOnsiRW5hYmxlZCI6dHJ1ZSwiUmVxdWVzdHNQZXJNaW51dGUiOjEyMH19LCJ0b2tlbl90eXBlIjoiQmVhcmVyIn0.SUhsS9bmE9bfPb4mX9sOl6W9tyrK_fiSHO6vmmVWwoLzzRsn3Z9jqhgEi1V-1Z9xXsyIPzUtuPJ3oDQTvLNDwzx4eS5Sf0ZhpcI4dE-iA1EkzIzssr2dHMiHZxGjIoBlq8Wwqu4Bhe0NnEOgUHddReTKq40OBBp-44CvgHVZvjm-VPwqN9lvPOljag5fsMQzgeN3aH66v3X0ajdBtAoTXyqZDgd2kRCfHneoGPMrKSOvjByGgsx9GU3qmKu126ZnAufrjvVWk9W26SMmJrg73to8kRfWhJ0jS5F7Kr45mKZFn_6tEDLDxpCq07TaAm-DD-M0GhZdPTW7H9wWx20tt9-55r_KbhWIqPtjH7vRQ4Rdyimx8BYYz7HVlQOuji6VvpQ1ge23KrKzyhBptqO-_6Arpbfj42ewOViFOEL2w6h6t9DRrqNoxG13Jm3ZQYQJf2_Vpt8l2iuEPxSaqI_5_upsLXUt8RhS99vaZ_XXOgMayh7NvVVpbmmUTdfpQ-epZEfInp_2emJu3NFKEjugpANzcdp8fvAKqjTDimhIL59R4HwP2dmTyGWmSx3_VQqJiRQtvA-2yH91pbIwE2hUVQJv5-o2bO4GHaiBNUkjxSQE3e6qnN2H7kxa4j9-ik4YvMPaUtX1XAwXxtkUOR_jKuk4qEd9gZB8gKaV7v9ZWfE"}],"url":{"raw":"https://prodapi.omniful.com/sales-channel/public/v1/tenants/jobs/:job_id","protocol":"https","host":["prodapi","omniful","com"],"path":["sales-channel","public","v1","tenants","jobs",":job_id"],"variable":[{"key":"job_id","value":"78879aa5-8752-4688-b6a0-169387d349f7"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 05 Sep 2025 12:33:45 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"x-omniful-request-id","value":"79891171-4cac-4535-a558-2ec710579e22"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"97a5c1be4d2b8016-MAA"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"job_id\": \"78879aa5-8752-4688-b6a0-169387d349f7\",\n        \"job_status\": \"completed\",\n        \"job_type\": \"order.bulk-create\",\n        \"job_items\": [\n            {\n                \"id\": \"order-12782352367678\",\n                \"item_type\": \"order\",\n                \"status\": \"completed\",\n                \"success\": true\n            },\n            {\n                \"id\": \"order-127823523676\",\n                \"item_type\": \"order\",\n                \"status\": \"failed\",\n                \"success\": false,\n                \"error_message\": \"Order Already Exist\"\n            }\n        ],\n        \"job_total_count\": 2,\n        \"job_completed_count\": 2,\n        \"job_failed_count\": 1,\n        \"started_at\": \"2025-09-05T12:06:13.587732364Z\",\n        \"last_updated_at\": \"2025-09-05T12:06:13.725511026Z\",\n        \"completed_at\": \"2025-09-05T12:06:13.725511156Z\"\n    },\n    \"meta\": null\n}"}],"_postman_id":"ee45e3cd-642d-4b5a-8d69-4e3f8700ed1a"}],"id":"b4c949f0-8d05-46ab-b038-3ec9dff6f6b4","_postman_id":"b4c949f0-8d05-46ab-b038-3ec9dff6f6b4","description":"","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}}},{"name":"Seller Integrations","item":[{"name":"Seller Integrations","id":"766708d7-6ae8-4533-a240-b836c3ba37b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/sales-channel/public/v1/tenants/sellers/EX-637/channels/integrations?page=1&per_page=10","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"path":["sales-channel","public","v1","tenants","sellers","EX-637","channels","integrations"],"host":["{{base_url}}"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"10"}],"variable":[]}},"response":[{"id":"4dfd9257-7bde-41ff-bed7-07a5141586b2","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/sales-channel/public/v1/tenants/sellers/EX-637/channels/integrations?page=1&per_page=10","host":["{{base_url}}"],"path":["sales-channel","public","v1","tenants","sellers","EX-637","channels","integrations"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 05 Sep 2025 12:57:44 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"x-omniful-request-id","value":"3b75bf45-ab53-429b-8bc2-2a289c1e8784"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"97a5e4e4b8775984-DEL"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": [\n        {\n            \"integration_token\": \"a1f2d898-60f5-4d82-9e52-b1902c269e4f\",\n            \"name\": \"api\",\n            \"sales_channel_name\": \"Custom\",\n            \"sales_channel_tag\": \"custom\",\n            \"is_active\": true\n        },\n        {\n            \"integration_token\": \"9928b59b-2e3b-47a9-813c-f89372ab551a\",\n            \"name\": \"test-tg11\",\n            \"sales_channel_name\": \"Shopify\",\n            \"sales_channel_tag\": \"shopify\",\n            \"is_active\": true\n        },\n        {\n            \"integration_token\": \"151e21f1-2e36-4c1e-8287-71a1f23bea5f\",\n            \"name\": \"happy\",\n            \"sales_channel_name\": \"Custom\",\n            \"sales_channel_tag\": \"custom\",\n            \"is_active\": true\n        },\n        {\n            \"integration_token\": \"b5d45113-3df4-40d3-befe-e21c97c6667c\",\n            \"name\": \"srv-testing\",\n            \"sales_channel_name\": \"Shopify\",\n            \"sales_channel_tag\": \"shopify\",\n            \"is_active\": true\n        },\n        {\n            \"integration_token\": \"12ae0059-a077-4130-8163-85e0ed229292\",\n            \"name\": \"Zid App Market store\",\n            \"sales_channel_name\": \"Zid\",\n            \"sales_channel_tag\": \"zid\",\n            \"is_active\": false\n        },\n        {\n            \"integration_token\": \"5b0b15ef-d37c-4401-bd5e-faaa8f7a490a\",\n            \"name\": \"HYPERNEST\",\n            \"sales_channel_name\": \"Shopify\",\n            \"sales_channel_tag\": \"shopify\",\n            \"is_active\": false\n        }\n    ],\n    \"meta\": {\n        \"current_page\": 1,\n        \"per_page\": 20,\n        \"last_page\": 1,\n        \"total\": 6\n    }\n}"}],"_postman_id":"766708d7-6ae8-4533-a240-b836c3ba37b9"}],"id":"9ef9f6aa-f9e4-43e7-8079-d258d20c14e6","_postman_id":"9ef9f6aa-f9e4-43e7-8079-d258d20c14e6","description":"","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}}},{"name":"Pickup Locations","item":[{"name":"Upsert Pickup Locations","id":"55a6ec6b-b5d3-4e61-af2b-2bf5a1adcc9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Main Warehouse\",\n    \"email\": \"warehouse@example.com\",\n    \"phone_number\": {\n        \"number\": \"1234567890\",\n        \"country_calling_code\": \"+91\",\n        \"country_code\": \"IN\"\n    },\n    \"external_hub_identifier\": \"HUB123456\",\n    \"address\": {\n        \"address_1\": \"123 Street Name\",\n        \"address_2\": \"Suite 400\",\n        \"postal_code\": \"560001\",\n        \"city_name\": \"Riyadh\",\n        \"country_name\": \"Saudi Arabia\",\n        \"state_name\": \"Riyadh\",\n        \"country_code\": \"SA\",\n        \"state_code\": \"01\",\n        \"latitude\": 24.8506269,\n        \"longitude\": 46.8180723,\n        \"national_address_code\": \"\"\n    },\n    \"virtual_hub_type\": \"virtual\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/pickup_locations","description":"<h1 id=\"create-pickup-location-api\">Create Pickup Location API</h1>\n<p><strong>Description</strong></p>\n<p>Creates a new pickup (hub) location for a seller. A pickup location can be physical or virtual and is used for fulfilling orders and assigning shipments.</p>\n<hr />\n<h2 id=\"📋-field-descriptions\">📋 Field Descriptions</h2>\n<h3 id=\"top-level-fields\"><strong>Top-Level Fields</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Name of the pickup location (e.g., “Main Warehouse”).</td>\n</tr>\n<tr>\n<td><code>email</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Contact email for the pickup location.</td>\n</tr>\n<tr>\n<td><code>phone_number</code></td>\n<td>object</td>\n<td>✅</td>\n<td>Contact phone details (number, code, country).</td>\n</tr>\n<tr>\n<td><code>external_hub_identifier</code></td>\n<td>string</td>\n<td>✅</td>\n<td>External system reference/ID for hub mapping.</td>\n</tr>\n<tr>\n<td><code>address</code></td>\n<td>object</td>\n<td>✅</td>\n<td>Address details of the pickup location.</td>\n</tr>\n<tr>\n<td><code>virtual_hub_type</code></td>\n<td>string</td>\n<td>❌</td>\n<td>If hub is virtual, specify type (e.g., <code>virtual</code>).</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"phone-number-object\"><strong>Phone Number Object</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>number</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Phone number of the pickup location.</td>\n</tr>\n<tr>\n<td><code>country_calling_code</code></td>\n<td>string</td>\n<td>❌</td>\n<td>International calling code (e.g., <code>+91</code>).</td>\n</tr>\n<tr>\n<td><code>country_code</code></td>\n<td>string</td>\n<td>✅</td>\n<td>ISO 2-letter country code (e.g., <code>IN</code>).</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"address-object\"><strong>Address Object</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>address_1</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Primary address line (e.g., street, plot).</td>\n</tr>\n<tr>\n<td><code>address_2</code></td>\n<td>string</td>\n<td>❌</td>\n<td>Secondary address line (e.g., suite, floor).</td>\n</tr>\n<tr>\n<td><code>postal_code</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Postal/ZIP code.</td>\n</tr>\n<tr>\n<td><code>city_name</code></td>\n<td>string</td>\n<td>❌</td>\n<td>City where hub is located.</td>\n</tr>\n<tr>\n<td><code>state_name</code></td>\n<td>string</td>\n<td>❌</td>\n<td>State/Province name.</td>\n</tr>\n<tr>\n<td><code>country_name</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Country name.</td>\n</tr>\n<tr>\n<td><code>country_code</code></td>\n<td>string</td>\n<td>✅</td>\n<td>ISO 2-letter country code.</td>\n</tr>\n<tr>\n<td><code>state_code</code></td>\n<td>string</td>\n<td>❌</td>\n<td>State code (if applicable).</td>\n</tr>\n<tr>\n<td><code>latitude</code></td>\n<td>number</td>\n<td>❌</td>\n<td>Latitude coordinates for hub geolocation.</td>\n</tr>\n<tr>\n<td><code>longitude</code></td>\n<td>number</td>\n<td>❌</td>\n<td>Longitude coordinates for hub geolocation.</td>\n</tr>\n<tr>\n<td><code>national_address_code</code></td>\n<td>string</td>\n<td>❌</td>\n<td>National address code for hub.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"path":["sales-channel","public","v1","tenants","sellers",":seller_code","pickup_locations"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"TC-076","key":"seller_code"}]}},"response":[{"id":"027e6a50-1409-4b46-ae54-83729957f499","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Main Warehouse\",\n    \"email\": \"warehouse@example.com\",\n    \"phone_number\": {\n        \"number\": \"1234567890\",\n        \"country_calling_code\": \"+91\",\n        \"country_code\": \"IN\"\n    },\n    \"external_hub_identifier\": \"HUB123456\",\n    \"address\": {\n        \"address_1\": \"123 Street Name\",\n        \"address_2\": \"Suite 400\",\n        \"postal_code\": \"560001\",\n        \"city_name\": \"Riyadh\",\n        \"country_name\": \"Saudi Arabia\",\n        \"state_name\": \"Riyadh\",\n        \"country_code\": \"SA\",\n        \"national_address_code\": \"\"\n    },\n    \"virtual_hub_type\": \"virtual\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/tenants/sellers/TC-076/pickup_locations"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sat, 20 Sep 2025 07:20:01 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"dab8d932-29c2-4d52-95b9-6e2376ebf404"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Content-Encoding","value":"br"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"981f8ecd5a2d919e-DEL"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"source\": \"sales_channel\",\n        \"entity_type\": \"seller\",\n        \"virtual_hub_type\": \"virtual\",\n        \"name\": \"Main Warehouse\",\n        \"email\": \"warehouse@example.com\",\n        \"phone_number\": \"+91-1234567890\",\n        \"address\": {\n            \"address_1\": \"123 Street Name\",\n            \"address_2\": \"Suite 400\",\n            \"postal_code\": \"560001\",\n            \"city_name\": \"Riyadh\",\n            \"country_name\": \"Saudi Arabia\",\n            \"state_name\": \"Riyadh Region\",\n            \"country_code\": \"SA\",\n            \"state_code\": \"01\",\n            \"latitude\": 24.8506269,\n            \"longitude\": 46.8180723,\n            \"national_address_code\": \"\"\n        },\n        \"type\": \"virtual\",\n        \"pickup_location_code\": \"HUB123456\",\n        \"external_hub_identifier\": \"HUB123456\",\n        \"country_calling_code\": \"+91\",\n        \"country_code\": \"IN\",\n        \"created_at\": \"2025-09-20T07:20:01.092778444Z\",\n        \"updated_at\": \"2025-09-20T07:20:01.092778604Z\"\n    },\n    \"meta\": null\n}"}],"_postman_id":"55a6ec6b-b5d3-4e61-af2b-2bf5a1adcc9d"},{"name":"Get Pickup Locations","id":"b2d3ccab-6c92-4091-8f50-40a6b62e99c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/pickup_locations","description":"<p><strong>Description</strong>  </p>\n<p>Retrieves all pickup locations configured for a specific seller under a tenant. Useful for fetching active hubs/warehouses and their details.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"path":["sales-channel","public","v1","tenants","sellers",":seller_code","pickup_locations"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p>Warehouse Name</p>\n","type":"text/plain"},"key":"name","value":"John Doe"},{"disabled":true,"description":{"content":"<p>Warehouse Email</p>\n","type":"text/plain"},"key":"email","value":"johndoe@gmail.com"},{"disabled":true,"description":{"content":"<p>Unique Identifier for the pickup location</p>\n","type":"text/plain"},"key":"pickup_location_code","value":"HUB123456"}],"variable":[{"description":{"content":"<p>Unique Identifier of Seller</p>\n","type":"text/plain"},"type":"any","value":"TC-076","key":"seller_code"}]}},"response":[{"id":"f4dcb4c6-68a1-4f1b-9a11-1161b35d5ec0","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/pickup_locations","host":["{{base_url}}"],"path":["sales-channel","public","v1","tenants","sellers",":seller_code","pickup_locations"],"query":[{"key":"name","value":"John Doe","description":"Warehouse Name","type":"text","disabled":true},{"key":"email","value":"johndoe@gmail.com","description":"Warehouse Email","type":"text","disabled":true},{"key":"pickup_location_code","value":"HUB123456","description":"Unique Identifier for the pickup location","type":"text","disabled":true}],"variable":[{"key":"seller_code","value":"TC-076","description":"Unique Identifier of Seller"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sat, 20 Sep 2025 07:23:22 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"9c91d236-a8a1-4e68-ac2f-018d4477cd65"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Content-Encoding","value":"br"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"981f93b50c7589a2-DEL"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": [\n        {\n            \"name\": \"Main Warehouse\",\n            \"email\": \"warehouse@example.com\",\n            \"phone_number\": \"+91-1234567890\",\n            \"address\": {\n                \"address_1\": \"123 Street Name\",\n                \"address_2\": \"Suite 400\",\n                \"postal_code\": \"560001\",\n                \"city_name\": \"Riyadh\",\n                \"country_name\": \"Saudi Arabia\",\n                \"state_name\": \"Riyadh Region\",\n                \"country_code\": \"SA\",\n                \"state_code\": \"01\",\n                \"latitude\": 24.8506269,\n                \"longitude\": 46.8180723,\n                \"national_address_code\": \"\"\n            },\n            \"type\": \"virtual\",\n            \"pickup_location_code\": \"HUB123456\",\n            \"created_at\": \"2025-09-20T07:21:21.965Z\",\n            \"updated_at\": \"2025-09-20T07:21:21.965Z\"\n        },\n        {\n            \"name\": \"Sender\",\n            \"email\": \"sender@example.com\",\n            \"phone_number\": \"+91-9876543210\",\n            \"address\": {\n                \"address_1\": \"123 Warehouse St.\",\n                \"address_2\": \"Block A\",\n                \"postal_code\": \"400001\",\n                \"city_name\": \"Mumbai\",\n                \"country_name\": \"India\",\n                \"state_name\": \"Maharashtra\",\n                \"country_code\": \"IN\",\n                \"state_code\": \"MH\",\n                \"latitude\": 19.076,\n                \"longitude\": 72.8777,\n                \"national_address_code\": \"\"\n            },\n            \"type\": \"virtual\",\n            \"pickup_location_code\": \"H200925-37161-NTBLY\",\n            \"created_at\": \"2025-09-20T06:58:58.024Z\",\n            \"updated_at\": \"2025-09-20T06:58:58.024Z\"\n        }\n    ],\n    \"meta\": null\n}"}],"_postman_id":"b2d3ccab-6c92-4091-8f50-40a6b62e99c2"},{"name":"Get Pickup Location By Code","id":"2efb318f-5bcd-4459-86ef-c23b29d9bc8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/pickup_locations/:pickup_location_code","description":"<p><strong>Description</strong></p>\n<p>Fetches details of a specific pickup location (hub) for a given seller, using the hub’s <code>external_hub_identifier</code>.</p>\n<hr />\n<h2 id=\"🔗-path-parameters\">🔗 Path Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>seller_code</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Unique seller code (e.g., <code>0099</code>).</td>\n</tr>\n<tr>\n<td><code>external_hub_identifier</code></td>\n<td>string</td>\n<td>✅</td>\n<td>External identifier of the hub/pickup location (e.g., <code>HUB123456</code>).</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"path":["sales-channel","public","v1","tenants","sellers",":seller_code","pickup_locations",":pickup_location_code"],"host":["{{base_url}}"],"query":[],"variable":[{"description":{"content":"<p>Unique Identifier of the seller</p>\n","type":"text/plain"},"type":"any","value":"0099","key":"seller_code"},{"description":{"content":"<p>Unique Identifier of the picking location</p>\n","type":"text/plain"},"type":"any","value":"HUB123456","key":"pickup_location_code"}]}},"response":[{"id":"89cd7c9d-01ae-4213-96a0-13d2bf329e58","name":"Success","originalRequest":{"method":"GET","header":[],"url":"https://prodapi.omniful.com/sales-channel/public/v1/tenants/sellers/0019/pickup_locations/HUB123456"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Thu, 25 Sep 2025 13:23:25 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"8133bb6d-d849-4918-b0cf-1fa019d24bee"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Content-Encoding","value":"br"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"984ad5ffcd659db7-DEL"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"name\": \"Main Warehouse\",\n        \"email\": \"warehouse@example.com\",\n        \"phone_number\": \"+91-1234567890\",\n        \"address\": {\n            \"address_1\": \"123 Street Name\",\n            \"address_2\": \"Suite 400\",\n            \"postal_code\": \"560001\",\n            \"city_name\": \"Riyadh\",\n            \"country_name\": \"Saudi Arabia\",\n            \"state_name\": \"Riyadh Region\",\n            \"country_code\": \"SA\",\n            \"state_code\": \"01\",\n            \"latitude\": 24.8506269,\n            \"longitude\": 46.8180723,\n            \"national_address_code\": \"\"\n        },\n        \"type\": \"virtual\",\n        \"pickup_location_code\": \"HUB123456\",\n        \"created_at\": \"2025-09-25T13:10:08.465Z\",\n        \"updated_at\": \"2025-09-25T13:10:08.465Z\"\n    },\n    \"meta\": null\n}"}],"_postman_id":"2efb318f-5bcd-4459-86ef-c23b29d9bc8c"}],"id":"6b5901eb-9e51-4577-872a-bb33909c7a54","_postman_id":"6b5901eb-9e51-4577-872a-bb33909c7a54","description":"","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}}},{"name":"Shipment Orders","item":[{"name":"Return Shipment Orders","item":[{"name":"Create Return Order","id":"65fae50b-a15e-4318-9462-cb14327315d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"return_order_id\": \"RO-106213\",\n  \"return_items\": [\n    {\n      \"item_id\": \"JOUFURH05082036\",\n      \"return_item_id\": \"Rqueen_bed\",\n      \"sku_code\": \"JOUFURH05082036\",\n      \"return_quantity\": 1,\n      \"return_reasons\": [\n        {\n          \"reason\": \"Damaged item\",\n          \"quantity\": 1,\n          \"comment\": \"Product arrived with broken packaging\"\n        }\n      ],\n      \"unit_price\": 50.0,\n      \"discount\": 0,\n      \"total\": 100.0\n    }\n  ],\n  \"additional_charges\": [\n    {\n      \"type\": \"cod_fee\",\n      \"cost\": 50.0,\n      \"tax_inclusive\": true,\n      \"tax_percentage\": 5.0,\n      \"is_applied\": true\n    },\n    {\n      \"type\": \"platform_fee\",\n      \"cost\": 30.0,\n      \"tax_inclusive\": false,\n      \"tax_percentage\": 0.0,\n      \"is_applied\": false\n    }\n  ]\n}\n","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/shipment_orders/:order_id/return_orders","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"path":["sales-channel","public","v1","tenants","sellers",":seller_code","shipment_orders",":order_id","return_orders"],"host":["{{base_url}}"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier assigned to a seller in the Omniful system. This code helps differentiate between multiple sellers operating on the platform.</p>\n","type":"text/plain"},"type":"any","value":"3705","key":"seller_code"},{"description":{"content":"<p>Unique identifier of shipment order</p>\n","type":"text/plain"},"type":"any","value":"68f8aa5753ed4fff60b905da","key":"order_id"}]}},"response":[{"id":"d28c6e1f-3fd2-49e0-b3fd-cde36ec31acd","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"return_order_id\": \"RO-106213\",\n    \"return_items\": [\n        {\n            \"item_id\": \"JOUFURH05082036\", //Sales Channel Item Id\n            \"return_item_id\": \"Rqueen_bed\",\n            \"sku_code\": \"JOUFURH05082036\",\n            \"return_quantity\": 1,\n            \"return_reasons\": [\n                {\n                    \"reason\": \"Damaged item\",\n                    \"quantity\": 1,\n                    \"comment\": \"Product arrived with broken packaging\"\n                }\n            ],\n            \"unit_price\": 50.0,\n            \"discount\": 0,\n            \"total\": 100.0\n        }\n    ],\n    \"additional_charges\": [\n        {\n            \"type\": \"platform_fee\",\n            \"cost\": 30.0,\n            \"tax_inclusive\": false,\n            \"tax_percentage\": 0.0,\n            \"is_applied\": false\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/shipment_orders/:order_id/return_orders","host":["{{base_url}}"],"path":["sales-channel","public","v1","tenants","sellers",":seller_code","shipment_orders",":order_id","return_orders"],"variable":[{"key":"seller_code","value":"3705","description":"Unique identifier assigned to a seller in the Omniful system. This code helps differentiate between multiple sellers operating on the platform."},{"key":"order_id","value":"68f8aa5753ed4fff60b905da","description":"Unique identifier of shipment order"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Mon, 03 Nov 2025 13:10:38 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"d315a095-d0ca-432b-b68e-056cdd17e161"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Content-Encoding","value":"br"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"998c1ceb1d507f71-MAA"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": \"Customer return order created successfully.\",\n    \"meta\": null\n}"}],"_postman_id":"65fae50b-a15e-4318-9462-cb14327315d9"},{"name":"Get Return Orders","id":"e08e35f1-a38b-4bd7-9a39-f01b48c86d3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/shipment_orders/return_orders","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"path":["sales-channel","public","v1","tenants","sellers",":seller_code","shipment_orders","return_orders"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p>Page number of response</p>\n","type":"text/plain"},"key":"page","value":null},{"disabled":true,"description":{"content":"<p>Number of shipment orders per page</p>\n","type":"text/plain"},"key":"per_page","value":null},{"disabled":true,"description":{"content":"<p>Unique identifier of shipment order</p>\n","type":"text/plain"},"key":"return_order_id","value":null},{"disabled":true,"description":{"content":"<p>Unique identifiers of shipment orders</p>\n","type":"text/plain"},"key":"return_order_ids","value":null}],"variable":[{"type":"any","value":"3705","key":"seller_code"}]}},"response":[{"id":"83f63c21-80fe-49dd-b6fb-242a4454a6ec","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/shipment_orders/return_orders","host":["{{base_url}}"],"path":["sales-channel","public","v1","tenants","sellers",":seller_code","shipment_orders","return_orders"],"variable":[{"key":"seller_code","value":"3705"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Mon, 03 Nov 2025 13:15:46 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"612cfb69-1f16-4bf3-99e7-78ae870bd261"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Content-Encoding","value":"br"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"998c246fab43596a-DEL"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": [\n        {\n            \"id\": \"6908a9ce71187141897e4a8f\",\n            \"return_order_id\": \"RO-106213\",\n            \"order_id\": \"68f8aa5753ed4fff60b905da\",\n            \"seller_name\": \"Joint furniture\",\n            \"type\": \"Customer Return\",\n            \"source\": \"Sales Channel\",\n            \"customer\": {\n                \"first_name\": \"فاطمه\",\n                \"last_name\": \"الزهراء عبدالروؤف توفيق\",\n                \"mobile\": \"+20-1005160640\",\n                \"mobile_code\": \"+20\",\n                \"email\": \"customer@example.com\",\n                \"avatar\": \"https://cdn.example.com/avatar.jpg\",\n                \"gender\": \"male\"\n            },\n            \"order_reference_id\": \"324234\",\n            \"order_items\": [\n                {\n                    \"seller_sku_code\": \"JOUFURH05082036\",\n                    \"item_barcodes\": [],\n                    \"return_reason\": \"\",\n                    \"return_reasons\": [],\n                    \"unit_price\": 11531,\n                    \"selling_price\": 11531,\n                    \"total\": 11531,\n                    \"refunded_quantity\": 0,\n                    \"returned_quantity\": 0,\n                    \"delivered_quantity\": 1,\n                    \"return_quantity\": 1,\n                    \"return_weight\": {},\n                    \"display_return_weight\": \"\",\n                    \"is_weighted\": false,\n                    \"discount\": 0,\n                    \"tax\": 0,\n                    \"tax_percent\": 0\n                }\n            ],\n            \"total_sku_count\": 1,\n            \"delivered_quantity\": 1,\n            \"total\": 11531,\n            \"pickup_address\": {\n                \"address1\": \"كمبوند الياسمين فيلا 1132 الشيخ زايد الجيزة\",\n                \"address2\": \"Giza\",\n                \"city\": \"الشيخ زايد\",\n                \"country\": \"Egypt\",\n                \"first_name\": \"فاطمه\",\n                \"last_name\": \"الزهراء عبدالروؤف توفيق\",\n                \"phone\": \"1005160640\",\n                \"email\": \"\",\n                \"state\": \"Giza\",\n                \"area\": \"\",\n                \"zip\": \"110001\",\n                \"state_code\": \"\",\n                \"country_code\": \"EG\",\n                \"latitude\": 0,\n                \"longitude\": 0,\n                \"national_address_code\" : \"nac_1234\"\n            },\n            \"status\": \"Initiated\",\n            \"refund_status\": \"Pending\",\n            \"shipment\": {\n                \"delivery_status\": \"\",\n                \"shipping_account\": {\n                    \"id\": \"\",\n                    \"name\": \"\"\n                },\n                \"courier_partner\": {\n                    \"id\": 0,\n                    \"name\": \"\",\n                    \"tag\": \"\",\n                    \"logo\": \"\"\n                }\n            },\n            \"order_created_at\": \"2025-09-11T15:55:43Z\",\n            \"order_delivered_at\": \"2025-11-03T13:07:13.915Z\",\n            \"payment_method\": \"postpaid\",\n            \"invoice\": {\n                \"currency\": \"EGP\",\n                \"subtotal\": 11531,\n                \"shipping_price\": 0,\n                \"shipping_refund\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 11451,\n                \"total_paid\": 0,\n                \"total_due\": 0,\n                \"shipping_tax\": 0,\n                \"sub_total_tax_inclusive\": false,\n                \"sub_total_discount_inclusive\": false,\n                \"shipping_tax_inclusive\": false,\n                \"shipping_discount_inclusive\": false,\n                \"additional_charges\": [\n                    {\n                        \"type\": \"\",\n                        \"cost\": 0,\n                        \"cost_without_tax\": 0,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": false,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false\n                    },\n                    {\n                        \"type\": \"\",\n                        \"cost\": 0,\n                        \"cost_without_tax\": 0,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": false,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false\n                    },\n                    {\n                        \"type\": \"cod_fee\",\n                        \"cost\": 50,\n                        \"cost_without_tax\": 47.62,\n                        \"tax_amount\": 2.38,\n                        \"tax_inclusive\": true,\n                        \"tax_percentage\": 5,\n                        \"is_applied\": true\n                    },\n                    {\n                        \"type\": \"platform_fee\",\n                        \"cost\": 30,\n                        \"cost_without_tax\": 30,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": false,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false\n                    }\n                ],\n                \"attachments\": null\n            },\n            \"hub_detail\": {\n                \"code\": \"\"\n            },\n            \"total_return_quantity\": 1\n        },\n        {\n            \"id\": \"68ff8ac51a26ca4abb4c336c\",\n            \"return_order_id\": \"RO-27102025-NGLOB\",\n            \"order_id\": \"68dfe387f0dc94debbccbc99\",\n            \"seller_name\": \"Joint furniture\",\n            \"type\": \"Customer Return\",\n            \"source\": \"Manual\",\n            \"customer\": {\n                \"first_name\": \"ندى\",\n                \"last_name\": \"محمد\",\n                \"mobile\": \"+20-1011755247\",\n                \"mobile_code\": \"+20\",\n                \"email\": \"customer@example.com\",\n                \"avatar\": \"https://cdn.example.com/avatar.jpg\",\n                \"gender\": \"male\"\n            },\n            \"order_reference_id\": \"239634\",\n            \"order_items\": [\n                {\n                    \"seller_sku_code\": \"JOUFURH528052408\",\n                    \"item_barcodes\": [],\n                    \"return_reason\": \"\",\n                    \"return_reasons\": [],\n                    \"unit_price\": 25879,\n                    \"selling_price\": 25879,\n                    \"total\": 21997.15,\n                    \"refunded_quantity\": 0,\n                    \"returned_quantity\": 0,\n                    \"delivered_quantity\": 1,\n                    \"return_quantity\": 1,\n                    \"return_weight\": {},\n                    \"display_return_weight\": \"\",\n                    \"is_weighted\": false,\n                    \"discount\": 3881.85,\n                    \"tax\": 0,\n                    \"tax_percent\": 0\n                }\n            ],\n            \"total_sku_count\": 1,\n            \"delivered_quantity\": 1,\n            \"total\": 21997.15,\n            \"pickup_address\": {\n                \"address1\": \"جردنيا سيتي مدينة نصر عمارة 657 شقة 24\",\n                \"address2\": \"Cairo\",\n                \"city\": \"مدينة نصر\",\n                \"country\": \"Egypt\",\n                \"first_name\": \"ندى\",\n                \"last_name\": \"محمد\",\n                \"phone\": \"1011755247\",\n                \"email\": \"\",\n                \"state\": \"Cairo\",\n                \"area\": \"\",\n                \"zip\": \"110001\",\n                \"state_code\": \"\",\n                \"country_code\": \"EG\",\n                \"latitude\": 0,\n                \"longitude\": 0,\n                \"national_address_code\" : \"nac_1234\"\n            },\n            \"status\": \"Initiated\",\n            \"refund_status\": \"Pending\",\n            \"shipment\": {\n                \"delivery_status\": \"\",\n                \"shipping_account\": {\n                    \"id\": \"\",\n                    \"name\": \"\"\n                },\n                \"courier_partner\": {\n                    \"id\": 0,\n                    \"name\": \"\",\n                    \"tag\": \"\",\n                    \"logo\": \"\"\n                }\n            },\n            \"order_created_at\": \"2025-09-11T15:54:43Z\",\n            \"order_delivered_at\": \"2025-10-26T12:57:27.052Z\",\n            \"payment_method\": \"postpaid\",\n            \"invoice\": {\n                \"currency\": \"EGP\",\n                \"subtotal\": 25879,\n                \"shipping_price\": 0,\n                \"shipping_refund\": 0,\n                \"tax\": 0,\n                \"discount\": 3881.85,\n                \"total\": 21997.15,\n                \"total_paid\": 0,\n                \"total_due\": 0,\n                \"shipping_tax\": 0,\n                \"sub_total_tax_inclusive\": false,\n                \"sub_total_discount_inclusive\": false,\n                \"shipping_tax_inclusive\": false,\n                \"shipping_discount_inclusive\": false,\n                \"additional_charges\": [\n                    {\n                        \"type\": \"\",\n                        \"cost\": 0,\n                        \"cost_without_tax\": 0,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": false,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false\n                    },\n                    {\n                        \"type\": \"\",\n                        \"cost\": 0,\n                        \"cost_without_tax\": 0,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": false,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false\n                    },\n                    {\n                        \"type\": \"return_fee\",\n                        \"cost\": 0,\n                        \"cost_without_tax\": 0,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false\n                    },\n                    {\n                        \"type\": \"return_shipment_fee\",\n                        \"cost\": 0,\n                        \"cost_without_tax\": 0,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false\n                    }\n                ],\n                \"attachments\": null\n            },\n            \"hub_detail\": {\n                \"code\": \"H180925-26137526-IETRI\"\n            },\n            \"total_return_quantity\": 1\n        },\n        {\n            \"id\": \"68e7a34f01cfe384fd787be2\",\n            \"return_order_id\": \"RO-09102025-JVMRO\",\n            \"order_id\": \"68daec91ecebd48d5dfdbfe1\",\n            \"seller_name\": \"Joint furniture\",\n            \"type\": \"Customer Return\",\n            \"source\": \"Manual\",\n            \"customer\": {\n                \"first_name\": \"Mahmoud\",\n                \"last_name\": \"atef\",\n                \"mobile\": \"+20-1014561191\",\n                \"mobile_code\": \"+20\",\n                \"email\": \"customer@example.com\",\n                \"avatar\": \"https://cdn.example.com/avatar.jpg\",\n                \"gender\": \"male\"\n            },\n            \"order_reference_id\": \"2438674\",\n            \"order_items\": [\n                {\n                    \"seller_sku_code\": \"JOUFURH94224\",\n                    \"item_barcodes\": [],\n                    \"return_reason\": \"\",\n                    \"return_reasons\": [\n                        {\n                            \"reason\": \"Damaged\",\n                            \"quantity\": 1\n                        }\n                    ],\n                    \"unit_price\": 21390,\n                    \"selling_price\": 21390,\n                    \"total\": 21390,\n                    \"refunded_quantity\": 0,\n                    \"returned_quantity\": 0,\n                    \"delivered_quantity\": 1,\n                    \"return_quantity\": 1,\n                    \"return_weight\": {},\n                    \"display_return_weight\": \"\",\n                    \"is_weighted\": false,\n                    \"discount\": 0,\n                    \"tax\": 0,\n                    \"tax_percent\": 0\n                }\n            ],\n            \"total_sku_count\": 1,\n            \"delivered_quantity\": 1,\n            \"total\": 21390,\n            \"pickup_address\": {\n                \"address1\": \"المستقبل الشيخ زايد بجوار مول الكورت يارد\",\n                \"address2\": \"Giza\",\n                \"city\": \"الشيخ زايد\",\n                \"country\": \"Egypt\",\n                \"first_name\": \"Mahmoud\",\n                \"last_name\": \"atef\",\n                \"phone\": \"1014561191\",\n                \"email\": \"\",\n                \"state\": \"Giza\",\n                \"area\": \"\",\n                \"zip\": \"110001\",\n                \"state_code\": \"\",\n                \"country_code\": \"EG\",\n                \"latitude\": 0,\n                \"longitude\": 0,\n                \"national_address_code\" : \"nac_1234\"\n            },\n            \"status\": \"Initiated\",\n            \"refund_status\": \"Pending\",\n            \"shipment\": {\n                \"delivery_status\": \"\",\n                \"shipping_account\": {\n                    \"id\": \"\",\n                    \"name\": \"\"\n                },\n                \"courier_partner\": {\n                    \"id\": 0,\n                    \"name\": \"\",\n                    \"tag\": \"\",\n                    \"logo\": \"\"\n                }\n            },\n            \"order_created_at\": \"2025-09-11T16:04:46Z\",\n            \"order_delivered_at\": \"2025-10-01T07:56:45.558Z\",\n            \"payment_method\": \"prepaid\",\n            \"invoice\": {\n                \"currency\": \"EGP\",\n                \"subtotal\": 21390,\n                \"shipping_price\": 0,\n                \"shipping_refund\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 21390,\n                \"total_paid\": 0,\n                \"total_due\": 0,\n                \"shipping_tax\": 0,\n                \"sub_total_tax_inclusive\": false,\n                \"sub_total_discount_inclusive\": false,\n                \"shipping_tax_inclusive\": false,\n                \"shipping_discount_inclusive\": false,\n                \"additional_charges\": [\n                    {\n                        \"type\": \"\",\n                        \"cost\": 0,\n                        \"cost_without_tax\": 0,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": false,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false\n                    },\n                    {\n                        \"type\": \"\",\n                        \"cost\": 0,\n                        \"cost_without_tax\": 0,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": false,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false\n                    },\n                    {\n                        \"type\": \"return_fee\",\n                        \"cost\": 0,\n                        \"cost_without_tax\": 0,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false\n                    },\n                    {\n                        \"type\": \"return_shipment_fee\",\n                        \"cost\": 0,\n                        \"cost_without_tax\": 0,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false\n                    }\n                ],\n                \"attachments\": null\n            },\n            \"hub_detail\": {\n                \"code\": \"H180925-26137526-IETRI\"\n            },\n            \"total_return_quantity\": 1\n        },\n        {\n            \"id\": \"68e7a2dccdb6d0d355c7b8ff\",\n            \"return_order_id\": \"RO-09102025-BYTCW\",\n            \"order_id\": \"68dd19c5f14a4437e7090de1\",\n            \"seller_name\": \"Joint furniture\",\n            \"type\": \"Customer Return\",\n            \"source\": \"Manual\",\n            \"customer\": {\n                \"first_name\": \"Mohamed\",\n                \"last_name\": \"Rayyan\",\n                \"mobile\": \"+20-1111999675\",\n                \"mobile_code\": \"+20\",\n                \"email\": \"customer@example.com\",\n                \"avatar\": \"https://cdn.example.com/avatar.jpg\",\n                \"gender\": \"male\"\n            },\n            \"order_reference_id\": \"2396522\",\n            \"order_items\": [\n                {\n                    \"seller_sku_code\": \"JOUFURH528052408\",\n                    \"item_barcodes\": [],\n                    \"return_reason\": \"\",\n                    \"return_reasons\": [],\n                    \"unit_price\": 25879,\n                    \"selling_price\": 25879,\n                    \"total\": 21997.15,\n                    \"refunded_quantity\": 0,\n                    \"returned_quantity\": 0,\n                    \"delivered_quantity\": 1,\n                    \"return_quantity\": 1,\n                    \"return_weight\": {},\n                    \"display_return_weight\": \"\",\n                    \"is_weighted\": false,\n                    \"discount\": 3881.85,\n                    \"tax\": 0,\n                    \"tax_percent\": 0\n                }\n            ],\n            \"total_sku_count\": 1,\n            \"delivered_quantity\": 1,\n            \"total\": 21997.15,\n            \"pickup_address\": {\n                \"address1\": \"212 شارع فيصل - محطة التعاون - نفس عمارة بي تك - الدور السادس - شقة 13\",\n                \"address2\": \"Giza\",\n                \"city\": \"10th of ramadan\",\n                \"country\": \"Egypt\",\n                \"first_name\": \"Mohamed\",\n                \"last_name\": \"Rayyan\",\n                \"phone\": \"+20-1111999675\",\n                \"email\": \"\",\n                \"state\": \"\",\n                \"area\": \"\",\n                \"zip\": \"110001\",\n                \"state_code\": \"\",\n                \"country_code\": \"EG\",\n                \"latitude\": 0,\n                \"longitude\": 0,\n                \"national_address_code\" : \"nac_1234\"\n            },\n            \"status\": \"Initiated\",\n            \"refund_status\": \"Pending\",\n            \"shipment\": {\n                \"delivery_status\": \"\",\n                \"shipping_account\": {\n                    \"id\": \"\",\n                    \"name\": \"\"\n                },\n                \"courier_partner\": {\n                    \"id\": 0,\n                    \"name\": \"\",\n                    \"tag\": \"\",\n                    \"logo\": \"\"\n                }\n            },\n            \"order_created_at\": \"2025-09-11T15:54:40Z\",\n            \"order_delivered_at\": \"2025-10-01T12:33:38.435Z\",\n            \"payment_method\": \"postpaid\",\n            \"invoice\": {\n                \"currency\": \"EGP\",\n                \"subtotal\": 25879,\n                \"shipping_price\": 0,\n                \"shipping_refund\": 0,\n                \"tax\": 0,\n                \"discount\": 3881.85,\n                \"total\": 21997.15,\n                \"total_paid\": 0,\n                \"total_due\": 0,\n                \"shipping_tax\": 0,\n                \"sub_total_tax_inclusive\": false,\n                \"sub_total_discount_inclusive\": false,\n                \"shipping_tax_inclusive\": false,\n                \"shipping_discount_inclusive\": false,\n                \"additional_charges\": [\n                    {\n                        \"type\": \"\",\n                        \"cost\": 0,\n                        \"cost_without_tax\": 0,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": false,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false\n                    },\n                    {\n                        \"type\": \"\",\n                        \"cost\": 0,\n                        \"cost_without_tax\": 0,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": false,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false\n                    },\n                    {\n                        \"type\": \"return_fee\",\n                        \"cost\": 0,\n                        \"cost_without_tax\": 0,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false\n                    },\n                    {\n                        \"type\": \"return_shipment_fee\",\n                        \"cost\": 0,\n                        \"cost_without_tax\": 0,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false\n                    }\n                ],\n                \"attachments\": null\n            },\n            \"hub_detail\": {\n                \"code\": \"H180925-26137526-IETRI\"\n            },\n            \"total_return_quantity\": 1\n        }\n    ],\n    \"meta\": null\n}"}],"_postman_id":"e08e35f1-a38b-4bd7-9a39-f01b48c86d3e"},{"name":"Get Return Order by Id","id":"66929aef-c257-4716-9efd-a995ce5f62e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/shipment_orders/return_orders/:return_order_id","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"path":["sales-channel","public","v1","tenants","sellers",":seller_code","shipment_orders","return_orders",":return_order_id"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"3705","key":"seller_code"},{"type":"any","value":"RO-106213","key":"return_order_id"}]}},"response":[{"id":"02fde45f-49dd-4efb-81d9-e36174d75c87","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NjM4MTg4MjIsImp0aSI6IjE0Mzk3NDgxLTZmYzctNGE2OC05ZGZiLTEzYjI2YTM4OWFkMCIsInVzZXJfZGV0YWlscyI6eyJUZW5hbnRDb2RlIjoiMzY4MDY3ODU1IiwiVGVuYW50SUQiOiIiLCJVc2VySUQiOiI5MjE2IiwiVXNlck5hbWUiOiJoaW5pc2giLCJSYXRlTGltaXREZXRhaWxzIjp7IkVuYWJsZWQiOnRydWUsIlJlcXVlc3RzUGVyTWludXRlIjoxMjB9fSwidG9rZW5fdHlwZSI6IkJlYXJlciJ9.kbTO3a5mD9ORw0-bRQgqQ7yURah9CRuB-lMrmlqX-cdhlug6kNmJ4Xi9P6fNOpK-ZY2rypwyfX81SR-CkU613UEp_WvgnoCUw3VTLmXwUKWlgNaEROU2rbQrZoAXuW173VB4CvAnYOU8NQpCpG-v6SM5B_6JuTVhfH-aUu3bKGITWO_0UYfNHGPGrkykFMAGna80PUXhkcese_fyofxgD32Pv-jfAqkqYnLZV4pqLHgdVDjTLBx7jzC40GbWp3m8hFNQVZIldr5q0LV1BFdL42hmuWubCkAq3U7NnEjsNlL_SSrINpmSRBotMVtTTqOCteEV7h5wYB5lNTSk7LPtZW5vx2bViqY8ny1-4LcxcZ8vKEdlDIwuY7TP_KQZgmAKDW38JOpZzFLx-WBFsYlRKXgLXFRaTPqZs8JypwXxfq5nxMPYy5PcJxupkHe0WY0LaMFwGEyH4yZ2HrHzgU3c6h1HsdU2EVIb-DjpimuHClXk6-j4M9WhayY7iZyV6Emd4ZRV5_fhoT-Z5xlB7jlIUyFwDgstlVPIJGiD23pZ_q4_WC7mHgvqAqThhmI-1XuHkFpsSbPLpy7xkbYao6DnWy5qbVO8GHgFvXJ9x_WWXOit03c0o2I9vFkzwMbUhfSzJ6VhRlMXa5gR2t1uoLeZcvonZPaVj0swPAFXA86Cnrg"}],"url":{"raw":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/shipment_orders/return_orders/:return_order_id","host":["{{base_url}}"],"path":["sales-channel","public","v1","tenants","sellers",":seller_code","shipment_orders","return_orders",":return_order_id"],"variable":[{"key":"seller_code","value":"3705"},{"key":"return_order_id","value":"RO-106213"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Mon, 03 Nov 2025 13:21:32 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"7f84827e-5950-4cb5-bf46-9dc9981ca5b9"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Content-Encoding","value":"br"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"998c2cdf89ecf043-DEL"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"id\": \"6908a9ce71187141897e4a8f\",\n        \"return_order_id\": \"RO-106213\",\n        \"order_id\": \"68f8aa5753ed4fff60b905da\",\n        \"seller_name\": \"Joint furniture\",\n        \"type\": \"Customer Return\",\n        \"source\": \"Sales Channel\",\n        \"customer\": {\n            \"first_name\": \"فاطمه\",\n            \"last_name\": \"الزهراء عبدالروؤف توفيق\",\n            \"mobile\": \"+20-1005160640\",\n            \"mobile_code\": \"+20\",\n            \"email\": \"customer@example.com\",\n            \"avatar\": \"https://cdn.example.com/avatar.jpg\",\n            \"gender\": \"male\"\n        },\n        \"order_reference_id\": \"324234\",\n        \"order_items\": [\n            {\n                \"seller_sku_code\": \"JOUFURH05082036\",\n                \"item_barcodes\": [],\n                \"return_reason\": \"\",\n                \"return_reasons\": [],\n                \"unit_price\": 11531,\n                \"selling_price\": 11531,\n                \"total\": 11531,\n                \"refunded_quantity\": 0,\n                \"returned_quantity\": 0,\n                \"delivered_quantity\": 1,\n                \"return_quantity\": 1,\n                \"return_weight\": {},\n                \"display_return_weight\": \"\",\n                \"is_weighted\": false,\n                \"discount\": 0,\n                \"tax\": 0,\n                \"tax_percent\": 0\n            }\n        ],\n        \"total_sku_count\": 1,\n        \"delivered_quantity\": 1,\n        \"total\": 11531,\n        \"pickup_address\": {\n            \"address1\": \"كمبوند الياسمين فيلا 1132 الشيخ زايد الجيزة\",\n            \"address2\": \"Giza\",\n            \"city\": \"الشيخ زايد\",\n            \"country\": \"Egypt\",\n            \"first_name\": \"فاطمه\",\n            \"last_name\": \"الزهراء عبدالروؤف توفيق\",\n            \"phone\": \"1005160640\",\n            \"email\": \"\",\n            \"state\": \"Giza\",\n            \"area\": \"\",\n            \"zip\": \"110001\",\n            \"state_code\": \"\",\n            \"country_code\": \"EG\",\n            \"latitude\": 0,\n            \"longitude\": 0,\n            \"national_address_code\" : \"nac_1234\"\n        },\n        \"status\": \"Initiated\",\n        \"refund_status\": \"Pending\",\n        \"shipment\": {\n            \"delivery_status\": \"\",\n            \"shipping_account\": {\n                \"id\": \"\",\n                \"name\": \"\"\n            },\n            \"courier_partner\": {\n                \"id\": 0,\n                \"name\": \"\",\n                \"tag\": \"\",\n                \"logo\": \"\"\n            }\n        },\n        \"order_created_at\": \"2025-09-11T15:55:43Z\",\n        \"order_delivered_at\": \"2025-11-03T13:07:13.915Z\",\n        \"payment_method\": \"postpaid\",\n        \"invoice\": {\n            \"currency\": \"EGP\",\n            \"subtotal\": 11531,\n            \"shipping_price\": 0,\n            \"shipping_refund\": 0,\n            \"tax\": 0,\n            \"discount\": 0,\n            \"total\": 11451,\n            \"total_paid\": 0,\n            \"total_due\": 0,\n            \"shipping_tax\": 0,\n            \"sub_total_tax_inclusive\": false,\n            \"sub_total_discount_inclusive\": false,\n            \"shipping_tax_inclusive\": false,\n            \"shipping_discount_inclusive\": false,\n            \"additional_charges\": [\n                {\n                    \"type\": \"\",\n                    \"cost\": 0,\n                    \"cost_without_tax\": 0,\n                    \"tax_amount\": 0,\n                    \"tax_inclusive\": false,\n                    \"tax_percentage\": 0,\n                    \"is_applied\": false\n                },\n                {\n                    \"type\": \"\",\n                    \"cost\": 0,\n                    \"cost_without_tax\": 0,\n                    \"tax_amount\": 0,\n                    \"tax_inclusive\": false,\n                    \"tax_percentage\": 0,\n                    \"is_applied\": false\n                },\n                {\n                    \"type\": \"cod_fee\",\n                    \"cost\": 50,\n                    \"cost_without_tax\": 47.62,\n                    \"tax_amount\": 2.38,\n                    \"tax_inclusive\": true,\n                    \"tax_percentage\": 5,\n                    \"is_applied\": true\n                },\n                {\n                    \"type\": \"platform_fee\",\n                    \"cost\": 30,\n                    \"cost_without_tax\": 30,\n                    \"tax_amount\": 0,\n                    \"tax_inclusive\": false,\n                    \"tax_percentage\": 0,\n                    \"is_applied\": false\n                }\n            ],\n            \"attachments\": null\n        },\n        \"hub_detail\": {\n            \"code\": \"\"\n        },\n        \"total_return_quantity\": 1\n    },\n    \"meta\": null\n}"}],"_postman_id":"66929aef-c257-4716-9efd-a995ce5f62e0"}],"id":"16d4534c-d434-42b6-83f2-e2a71e6ffc63","_postman_id":"16d4534c-d434-42b6-83f2-e2a71e6ffc63","description":"","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}}},{"name":"Shipment Order Return Request","item":[{"name":"Create Return Request","id":"aa5f45cd-57d5-458a-950c-c66da7c0d992","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"return_request_number\": \"RRN-108\",\n  \"return_reason\": \"Customer dissatisfaction with product quality\",\n  \"return_items\": [\n    {\n      \"seller_sku_code\": \"JOUFURH528052406\",\n      \"quantity\": 1,\n      \"return_reason\": \"Item defective\",\n      \"refund_amount\": 950.0,\n      \"return_reasons\": [\n        {\n          \"reason\": \"Damaged packaging\",\n          \"quantity\": 1,\n          \"comment\": \"Outer box torn on arrival\"\n        }\n      ]\n    }\n  ],\n  \"additional_charges\": [\n    {\n      \"type\": \"platform_fee\",\n      \"cost_with_tax\": 30.0,\n      \"tax_percentage\": 0.0\n    }\n  ]\n}\n","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/shipment_orders/:order_id/return_requests","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"path":["sales-channel","public","v1","tenants","sellers",":seller_code","shipment_orders",":order_id","return_requests"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"3705","key":"seller_code"},{"type":"any","value":"68f8aa561f63128c15fc83ed","key":"order_id"}]}},"response":[{"id":"9abc6db2-1a9d-44a6-a1cc-e77129fa0172","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NjM4MTg4MjIsImp0aSI6IjE0Mzk3NDgxLTZmYzctNGE2OC05ZGZiLTEzYjI2YTM4OWFkMCIsInVzZXJfZGV0YWlscyI6eyJUZW5hbnRDb2RlIjoiMzY4MDY3ODU1IiwiVGVuYW50SUQiOiIiLCJVc2VySUQiOiI5MjE2IiwiVXNlck5hbWUiOiJoaW5pc2giLCJSYXRlTGltaXREZXRhaWxzIjp7IkVuYWJsZWQiOnRydWUsIlJlcXVlc3RzUGVyTWludXRlIjoxMjB9fSwidG9rZW5fdHlwZSI6IkJlYXJlciJ9.kbTO3a5mD9ORw0-bRQgqQ7yURah9CRuB-lMrmlqX-cdhlug6kNmJ4Xi9P6fNOpK-ZY2rypwyfX81SR-CkU613UEp_WvgnoCUw3VTLmXwUKWlgNaEROU2rbQrZoAXuW173VB4CvAnYOU8NQpCpG-v6SM5B_6JuTVhfH-aUu3bKGITWO_0UYfNHGPGrkykFMAGna80PUXhkcese_fyofxgD32Pv-jfAqkqYnLZV4pqLHgdVDjTLBx7jzC40GbWp3m8hFNQVZIldr5q0LV1BFdL42hmuWubCkAq3U7NnEjsNlL_SSrINpmSRBotMVtTTqOCteEV7h5wYB5lNTSk7LPtZW5vx2bViqY8ny1-4LcxcZ8vKEdlDIwuY7TP_KQZgmAKDW38JOpZzFLx-WBFsYlRKXgLXFRaTPqZs8JypwXxfq5nxMPYy5PcJxupkHe0WY0LaMFwGEyH4yZ2HrHzgU3c6h1HsdU2EVIb-DjpimuHClXk6-j4M9WhayY7iZyV6Emd4ZRV5_fhoT-Z5xlB7jlIUyFwDgstlVPIJGiD23pZ_q4_WC7mHgvqAqThhmI-1XuHkFpsSbPLpy7xkbYao6DnWy5qbVO8GHgFvXJ9x_WWXOit03c0o2I9vFkzwMbUhfSzJ6VhRlMXa5gR2t1uoLeZcvonZPaVj0swPAFXA86Cnrg"}],"body":{"mode":"raw","raw":"{\n  \"return_request_number\": \"RRN-108\",\n  \"return_reason\": \"Customer dissatisfaction with product quality\",\n  \"return_items\": [\n    {\n      \"seller_sku_code\": \"JOUFURH528052406\",\n      \"quantity\": 1,\n      \"return_reason\": \"Item defective\",\n      \"refund_amount\": 950.0,\n      \"return_reasons\": [\n        {\n          \"reason\": \"Damaged packaging\",\n          \"quantity\": 1,\n          \"comment\": \"Outer box torn on arrival\"\n        }\n      ]\n    }\n  ],\n  \"additional_charges\": [\n    {\n      \"type\": \"cod_fee\",\n      \"cost_with_tax\": 50.0,\n      \"tax_percentage\": 5.0\n    },\n    {\n      \"type\": \"platform_fee\",\n      \"cost_with_tax\": 30.0,\n      \"tax_percentage\": 0.0\n    }\n  ]\n}\n","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/shipment_orders/:order_id/return_requests","host":["{{base_url}}"],"path":["sales-channel","public","v1","tenants","sellers",":seller_code","shipment_orders",":order_id","return_requests"],"variable":[{"key":"seller_code","value":"3705"},{"key":"order_id","value":"68f8aa561f63128c15fc83ed"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Mon, 03 Nov 2025 13:25:24 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"c201d49c-b2c2-4153-a0e9-30547e07cf5c"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Content-Encoding","value":"br"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"998c32880a06897e-DEL"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"id\": \"6908ad44c6dd292046904ac5\",\n        \"return_request_number\": \"RRN-108\",\n        \"customer\": {\n            \"first_name\": \"body\",\n            \"last_name\": \"ayman\",\n            \"mobile\": \"+20-1119680001\",\n            \"mobile_code\": \"+20\",\n            \"email\": \"customer@example.com\",\n            \"avatar\": \"https://cdn.example.com/avatar.jpg\",\n            \"gender\": \"male\"\n        },\n        \"seller_name\": \"Joint furniture\",\n        \"order_id\": \"2334324324\",\n        \"return_items\": [\n            {\n                \"id\": \"6908ad43c6dd292046904ac4\",\n                \"sales_channel_item_id\": \"2334324324\",\n                \"sku_code\": \"JOUFURH528052406\",\n                \"return_quantity\": 1,\n                \"return_reason\": \"Item defective\",\n                \"delivered_quantity\": 1\n            }\n        ],\n        \"total_return_items_count\": 1,\n        \"total_delivered_items_count\": 1,\n        \"total_sku_count\": 1,\n        \"total\": 30074,\n        \"invoice\": {\n            \"currency\": \"EGP\",\n            \"subtotal\": 30074,\n            \"shipping_price\": 0,\n            \"shipping_refund\": 0,\n            \"tax\": 0,\n            \"discount\": 0,\n            \"total\": 29994,\n            \"total_paid\": 30074,\n            \"total_due\": 30074,\n            \"shipping_tax\": 0,\n            \"sub_total_tax_inclusive\": false,\n            \"sub_total_discount_inclusive\": false,\n            \"shipping_tax_inclusive\": false,\n            \"shipping_discount_inclusive\": false,\n            \"additional_charges\": [\n                {\n                    \"type\": \"cod_fee\",\n                    \"cost\": 50,\n                    \"cost_without_tax\": 47.62,\n                    \"tax_amount\": 2.38,\n                    \"tax_inclusive\": true,\n                    \"tax_percentage\": 5,\n                    \"is_applied\": true\n                },\n                {\n                    \"type\": \"platform_fee\",\n                    \"cost\": 30,\n                    \"cost_without_tax\": 30,\n                    \"tax_amount\": 0,\n                    \"tax_inclusive\": true,\n                    \"tax_percentage\": 0,\n                    \"is_applied\": true\n                }\n            ],\n            \"attachments\": null\n        },\n        \"payment_method\": \"Postpaid\",\n        \"status\": \"New\",\n        \"shipment\": {\n            \"order_delivered_at\": \"2025-11-03T13:23:42.48Z\",\n            \"order_shipped_at\": \"2025-11-03T13:00:05.716Z\",\n            \"shipment_order_id\": \"68f8aa8165f0e66a225c41f9\",\n            \"awb_number\": \"AWB-A314A73A\",\n            \"delivery_status\": \"\",\n            \"awb_label\": \"https://omniful-production-uploads.s3.eu-central-1.amazonaws.com/pdf-merger/b9c8d13a-9cee-4484-be49-08427396a5c1/awb-merged-68f8aa814821155539d61ab5.pdf\",\n            \"shipping_partner_tag\": \"lifters\",\n            \"shipping_partner_name\": \"Lifters\",\n            \"number_of_boxes\": 4,\n            \"shipping_account\": {\n                \"id\": \"\",\n                \"name\": \"\"\n            },\n            \"courier_partner\": {\n                \"id\": 0,\n                \"name\": \"\",\n                \"tag\": \"\",\n                \"logo\": \"\"\n            }\n        }\n    },\n    \"meta\": null\n}"}],"_postman_id":"aa5f45cd-57d5-458a-950c-c66da7c0d992"},{"name":"Get Return Request","id":"75965c7e-e51b-4932-be1b-cd18ce5a1d13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/shipment_orders/return_requests","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"path":["sales-channel","public","v1","tenants","sellers",":seller_code","shipment_orders","return_requests"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"3705","key":"seller_code"}]}},"response":[{"id":"4345c9dd-34b4-4146-9f53-5ae63ce7b203","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/shipment_orders/return_requests","host":["{{base_url}}"],"path":["sales-channel","public","v1","tenants","sellers",":seller_code","shipment_orders","return_requests"],"query":[{"key":"page","value":null,"description":"Page number of response","type":"text","disabled":true},{"key":"per_page","value":null,"description":"Number of shipment orders per page","type":"text","disabled":true},{"key":"order_id","value":null,"description":"Unique identifier of shipment order","type":"text","disabled":true},{"key":"status","value":null,"description":"Status of the return request","type":"text","disabled":true}],"variable":[{"key":"seller_code","value":"3705"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Mon, 03 Nov 2025 13:27:28 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"e2d643d5-ebe7-4f07-9ace-8b1e5d754b87"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Content-Encoding","value":"br"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"998c3592e93d59e1-DEL"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": [\n        {\n            \"id\": \"6908ad44c6dd292046904ac5\",\n            \"return_request_number\": \"RRN-108\",\n            \"customer\": {\n                \"first_name\": \"body\",\n                \"last_name\": \"ayman\",\n                \"mobile\": \"+20-1119680001\",\n                \"mobile_code\": \"+20\",\n                \"email\": \"customer@example.com\",\n                \"avatar\": \"https://cdn.example.com/avatar.jpg\",\n                \"gender\": \"male\"\n            },\n            \"seller_name\": \"Joint furniture\",\n            \"order_id\": \"2334324324\",\n            \"return_items\": [\n                {\n                    \"id\": \"6908ad43c6dd292046904ac4\",\n                    \"sales_channel_item_id\": \"2334324324\",\n                    \"sku_code\": \"JOUFURH528052406\",\n                    \"return_quantity\": 1,\n                    \"return_reason\": \"Item defective\",\n                    \"delivered_quantity\": 1\n                }\n            ],\n            \"total_return_items_count\": 1,\n            \"total_delivered_items_count\": 1,\n            \"total_sku_count\": 1,\n            \"total\": 30074,\n            \"invoice\": {\n                \"currency\": \"EGP\",\n                \"subtotal\": 30074,\n                \"shipping_price\": 0,\n                \"shipping_refund\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 29994,\n                \"total_paid\": 30074,\n                \"total_due\": 30074,\n                \"shipping_tax\": 0,\n                \"sub_total_tax_inclusive\": false,\n                \"sub_total_discount_inclusive\": false,\n                \"shipping_tax_inclusive\": false,\n                \"shipping_discount_inclusive\": false,\n                \"additional_charges\": [\n                    {\n                        \"type\": \"cod_fee\",\n                        \"cost\": 50,\n                        \"cost_without_tax\": 47.62,\n                        \"tax_amount\": 2.38,\n                        \"tax_inclusive\": true,\n                        \"tax_percentage\": 5,\n                        \"is_applied\": true\n                    },\n                    {\n                        \"type\": \"platform_fee\",\n                        \"cost\": 30,\n                        \"cost_without_tax\": 30,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": true\n                    }\n                ],\n                \"attachments\": null\n            },\n            \"payment_method\": \"Postpaid\",\n            \"status\": \"New\",\n            \"shipment\": {\n                \"order_delivered_at\": \"2025-11-03T13:23:42.48Z\",\n                \"order_shipped_at\": \"2025-11-03T13:00:05.716Z\",\n                \"shipment_order_id\": \"68f8aa8165f0e66a225c41f9\",\n                \"awb_number\": \"AWB-A314A73A\",\n                \"delivery_status\": \"\",\n                \"awb_label\": \"https://omniful-production-uploads.s3.eu-central-1.amazonaws.com/pdf-merger/b9c8d13a-9cee-4484-be49-08427396a5c1/awb-merged-68f8aa814821155539d61ab5.pdf\",\n                \"shipping_partner_tag\": \"lifters\",\n                \"shipping_partner_name\": \"Lifters\",\n                \"number_of_boxes\": 4,\n                \"shipping_account\": {\n                    \"id\": \"\",\n                    \"name\": \"\"\n                },\n                \"courier_partner\": {\n                    \"id\": 0,\n                    \"name\": \"\",\n                    \"tag\": \"\",\n                    \"logo\": \"\"\n                }\n            }\n        },\n        {\n            \"id\": \"68ff8abc96f0f8ee4722bc09\",\n            \"customer\": {\n                \"first_name\": \"ندى\",\n                \"last_name\": \"محمد\",\n                \"mobile\": \"+20-1011755247\",\n                \"mobile_code\": \"+20\",\n                \"email\": \"customer@example.com\",\n                \"avatar\": \"https://cdn.example.com/avatar.jpg\",\n                \"gender\": \"male\"\n            },\n            \"seller_name\": \"Joint furniture\",\n            \"order_id\": \"239634\",\n            \"return_items\": [\n                {\n                    \"id\": \"68ff8abc96f0f8ee4722bc08\",\n                    \"sales_channel_item_id\": \"239634\",\n                    \"sku_code\": \"JOUFURH528052408\",\n                    \"return_quantity\": 1,\n                    \"delivered_quantity\": 1\n                }\n            ],\n            \"total_return_items_count\": 1,\n            \"total_delivered_items_count\": 1,\n            \"total_sku_count\": 1,\n            \"total\": 21997.15,\n            \"invoice\": {\n                \"currency\": \"EGP\",\n                \"subtotal\": 21997.15,\n                \"shipping_price\": 0,\n                \"shipping_refund\": 0,\n                \"tax\": 0,\n                \"discount\": 3881.85,\n                \"total\": 21997.15,\n                \"total_paid\": 25879,\n                \"total_due\": 21997.15,\n                \"shipping_tax\": 0,\n                \"sub_total_tax_inclusive\": false,\n                \"sub_total_discount_inclusive\": false,\n                \"shipping_tax_inclusive\": false,\n                \"shipping_discount_inclusive\": false,\n                \"additional_charges\": [\n                    {\n                        \"type\": \"return_fee\",\n                        \"cost\": 0,\n                        \"cost_without_tax\": 0,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false\n                    },\n                    {\n                        \"type\": \"return_shipment_fee\",\n                        \"cost\": 0,\n                        \"cost_without_tax\": 0,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false\n                    }\n                ],\n                \"attachments\": null\n            },\n            \"payment_method\": \"Postpaid\",\n            \"status\": \"Approved\",\n            \"shipment_type\": \"Omniful Generated\",\n            \"shipment\": {\n                \"order_delivered_at\": \"2025-10-26T12:57:27.052Z\",\n                \"order_shipped_at\": \"2025-10-13T11:47:43.16Z\",\n                \"shipment_order_id\": \"68dfe3870ffa40d682966d3e\",\n                \"awb_number\": \"AWB-766575D5\",\n                \"delivery_status\": \"\",\n                \"awb_label\": \"https://omniful-production-uploads.s3.eu-central-1.amazonaws.com/pdf-merger/684e6ecf-9940-4fb0-99e4-244f23e51137/awb-merged-68dfe387b7c62254a4da2949.pdf\",\n                \"shipping_partner_tag\": \"lifters\",\n                \"shipping_partner_name\": \"Lifters\",\n                \"number_of_boxes\": 4,\n                \"shipping_account\": {\n                    \"id\": \"\",\n                    \"name\": \"\"\n                },\n                \"courier_partner\": {\n                    \"id\": 0,\n                    \"name\": \"\",\n                    \"tag\": \"\",\n                    \"logo\": \"\"\n                }\n            }\n        },\n        {\n            \"id\": \"68e7a34801cfe384fd787bdd\",\n            \"customer\": {\n                \"first_name\": \"Mahmoud\",\n                \"last_name\": \"atef\",\n                \"mobile\": \"+20-1014561191\",\n                \"mobile_code\": \"+20\",\n                \"email\": \"customer@example.com\",\n                \"avatar\": \"https://cdn.example.com/avatar.jpg\",\n                \"gender\": \"male\"\n            },\n            \"seller_name\": \"Joint furniture\",\n            \"order_id\": \"2438674\",\n            \"return_items\": [\n                {\n                    \"id\": \"68e7a34801cfe384fd787bdc\",\n                    \"sales_channel_item_id\": \"2438674\",\n                    \"sku_code\": \"JOUFURH94224\",\n                    \"return_quantity\": 1,\n                    \"delivered_quantity\": 1\n                }\n            ],\n            \"total_return_items_count\": 1,\n            \"total_delivered_items_count\": 1,\n            \"total_sku_count\": 1,\n            \"total\": 21390,\n            \"invoice\": {\n                \"currency\": \"EGP\",\n                \"subtotal\": 21390,\n                \"shipping_price\": 0,\n                \"shipping_refund\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"total\": 21390,\n                \"total_paid\": 21390,\n                \"total_due\": 0,\n                \"shipping_tax\": 0,\n                \"sub_total_tax_inclusive\": false,\n                \"sub_total_discount_inclusive\": false,\n                \"shipping_tax_inclusive\": false,\n                \"shipping_discount_inclusive\": false,\n                \"additional_charges\": [\n                    {\n                        \"type\": \"return_fee\",\n                        \"cost\": 0,\n                        \"cost_without_tax\": 0,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false\n                    },\n                    {\n                        \"type\": \"return_shipment_fee\",\n                        \"cost\": 0,\n                        \"cost_without_tax\": 0,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false\n                    }\n                ],\n                \"attachments\": null\n            },\n            \"payment_method\": \"Prepaid\",\n            \"status\": \"Approved\",\n            \"shipment_type\": \"Omniful Generated\",\n            \"shipment\": {\n                \"order_delivered_at\": \"2025-10-01T07:56:45.558Z\",\n                \"order_shipped_at\": \"2025-10-01T07:43:58.963Z\",\n                \"shipment_order_id\": \"68daec915b87cca2ab40c0c2\",\n                \"awb_number\": \"AWB-38BA9048\",\n                \"delivery_status\": \"\",\n                \"awb_label\": \"https://omniful-production-uploads.s3.eu-central-1.amazonaws.com/pdf-merger/2afca6b6-db4d-412a-b0c4-eaeb76e72c19/awb-merged-68daec91ff8f98f23611c6f4.pdf\",\n                \"shipping_partner_tag\": \"lifters\",\n                \"shipping_partner_name\": \"Lifters\",\n                \"number_of_boxes\": 4,\n                \"shipping_account\": {\n                    \"id\": \"\",\n                    \"name\": \"\"\n                },\n                \"courier_partner\": {\n                    \"id\": 0,\n                    \"name\": \"\",\n                    \"tag\": \"\",\n                    \"logo\": \"\"\n                }\n            }\n        },\n        {\n            \"id\": \"68e60739ca4a1f07d604daed\",\n            \"customer\": {\n                \"first_name\": \"Mohamed\",\n                \"last_name\": \"Rayyan\",\n                \"mobile\": \"+20-1111999675\",\n                \"mobile_code\": \"+20\",\n                \"email\": \"customer@example.com\",\n                \"avatar\": \"https://cdn.example.com/avatar.jpg\",\n                \"gender\": \"male\"\n            },\n            \"seller_name\": \"Joint furniture\",\n            \"order_id\": \"2396522\",\n            \"return_items\": [\n                {\n                    \"id\": \"68e60739ca4a1f07d604daec\",\n                    \"sales_channel_item_id\": \"2396522\",\n                    \"sku_code\": \"JOUFURH528052408\",\n                    \"return_quantity\": 1,\n                    \"delivered_quantity\": 1\n                }\n            ],\n            \"total_return_items_count\": 1,\n            \"total_delivered_items_count\": 1,\n            \"total_sku_count\": 1,\n            \"total\": 21997.15,\n            \"invoice\": {\n                \"currency\": \"EGP\",\n                \"subtotal\": 21997.15,\n                \"shipping_price\": 0,\n                \"shipping_refund\": 0,\n                \"tax\": 0,\n                \"discount\": 3881.85,\n                \"total\": 21997.15,\n                \"total_paid\": 25879,\n                \"total_due\": 21997.15,\n                \"shipping_tax\": 0,\n                \"sub_total_tax_inclusive\": false,\n                \"sub_total_discount_inclusive\": false,\n                \"shipping_tax_inclusive\": false,\n                \"shipping_discount_inclusive\": false,\n                \"additional_charges\": [\n                    {\n                        \"type\": \"return_fee\",\n                        \"cost\": 0,\n                        \"cost_without_tax\": 0,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false\n                    },\n                    {\n                        \"type\": \"return_shipment_fee\",\n                        \"cost\": 0,\n                        \"cost_without_tax\": 0,\n                        \"tax_amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"tax_percentage\": 0,\n                        \"is_applied\": false\n                    }\n                ],\n                \"attachments\": null\n            },\n            \"payment_method\": \"Postpaid\",\n            \"status\": \"Approved\",\n            \"shipment_type\": \"Omniful Generated\",\n            \"shipment\": {\n                \"order_delivered_at\": \"2025-10-01T12:33:38.435Z\",\n                \"order_shipped_at\": \"2025-10-01T12:19:53.095Z\",\n                \"shipment_order_id\": \"68dd19c506d1a329e58f6924\",\n                \"awb_number\": \"AWB-06746061\",\n                \"delivery_status\": \"\",\n                \"awb_label\": \"https://omniful-production-uploads.s3.eu-central-1.amazonaws.com/pdf-merger/d4213431-6bf9-453a-80ea-358dcb84d827/awb-merged-68dd19c59672e8d20832a175.pdf\",\n                \"shipping_partner_tag\": \"lifters\",\n                \"shipping_partner_name\": \"Lifters\",\n                \"number_of_boxes\": 4,\n                \"shipping_account\": {\n                    \"id\": \"\",\n                    \"name\": \"\"\n                },\n                \"courier_partner\": {\n                    \"id\": 0,\n                    \"name\": \"\",\n                    \"tag\": \"\",\n                    \"logo\": \"\"\n                }\n            }\n        }\n    ],\n    \"meta\": {\n        \"current_page\": 1,\n        \"last_page\": 1,\n        \"per_page\": 20,\n        \"total\": 4\n    }\n}"}],"_postman_id":"75965c7e-e51b-4932-be1b-cd18ce5a1d13"},{"name":"Approve Return Request","id":"828f1c0b-ac94-4b24-a031-7ca308eeacf2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"return_request_id\": \"6908ad44c6dd292046904ac5\",\n  \"approval_mode\": \"partial\",\n  \"return_reason\": \"Items partially defective\",\n  \"total_refundable_amount\": 950.0,\n  \"order_items\": [\n    {\n      \"sku_code\": \"JOUFURH528052406\",\n      \"item_id\": \"6908ad43c6dd292046904ac4\", // same as the id recieved in response of get return requests or create return request\n      \"return_quantity\": 1,\n      \"return_reason\": \"Damaged product\",\n      \"return_reasons\": [\n        {\n          \"reason\": \"Screen cracked\",\n          \"quantity\": 1,\n          \"comment\": \"Visible crack on screen upon delivery\"\n        }\n      ]\n    }\n  ],\n  \"additional_charges\": [\n    {\n      \"type\": \"platform_fee\",\n      \"cost_with_tax\": 30.0,\n      \"tax_percentage\": 0.0\n    }\n  ]\n}\n","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/shipment_orders/return_requests/:return_request_id/approve","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"path":["sales-channel","public","v1","tenants","sellers",":seller_code","shipment_orders","return_requests",":return_request_id","approve"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"3705","key":"seller_code"},{"type":"any","value":"6908ad44c6dd292046904ac5","key":"return_request_id"}]}},"response":[{"id":"318f0c3b-f0c9-4b9f-aa09-75ab49586299","name":"Success","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"return_request_id\": \"6908ad44c6dd292046904ac5\",\n  \"approval_mode\": \"partial\",\n  \"return_reason\": \"Items partially defective\",\n  \"total_refundable_amount\": 950.0,\n  \"order_items\": [\n    {\n      \"sku_code\": \"JOUFURH528052406\",\n      \"item_id\": \"6908ad43c6dd292046904ac4\",\n      \"return_quantity\": 1,\n      \"return_reason\": \"Damaged product\",\n      \"return_reasons\": [\n        {\n          \"reason\": \"Screen cracked\",\n          \"quantity\": 1,\n          \"comment\": \"Visible crack on screen upon delivery\"\n        }\n      ]\n    }\n  ],\n  \"additional_charges\": [\n    {\n      \"type\": \"platform_fee\",\n      \"cost_with_tax\": 30.0,\n      \"tax_percentage\": 0.0\n    }\n  ]\n}\n","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/shipment_orders/return_requests/:return_request_id/approve","host":["{{base_url}}"],"path":["sales-channel","public","v1","tenants","sellers",":seller_code","shipment_orders","return_requests",":return_request_id","approve"],"variable":[{"key":"seller_code","value":"3705"},{"key":"return_request_id","value":"6908ad44c6dd292046904ac5"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Mon, 03 Nov 2025 13:34:32 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"b7a44a23-6cd4-42f9-b8cf-b830dc69f957"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Content-Encoding","value":"br"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"998c3fecdb797f8f-MAA"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": \"Return request approved successfully\",\n    \"meta\": null\n}"}],"_postman_id":"828f1c0b-ac94-4b24-a031-7ca308eeacf2"},{"name":"Reject Return Request","id":"0a1c27b3-30a3-4be3-aa04-0e08c9b63fb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/shipment_orders/return_requests/:return_request_id/reject","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"path":["sales-channel","public","v1","tenants","sellers",":seller_code","shipment_orders","return_requests",":return_request_id","reject"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"3705","key":"seller_code"},{"type":"any","value":"6908b0f4dc54f3b71de40587","key":"return_request_id"}]}},"response":[{"id":"6307bcec-0b87-4a16-aac3-250a86fc239f","name":"Success","originalRequest":{"method":"PUT","header":[],"url":{"raw":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/shipment_orders/return_requests/:return_request_id/reject","host":["{{base_url}}"],"path":["sales-channel","public","v1","tenants","sellers",":seller_code","shipment_orders","return_requests",":return_request_id","reject"],"variable":[{"key":"seller_code","value":"3705"},{"key":"return_request_id","value":"6908b0f4dc54f3b71de40587"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Mon, 03 Nov 2025 13:42:01 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"8e4cf8e8-446a-4704-948b-465d04fde197"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Content-Encoding","value":"br"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"998c4ae04dacfab4-DEL"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": \"Return request rejected successfully\",\n    \"meta\": null\n}"}],"_postman_id":"0a1c27b3-30a3-4be3-aa04-0e08c9b63fb5"}],"id":"88d01e7d-ccbe-4f03-857d-492ed30a25c7","_postman_id":"88d01e7d-ccbe-4f03-857d-492ed30a25c7","description":"","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}}},{"name":"Get Shipment Orders","id":"ceb0a2ef-dc7c-4154-86c8-229dae2f917f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/shipment_orders","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"path":["sales-channel","public","v1","tenants","sellers",":seller_code","shipment_orders"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p>Page number of response</p>\n","type":"text/plain"},"key":"page","value":"2"},{"disabled":true,"description":{"content":"<p>Number of shipment orders per page</p>\n","type":"text/plain"},"key":"per_page","value":"1"},{"disabled":true,"description":{"content":"<p>Unique identifier of shipment order</p>\n","type":"text/plain"},"key":"shipment_order_id","value":"SO-ORDER-81456"},{"disabled":true,"description":{"content":"<p>Unique identifier for customer</p>\n","type":"text/plain"},"key":"customer_id","value":"CUST-001"},{"disabled":true,"description":{"content":"<p>Customer Name</p>\n","type":"text/plain"},"key":"customer_name","value":"John Doe"},{"disabled":true,"description":{"content":"<p>Customer Email</p>\n","type":"text/plain"},"key":"customer_email","value":"johndoe@gmail.com"}],"variable":[{"description":{"content":"<p>Unique Identifier of Seller</p>\n","type":"text/plain"},"type":"any","value":"TC-076","key":"seller_code"}]}},"response":[{"id":"ffa4f89e-728a-4041-98b7-f6bdb2754ae3","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://prodapi.omniful.com/sales-channel/public/v1/tenants/sellers/TC-076/shipment_orders?page&per_page&shipment_order_id","protocol":"https","host":["prodapi","omniful","com"],"path":["sales-channel","public","v1","tenants","sellers","TC-076","shipment_orders"],"query":[{"key":"page","value":null},{"key":"per_page","value":null},{"key":"shipment_order_id","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sat, 20 Sep 2025 07:07:55 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"36dcf25d-6760-40e1-a1cd-383f2bd63e93"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Content-Encoding","value":"br"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"981f7d138a425a06-DEL"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": [\n        {\n            \"id\": \"68ce5216b48263e5793e35f3\",\n            \"display_order_id\": \"SO-ORDER-81456\",\n            \"client_reference_id\": \"SO-REF-8139\",\n            \"seller_code\": \"TC-076\",\n            \"total\": 2,\n            \"slot\": {},\n            \"order_created_at\": \"2025-07-15T10:00:00Z\",\n            \"customer\": {\n                \"id\": \"CUST-001\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"mobile\": \"+91-1234567890\",\n                \"mobile_code\": \"+91\",\n                \"email\": \"john.doe@example.com\",\n                \"avatar\": \"https://cdn.example.com/avatar.jpg\",\n                \"gender\": \"male\"\n            },\n            \"shipment\": {\n                \"shipment_created_at\": \"0001-01-01T00:00:00Z\",\n                \"order_delivered_at\": \"0001-01-01T00:00:00Z\",\n                \"order_shipped_at\": \"0001-01-01T00:00:00Z\",\n                \"delivery_status\": \"\",\n                \"shipping_account\": {\n                    \"id\": \"\",\n                    \"name\": \"\"\n                },\n                \"courier_partner\": {\n                    \"id\": 0,\n                    \"name\": \"\",\n                    \"tag\": \"\",\n                    \"logo\": \"\"\n                }\n            },\n            \"payment_method\": \"Postpaid\",\n            \"shipment_type\": \"omniful_generated\",\n            \"delivery_type\": \"click_and_collect\",\n            \"fulfillment_type\": \"\",\n            \"sender_address\": {\n                \"address1\": \"\",\n                \"address2\": \"\",\n                \"city\": \"\",\n                \"country\": \"\",\n                \"first_name\": \"\",\n                \"last_name\": \"\",\n                \"phone\": \"\",\n                \"state\": \"\",\n                \"zip\": \"\",\n                \"state_code\": \"\",\n                \"country_code\": \"\",\n                \"latitude\": 0,\n                \"longitude\": 0,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"\"\n            },\n            \"receiver_address\": {\n                \"address1\": \"\",\n                \"address2\": \"\",\n                \"city\": \"\",\n                \"country\": \"\",\n                \"first_name\": \"\",\n                \"last_name\": \"\",\n                \"phone\": \"\",\n                \"state\": \"\",\n                \"zip\": \"\",\n                \"state_code\": \"\",\n                \"country_code\": \"\",\n                \"latitude\": 0,\n                \"longitude\": 0,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"\"\n            },\n            \"hub_detail\": {\n                \"code\": \"\",\n                \"hub_type\": \"\",\n                \"virtual_hub_type\": \"\"\n            },\n            \"payment_info\": {\n                \"currency\": \"\",\n                \"payment_type\": \"\",\n                \"payment_mode\": \"\",\n                \"total\": 0,\n                \"subtotal\": 0,\n                \"total_paid\": 0,\n                \"total_due\": 0,\n                \"tax_percent\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"shipping_price\": 0,\n                \"additional_charges\": []\n            },\n            \"delivery_info\": {\n                \"delivery_type\": \"\",\n                \"recipient\": \"\",\n                \"recipient_signature_url\": \"\",\n                \"delivery_proof_urls\": null,\n                \"recipient_photo_url\": \"\"\n            }\n        },\n        {\n            \"id\": \"68ce50b2b48263e5793e34e9\",\n            \"display_order_id\": \"SO-ORDER-8142\",\n            \"client_reference_id\": \"SO-REF-8139\",\n            \"seller_code\": \"TC-076\",\n            \"total\": 2,\n            \"slot\": {},\n            \"order_created_at\": \"2025-07-15T10:00:00Z\",\n            \"customer\": {\n                \"id\": \"CUST-001\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"mobile\": \"+91-1234567890\",\n                \"mobile_code\": \"+91\",\n                \"email\": \"john.doe@example.com\",\n                \"avatar\": \"https://cdn.example.com/avatar.jpg\",\n                \"gender\": \"male\"\n            },\n            \"shipment\": {\n                \"shipment_created_at\": \"0001-01-01T00:00:00Z\",\n                \"order_delivered_at\": \"0001-01-01T00:00:00Z\",\n                \"order_shipped_at\": \"0001-01-01T00:00:00Z\",\n                \"delivery_status\": \"\",\n                \"shipping_account\": {\n                    \"id\": \"\",\n                    \"name\": \"\"\n                },\n                \"courier_partner\": {\n                    \"id\": 0,\n                    \"name\": \"\",\n                    \"tag\": \"\",\n                    \"logo\": \"\"\n                }\n            },\n            \"payment_method\": \"Postpaid\",\n            \"shipment_type\": \"omniful_generated\",\n            \"delivery_type\": \"click_and_collect\",\n            \"fulfillment_type\": \"\",\n            \"sender_address\": {\n                \"address1\": \"\",\n                \"address2\": \"\",\n                \"city\": \"\",\n                \"country\": \"\",\n                \"first_name\": \"\",\n                \"last_name\": \"\",\n                \"phone\": \"\",\n                \"state\": \"\",\n                \"zip\": \"\",\n                \"state_code\": \"\",\n                \"country_code\": \"\",\n                \"latitude\": 0,\n                \"longitude\": 0,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"\"\n            },\n            \"receiver_address\": {\n                \"address1\": \"\",\n                \"address2\": \"\",\n                \"city\": \"\",\n                \"country\": \"\",\n                \"first_name\": \"\",\n                \"last_name\": \"\",\n                \"phone\": \"\",\n                \"state\": \"\",\n                \"zip\": \"\",\n                \"state_code\": \"\",\n                \"country_code\": \"\",\n                \"latitude\": 0,\n                \"longitude\": 0,\n                \"country_calling_code\": \"\",\n                \"national_address_code\": \"\"\n            },\n            \"hub_detail\": {\n                \"code\": \"\",\n                \"hub_type\": \"\",\n                \"virtual_hub_type\": \"\"\n            },\n            \"payment_info\": {\n                \"currency\": \"\",\n                \"payment_type\": \"\",\n                \"payment_mode\": \"\",\n                \"total\": 0,\n                \"subtotal\": 0,\n                \"total_paid\": 0,\n                \"total_due\": 0,\n                \"tax_percent\": 0,\n                \"tax\": 0,\n                \"discount\": 0,\n                \"shipping_price\": 0,\n                \"additional_charges\": []\n            },\n            \"delivery_info\": {\n                \"delivery_type\": \"\",\n                \"recipient\": \"\",\n                \"recipient_signature_url\": \"\",\n                \"delivery_proof_urls\": null,\n                \"recipient_photo_url\": \"\"\n            }\n        }\n    ],\n    \"meta\": {\n        \"current_page\": 1,\n        \"last_page\": 1,\n        \"per_page\": 20,\n        \"total\": 2\n    }\n}"}],"_postman_id":"ceb0a2ef-dc7c-4154-86c8-229dae2f917f"},{"name":"Get Shipment Order By ID","id":"e33943b3-cc40-473a-90d7-d48b719a702d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/shipment_orders/:id","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"path":["sales-channel","public","v1","tenants","sellers",":seller_code","shipment_orders",":id"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p>Page number of response</p>\n","type":"text/plain"},"key":"page","value":"2"},{"disabled":true,"description":{"content":"<p>Number of shipment orders per page</p>\n","type":"text/plain"},"key":"per_page","value":"1"},{"disabled":true,"description":{"content":"<p>Unique identifier of shipment order</p>\n","type":"text/plain"},"key":"shipment_order_id","value":"SO-ORDER-81456"},{"disabled":true,"description":{"content":"<p>Unique identifier for customer</p>\n","type":"text/plain"},"key":"customer_id","value":"CUST-001"},{"disabled":true,"description":{"content":"<p>Customer Name</p>\n","type":"text/plain"},"key":"customer_name","value":"John Doe"},{"disabled":true,"description":{"content":"<p>Customer Email</p>\n","type":"text/plain"},"key":"customer_email","value":"johndoe@gmail.com"}],"variable":[{"type":"any","value":"GI-430","key":"seller_code"},{"type":"any","value":"6916d59b1c8f96c3cfd34615","key":"id"}]}},"response":[{"id":"0849734a-c8c6-4ab6-aad3-2dea9ba4c7d0","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/shipment_orders/:id","host":["{{base_url}}"],"path":["sales-channel","public","v1","tenants","sellers",":seller_code","shipment_orders",":id"],"variable":[{"key":"seller_code","value":"GI-430"},{"key":"id","value":"6916d59b1c8f96c3cfd34615"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 24 Nov 2025 11:09:43 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"afd0d790-796c-4b8d-96de-4ad98c1ac50f"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Content-Encoding","value":"br"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"9a3874a8ffc159be-DEL"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"id\": \"6916d59b1c8f96c3cfd34615\",\n        \"display_order_id\": \"SHO_1763104155666347927_478\",\n        \"client_reference_id\": \"\",\n        \"seller_code\": \"GI-430\",\n        \"order_items\": [\n            {\n                \"item_id\": \"\",\n                \"sales_channel_item_id\": \"\",\n                \"sku_code\": \"mango\",\n                \"hs_code\": \"\",\n                \"sku_id\": \"\",\n                \"display_price\": 0,\n                \"selling_price\": 83.33,\n                \"is_substituted\": false,\n                \"substitute_seller_sku_codes\": null,\n                \"serialised_sku_codes\": null,\n                \"item_barcodes\": null,\n                \"quantity\": 2,\n                \"tax_percent\": 20,\n                \"tax\": 33.34,\n                \"unit_price\": 83.33,\n                \"total\": 200,\n                \"discount\": 0,\n                \"tax_inclusive\": false,\n                \"sub_total\": 0,\n                \"discount_percent\": 0,\n                \"sku\": {\n                    \"id\": \"\",\n                    \"code\": \"\",\n                    \"name\": \"\",\n                    \"type\": \"\",\n                    \"images\": null\n                },\n                \"installation_required\": true\n            }\n        ],\n        \"total\": 2,\n        \"slot\": {},\n        \"order_created_at\": \"0001-01-01T00:00:00Z\",\n        \"customer\": {\n            \"id\": \"6916d46765d7b7a09e590c65\",\n            \"first_name\": \"Muntazir Delivery Address\",\n            \"mobile\": \"+966-544567654\",\n            \"mobile_code\": \"+966\"\n        },\n        \"shipment\": {\n            \"shipment_created_at\": \"0001-01-01T00:00:00Z\",\n            \"order_delivered_at\": \"0001-01-01T00:00:00Z\",\n            \"order_shipped_at\": \"0001-01-01T00:00:00Z\",\n            \"delivery_status\": \"\",\n            \"shipping_account\": {\n                \"id\": \"\",\n                \"name\": \"\"\n            },\n            \"courier_partner\": {\n                \"id\": 0,\n                \"name\": \"\",\n                \"tag\": \"\",\n                \"logo\": \"\"\n            }\n        },\n        \"payment_method\": \"Prepaid\",\n        \"shipment_type\": \"omniful_generated\",\n        \"delivery_type\": \"normal_delivery\",\n        \"fulfillment_type\": \"shipment_only\",\n        \"sender_address\": {\n            \"address1\": \"\",\n            \"address2\": \"\",\n            \"city\": \"\",\n            \"country\": \"\",\n            \"first_name\": \"\",\n            \"last_name\": \"\",\n            \"phone\": \"\",\n            \"state\": \"\",\n            \"zip\": \"\",\n            \"state_code\": \"\",\n            \"country_code\": \"\",\n            \"latitude\": 0,\n            \"longitude\": 0,\n            \"country_calling_code\": \"\",\n            \"national_address_code\": \"\"\n        },\n        \"receiver_address\": {\n            \"address1\": \"\",\n            \"address2\": \"\",\n            \"city\": \"\",\n            \"country\": \"\",\n            \"first_name\": \"\",\n            \"last_name\": \"\",\n            \"phone\": \"\",\n            \"state\": \"\",\n            \"zip\": \"\",\n            \"state_code\": \"\",\n            \"country_code\": \"\",\n            \"latitude\": 0,\n            \"longitude\": 0,\n            \"country_calling_code\": \"\",\n            \"national_address_code\": \"\"\n        },\n        \"hub_detail\": {\n            \"code\": \"\"\n        },\n        \"payment_info\": {\n            \"currency\": \"\",\n            \"payment_type\": \"\",\n            \"payment_mode\": \"\",\n            \"total\": 0,\n            \"subtotal\": 0,\n            \"total_paid\": 0,\n            \"total_due\": 0,\n            \"tax_percent\": 0,\n            \"tax\": 0,\n            \"discount\": 0,\n            \"shipping_price\": 0,\n            \"additional_charges\": []\n        },\n        \"delivery_info\": {\n            \"delivery_type\": \"\",\n            \"recipient\": \"\",\n            \"recipient_signature_url\": \"\",\n            \"delivery_proof_urls\": null,\n            \"recipient_photo_url\": \"\"\n        }\n    },\n    \"meta\": null\n}"}],"_postman_id":"e33943b3-cc40-473a-90d7-d48b719a702d"},{"name":"Create Shipment Order","id":"2db30fbf-13ea-4f5c-9a73-33d3429d541b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"SO-81211\",\n    \"display_order_id\": \"SO-ORDER-302\",\n    \"client_reference_id\": \"SO-REF-8123\",\n    \"installation_required\": true,\n    \"order_items\": [\n        {\n            \"item_id\": \"item-001\",\n            \"sku_code\": \"SKU-123\",\n            \"hs_code\": \"HS999\",\n            \"sku_id\": \"SKU-ID-456\",\n            \"name\": \"Sample Product\",\n            \"display_price\": 100.0,\n            \"selling_price\": 90.0,\n            \"is_substituted\": false,\n            \"item_barcodes\": [\n                \"BAR123\"\n            ],\n            \"quantity\": 2,\n            \"tax_percent\": 5.0,\n            \"tax\": 9.0,\n            \"unit_price\": 45.5,\n            \"subtotal\": 91.0,\n            \"total\": 100.0,\n            \"discount\": 0.0,\n            \"tax_inclusive\": true,\n            \"installation_required\": true\n        }\n    ],\n    \"slot\": {\n        \"delivery_date\": \"2025-07-20\",\n        \"start_time\": 1000,\n        \"end_time\": 1200\n    },\n    \"order_created_at\": \"2025-07-15T10:00:00Z\",\n    \"customer\": {\n        \"id\": \"CUST-001\",\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"mobile\": \"1234567890\",\n        \"mobile_code\": \"+91\",\n        \"country_code\": \"IN\",\n        \"email\": \"john.doe@example.com\",\n        \"gender\": \"male\",\n        \"country\": \"India\",\n        \"country_calling_code\": \"+91\"\n    },\n    \"shipment\": {\n        \"number_of_boxes\": 2,\n        \"weight\": 4.5\n    },\n    \"payment_method\": \"postpaid\",\n    \"is_cash_on_delivery\": true,\n    \"shipment_type\": \"omniful_generated\",\n    \"delivery_type\": \"click_and_collect\",\n    \"note\": \"Handle with care\",\n    \"no_of_boxes\": 2,\n    \"labels\": [\n        \"fragile\",\n        \"priority\"\n    ],\n    \"fulfillment_type\": \"shipment_only\",\n    \"sender_address\": {\n        \"address1\": \"123 Warehouse St.\",\n        \"address2\": \"Block A\",\n        \"city\": \"Mumbai\",\n        \"country\": \"India\",\n        \"first_name\": \"Sender\",\n        \"last_name\": \"Name\",\n        \"phone\": \"9876543210\",\n        \"state\": \"Maharashtra\",\n        \"zip\": \"400001\",\n        \"state_code\": \"MH\",\n        \"country_code\": \"IN\",\n        \"latitude\": 19.076,\n        \"longitude\": 72.8777,\n        \"email\": \"sender@example.com\",\n        \"country_calling_code\": \"+91\",\n        \"national_address_code\": \"code\"\n    },\n    \"receiver_address\": {\n        \"address1\": \"456 Customer Lane\",\n        \"address2\": \"Apt 202\",\n        \"city\": \"Delhi\",\n        \"country\": \"India\",\n        \"first_name\": \"Receiver\",\n        \"last_name\": \"Name\",\n        \"phone\": \"9988776655\",\n        \"state\": \"Delhi\",\n        \"zip\": \"110001\",\n        \"state_code\": \"DL\",\n        \"country_code\": \"IN\",\n        \"latitude\": 28.6139,\n        \"longitude\": 77.209,\n        \"email\": \"receiver@example.com\",\n        \"country_calling_code\": \"+91\",\n        \"national_address_code\": \"code\"\n    },\n    \"product_description\": \"Pack of electronics\",\n    \"hub_detail\": {\n        \"code\": \"H211125-3261-HXMJV\",\n        \"hub_type\": \"virtual\",\n        \"virtual_hub_type\": \"pickup_loction\"\n    },\n    \"payment_info\": {\n        \"currency\": \"INR\",\n        \"payment_type\": \"cash\",\n        \"payment_mode\": \"cod\",\n        \"total\": 100.0,\n        \"subtotal\": 95.0,\n        \"total_paid\": 100.0,\n        \"total_due\": 0.0,\n        \"tax_percent\": 5.0,\n        \"tax\": 5.0,\n        \"discount\": 0.0,\n        \"shipping_price\": 10.0,\n        \"additional_charges\": [\n            {\n                \"type\": \"platform_fee\",\n                \"cost\": 5.0,\n                \"tax_amount\": 0.5,\n                \"tax_inclusive\": true,\n                \"tax_percentage\": 10.0,\n                \"is_applied\": true\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/tenants/sellers/:seller_code/shipment_orders","description":"<p><strong>Description</strong></p>\n<h1 id=\"📦-create-shipment-order-api\">📦 Create Shipment Order API</h1>\n<hr />\n<h2 id=\"📥-request-body\">📥 Request Body</h2>\n<h3 id=\"1-order-information\"><strong>1. Order Information</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>display_order_id</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Unique human-readable order ID shown in Omniful.</td>\n</tr>\n<tr>\n<td><code>client_reference_id</code></td>\n<td>string</td>\n<td>❌</td>\n<td>Client-provided reference ID for internal tracking.</td>\n</tr>\n<tr>\n<td><code>automatic_shipment_order_shipment_enabled</code></td>\n<td>boolean</td>\n<td>❌</td>\n<td>If true, shipment order will auto-generate a shipment.</td>\n</tr>\n<tr>\n<td><code>order_created_at</code></td>\n<td>string (ISO 8601)</td>\n<td>❌</td>\n<td>Date-time when the order was originally created.</td>\n</tr>\n<tr>\n<td><code>slot.delivery_date</code></td>\n<td>string (YYYY-MM-DD)</td>\n<td>❌</td>\n<td>Requested delivery date.</td>\n</tr>\n<tr>\n<td><code>slot.start_time</code></td>\n<td>number (HHMM)</td>\n<td>❌</td>\n<td>Delivery start time in 24-hour HHMM format (e.g., 1000 = 10:00 AM).</td>\n</tr>\n<tr>\n<td><code>slot.end_time</code></td>\n<td>number (HHMM)</td>\n<td>❌</td>\n<td>Delivery end time in 24-hour HHMM format.</td>\n</tr>\n<tr>\n<td><code>note</code></td>\n<td>string</td>\n<td>❌</td>\n<td>Special instructions (e.g., “Handle with care”).</td>\n</tr>\n<tr>\n<td><code>labels[]</code></td>\n<td>array of strings</td>\n<td>❌</td>\n<td>Tags/labels for internal classification (e.g., fragile, priority).</td>\n</tr>\n<tr>\n<td><code>product_description</code></td>\n<td>string</td>\n<td>❌</td>\n<td>High-level description of order contents.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"2-order-items\"><strong>2. Order Items</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>item_id</code></td>\n<td>string</td>\n<td>❌</td>\n<td>Unique identifier for the item in the order.</td>\n</tr>\n<tr>\n<td><code>sku_code</code></td>\n<td>string</td>\n<td>✅</td>\n<td>SKU code linked to catalog.</td>\n</tr>\n<tr>\n<td><code>hs_code</code></td>\n<td>string</td>\n<td>❌</td>\n<td>Harmonized System code for customs classification.</td>\n</tr>\n<tr>\n<td><code>sku_id</code></td>\n<td>string</td>\n<td>❌</td>\n<td>SKU ID mapped in Omniful.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>string</td>\n<td>❌</td>\n<td>Display name of the item.</td>\n</tr>\n<tr>\n<td><code>display_price</code></td>\n<td>number</td>\n<td>❌</td>\n<td>Original display price before discounts.</td>\n</tr>\n<tr>\n<td><code>selling_price</code></td>\n<td>number</td>\n<td>❌</td>\n<td>Final selling price of the item.</td>\n</tr>\n<tr>\n<td><code>quantity</code></td>\n<td>number</td>\n<td>❌</td>\n<td>Quantity ordered.</td>\n</tr>\n<tr>\n<td><code>unit_price</code></td>\n<td>number</td>\n<td>❌</td>\n<td>Unit price per item.</td>\n</tr>\n<tr>\n<td><code>sub_total</code></td>\n<td>number</td>\n<td>❌</td>\n<td>Subtotal before taxes &amp; discounts.</td>\n</tr>\n<tr>\n<td><code>total</code></td>\n<td>number</td>\n<td>❌</td>\n<td>Final total after adjustments.</td>\n</tr>\n<tr>\n<td><code>discount</code></td>\n<td>number</td>\n<td>❌</td>\n<td>Discount applied on item.</td>\n</tr>\n<tr>\n<td><code>discount_percent</code></td>\n<td>number</td>\n<td>❌</td>\n<td>Discount percentage.</td>\n</tr>\n<tr>\n<td><code>tax_percent</code></td>\n<td>number</td>\n<td>❌</td>\n<td>Tax percentage applied.</td>\n</tr>\n<tr>\n<td><code>tax</code></td>\n<td>number</td>\n<td>❌</td>\n<td>Tax amount applied.</td>\n</tr>\n<tr>\n<td><code>tax_inclusive</code></td>\n<td>boolean</td>\n<td>❌</td>\n<td>Whether prices are tax-inclusive.</td>\n</tr>\n<tr>\n<td><code>is_substituted</code></td>\n<td>boolean</td>\n<td>❌</td>\n<td>If item was substituted for another.</td>\n</tr>\n<tr>\n<td><code>item_barcodes[]</code></td>\n<td>array</td>\n<td>❌</td>\n<td>List of barcodes for the item.</td>\n</tr>\n<tr>\n<td><code>sku</code></td>\n<td>object</td>\n<td>❌</td>\n<td>Full SKU details.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong><code>sku</code></strong> <strong>object fields</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>string</td>\n<td>SKU unique ID.</td>\n</tr>\n<tr>\n<td><code>code</code></td>\n<td>string</td>\n<td>SKU code.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>string</td>\n<td>SKU name.</td>\n</tr>\n<tr>\n<td><code>type</code></td>\n<td>string</td>\n<td>SKU type (e.g., physical, digital).</td>\n</tr>\n<tr>\n<td><code>images[]</code></td>\n<td>array</td>\n<td>List of image URLs for SKU (default, thumbnail, medium, large, url, type, description).</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"3-customer-information\"><strong>3. Customer Information</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>string</td>\n<td>❌</td>\n<td>Customer ID if already exists.</td>\n</tr>\n<tr>\n<td><code>first_name</code></td>\n<td>string</td>\n<td>❌</td>\n<td>Customer’s first name.</td>\n</tr>\n<tr>\n<td><code>last_name</code></td>\n<td>string</td>\n<td>❌</td>\n<td>Customer’s last name.</td>\n</tr>\n<tr>\n<td><code>mobile</code></td>\n<td>string</td>\n<td>❌</td>\n<td>Customer’s phone number.</td>\n</tr>\n<tr>\n<td><code>mobile_code</code></td>\n<td>string</td>\n<td>❌</td>\n<td>Mobile code (e.g., +91).</td>\n</tr>\n<tr>\n<td><code>country_code</code></td>\n<td>string</td>\n<td>❌</td>\n<td>Country ISO code.</td>\n</tr>\n<tr>\n<td><code>email</code></td>\n<td>string</td>\n<td>❌</td>\n<td>Customer’s email.</td>\n</tr>\n<tr>\n<td><code>gender</code></td>\n<td>string</td>\n<td>❌</td>\n<td>Gender (male/female/other).</td>\n</tr>\n<tr>\n<td><code>country</code></td>\n<td>string</td>\n<td>❌</td>\n<td>Customer’s country name.</td>\n</tr>\n<tr>\n<td><code>country_calling_code</code></td>\n<td>string</td>\n<td>❌</td>\n<td>Country calling code.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"4-shipment-information\"><strong>4. Shipment Information</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>shipment.number_of_boxes</code></td>\n<td>number</td>\n<td>❌</td>\n<td>Number of boxes in shipment.</td>\n</tr>\n<tr>\n<td><code>shipment.weight</code></td>\n<td>number</td>\n<td>❌</td>\n<td>Weight of shipment (kg).</td>\n</tr>\n<tr>\n<td><code>shipment_type</code></td>\n<td>string</td>\n<td>❌</td>\n<td>Type of shipment (e.g., omniful_generated, external).</td>\n</tr>\n<tr>\n<td><code>delivery_type</code></td>\n<td>string</td>\n<td>❌</td>\n<td>Delivery type (e.g., doorstep, click_and_collect).</td>\n</tr>\n<tr>\n<td><code>no_of_boxes</code></td>\n<td>number</td>\n<td>❌</td>\n<td>Number of boxes (duplicate of shipment.number_of_boxes).</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"5-address-information\"><strong>5. Address Information</strong></h3>\n<p><strong>Sender Address &amp; Receiver Address</strong> share same structure.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>address1</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Primary address line.</td>\n</tr>\n<tr>\n<td><code>address2</code></td>\n<td>string</td>\n<td>❌</td>\n<td>Secondary address line.</td>\n</tr>\n<tr>\n<td><code>city</code></td>\n<td>string</td>\n<td>✅</td>\n<td>City.</td>\n</tr>\n<tr>\n<td><code>state</code></td>\n<td>string</td>\n<td>❌</td>\n<td>State/Province.</td>\n</tr>\n<tr>\n<td><code>zip</code></td>\n<td>string</td>\n<td>❌</td>\n<td>Postal code.</td>\n</tr>\n<tr>\n<td><code>country</code></td>\n<td>string</td>\n<td>❌</td>\n<td>Country name.</td>\n</tr>\n<tr>\n<td><code>country_code</code></td>\n<td>string</td>\n<td>❌</td>\n<td>ISO country code.</td>\n</tr>\n<tr>\n<td><code>state_code</code></td>\n<td>string</td>\n<td>❌</td>\n<td>State code.</td>\n</tr>\n<tr>\n<td><code>latitude</code></td>\n<td>number</td>\n<td>❌</td>\n<td>Latitude coordinates.</td>\n</tr>\n<tr>\n<td><code>longitude</code></td>\n<td>number</td>\n<td>❌</td>\n<td>Longitude coordinates.</td>\n</tr>\n<tr>\n<td><code>first_name</code></td>\n<td>string</td>\n<td>❌</td>\n<td>Contact first name.</td>\n</tr>\n<tr>\n<td><code>last_name</code></td>\n<td>string</td>\n<td>❌</td>\n<td>Contact last name.</td>\n</tr>\n<tr>\n<td><code>phone</code></td>\n<td>string</td>\n<td>❌</td>\n<td>Contact phone number.</td>\n</tr>\n<tr>\n<td><code>email</code></td>\n<td>string</td>\n<td>❌</td>\n<td>Contact email.</td>\n</tr>\n<tr>\n<td><code>country_calling_code</code></td>\n<td>string</td>\n<td>❌</td>\n<td>Country calling code.</td>\n</tr>\n<tr>\n<td><code>national_address_code</code></td>\n<td>string</td>\n<td>❌</td>\n<td>National address code.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"6-hub-details\"><strong>6. Hub Details</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>code</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Hub code assigned in Omniful.</td>\n</tr>\n<tr>\n<td><code>hub_type</code></td>\n<td>string</td>\n<td>❌</td>\n<td>Type of hub (physical/virtual).</td>\n</tr>\n<tr>\n<td><code>virtual_hub_type</code></td>\n<td>string</td>\n<td>❌</td>\n<td>Virtual hub type (e.g., pickup_location).</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"7-payment-information\"><strong>7. Payment Information</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>currency</code></td>\n<td>string</td>\n<td>❌</td>\n<td>Currency code (ISO 4217, e.g., INR, USD).</td>\n</tr>\n<tr>\n<td><code>payment_type</code></td>\n<td>string</td>\n<td>❌</td>\n<td>Type of payment (cash, card, wallet).</td>\n</tr>\n<tr>\n<td><code>payment_mode</code></td>\n<td>string</td>\n<td>❌</td>\n<td>Mode (cod, prepaid, online).</td>\n</tr>\n<tr>\n<td><code>payment_method</code></td>\n<td>string</td>\n<td>❌</td>\n<td>Business-defined payment type (e.g., postpaid).</td>\n</tr>\n<tr>\n<td><code>is_cash_on_delivery</code></td>\n<td>boolean</td>\n<td>❌</td>\n<td>True if COD order.</td>\n</tr>\n<tr>\n<td><code>total</code></td>\n<td>number</td>\n<td>✅</td>\n<td>Total payable amount.</td>\n</tr>\n<tr>\n<td><code>subtotal</code></td>\n<td>number</td>\n<td>❌</td>\n<td>Subtotal before tax &amp; shipping.</td>\n</tr>\n<tr>\n<td><code>total_paid</code></td>\n<td>number</td>\n<td>❌</td>\n<td>Amount already paid.</td>\n</tr>\n<tr>\n<td><code>total_due</code></td>\n<td>number</td>\n<td>❌</td>\n<td>Remaining due.</td>\n</tr>\n<tr>\n<td><code>tax_percent</code></td>\n<td>number</td>\n<td>❌</td>\n<td>Tax rate %.</td>\n</tr>\n<tr>\n<td><code>tax</code></td>\n<td>number</td>\n<td>❌</td>\n<td>Tax value.</td>\n</tr>\n<tr>\n<td><code>discount</code></td>\n<td>number</td>\n<td>❌</td>\n<td>Discount amount.</td>\n</tr>\n<tr>\n<td><code>shipping_price</code></td>\n<td>number</td>\n<td>❌</td>\n<td>Shipping charges.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Nested</strong> <strong><code>additional_charges[]</code></strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>type</code></td>\n<td>string</td>\n<td>Charge type (e.g., cod_fee).</td>\n</tr>\n<tr>\n<td><code>cost</code></td>\n<td>number</td>\n<td>Charge cost.</td>\n</tr>\n<tr>\n<td><code>tax_amount</code></td>\n<td>number</td>\n<td>Tax applied on charge.</td>\n</tr>\n<tr>\n<td><code>tax_inclusive</code></td>\n<td>boolean</td>\n<td>If cost includes tax.</td>\n</tr>\n<tr>\n<td><code>tax_percentage</code></td>\n<td>number</td>\n<td>Tax percentage.</td>\n</tr>\n<tr>\n<td><code>is_applied</code></td>\n<td>boolean</td>\n<td>Whether charge is applied.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"path":["sales-channel","public","v1","tenants","sellers",":seller_code","shipment_orders"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"12","key":"seller_code"}]}},"response":[{"id":"39f7cdcc-a753-40e6-aee4-0143e8126158","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"SO-81211\",\n    \"display_order_id\": \"SO-ORDER-302\",\n    \"client_reference_id\": \"SO-REF-8123\",\n    \"automatic_shipment_order_shipment_enabled\": false,\n    \"installation_required\": true,\n    \"order_items\": [\n        {\n            \"item_id\": \"item-001\",\n            \"sku_code\": \"SKU-123\",\n            \"hs_code\": \"HS999\",\n            \"sku_id\": \"SKU-ID-456\",\n            \"name\": \"Sample Product\",\n            \"display_price\": 100.0,\n            \"selling_price\": 90.0,\n            \"is_substituted\": false,\n            \"item_barcodes\": [\n                \"BAR123\"\n            ],\n            \"quantity\": 2,\n            \"tax_percent\": 5.0,\n            \"tax\": 9.0,\n            \"unit_price\": 45.5,\n            \"subtotal\": 91.0,\n            \"total\": 100.0,\n            \"discount\": 0.0,\n            \"tax_inclusive\": true,\n            \"installation_required\": true\n        }\n    ],\n    \"slot\": {\n        \"delivery_date\": \"2025-07-20\",\n        \"start_time\": 1000,\n        \"end_time\": 1200\n    },\n    \"order_created_at\": \"2025-07-15T10:00:00Z\",\n    \"customer\": {\n        \"id\": \"CUST-001\",\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"mobile\": \"1234567890\",\n        \"mobile_code\": \"+91\",\n        \"country_code\": \"IN\",\n        \"email\": \"john.doe@example.com\",\n        \"gender\": \"male\",\n        \"country\": \"India\",\n        \"country_calling_code\": \"+91\"\n    },\n    \"shipment\": {\n        \"number_of_boxes\": 2,\n        \"weight\": 4.5\n    },\n    \"payment_method\": \"postpaid\",\n    \"is_cash_on_delivery\": true,\n    \"shipment_type\": \"omniful_generated\",\n    \"delivery_type\": \"click_and_collect\",\n    \"note\": \"Handle with care\",\n    \"no_of_boxes\": 2,\n    \"labels\": [\n        \"fragile\",\n        \"priority\"\n    ],\n    \"fulfillment_type\": \"shipment_only\",\n    \"sender_address\": {\n        \"address1\": \"123 Warehouse St.\",\n        \"address2\": \"Block A\",\n        \"city\": \"Mumbai\",\n        \"country\": \"India\",\n        \"first_name\": \"Sender\",\n        \"last_name\": \"Name\",\n        \"phone\": \"9876543210\",\n        \"state\": \"Maharashtra\",\n        \"zip\": \"400001\",\n        \"state_code\": \"MH\",\n        \"country_code\": \"IN\",\n        \"latitude\": 19.076,\n        \"longitude\": 72.8777,\n        \"email\": \"sender@example.com\",\n        \"country_calling_code\": \"+91\",\n        \"national_address_code\": \"code\"\n    },\n    \"receiver_address\": {\n        \"address1\": \"456 Customer Lane\",\n        \"address2\": \"Apt 202\",\n        \"city\": \"Delhi\",\n        \"country\": \"India\",\n        \"first_name\": \"Receiver\",\n        \"last_name\": \"Name\",\n        \"phone\": \"9988776655\",\n        \"state\": \"Delhi\",\n        \"zip\": \"110001\",\n        \"state_code\": \"DL\",\n        \"country_code\": \"IN\",\n        \"latitude\": 28.6139,\n        \"longitude\": 77.209,\n        \"email\": \"receiver@example.com\",\n        \"country_calling_code\": \"+91\",\n        \"national_address_code\": \"code\"\n    },\n    \"product_description\": \"Pack of electronics\",\n    \"hub_detail\": {\n        \"code\": \"H211125-3261-HXMJV\",\n        \"hub_type\": \"virtual\",\n        \"virtual_hub_type\": \"pickup_loction\"\n    },\n    \"payment_info\": {\n        \"currency\": \"INR\",\n        \"payment_type\": \"cash\",\n        \"payment_mode\": \"cod\",\n        \"total\": 100.0,\n        \"subtotal\": 95.0,\n        \"total_paid\": 100.0,\n        \"total_due\": 0.0,\n        \"tax_percent\": 5.0,\n        \"tax\": 5.0,\n        \"discount\": 0.0,\n        \"shipping_price\": 10.0,\n        \"additional_charges\": [\n            {\n                \"type\": \"platform_fee\",\n                \"cost\": 5.0,\n                \"tax_amount\": 0.5,\n                \"tax_inclusive\": true,\n                \"tax_percentage\": 10.0,\n                \"is_applied\": true\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://prodapi.omniful.com/sales-channel/public/v1/tenants/sellers/12/shipment_orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 03 Dec 2025 09:34:40 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"e0e46de4-925f-425d-8003-570d467bf9bc"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Content-Encoding","value":"br"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"9a8211cab915637b-MAA"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"id\": \"69300430607053ec9b90c3d9\",\n        \"display_order_id\": \"SO-ORDER-302\",\n        \"client_reference_id\": \"SO-REF-8123\",\n        \"order_items\": [\n            {\n                \"item_id\": \"\",\n                \"sales_channel_item_id\": \"\",\n                \"sku_code\": \"SKU-123\",\n                \"hs_code\": \"\",\n                \"sku_id\": \"\",\n                \"display_price\": 100,\n                \"selling_price\": 90,\n                \"is_substituted\": false,\n                \"substitute_seller_sku_codes\": null,\n                \"serialised_sku_codes\": null,\n                \"item_barcodes\": null,\n                \"quantity\": 2,\n                \"tax_percent\": 5,\n                \"tax\": 9,\n                \"unit_price\": 45.5,\n                \"total\": 100,\n                \"discount\": 0,\n                \"tax_inclusive\": true,\n                \"sub_total\": 100,\n                \"discount_percent\": 0,\n                \"sku\": {\n                    \"id\": \"\",\n                    \"code\": \"\",\n                    \"name\": \"\",\n                    \"type\": \"\",\n                    \"images\": null\n                },\n                \"installation_required\": true\n            }\n        ],\n        \"total\": 2,\n        \"slot\": {\n            \"delivery_date\": \"2025-07-20\",\n            \"start_time\": 1000,\n            \"end_time\": 1200\n        },\n        \"order_created_at\": \"2025-07-15T10:00:00Z\",\n        \"customer\": {\n            \"id\": \"CUST-001\",\n            \"first_name\": \"John\",\n            \"last_name\": \"Doe\",\n            \"mobile\": \"+91-1234567890\",\n            \"mobile_code\": \"+91\",\n            \"email\": \"john.doe@example.com\",\n            \"gender\": \"male\"\n        },\n        \"shipment\": {\n            \"delivery_status\": \"\",\n            \"shipping_account\": {\n                \"id\": \"\",\n                \"name\": \"\"\n            },\n            \"courier_partner\": {\n                \"id\": 0,\n                \"name\": \"\",\n                \"tag\": \"\",\n                \"logo\": \"\"\n            }\n        },\n        \"payment_method\": \"Postpaid\",\n        \"delivery_type\": \"click_and_collect\",\n        \"fulfillment_type\": \"\",\n        \"hub_detail\": {\n            \"code\": \"H211125-3261-HXMJV\",\n            \"hub_type\": \"virtual\",\n            \"virtual_hub_type\": \"pickup_location\"\n        },\n        \"payment_info\": {\n            \"currency\": \"INR\",\n            \"payment_type\": \"Cash On Delivery\",\n            \"payment_mode\": \"Cash On Delivery\",\n            \"total\": 100,\n            \"subtotal\": 95,\n            \"total_paid\": 100,\n            \"total_due\": 0,\n            \"tax_percent\": 5,\n            \"tax\": 5,\n            \"discount\": 0,\n            \"shipping_price\": 10,\n            \"additional_charges\": [\n                {\n                    \"type\": \"platform_fee\",\n                    \"cost\": 0,\n                    \"tax_amount\": 0,\n                    \"tax_inclusive\": false,\n                    \"tax_percentage\": 0,\n                    \"is_applied\": false\n                }\n            ]\n        }\n    },\n    \"meta\": null\n}"}],"_postman_id":"2db30fbf-13ea-4f5c-9a73-33d3429d541b"}],"id":"ca5525f8-e980-46d8-89e2-db90e095c615","_postman_id":"ca5525f8-e980-46d8-89e2-db90e095c615","description":"","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}}},{"name":"Courier Partners","item":[{"name":"Get Courier Partners","id":"68e94b90-c91f-424b-b7bd-be38d9a10dec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/sales-channel/public/v1/tenants/courier_partners","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"path":["sales-channel","public","v1","tenants","courier_partners"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p>Page number of responses.</p>\n","type":"text/plain"},"key":"page","value":"1"},{"disabled":true,"description":{"content":"<p>Number of responses per page</p>\n","type":"text/plain"},"key":"per_page","value":"2"},{"disabled":true,"description":{"content":"<p>Name filter of the courier partner.</p>\n","type":"text/plain"},"key":"name","value":"a"},{"disabled":true,"description":{"content":"<p>Unique Identifier of the courier partner.</p>\n","type":"text/plain"},"key":"tag","value":"aymakan"}],"variable":[]}},"response":[{"id":"49e5fc15-9e10-43ac-bf14-4dd7605b4e18","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://prodapi.omniful.com/sales-channel/public/v1/tenants/courier_partners?page=1&per_page=2&name=a&tag=aymakan","protocol":"https","host":["prodapi","omniful","com"],"path":["sales-channel","public","v1","tenants","courier_partners"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"2"},{"key":"name","value":"a"},{"key":"tag","value":"aymakan"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Mon, 06 Oct 2025 10:16:25 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"450f3676-43e0-4acc-ad6b-b910945742e5"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Content-Encoding","value":"br"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"98a467366a390c2e-DEL"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": [\n        {\n            \"name\": \"Aymakan\",\n            \"tag\": \"aymakan\",\n            \"logo\": \"https://omniful-production-uploads.s3.eu-central-1.amazonaws.com/shipping/aymakan.png\",\n            \"status\": \"active\"\n        }\n    ],\n    \"meta\": {\n        \"current_page\": 1,\n        \"last_page\": 1,\n        \"per_page\": 2,\n        \"total\": 1\n    }\n}"}],"_postman_id":"68e94b90-c91f-424b-b7bd-be38d9a10dec"}],"id":"ea7829d0-116e-4997-947e-6ab1983080f8","_postman_id":"ea7829d0-116e-4997-947e-6ab1983080f8","description":"","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}}},{"name":"Packaging Materials","item":[{"name":"Order Packaging Materials","id":"201fafc5-993f-4c27-bf8a-d443663450eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/sales-channel/public/v1/tenants/hubs/:hub_code/orders/:id/packaging_materials","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}},"urlObject":{"path":["sales-channel","public","v1","tenants","hubs",":hub_code","orders",":id","packaging_materials"],"host":["{{base_url}}"],"query":[],"variable":[{"description":{"content":"<p>Hub code of the order</p>\n","type":"text/plain"},"type":"any","value":"code","key":"hub_code"},{"description":{"content":"<p>oms order id of the order</p>\n","type":"text/plain"},"type":"any","value":"69c3ee0c12369f42a8c2b551","key":"id"}]}},"response":[{"id":"774d25e8-6e66-485b-b7ea-5c225e3f1284","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NzcwMjk0MTcsImp0aSI6IjYyODJhNDkzLTY1NTYtNDNkYy1hZmM2LTk0Njk4OTlhMDYwOCIsInVzZXJfZGV0YWlscyI6eyJUZW5hbnRDb2RlIjoiMzcxODEyNDk2OCIsIlRlbmFudElEIjoiIiwiVXNlcklEIjoiNDUwOCIsIlVzZXJOYW1lIjoiRGhydXYgQmhhdHQiLCJSYXRlTGltaXREZXRhaWxzIjp7IkVuYWJsZWQiOnRydWUsIlJlcXVlc3RzUGVyTWludXRlIjoxMjB9fSwidG9rZW5fdHlwZSI6IkJlYXJlciJ9.b8mVlSH0b_97JcqSysSL8-S4GiimRozc3wLcv6LqDTsUaGfwo0zYNP27-bEOsJViLWDJgm73BR7SwG-Vq6NU4tMp71g0RtnQZwCRpqVtROdVnJt0UvN3GDTS1IhZSmM4Y5iTJF3FHD4vy2k0IRCUavvxYBAX3L6-8FfqdzBN7YbZsl0OUgEjum-3pgtAy7WCQgGGqqLjCzN8zUh0I2XHiU0k11VZFJb4-Gf0EXTFtzwc4NbBEMpM1prZ3u7Q7PVzLBEykCFverBS5WKFyyNxYHbHe6b3gKmR6x1U_VE1zKE0c0D12iTCx5h6BbRO__VbUZS2eZvGE-uLas3Oi6MV3txz21pyoo_jERlQCr4_yqx6Y0x9iQVrkA3Thr9eBpRLWtUiYqgoZfGYuuDjNM0DxRUOT0_ld40_J6WccfKiCzs_YrjikAauEhiOb9qdTttKLMK8NoR3OeB68x5QPYXz0VdwIDzF3Yn1YlmOYdVKF5R4Q5fbinwwJqIlaJgUDgpTLU3T9511kyOt1hdmr4h_PPyB92ohEfStO5DbHMcCTpaRrWQ-oTl_XOdgZ7GFSO7FYzQ2ZrdrE7_Pppq_XRJFIiOyJ2cCHXLvqzztMNaI0waTAwyGxFOdknounl6Q-rMfG8X9xLzqed_c5A6mW9a33erktFeUm5MiVtYwER-UD6s"}],"url":"https://prodapi.omniful.com/sales-channel/public/v1/tenants/hubs/aryan-hub-location-on/orders/69c3ee0c12369f42a8c2b551/packaging_materials"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"date","value":"Thu, 26 Mar 2026 06:55:14 GMT"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"x-omniful-request-id","value":"cf530fe7-02a9-4719-8249-47b40cc9b6b5"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"content-encoding","value":"br"},{"key":"server","value":"cloudflare"},{"key":"cf-ray","value":"9e243fa26915d8a9-DEL"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"packaging_materials\": [\n            {\n                \"type\": \"hub_box\",\n                \"details\": {\n                    \"name\": \"jeans\",\n                    \"images\": [],\n                    \"attributes\": [],\n                    \"barcodes\": [\n                        \"BOX-DE340-1632831498\",\n                        \"BOX-DE340-309271638\"\n                    ],\n                    \"weight\": {\n                        \"value\": 0,\n                        \"uom\": \"\"\n                    },\n                    \"dimensions\": {\n                        \"length\": {\n                            \"value\": 10,\n                            \"uom\": \"cm\"\n                        },\n                        \"breadth\": {\n                            \"value\": 10,\n                            \"uom\": \"cm\"\n                        },\n                        \"height\": {\n                            \"value\": 10,\n                            \"uom\": \"cm\"\n                        }\n                    },\n                    \"quantity\": 2\n                }\n            },\n            {\n                \"type\": \"hub_pallet\",\n                \"details\": {\n                    \"name\": \"\",\n                    \"images\": [],\n                    \"attributes\": [],\n                    \"barcodes\": [\n                        \"PL-DE340-3664295998\"\n                    ],\n                    \"weight\": {\n                        \"value\": 0,\n                        \"uom\": \"\"\n                    },\n                    \"dimensions\": {\n                        \"length\": {\n                            \"value\": 0,\n                            \"uom\": \"cm\"\n                        },\n                        \"breadth\": {\n                            \"value\": 0,\n                            \"uom\": \"cm\"\n                        },\n                        \"height\": {\n                            \"value\": 0,\n                            \"uom\": \"cm\"\n                        }\n                    },\n                    \"quantity\": 1\n                }\n            },\n            {\n                \"type\": \"hub_pallet\",\n                \"details\": {\n                    \"name\": \"\",\n                    \"images\": [],\n                    \"attributes\": [],\n                    \"barcodes\": [\n                        \"PL-DE340-1407275152\"\n                    ],\n                    \"weight\": {\n                        \"value\": 0,\n                        \"uom\": \"\"\n                    },\n                    \"dimensions\": {\n                        \"length\": {\n                            \"value\": 0,\n                            \"uom\": \"cm\"\n                        },\n                        \"breadth\": {\n                            \"value\": 0,\n                            \"uom\": \"cm\"\n                        },\n                        \"height\": {\n                            \"value\": 0,\n                            \"uom\": \"cm\"\n                        }\n                    },\n                    \"quantity\": 1\n                }\n            },\n            {\n                \"type\": \"seller_box\",\n                \"details\": {\n                    \"name\": \"snacc-box\",\n                    \"seller_sku_code\": \"snacc-box\",\n                    \"images\": [],\n                    \"attributes\": [],\n                    \"barcodes\": [\n                        \"SBOX-DE340-1515853046\",\n                        \"SBOX-DE340-130264937\"\n                    ],\n                    \"weight\": {\n                        \"value\": 0,\n                        \"uom\": \"\"\n                    },\n                    \"seller_code\": \"aryan-seller\",\n                    \"dimensions\": {\n                        \"length\": {\n                            \"value\": 1,\n                            \"uom\": \"cm\"\n                        },\n                        \"breadth\": {\n                            \"value\": 1,\n                            \"uom\": \"cm\"\n                        },\n                        \"height\": {\n                            \"value\": 1,\n                            \"uom\": \"cm\"\n                        }\n                    },\n                    \"quantity\": 2\n                }\n            },\n            {\n                \"type\": \"seller_packaging_material\",\n                \"details\": {\n                    \"name\": \"snacc-bag\",\n                    \"seller_sku_code\": \"snacc-bag\",\n                    \"images\": [],\n                    \"attributes\": [],\n                    \"barcodes\": [\n                        \"snacc-bag\"\n                    ],\n                    \"weight\": {\n                        \"value\": 0,\n                        \"uom\": \"\"\n                    },\n                    \"seller_code\": \"aryan-seller\",\n                    \"dimensions\": {\n                        \"length\": {\n                            \"value\": 0,\n                            \"uom\": \"\"\n                        },\n                        \"breadth\": {\n                            \"value\": 0,\n                            \"uom\": \"\"\n                        },\n                        \"height\": {\n                            \"value\": 0,\n                            \"uom\": \"\"\n                        }\n                    },\n                    \"quantity\": 4\n                }\n            }\n        ]\n    },\n    \"meta\": null\n}"}],"_postman_id":"201fafc5-993f-4c27-bf8a-d443663450eb"}],"id":"7b63366a-5c31-4914-ad15-da354fdaa93a","_postman_id":"7b63366a-5c31-4914-ad15-da354fdaa93a","description":"","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","name":"Tenant APIs","type":"folder"}}},{"name":"Retrieve Access Token","id":"d80b8394-f6c6-4522-82c6-6eb88caae85d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"refresh_token\": \"{{refresh_token}}\",\n    \"grant_type\": \"refresh_token\",\n    \"client_id\": \"{{client_id}}\",\n    \"client_secret\": \"{{client_secret}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/tenants/token","description":"<p>This API allows you to obtain a new access token and refresh token using a refresh token grant type. Access tokens are short-lived tokens that grant access to specific resources or actions within an API, while refresh tokens are used to request new access tokens without requiring the user to re-authenticate.</p>\n<p>Upon sending this request to the Omniful API, you will receive a response containing the new access token and refresh token, which you can then use to access protected resources and perform authorized actions on behalf of the authenticated user.</p>\n","urlObject":{"path":["sales-channel","public","v1","tenants","token"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"aac6dd98-4b9e-40ca-8f7e-a796c7ae9e4c","name":"Retrieve Access Token","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"refresh_token\": \"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3MjAyNDUwNTYsImp0aSI6IjYyZjZlMzk5LWM3NTMtNDk3Yy04ZWQ4LWNiMzdkMzUzZWQ0ZCIsInVzZXJfZGV0YWlscyI6eyJUZW5hbnRJRCI6IjEiLCJVc2VySUQiOiIxIiwiVXNlck5hbWUiOiJBZGFyc2gifSwidG9rZW5fdHlwZSI6IlJlZnJlc2gifQ.FpnJYOlgVjoKtXJ121AYsslqnsyoTNWHgTlFNzI_dJxZ-APAtZOkuwxBwf8j_xvvl8AII01JEUCY1ue0pzPvj87vtM-ZTPNXJdZiFdxzXAuowoMpKqBAcxbZst6c3C9uQCtOTJ4kToKdeXNHOcPmHFi33sgyjfg40AVf3abrvN91V3ZZOCVeFAkcX5REcIDzGHOKZhy1pMAc07y3_J42vvKj0m1NW-DUkp_qL4z1vcE_7FqCZrnJip1UuCbRXvO054xJ2j3tmb_7WsE9axkjcDJWG3j6VRtxxcqHLamvoiFzRpCfhCcTlk9ftGYqxpi4K_sgG0XHaA0sSLpEIPagHn4_mbpEKSVUFIToP85VoOctwKXlTatPUCKMvCKaRs9dpfwKDzagS2nDIruVnbUnQv4jh4AeABW0nWe-ZB0TTICmFsz7-ZpvXSCuiZsDZ1BD0OblVl7fITRKqh-7aZ-bIBxljZ_y5y7zJFh5iqIleZDj-Z_VX126GN-U1mtGvBieNQpUC1lNTrJP4oQ-4IiUrjIRg0b4vxIG4TzhUv2Sw67FbFVxjdGzpAidbhdcYuP9IfR-QN-SRl8r3-wiqFFXz2oLItgNTXLKpU9P6bNajIc49Icg9QKHSQ1X15V18NaxkvlOeKNVhiIT1fwbO2RDpAchwwjxNJweS-ZVTdIu5cM\",\n    \"grant_type\": \"refresh_token\",\n    \"client_id\": \"TQMr-_hB8R7knKe3CbczUw\",\n    \"client_secret\": \"D7EsdwwcUaIAzHvJzvcyR-H_m6Rr2NoWUO1AXNXz1HA\"\n}","options":{"raw":{"language":"json"}}},"url":"{{StagingEnv}}/sales-channel/public/v1/tenants/reports/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 08 Jan 2024 06:23:14 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"eb9b0ded-d45a-4ab4-95db-d54dd8427647"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"842259c39e561be4-BOM"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"access_token\": \"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3MDcyODY5OTQsImp0aSI6ImY0OWNlZDVkLWRhMmItNGFhMy05ZjI4LTQxMTlkY2MyZTZlNSIsInVzZXJfZGV0YWlscyI6eyJUZW5hbnRJRCI6IjEiLCJVc2VySUQiOiIxIiwiVXNlck5hbWUiOiJBZGFyc2gifSwidG9rZW5fdHlwZSI6IkJlYXJlciJ9.gEe40lbE9OpSSYHdmslbkG-QBC3n2sXVIzPMK9d4-e2w4IUlFup5b_S9xEKPufiyQlHy25r9aNrBFYpbOO0TEyC-6U6MDpZ-LRiY1r-q9a8zbPeiQmWN1DbOgmAKVASJnLgwbk8CSActMR8MrBoud1pjIWxFkDUF_weWs3MrUL6uJyh0-0tXhwomkdrzhcDtqb6XGKG6Ro7XLNFiR8GvW2b7gPPSOJFk27VH3a8dbe1JP7DIhkFhmeXqa_9U5dU61FdxTgprOByjgv5xbuRqbbGnYYrLpVJjQzup-qoXeIHS-NDfPl3OjrToZx-RSGRBhPX30KzUMFUIJn7KKIYPPV8JwFmL92M8IKJ1zojON5liZp-spAevEbQmHvD3g2pQ14xxI6_o2kdLzVai0LgRxoVUZXagW759mGokTj8U4eNzIctjalvmrO3Nlq1enl3_Jh8dwsvfOWUgjpLzlxorDJkZDdUTNQTwT8hajIg0vMZZX1REBFebBtEyY0_HYBkZ_phnub_AEmLwzpWG0ZntKoogGMnPtlSVVpiCID6ylWf1hrk6KC1JYS6MAN5zYqA2GSzMVD7PNK7A5_Tj787tkirasKwU8Veoy8wNi4mWfO3dBqDQ66E6nRnaYmV7ZNeooihTZWbamgUDATTN7HqJdw-LDDNXOOmTaHKYNfFijR4\",\n        \"refresh_token\": \"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3MjAyNDY5OTQsImp0aSI6IjNmYmEyODU0LTlhNTYtNGQ2YS1iNjZmLTcyODExNTVmYjk2YSIsInVzZXJfZGV0YWlscyI6eyJUZW5hbnRJRCI6IjEiLCJVc2VySUQiOiIxIiwiVXNlck5hbWUiOiJBZGFyc2gifSwidG9rZW5fdHlwZSI6IlJlZnJlc2gifQ.Jvu2CVaduaXJ-U_FuH1qU0LVSxWRCgBjRUgR1-rSXttKtcy8P9dsQX5HXuox3I0CT0io49t9lc0svRP32z4xDDBpWwSo27MBltuJoff73ug7Wtp00Pq1pXZqjvawR7lDPlyq0z_f-TG6PGGpaoCkPAreBwscT4FR0XCG7laQam9atqol3atO9pJa7jErd6j-EFgiGgRnujJbwgMm1o85JKPBcXETfjIbU5klGkSdaawkqVhih3RpL4hr9a2f0_14sbjp7o4Ic1K-OLU92F5hEIKrKnShsNgnujIZUrWUT5E1WmHkSUFlYUnp7RiJRezuLlR9GHtOwYtkLTVfDzeV1T4XlsUSRvW6pD4WfFZ7oMcGhGwbQAS7kAdcDNrIFBwp0QBooiGm57uNZKjpTK2PWZPFbdKVlkMf5bupx4Qv1MpA_B4HYm2aZdfMB3h9lyXcOX0COzqOB1AVXXjMhWQG_oQG5ahnA_ezVEovmw92TuicpD0P5_kMHrWeFExIOG60FWuPmfoigg7j5puKLJkv6Oj2ORclUTk60_Y_G4GGXX60YBxpffh7zkT0R93xXOxgn2XOSqzdXSdPGGrqgYw8GULgcJGGiT0HKFCrcwyMt_OJ2SozJ2J4l8PEOSWAMvRq0Y9dhf2LKcSWq3222zUaU6rGtBFvU7Yuh55MqiRfD9o\",\n        \"token_type\": \"Bearer\",\n        \"expires_in\": 2592000000000000\n    },\n    \"meta\": null\n}"}],"_postman_id":"d80b8394-f6c6-4522-82c6-6eb88caae85d"},{"name":"Retrieve Access Token - Deprecated","id":"24e3d10c-acc7-4a3f-aded-013ca3a60a12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"refresh_token\": \"{{refresh_token}}\",\n    \"grant_type\": \"refresh_token\",\n    \"client_id\": \"{{client_id}}\",\n    \"client_secret\": \"{{client_secret}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/sales-channel/public/v1/tenants/reports/token","description":"<p><strong>Note: This api has been marked Legacy, you can use the</strong> <a href=\"https://docs.omniful.tech/#d80b8394-f6c6-4522-82c6-6eb88caae85d\">other endpoint</a> <strong>for same purpose.<br />This api will get deprecated from `30 Oct 2025` onwards.</strong></p>\n","urlObject":{"path":["sales-channel","public","v1","tenants","reports","token"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"69421d5b-17d3-4157-a9bd-ffa72f761d05","name":"Retrieve Access Token","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"refresh_token\": \"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3MjAyNDUwNTYsImp0aSI6IjYyZjZlMzk5LWM3NTMtNDk3Yy04ZWQ4LWNiMzdkMzUzZWQ0ZCIsInVzZXJfZGV0YWlscyI6eyJUZW5hbnRJRCI6IjEiLCJVc2VySUQiOiIxIiwiVXNlck5hbWUiOiJBZGFyc2gifSwidG9rZW5fdHlwZSI6IlJlZnJlc2gifQ.FpnJYOlgVjoKtXJ121AYsslqnsyoTNWHgTlFNzI_dJxZ-APAtZOkuwxBwf8j_xvvl8AII01JEUCY1ue0pzPvj87vtM-ZTPNXJdZiFdxzXAuowoMpKqBAcxbZst6c3C9uQCtOTJ4kToKdeXNHOcPmHFi33sgyjfg40AVf3abrvN91V3ZZOCVeFAkcX5REcIDzGHOKZhy1pMAc07y3_J42vvKj0m1NW-DUkp_qL4z1vcE_7FqCZrnJip1UuCbRXvO054xJ2j3tmb_7WsE9axkjcDJWG3j6VRtxxcqHLamvoiFzRpCfhCcTlk9ftGYqxpi4K_sgG0XHaA0sSLpEIPagHn4_mbpEKSVUFIToP85VoOctwKXlTatPUCKMvCKaRs9dpfwKDzagS2nDIruVnbUnQv4jh4AeABW0nWe-ZB0TTICmFsz7-ZpvXSCuiZsDZ1BD0OblVl7fITRKqh-7aZ-bIBxljZ_y5y7zJFh5iqIleZDj-Z_VX126GN-U1mtGvBieNQpUC1lNTrJP4oQ-4IiUrjIRg0b4vxIG4TzhUv2Sw67FbFVxjdGzpAidbhdcYuP9IfR-QN-SRl8r3-wiqFFXz2oLItgNTXLKpU9P6bNajIc49Icg9QKHSQ1X15V18NaxkvlOeKNVhiIT1fwbO2RDpAchwwjxNJweS-ZVTdIu5cM\",\n    \"grant_type\": \"refresh_token\",\n    \"client_id\": \"TQMr-_hB8R7knKe3CbczUw\",\n    \"client_secret\": \"D7EsdwwcUaIAzHvJzvcyR-H_m6Rr2NoWUO1AXNXz1HA\"\n}","options":{"raw":{"language":"json"}}},"url":"{{StagingEnv}}/sales-channel/public/v1/tenants/reports/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 08 Jan 2024 06:23:14 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"eb9b0ded-d45a-4ab4-95db-d54dd8427647"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"842259c39e561be4-BOM"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"access_token\": \"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3MDcyODY5OTQsImp0aSI6ImY0OWNlZDVkLWRhMmItNGFhMy05ZjI4LTQxMTlkY2MyZTZlNSIsInVzZXJfZGV0YWlscyI6eyJUZW5hbnRJRCI6IjEiLCJVc2VySUQiOiIxIiwiVXNlck5hbWUiOiJBZGFyc2gifSwidG9rZW5fdHlwZSI6IkJlYXJlciJ9.gEe40lbE9OpSSYHdmslbkG-QBC3n2sXVIzPMK9d4-e2w4IUlFup5b_S9xEKPufiyQlHy25r9aNrBFYpbOO0TEyC-6U6MDpZ-LRiY1r-q9a8zbPeiQmWN1DbOgmAKVASJnLgwbk8CSActMR8MrBoud1pjIWxFkDUF_weWs3MrUL6uJyh0-0tXhwomkdrzhcDtqb6XGKG6Ro7XLNFiR8GvW2b7gPPSOJFk27VH3a8dbe1JP7DIhkFhmeXqa_9U5dU61FdxTgprOByjgv5xbuRqbbGnYYrLpVJjQzup-qoXeIHS-NDfPl3OjrToZx-RSGRBhPX30KzUMFUIJn7KKIYPPV8JwFmL92M8IKJ1zojON5liZp-spAevEbQmHvD3g2pQ14xxI6_o2kdLzVai0LgRxoVUZXagW759mGokTj8U4eNzIctjalvmrO3Nlq1enl3_Jh8dwsvfOWUgjpLzlxorDJkZDdUTNQTwT8hajIg0vMZZX1REBFebBtEyY0_HYBkZ_phnub_AEmLwzpWG0ZntKoogGMnPtlSVVpiCID6ylWf1hrk6KC1JYS6MAN5zYqA2GSzMVD7PNK7A5_Tj787tkirasKwU8Veoy8wNi4mWfO3dBqDQ66E6nRnaYmV7ZNeooihTZWbamgUDATTN7HqJdw-LDDNXOOmTaHKYNfFijR4\",\n        \"refresh_token\": \"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3MjAyNDY5OTQsImp0aSI6IjNmYmEyODU0LTlhNTYtNGQ2YS1iNjZmLTcyODExNTVmYjk2YSIsInVzZXJfZGV0YWlscyI6eyJUZW5hbnRJRCI6IjEiLCJVc2VySUQiOiIxIiwiVXNlck5hbWUiOiJBZGFyc2gifSwidG9rZW5fdHlwZSI6IlJlZnJlc2gifQ.Jvu2CVaduaXJ-U_FuH1qU0LVSxWRCgBjRUgR1-rSXttKtcy8P9dsQX5HXuox3I0CT0io49t9lc0svRP32z4xDDBpWwSo27MBltuJoff73ug7Wtp00Pq1pXZqjvawR7lDPlyq0z_f-TG6PGGpaoCkPAreBwscT4FR0XCG7laQam9atqol3atO9pJa7jErd6j-EFgiGgRnujJbwgMm1o85JKPBcXETfjIbU5klGkSdaawkqVhih3RpL4hr9a2f0_14sbjp7o4Ic1K-OLU92F5hEIKrKnShsNgnujIZUrWUT5E1WmHkSUFlYUnp7RiJRezuLlR9GHtOwYtkLTVfDzeV1T4XlsUSRvW6pD4WfFZ7oMcGhGwbQAS7kAdcDNrIFBwp0QBooiGm57uNZKjpTK2PWZPFbdKVlkMf5bupx4Qv1MpA_B4HYm2aZdfMB3h9lyXcOX0COzqOB1AVXXjMhWQG_oQG5ahnA_ezVEovmw92TuicpD0P5_kMHrWeFExIOG60FWuPmfoigg7j5puKLJkv6Oj2ORclUTk60_Y_G4GGXX60YBxpffh7zkT0R93xXOxgn2XOSqzdXSdPGGrqgYw8GULgcJGGiT0HKFCrcwyMt_OJ2SozJ2J4l8PEOSWAMvRq0Y9dhf2LKcSWq3222zUaU6rGtBFvU7Yuh55MqiRfD9o\",\n        \"token_type\": \"Bearer\",\n        \"expires_in\": 2592000000000000\n    },\n    \"meta\": null\n}"}],"_postman_id":"24e3d10c-acc7-4a3f-aded-013ca3a60a12"}],"id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d","description":"<h1 id=\"📌-introduction-to-tenant-apis\"><strong>📌 Introduction to Tenant APIs</strong></h1>\n<h2 id=\"overview\"><strong>Overview</strong></h2>\n<p>Omniful introduces <strong>Tenant APIs</strong>, enabling users to create <strong>custom integrations</strong> that operate at the <strong>tenant level</strong> instead of the seller level. These APIs will provide you with a centralized way to <strong>manage operations across multiple sellers</strong>, and ensure seamless automation and control at a higher organizational level.</p>\n<h2 id=\"🔹-key-benefits\"><strong>🔹 Key Benefits</strong></h2>\n<ul>\n<li><p><strong>Scalability</strong> → You can now perform operations across all sellers under a single tenant.</p>\n</li>\n<li><p><strong>Centralized Management</strong> → Manage configurations, workflows, and data at the tenant level for all your sellers.</p>\n</li>\n<li><p><strong>Seamless Integrations</strong> → Develop custom applications using Omniful APIs that extend Omniful’s functionality to your software.</p>\n</li>\n</ul>\n<h2 id=\"🔹-what-can-you-do-with-tenant-level-apis\"><strong>🔹 What Can You Do with Tenant-Level APIs?</strong></h2>\n<ul>\n<li><p>Create and manage <strong>tenant-wide integrations</strong>.</p>\n</li>\n<li><p>Gain insights into <strong>aggregated analytics and reporting</strong>.</p>\n</li>\n</ul>\n<p>With <strong>Tenant-Level APIs</strong>, users gain greater control, flexibility, and efficiency in managing their operations within Omniful.</p>\n<h3 id=\"getting-started-with-tenant-custom-integration\">Getting Started with Tenant Custom Integration</h3>\n<p>First, you need to have Tenant Custom Integration created in your Omniful dashboard.</p>\n<ul>\n<li><p>Log in to your Omniful dashboard.</p>\n</li>\n<li><p>Navigate to: Settings → Apps &amp; Integrations → Custom Apps → Tenant Custom Integration</p>\n</li>\n<li><p>Simply click the Integrate / View details button.</p>\n</li>\n</ul>\n<p><strong>Note</strong>: Enabling tenant custom integration is a permanent action and cannot be reversed once completed.</p>\n<p><strong>Note:</strong> For all operations in the <strong>KSA region</strong>, the <code>national_address_code</code> field <strong>must be included</strong> inside every request’s address object. This is mandatory across all APIs in this folder.</p>\n<h4 id=\"post-integration-access\">Post-Integration Access</h4>\n<p>After successful integration, you’ll get access to the following in three consecutive tabs within the Omniful dashboard:</p>\n<ul>\n<li><p><strong>Configuration</strong> : Manage authentication credentials and essential integration settings.</p>\n</li>\n<li><p><strong>Hub Mappings</strong> : Select which hubs are enabled or disabled for this integration.</p>\n</li>\n<li><p><strong>Order Status Mappings</strong> : Enable or disable order statuses that should trigger webhooks.</p>\n</li>\n</ul>\n<h3 id=\"⚡-rate-limiting\"><strong>⚡ Rate Limiting</strong></h3>\n<p>To ensure <strong>fair usage and performance stability</strong>, Omniful APIs have a default rate limit of:</p>\n<p>✅ <strong>120 requests per minute</strong></p>\n<p>📌 <em><strong>Exceeding the limit may result in temporary API restrictions.</strong></em></p>\n<p>Refer to the API documentation below for <strong>detailed endpoints and usage guidelines</strong>. 🚀</p>\n<h3 id=\"⚠️-error-responses\"><strong>⚠️ Error Responses</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status Code</th>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>400</td>\n<td>BadRequest / InvalidRequest</td>\n<td>Invalid path parameters, query parameters or body.</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Unauthorized</td>\n<td>Missing or invalid authentication token</td>\n</tr>\n<tr>\n<td>403</td>\n<td>Forbidden</td>\n<td>You are not authorized to perform this action</td>\n</tr>\n<tr>\n<td>429</td>\n<td>TooManyRequests</td>\n<td>Rate limit exceeded</td>\n</tr>\n<tr>\n<td>500</td>\n<td>InternalServerError</td>\n<td>Internal server error</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"41a54f0d-53e8-40b3-8578-a6baad308dbc","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"17d101d0-8e93-479e-b7ab-8edf1ed2ccfc","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"761c6285-18b6-4e83-ba05-b081b8c9dc2d"},{"name":"TMS","item":[{"name":"Shipments","item":[{"name":"Create Shipment","id":"26971101-83ce-45cd-a998-9ead80281906","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"ORD-2024-101\",\n    \"seller_reference_id\": \"Display-Order-ID\",\n    \"seller_hub_code\": \"seamlessretail\",\n    \"customer_info\": {\n        \"name\": \"John Doe\",\n        \"code\": \"CUST001\",\n        \"email\": \"john.doe@example.com\",\n        \"country_code\": \"SA\",\n        \"phone\": \"501234567\",\n        \"address\": {\n            \"code\": \"ADDR001\",\n            \"address_line_1\": \"123 Business Street\",\n            \"address_line_2\": \"Suite 100\",\n            \"city\": \"Dubai\",\n            \"state\": \"Dubai\",\n            \"country\": \"United Arab Emirates\",\n            \"country_code\": \"AE\",\n            \"city_id\": \"city_001\",\n            \"state_id\": \"state_001\",\n            \"country_id\": \"country_001\",\n            \"postal_code\": \"12345\",\n            \"latitude\": 25.2048,\n            \"longitude\": 55.2708,\n            \"national_address_code\": \"new_code\"\n        }\n    },\n    \"payment_info\": {\n        \"currency\": \"AED\",\n        \"payment_type\": \"prepaid\",\n        \"declared_value\": 150.0,\n        \"total_due\": 0.0,\n        \"total_paid\": 150.0\n    },\n    \"product_type\": \"physical_product\",\n    \"service_type\": \"standard\",\n    \"pickup_type\": \"pickup_by_logistics\",\n    \"delivery_type\": \"delivery_by_logistics\",\n    \"handling_granularity\": \"package\",\n    \"shipment_type\": \"forward\",\n    \"delivery_preference\": {\n        \"delivery_date\": \"2025-12-30T00:00:00Z\",\n        \"start_time\": \"2025-12-30T09:00:00Z\",\n        \"end_time\": \"2025-12-30T18:00:00Z\",\n        \"delivery_instruction\": \"Please deliver to reception desk\"\n    },\n    \"sales_channel_info\": {\n        \"seller_sales_channel_id\": \"channel_001\",\n        \"sales_channel\": {\n            \"id\": \"amazon_ae\",\n            \"tag\": \"amazon\",\n            \"name\": \"Amazon UAE\",\n            \"category\": \"marketplace\",\n            \"logo_url\": \"https://example.com/amazon-logo.png\",\n            \"link\": \"https://amazon.ae\",\n            \"store_name\": \"Amazon UAE Store\"\n        }\n    },\n    \"packages\": [\n        {\n            \"reference_id\": \"PKG-001\",\n            \"payment_info\": {\n                \"currency\": \"AED\",\n                \"payment_type\": \"prepaid\",\n                \"declared_value\": 150.0,\n                \"total_due\": 0.0,\n                \"total_paid\": 150.0\n            },\n            \"packaging_info\": {\n                \"length\": 30.0,\n                \"height\": 20.0,\n                \"width\": 25.0,\n                \"weight\": 2.5,\n                \"volume\": 15000.0\n            },\n            \"items\": [\n                {\n                    \"item_id\": \"item_001\",\n                    \"sku\": {\n                        \"id\": \"sku_001\",\n                        \"name\": \"Wireless Bluetooth Headphones\",\n                        \"code\": \"WH-001\",\n                        \"description\": \"High-quality wireless headphones with noise cancellation\",\n                        \"image_urls\": [\n                            \"https://example.com/headphones-1.jpg\",\n                            \"https://example.com/headphones-2.jpg\"\n                        ],\n                        \"barcodes\": [\n                            \"1234567890123\",\n                            \"9876543210987\"\n                        ],\n                        \"weight\": 0.5,\n                        \"currency\": \"AED\",\n                        \"selling_price\": 150.0\n                    },\n                    \"quantity\": 1,\n                    \"return_reason\": \"\",\n                    \"note\": \"\",\n                    \"image_urls\": [\n                        \"https://example.com/headphones-1.jpg\"\n                    ]\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://prodapi.omniful.com/sales-channel/public/v2/tms/shipments","description":"<h1 id=\"📦-shipment-api-documentation\">📦 Shipment API Documentation</h1>\n<h3 id=\"📌-create-shipment-overview\">📌 Create Shipment– Overview</h3>\n<p>The Create Shipment API allows users to initiate and register a new shipment for an order or set of packages. This API enables sellers, logistics partners, and system integrators to define shipment details such as pickup location, delivery destination, package dimensions, product information, and service type.</p>\n<p>It is useful for automating the shipping process, ensuring accurate order fulfillment, and integrating with logistics partners for real-time tracking. This API streamlines operational workflows by enabling batch creation of shipments, reducing manual effort, and ensuring shipments are ready for pickup or delivery according to business requirements.</p>\n<h2 id=\"shipment-object\">Shipment Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>reference_id</td>\n<td>string</td>\n<td>A unique identifier for the shipment in your system. Used to map to the related order.</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>seller_hub_code</td>\n<td>string</td>\n<td>Code of the hub/warehouse from which the shipment will be dispatched. Must match a valid hub.</td>\n<td>Conditional (else seller_hub_info is requried)</td>\n</tr>\n<tr>\n<td>seller_hub_info</td>\n<td>struct</td>\n<td>Information of the seller hub for which shipment need to be created, hub either can exists or will be created</td>\n<td>Conditional (else seller_hub_code is requried)</td>\n</tr>\n<tr>\n<td>product_type</td>\n<td>string</td>\n<td>Type of product being shipped (<code>physical_product</code>, <code>customer_service</code>).</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>service_type</td>\n<td>string</td>\n<td>Type of logistics service (<code>standard</code>, <code>express</code>, <code>scheduled</code>).</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>shipment_type</td>\n<td>string</td>\n<td>Indicates the shipment direction (<code>forward</code>, <code>reverse</code>).</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>pickup_type</td>\n<td>string</td>\n<td>Defines how shipment is picked up (<code>pickup_by_logistics</code>, <code>pickup_by_party</code>).</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>delivery_type</td>\n<td>string</td>\n<td>Defines how shipment is delivered (<code>delivery_by_logistics</code>, <code>pickup_by_party</code>).</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>handling_granularity</td>\n<td>string</td>\n<td>Shipment handling granularity (<code>package</code>, <code>item</code>).</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>payment_info</td>\n<td>object</td>\n<td>Payment and declared value information for the shipment.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>customer_info</td>\n<td>object</td>\n<td>Details about the receiver of the shipment.</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>delivery_preference</td>\n<td>object</td>\n<td>Delivery preference details.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>sales_channel_info</td>\n<td>object</td>\n<td>Details about the seller/shipper’s sales channel.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>packages</td>\n<td>array</td>\n<td>List of packages included in the shipment.</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"payment-info-object\">Payment Info (Object)</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Required / Conditional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>currency</td>\n<td>string</td>\n<td>Three-letter ISO currency code (e.g., <code>SAR</code>, <code>USD</code>).</td>\n<td>Conditional</td>\n</tr>\n<tr>\n<td>payment_type</td>\n<td>string</td>\n<td>Payment method (<code>prepaid</code>, <code>postpaid</code>).</td>\n<td>Conditional</td>\n</tr>\n<tr>\n<td>declared_value</td>\n<td>number</td>\n<td>Value declared for insurance and customs.</td>\n<td>Conditional</td>\n</tr>\n<tr>\n<td>total_due</td>\n<td>number</td>\n<td>Shipping fee charged to the customer (if any).</td>\n<td>Conditional</td>\n</tr>\n<tr>\n<td>total_paid</td>\n<td>number</td>\n<td>Cash-on-delivery amount (if <code>payment_type = postpaid</code>).</td>\n<td>Conditional</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"customer-info-object\">Customer Info (Object)</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Required / Conditional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>Unique identifier of the customer.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>Full name of the customer.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>email</td>\n<td>string</td>\n<td>Customer’s email address.</td>\n<td>Conditional</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>string</td>\n<td>Customer’s phone number for delivery updates.</td>\n<td>Conditional</td>\n</tr>\n<tr>\n<td>country_code</td>\n<td>string</td>\n<td>ISO 2-letter country code (e.g., <code>SA</code>, <code>AE</code>).</td>\n<td>Conditional</td>\n</tr>\n<tr>\n<td>address</td>\n<td>object</td>\n<td>Full delivery address (street, building, landmarks).</td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"seller-hub-info-object\">Seller Hub Info (Object)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>Name of the seller hub.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>hub_code</td>\n<td>string</td>\n<td>Unique identifier for the hub.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>email</td>\n<td>string</td>\n<td>Email address of the hub contact.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>string</td>\n<td>Contact phone number of the hub.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>country_calling_code</td>\n<td>string</td>\n<td>International calling code of the phone number.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>address</td>\n<td>object</td>\n<td>Address details of the seller hub.</td>\n<td><strong>Required</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"address-object\">Address (object)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>Unique identifier of the address.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>address_line_1</td>\n<td>string</td>\n<td>First line of the delivery address (e.g., street, building).</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>address_line_2</td>\n<td>string</td>\n<td>Second line (apartment, suite, etc.).</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>city</td>\n<td>string</td>\n<td>City of the delivery address.</td>\n<td>Conditional</td>\n</tr>\n<tr>\n<td>state</td>\n<td>string</td>\n<td>State/province of the delivery address.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>postal_code</td>\n<td>string</td>\n<td>Postal/ZIP code.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>country</td>\n<td>string</td>\n<td>Country (ISO standard).</td>\n<td>Conditional</td>\n</tr>\n<tr>\n<td>country_code</td>\n<td>string</td>\n<td>ISO 2-letter country code of the address.</td>\n<td>Conditional</td>\n</tr>\n<tr>\n<td>city_id</td>\n<td>string</td>\n<td>Internal reference ID for the city.</td>\n<td>Conditional</td>\n</tr>\n<tr>\n<td>state_id</td>\n<td>string</td>\n<td>Internal reference ID for the state.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>country_id</td>\n<td>string</td>\n<td>Internal reference ID for the country.</td>\n<td>Conditional</td>\n</tr>\n<tr>\n<td>latitude</td>\n<td>number</td>\n<td>Latitude coordinate.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>longitude</td>\n<td>number</td>\n<td>Longitude coordinate.</td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"validation-rules\">Validation Rules</h3>\n<ul>\n<li><p>Provide <strong>either</strong> <strong><code>city_id</code></strong> <strong>OR</strong> <strong><code>city</code></strong>.</p>\n</li>\n<li><p>Provide <strong>one of the following for country:</strong> <code>country_id</code> OR <code>country_code</code> OR <code>country</code>.</p>\n</li>\n</ul>\n<h3 id=\"note\">Note</h3>\n<p><strong><code>latitude</code></strong> and <strong><code>longitude</code></strong> are optional but <strong>recommended</strong> for better address visibility and accurate location mapping.</p>\n<h2 id=\"delivery-preference-object\">Delivery Preference (Object)</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>delivery_date</td>\n<td>string</td>\n<td>Preferred delivery date.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>start_time</td>\n<td>string</td>\n<td>Preferred delivery window start time.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>end_time</td>\n<td>string</td>\n<td>Preferred delivery window end time.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>delivery_instruction</td>\n<td>string</td>\n<td>Special instructions for delivery.</td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"sales-channel-info-object\">Sales Channel Info (Object)</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>seller_sales_channel_id</td>\n<td>string</td>\n<td>Unique identifier of the seller.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>sales_channel</td>\n<td>object</td>\n<td>Sales channel/store information.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>sales_channel.id</td>\n<td>string</td>\n<td>Unique ID of the sales channel.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>sales_channel.tag</td>\n<td>string</td>\n<td>Short code/tag of the sales channel.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>sales_channel.name</td>\n<td>string</td>\n<td>Name of the sales channel/store.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>sales_channel.category</td>\n<td>string</td>\n<td>Category (<code>marketplace</code>, <code>retail</code>, etc.).</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>sales_channel.logo_url</td>\n<td>string</td>\n<td>Logo of the sales channel (URL).</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>sales_channel.link</td>\n<td>string</td>\n<td>Store URL.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>sales_channel.store_name</td>\n<td>string</td>\n<td>Store name in the sales channel.</td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"packages-array\">Packages (Array)</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>reference_id</td>\n<td>string</td>\n<td>Unique identifier of the package.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>payment_info</td>\n<td>object</td>\n<td>Payment info specific to this package.</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>packaging_info</td>\n<td>object</td>\n<td>Dimensions and weight of the package.</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>items</td>\n<td>array</td>\n<td>List of items inside the package.</td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"package-payment-info\">Package Payment Info</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>currency</td>\n<td>string</td>\n<td>ISO currency code (e.g., <code>SAR</code>, <code>USD</code>).</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>payment_type</td>\n<td>string</td>\n<td>Payment method (<code>prepaid</code>, <code>postpaid</code>).</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>declared_value</td>\n<td>number</td>\n<td>Declared value of the package (&gt; 0).</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>total_due</td>\n<td>number</td>\n<td>Shipping fee charged for the package.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>total_paid</td>\n<td>number</td>\n<td>COD amount for the package.</td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"packaging-info\">Packaging Info</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>weight</td>\n<td>number</td>\n<td>Package weight (kg).</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>length</td>\n<td>number</td>\n<td>Package length (cm).</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>width</td>\n<td>number</td>\n<td>Package width (cm).</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>height</td>\n<td>number</td>\n<td>Package height (cm).</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>volume</td>\n<td>number</td>\n<td>Package volume (cc³).</td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"items-array\">Items (Array)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Required / Conditional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>item_id</td>\n<td>string</td>\n<td>Unique identifier of the item.</td>\n<td>Conditional</td>\n</tr>\n<tr>\n<td>sku</td>\n<td>object</td>\n<td>SKU details of the product.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>integer</td>\n<td>Quantity of the item inside the package.</td>\n<td>Conditional</td>\n</tr>\n<tr>\n<td>return_reason</td>\n<td>string</td>\n<td>Reason for return (if return shipment).</td>\n<td>Conditional</td>\n</tr>\n<tr>\n<td>note</td>\n<td>string</td>\n<td>Additional notes about the item.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>image_urls</td>\n<td>array</td>\n<td>List of image URLs of the item.</td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sku-object\">SKU (Object)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Required / Conditional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>string</td>\n<td>Unique ID of the SKU.</td>\n<td>Conditional</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>Name of the product.</td>\n<td>Conditional</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>SKU code.</td>\n<td>Conditional</td>\n</tr>\n<tr>\n<td>description</td>\n<td>string</td>\n<td>Description of the product.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>image_urls</td>\n<td>array</td>\n<td>List of product image URLs.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>barcodes</td>\n<td>array</td>\n<td>List of barcodes for the SKU.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>weight</td>\n<td>number</td>\n<td>Weight of a single unit (kg).</td>\n<td>Conditional</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>string</td>\n<td>Currency of the product’s selling price.</td>\n<td>Conditional</td>\n</tr>\n<tr>\n<td>selling_price</td>\n<td>number</td>\n<td>Selling price per unit.</td>\n<td>Conditional</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"enum-explanations\">Enum Explanations</h2>\n<h3 id=\"product-type\">Product Type</h3>\n<ul>\n<li><p><strong>physical_product</strong> → Tangible item that must be physically shipped, stored, packed, and delivered.</p>\n</li>\n<li><p><strong>customer_service</strong> → A service provided to the customer instead of a physical item.</p>\n</li>\n</ul>\n<h3 id=\"service-type\">Service Type</h3>\n<ul>\n<li><p><strong>standard</strong> → Regular delivery option, cost-effective.</p>\n</li>\n<li><p><strong>express</strong> → Faster delivery option (same day/next day).</p>\n</li>\n<li><p><strong>scheduled</strong> → Delivery happens on a specific date and time slot chosen by the customer.</p>\n</li>\n</ul>\n<h3 id=\"shipment-type\">Shipment Type</h3>\n<ul>\n<li><p><strong>forward</strong> → Normal flow: seller/warehouse → customer.</p>\n</li>\n<li><p><strong>reverse</strong> → Opposite flow: customer → seller/warehouse (returns, exchanges, recalls).</p>\n</li>\n</ul>\n<h3 id=\"pickup-type\">Pickup Type</h3>\n<ul>\n<li><p><strong>pickup_by_logistics</strong> → Courier/3PL picks up the shipment from the seller.</p>\n</li>\n<li><p><strong>pickup_by_party</strong> → The seller or customer drops off the shipment themselves.</p>\n</li>\n</ul>\n<h3 id=\"delivery-type\">Delivery Type</h3>\n<ul>\n<li><p><strong>delivery_by_logistics</strong> → Courier delivers shipment to the customer.</p>\n</li>\n<li><p><strong>pickup_by_party</strong> → Customer or vendor collects the shipment directly.</p>\n</li>\n</ul>\n<h3 id=\"handling-granularity\">Handling Granularity</h3>\n<ul>\n<li><p><strong>item</strong> → Each product/item is tracked and managed individually.</p>\n</li>\n<li><p><strong>package</strong> → The shipment is tracked as a whole package/parcel.</p>\n</li>\n</ul>\n<hr />\n<p>📌 <strong>Note:</strong></p>\n<ul>\n<li>If <code>handling_granularity = item</code>, then <code>packages</code> object is mandatory, and each package must contain at least one item inside <code>packages.items</code>.</li>\n</ul>\n<p>The Create Shipment API allows users to initiate and register a new shipment for an order or set of packages. This API enables sellers, logistics partners, and system integrators to define shipment details such as pickup location, delivery destination, package dimensions, product information, and service type.</p>\n<p>It is useful for automating the shipping process, ensuring accurate order fulfillment, and integrating with logistics partners for real-time tracking. This API streamlines operational workflows by enabling batch creation of shipments, reducing manual effort, and ensuring shipments are ready for pickup or delivery according to business requirements.</p>\n<h2 id=\"shipment-object-1\">Shipment Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>reference_id</td>\n<td>string</td>\n<td>A unique identifier for the shipment in your system. Used to map to the related order.</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>seller_hub_code</td>\n<td>string</td>\n<td>Code of the hub/warehouse from which the shipment will be dispatched. Must match a valid hub.</td>\n<td>Conditional (else seller_hub_info is requried)</td>\n</tr>\n<tr>\n<td>seller_hub_info</td>\n<td>struct</td>\n<td>Information of the seller hub for which shipment need to be created, hub either can exists or will be created</td>\n<td>Conditional (else seller_hub_code is requried)</td>\n</tr>\n<tr>\n<td>product_type</td>\n<td>string</td>\n<td>Type of product being shipped (<code>physical_product</code>, <code>customer_service</code>).</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>service_type</td>\n<td>string</td>\n<td>Type of logistics service (<code>standard</code>, <code>express</code>, <code>scheduled</code>).</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>shipment_type</td>\n<td>string</td>\n<td>Indicates the shipment direction (<code>forward</code>, <code>reverse</code>).</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>pickup_type</td>\n<td>string</td>\n<td>Defines how shipment is picked up (<code>pickup_by_logistics</code>, <code>pickup_by_party</code>).</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>delivery_type</td>\n<td>string</td>\n<td>Defines how shipment is delivered (<code>delivery_by_logistics</code>, <code>pickup_by_party</code>).</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>handling_granularity</td>\n<td>string</td>\n<td>Shipment handling granularity (<code>package</code>, <code>item</code>).</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>payment_info</td>\n<td>object</td>\n<td>Payment and declared value information for the shipment.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>customer_info</td>\n<td>object</td>\n<td>Details about the receiver of the shipment.</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>delivery_preference</td>\n<td>object</td>\n<td>Delivery preference details.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>sales_channel_info</td>\n<td>object</td>\n<td>Details about the seller/shipper’s sales channel.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>packages</td>\n<td>array</td>\n<td>List of packages included in the shipment.</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"payment-info-object-1\">Payment Info (Object)</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Required / Conditional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>currency</td>\n<td>string</td>\n<td>Three-letter ISO currency code (e.g., <code>SAR</code>, <code>USD</code>).</td>\n<td>Conditional</td>\n</tr>\n<tr>\n<td>payment_type</td>\n<td>string</td>\n<td>Payment method (<code>prepaid</code>, <code>postpaid</code>).</td>\n<td>Conditional</td>\n</tr>\n<tr>\n<td>declared_value</td>\n<td>number</td>\n<td>Value declared for insurance and customs.</td>\n<td>Conditional</td>\n</tr>\n<tr>\n<td>total_due</td>\n<td>number</td>\n<td>Shipping fee charged to the customer (if any).</td>\n<td>Conditional</td>\n</tr>\n<tr>\n<td>total_paid</td>\n<td>number</td>\n<td>Cash-on-delivery amount (if <code>payment_type = postpaid</code>).</td>\n<td>Conditional</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"customer-info-object-1\">Customer Info (Object)</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Required / Conditional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>Unique identifier of the customer.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>Full name of the customer.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>email</td>\n<td>string</td>\n<td>Customer’s email address.</td>\n<td>Conditional</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>string</td>\n<td>Customer’s phone number for delivery updates.</td>\n<td>Conditional</td>\n</tr>\n<tr>\n<td>country_code</td>\n<td>string</td>\n<td>ISO 2-letter country code (e.g., <code>SA</code>, <code>AE</code>).</td>\n<td>Conditional</td>\n</tr>\n<tr>\n<td>address</td>\n<td>object</td>\n<td>Full delivery address (street, building, landmarks).</td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"seller-hub-info-object-1\">Seller Hub Info (Object)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>Name of the seller hub.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>hub_code</td>\n<td>string</td>\n<td>Unique identifier for the hub.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>email</td>\n<td>string</td>\n<td>Email address of the hub contact.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>string</td>\n<td>Contact phone number of the hub.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>country_calling_code</td>\n<td>string</td>\n<td>International calling code of the phone number.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>address</td>\n<td>object</td>\n<td>Address details of the seller hub.</td>\n<td><strong>Required</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"address-object-1\">Address (object)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>Unique identifier of the address.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>address_line_1</td>\n<td>string</td>\n<td>First line of the delivery address (e.g., street, building).</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>address_line_2</td>\n<td>string</td>\n<td>Second line (apartment, suite, etc.).</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>city</td>\n<td>string</td>\n<td>City of the delivery address.</td>\n<td>Conditional</td>\n</tr>\n<tr>\n<td>state</td>\n<td>string</td>\n<td>State/province of the delivery address.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>postal_code</td>\n<td>string</td>\n<td>Postal/ZIP code.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>country</td>\n<td>string</td>\n<td>Country (ISO standard).</td>\n<td>Conditional</td>\n</tr>\n<tr>\n<td>country_code</td>\n<td>string</td>\n<td>ISO 2-letter country code of the address.</td>\n<td>Conditional</td>\n</tr>\n<tr>\n<td>city_id</td>\n<td>string</td>\n<td>Internal reference ID for the city.</td>\n<td>Conditional</td>\n</tr>\n<tr>\n<td>state_id</td>\n<td>string</td>\n<td>Internal reference ID for the state.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>country_id</td>\n<td>string</td>\n<td>Internal reference ID for the country.</td>\n<td>Conditional</td>\n</tr>\n<tr>\n<td>latitude</td>\n<td>number</td>\n<td>Latitude coordinate.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>longitude</td>\n<td>number</td>\n<td>Longitude coordinate.</td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"validation-rules-1\">Validation Rules</h3>\n<ul>\n<li><p>Provide <strong>either</strong> <strong><code>city_id</code></strong> <strong>OR</strong> <strong><code>city</code></strong>.</p>\n</li>\n<li><p>Provide <strong>one of the following for country:</strong> <code>country_id</code> OR <code>country_code</code> OR <code>country</code>.</p>\n</li>\n</ul>\n<h3 id=\"note-1\">Note</h3>\n<p><strong><code>latitude</code></strong> and <strong><code>longitude</code></strong> are optional but <strong>recommended</strong> for better address visibility and accurate location mapping.</p>\n<h2 id=\"delivery-preference-object-1\">Delivery Preference (Object)</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>delivery_date</td>\n<td>string</td>\n<td>Preferred delivery date.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>start_time</td>\n<td>string</td>\n<td>Preferred delivery window start time.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>end_time</td>\n<td>string</td>\n<td>Preferred delivery window end time.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>delivery_instruction</td>\n<td>string</td>\n<td>Special instructions for delivery.</td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"sales-channel-info-object-1\">Sales Channel Info (Object)</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>seller_sales_channel_id</td>\n<td>string</td>\n<td>Unique identifier of the seller.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>sales_channel</td>\n<td>object</td>\n<td>Sales channel/store information.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>sales_channel.id</td>\n<td>string</td>\n<td>Unique ID of the sales channel.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>sales_channel.tag</td>\n<td>string</td>\n<td>Short code/tag of the sales channel.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>sales_channel.name</td>\n<td>string</td>\n<td>Name of the sales channel/store.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>sales_channel.category</td>\n<td>string</td>\n<td>Category (<code>marketplace</code>, <code>retail</code>, etc.).</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>sales_channel.logo_url</td>\n<td>string</td>\n<td>Logo of the sales channel (URL).</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>sales_channel.link</td>\n<td>string</td>\n<td>Store URL.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>sales_channel.store_name</td>\n<td>string</td>\n<td>Store name in the sales channel.</td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"packages-array-1\">Packages (Array)</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>reference_id</td>\n<td>string</td>\n<td>Unique identifier of the package.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>payment_info</td>\n<td>object</td>\n<td>Payment info specific to this package.</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>packaging_info</td>\n<td>object</td>\n<td>Dimensions and weight of the package.</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>items</td>\n<td>array</td>\n<td>List of items inside the package.</td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"package-payment-info-1\">Package Payment Info</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>currency</td>\n<td>string</td>\n<td>ISO currency code (e.g., <code>SAR</code>, <code>USD</code>).</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>payment_type</td>\n<td>string</td>\n<td>Payment method (<code>prepaid</code>, <code>postpaid</code>).</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>declared_value</td>\n<td>number</td>\n<td>Declared value of the package (&gt; 0).</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>total_due</td>\n<td>number</td>\n<td>Shipping fee charged for the package.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>total_paid</td>\n<td>number</td>\n<td>COD amount for the package.</td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"packaging-info-1\">Packaging Info</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>weight</td>\n<td>number</td>\n<td>Package weight (kg).</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>length</td>\n<td>number</td>\n<td>Package length (cm).</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>width</td>\n<td>number</td>\n<td>Package width (cm).</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>height</td>\n<td>number</td>\n<td>Package height (cm).</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>volume</td>\n<td>number</td>\n<td>Package volume (cc³).</td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"items-array-1\">Items (Array)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Required / Conditional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>item_id</td>\n<td>string</td>\n<td>Unique identifier of the item.</td>\n<td>Conditional</td>\n</tr>\n<tr>\n<td>sku</td>\n<td>object</td>\n<td>SKU details of the product.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>integer</td>\n<td>Quantity of the item inside the package.</td>\n<td>Conditional</td>\n</tr>\n<tr>\n<td>return_reason</td>\n<td>string</td>\n<td>Reason for return (if return shipment).</td>\n<td>Conditional</td>\n</tr>\n<tr>\n<td>note</td>\n<td>string</td>\n<td>Additional notes about the item.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>image_urls</td>\n<td>array</td>\n<td>List of image URLs of the item.</td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sku-object-1\">SKU (Object)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Required / Conditional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>string</td>\n<td>Unique ID of the SKU.</td>\n<td>Conditional</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>Name of the product.</td>\n<td>Conditional</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>SKU code.</td>\n<td>Conditional</td>\n</tr>\n<tr>\n<td>description</td>\n<td>string</td>\n<td>Description of the product.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>image_urls</td>\n<td>array</td>\n<td>List of product image URLs.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>barcodes</td>\n<td>array</td>\n<td>List of barcodes for the SKU.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>weight</td>\n<td>number</td>\n<td>Weight of a single unit (kg).</td>\n<td>Conditional</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>string</td>\n<td>Currency of the product’s selling price.</td>\n<td>Conditional</td>\n</tr>\n<tr>\n<td>selling_price</td>\n<td>number</td>\n<td>Selling price per unit.</td>\n<td>Conditional</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"enum-explanations-1\">Enum Explanations</h2>\n<h3 id=\"product-type-1\">Product Type</h3>\n<ul>\n<li><p><strong>physical_product</strong> → Tangible item that must be physically shipped, stored, packed, and delivered.</p>\n</li>\n<li><p><strong>customer_service</strong> → A service provided to the customer instead of a physical item.</p>\n</li>\n</ul>\n<h3 id=\"service-type-1\">Service Type</h3>\n<ul>\n<li><p><strong>standard</strong> → Regular delivery option, cost-effective.</p>\n</li>\n<li><p><strong>express</strong> → Faster delivery option (same day/next day).</p>\n</li>\n<li><p><strong>scheduled</strong> → Delivery happens on a specific date and time slot chosen by the customer.</p>\n</li>\n</ul>\n<h3 id=\"shipment-type-1\">Shipment Type</h3>\n<ul>\n<li><p><strong>forward</strong> → Normal flow: seller/warehouse → customer.</p>\n</li>\n<li><p><strong>reverse</strong> → Opposite flow: customer → seller/warehouse (returns, exchanges, recalls).</p>\n</li>\n</ul>\n<h3 id=\"pickup-type-1\">Pickup Type</h3>\n<ul>\n<li><p><strong>pickup_by_logistics</strong> → Courier/3PL picks up the shipment from the seller.</p>\n</li>\n<li><p><strong>pickup_by_party</strong> → The seller or customer drops off the shipment themselves.</p>\n</li>\n</ul>\n<h3 id=\"delivery-type-1\">Delivery Type</h3>\n<ul>\n<li><p><strong>delivery_by_logistics</strong> → Courier delivers shipment to the customer.</p>\n</li>\n<li><p><strong>pickup_by_party</strong> → Customer or vendor collects the shipment directly.</p>\n</li>\n</ul>\n<h3 id=\"handling-granularity-1\">Handling Granularity</h3>\n<ul>\n<li><p><strong>item</strong> → Each product/item is tracked and managed individually.</p>\n</li>\n<li><p><strong>package</strong> → The shipment is tracked as a whole package/parcel.</p>\n</li>\n</ul>\n<hr />\n<p>📌 <strong>Note:</strong></p>\n<ul>\n<li>If <code>handling_granularity = item</code>, then <code>packages</code> object is mandatory, and each package must contain at least one item inside <code>packages.items</code>.</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["sales-channel","public","v2","tms","shipments"],"host":["prodapi","omniful","com"],"query":[],"variable":[]}},"response":[{"id":"d5d30b01-0a62-444e-95d9-ce602466230e","name":"Create Shipment","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"ORD-2024-101\",\n    \"seller_reference_id\": \"Display-Order-ID\",\n    \"seller_hub_code\": \"seamlessretail\",\n    \"customer_info\": {\n        \"name\": \"John Doe\",\n        \"code\": \"CUST001\",\n        \"email\": \"john.doe@example.com\",\n        \"country_code\": \"SA\",\n        \"phone\": \"501234567\",\n        \"address\": {\n            \"code\": \"ADDR001\",\n            \"address_line_1\": \"123 Business Street\",\n            \"address_line_2\": \"Suite 100\",\n            \"city\": \"Dubai\",\n            \"state\": \"Dubai\",\n            \"country\": \"United Arab Emirates\",\n            \"country_code\": \"AE\",\n            \"city_id\": \"city_001\",\n            \"state_id\": \"state_001\",\n            \"country_id\": \"country_001\",\n            \"postal_code\": \"12345\",\n            \"latitude\": 25.2048,\n            \"longitude\": 55.2708,\n            \"national_address_code\": \"new_code\"\n        }\n    },\n    \"payment_info\": {\n        \"currency\": \"AED\",\n        \"payment_type\": \"prepaid\",\n        \"declared_value\": 150.0,\n        \"total_due\": 0.0,\n        \"total_paid\": 150.0\n    },\n    \"product_type\": \"physical_product\",\n    \"service_type\": \"standard\",\n    \"pickup_type\": \"pickup_by_logistics\",\n    \"delivery_type\": \"delivery_by_logistics\",\n    \"handling_granularity\": \"package\",\n    \"shipment_type\": \"forward\",\n    \"delivery_preference\": {\n        \"delivery_date\": \"2025-12-30T00:00:00Z\",\n        \"start_time\": \"2025-12-30T09:00:00Z\",\n        \"end_time\": \"2025-12-30T18:00:00Z\",\n        \"delivery_instruction\": \"Please deliver to reception desk\"\n    },\n    \"sales_channel_info\": {\n        \"seller_sales_channel_id\": \"channel_001\",\n        \"sales_channel\": {\n            \"id\": \"amazon_ae\",\n            \"tag\": \"amazon\",\n            \"name\": \"Amazon UAE\",\n            \"category\": \"marketplace\",\n            \"logo_url\": \"https://example.com/amazon-logo.png\",\n            \"link\": \"https://amazon.ae\",\n            \"store_name\": \"Amazon UAE Store\"\n        }\n    },\n    \"packages\": [\n        {\n            \"reference_id\": \"PKG-001\",\n            \"payment_info\": {\n                \"currency\": \"AED\",\n                \"payment_type\": \"prepaid\",\n                \"declared_value\": 150.0,\n                \"total_due\": 0.0,\n                \"total_paid\": 150.0\n            },\n            \"packaging_info\": {\n                \"length\": 30.0,\n                \"height\": 20.0,\n                \"width\": 25.0,\n                \"weight\": 2.5,\n                \"volume\": 15000.0\n            },\n            \"items\": [\n                {\n                    \"item_id\": \"item_001\",\n                    \"sku\": {\n                        \"id\": \"sku_001\",\n                        \"name\": \"Wireless Bluetooth Headphones\",\n                        \"code\": \"WH-001\",\n                        \"description\": \"High-quality wireless headphones with noise cancellation\",\n                        \"image_urls\": [\n                            \"https://example.com/headphones-1.jpg\",\n                            \"https://example.com/headphones-2.jpg\"\n                        ],\n                        \"barcodes\": [\n                            \"1234567890123\",\n                            \"9876543210987\"\n                        ],\n                        \"weight\": 0.5,\n                        \"currency\": \"AED\",\n                        \"selling_price\": 150.0\n                    },\n                    \"quantity\": 1,\n                    \"return_reason\": \"\",\n                    \"note\": \"\",\n                    \"image_urls\": [\n                        \"https://example.com/headphones-1.jpg\"\n                    ]\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://prodapi.omniful.com/sales-channel/public/v2/tms/shipments"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Mon, 22 Dec 2025 07:55:15 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"1b11ae84-b666-462e-9fe0-1db9e0c9ec1b"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Content-Encoding","value":"br"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"9b1e0e4d0856d6ec-IAD"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"shipment\": {\n            \"id\": \"6948f96314d01bd97cb39b00\",\n            \"awb_number\": \"TMS-0F822612\",\n            \"awb_label\": \"\",\n            \"reference_id\": \"ORD-2024-101\",\n            \"seller_reference_id\": \"Display-Order-ID\",\n            \"tracking_number\": \"\",\n            \"seller_info\": {\n                \"name\": \"21\",\n                \"code\": \"12\",\n                \"email\": \"mohammad.noor@omniful.ai\"\n            },\n            \"status\": \"on_hold\",\n            \"source\": \"sales_channel\",\n            \"seller_hub\": {\n                \"name\": \"000Retail Store Riyadh\",\n                \"code\": \"seamlessretail\",\n                \"address\": {\n                    \"code\": \"\",\n                    \"address_line_1\": \"New\",\n                    \"address_line_2\": \"As Sulimaniyah\",\n                    \"city\": \"Riyadh\",\n                    \"state\": \"Riyadh Region\",\n                    \"country\": \"Saudi Arabia\",\n                    \"country_code\": \"SA\",\n                    \"city_id\": \"7570\",\n                    \"state_id\": \"92\",\n                    \"country_id\": \"8\",\n                    \"postal_code\": \"12212\",\n                    \"latitude\": 24.692344,\n                    \"longitude\": 46.6844178,\n                    \"national_address_code\": \"\"\n                }\n            },\n            \"customer_info\": {\n                \"name\": \"John Doe\",\n                \"code\": \"CUST001\",\n                \"email\": \"john.doe@example.com\",\n                \"country_code\": \"SA\",\n                \"phone\": \"501234567\",\n                \"address\": {\n                    \"code\": \"ADDR001\",\n                    \"address_line_1\": \"123 Business Street\",\n                    \"address_line_2\": \"Suite 100\",\n                    \"city\": \"Dubai\",\n                    \"state\": \"Dubai\",\n                    \"country\": \"Saudi Arabia\",\n                    \"country_code\": \"SA\",\n                    \"city_id\": \"city_001\",\n                    \"state_id\": \"state_001\",\n                    \"country_id\": \"8\",\n                    \"postal_code\": \"12345\",\n                    \"latitude\": 25.2048,\n                    \"longitude\": 55.2708,\n                    \"national_address_code\": \"\"\n                }\n            },\n            \"product_type\": \"physical_product\",\n            \"service_type\": \"standard\",\n            \"pickup_type\": \"pickup_by_logistics\",\n            \"delivery_type\": \"delivery_by_logistics\",\n            \"custom_labels\": null,\n            \"handling_granularity\": \"package\",\n            \"shipment_type\": \"forward\",\n            \"invoice_details\": {\n                \"invoice_number\": \"\"\n            },\n            \"payment_info\": {\n                \"currency\": \"AED\",\n                \"payment_type\": \"prepaid\",\n                \"declared_value\": 150,\n                \"total_due\": 0,\n                \"total_paid\": 150\n            },\n            \"details\": {\n                \"total_weight\": 2.5,\n                \"actual_weight\": 0,\n                \"number_of_packages\": 1\n            },\n            \"tracking_history\": [\n                {\n                    \"status\": \"new\",\n                    \"event_time\": \"2025-12-22T07:55:15.429198155Z\",\n                    \"description\": \"Shipment Created\"\n                }\n            ],\n            \"tracking_url\": \"https://demo.beta.omniful.com/tms/v2/shipments/tracking/TMS-0F822612\",\n            \"delivery_preference\": {\n                \"delivery_date\": \"0001-01-01T00:00:00Z\",\n                \"start_time\": \"0001-01-01T00:00:00Z\",\n                \"end_time\": \"0001-01-01T00:00:00Z\",\n                \"delivery_instruction\": \"\"\n            },\n            \"delivered_at\": \"0001-01-01T00:00:00Z\",\n            \"on_hold_reasons\": [\n                \"invalid_customer_address\",\n                \"no_pickup_hub_found\",\n                \"no_delivery_hub_found\"\n            ],\n            \"shipment_created_at\": \"2025-12-22T07:55:15.471278731Z\",\n            \"packages\": [\n                {\n                    \"reference_id\": \"PKG-001\",\n                    \"shipment_reference_id\": \"ORD-2024-101\",\n                    \"pickup_hub\": null,\n                    \"delivery_hub\": null,\n                    \"status\": \"on_hold\",\n                    \"handling_tags\": null,\n                    \"awb_number\": \"TMS-0F822612-1\",\n                    \"awb_label\": \"\",\n                    \"pickup_code\": \"7386\",\n                    \"delivery_code\": \"4574\",\n                    \"shipment_type\": \"forward\",\n                    \"service_type\": \"standard\",\n                    \"pickup_type\": \"pickup_by_logistics\",\n                    \"delivery_type\": \"delivery_by_logistics\",\n                    \"transaction_details\": null,\n                    \"payment_info\": {\n                        \"currency\": \"AED\",\n                        \"payment_type\": \"prepaid\",\n                        \"declared_value\": 150,\n                        \"total_due\": 0,\n                        \"total_paid\": 150\n                    },\n                    \"delivery_slot_info\": null,\n                    \"delivery_slots\": null,\n                    \"reattempted_details\": null,\n                    \"sender_info\": null,\n                    \"recipient_info\": null,\n                    \"packaging_info\": {\n                        \"length\": 30,\n                        \"height\": 20,\n                        \"width\": 25,\n                        \"weight\": 2.5,\n                        \"volume\": 15000\n                    },\n                    \"origin_stop\": null,\n                    \"current_stop\": null,\n                    \"next_stop\": null,\n                    \"destination_stop\": null,\n                    \"tags\": null,\n                    \"handling_granularity\": \"package\",\n                    \"items\": [\n                        {\n                            \"batch_number\": \"\",\n                            \"item_id\": \"\",\n                            \"reference_id\": \"item_001\",\n                            \"sku\": {\n                                \"id\": \"sku_001\",\n                                \"name\": \"Wireless Bluetooth Headphones\",\n                                \"code\": \"WH-001\",\n                                \"description\": \"High-quality wireless headphones with noise cancellation\",\n                                \"image_urls\": [\n                                    \"https://example.com/headphones-1.jpg\",\n                                    \"https://example.com/headphones-2.jpg\"\n                                ],\n                                \"barcodes\": [\n                                    \"1234567890123\",\n                                    \"9876543210987\"\n                                ],\n                                \"weight\": 0.5,\n                                \"currency\": \"AED\",\n                                \"selling_price\": 150\n                            },\n                            \"quantity\": 1,\n                            \"return_reason\": \"\",\n                            \"partial_return_reason\": \"\",\n                            \"partial_delivery_reason\": \"\",\n                            \"note\": \"\",\n                            \"expiry_date\": \"0001-01-01T00:00:00Z\",\n                            \"image_urls\": [\n                                \"https://example.com/headphones-1.jpg\"\n                            ]\n                        }\n                    ],\n                    \"delivery_preference\": {\n                        \"delivery_date\": \"2025-12-30T00:00:00Z\",\n                        \"start_time\": \"2025-12-30T09:00:00Z\",\n                        \"end_time\": \"2025-12-30T18:00:00Z\",\n                        \"delivery_instruction\": \"Please deliver to reception desk\"\n                    },\n                    \"approved_at\": \"0001-01-01T00:00:00Z\",\n                    \"approved_by\": null\n                }\n            ]\n        }\n    },\n    \"meta\": null\n}"},{"id":"7e18d98a-ca5a-41de-bc2f-b27b22661b7c","name":"Failed Example 1","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NTM0Mzg2NzAsImp0aSI6ImIxMmQ5YWIyLWI1NGYtNGIyNy1iYmMxLWM2OWE1MGQ4Yjc3MSIsInVzZXJfZGV0YWlscyI6eyJTZWxsZXJTYWxlc0NoYW5uZWxJRCI6NzYwLCJTZWxsZXJJRCI6IjQ3OSIsIlRlbmFudElEIjoiMSIsIlVzZXJJRCI6IjQ3NzIiLCJVc2VyTmFtZSI6ImFudXBhbSIsIlJhdGVMaW1pdERldGFpbHMiOnsiRW5hYmxlZCI6dHJ1ZSwiUmVxdWVzdHNQZXJNaW51dGUiOjYwfX0sInRva2VuX3R5cGUiOiJCZWFyZXIifQ.Py-qDMfa7t0aP556mkXgzBbwM8B22IuFPLe_NTtsNiv7jtdC4uoKBtBTsntghEpY0JHVL2f9_M4I9_Plkp_PaxDJrfqOpu9X_PQSyNQfHtRjhpZRNegQkJ-k8MWpNZvO3sYWqVvdKI3COqDBdNC3S2fiZw0lPuD62twNZUOuiJIV160zbCRSrjKewR9khgL69GkScwKG7__ZzxMo611NBWeQxMmDRLB3ABuPi0j2YukFhomWck0ux6zVaqxkaISkwKo1xol0OzrBwnXgKqNsSd5IVlxZKQV5qgb8z0VEE6kqh8WonPSdnHef8bVMrTqm28f-0iNB5tkYnx_I1us3hGmtJSzDdeug-PAKGp2ZNkHbNEpMmWt2_dgJMRnKXTK634jno1qeBrdFqpbm5P97EjbqVgnZKJ-_Ps74qmzWqS2E_A7HZ9UPecVcGBBKe11NNJhxh1PZANSVDQIIfwB81cgTE2DkceQh7xJ7ipND8xCYEntD49FffC3JA-OFbEjnTGUs2TRo9YUaMvDf2HBJyF8D6cPBO-81z-o65ndpFEuBUm5nZBTWUXVF82M4yFBmd0UDU6XxkQQ0eVIWB8NKo4LjQQK3fo8lk2HnZ0nyJvKxFG3Bug4TrgQKkSNqgZ8sHuVK-ZFth9QnOiJYlxKGi2caCtjATUfzhVgwoK00ea4"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"ORD-2024-001\",\n    \"seller_hub_code\": \"3pl1\",\n    \"customer_info\": {\n        \"name\": \"John Doe\",\n        \"code\": \"CUST001\",\n        \"email\": \"john.doe@example.com\",\n        \"country_code\": \"SA\",\n        \"phone\": \"501234567\",\n        \"address\": {\n            \"code\": \"ADDR001\",\n            \"address_line_1\": \"123 Business Street\",\n            \"address_line_2\": \"Suite 100\",\n            \"city\": \"Dubai\",\n            \"state\": \"Dubai\",\n            \"country\": \"United Arab Emirates\",\n            \"country_code\": \"AE\",\n            \"city_id\": \"city_001\",\n            \"state_id\": \"state_001\",\n            \"country_id\": \"country_001\",\n            \"postal_code\": \"12345\",\n            \"latitude\": 25.2048,\n            \"longitude\": 55.2708,\n            \"national_address_code\": \"new_code\"\n        }\n    },\n    \"payment_info\": {\n        \"currency\": \"AED\",\n        \"payment_type\": \"prepaid\",\n        \"declared_value\": 150.0,\n        \"total_due\": 0.0,\n        \"total_paid\": 150.0\n    },\n    \"product_type\": \"physical_product\",\n    \"service_type\": \"standard\",\n    \"pickup_type\": \"pickup_by_logistics\",\n    \"delivery_type\": \"delivery_by_logistics\",\n    \"handling_granularity\": \"package\",\n    \"shipment_type\": \"forward\",\n    \"delivery_preference\": {\n        \"delivery_date\": \"2025-09-30T00:00:00Z\",\n        \"start_time\": \"2025-09-30T09:00:00Z\",\n        \"end_time\": \"2025-09-30T18:00:00Z\",\n        \"delivery_instruction\": \"Please deliver to reception desk\"\n    },\n    \"sales_channel_info\": {\n        \"seller_sales_channel_id\": \"channel_001\",\n        \"sales_channel\": {\n            \"id\": \"amazon_ae\",\n            \"tag\": \"amazon\",\n            \"name\": \"Amazon UAE\",\n            \"category\": \"marketplace\",\n            \"logo_url\": \"https://example.com/amazon-logo.png\",\n            \"link\": \"https://amazon.ae\",\n            \"store_name\": \"Amazon UAE Store\"\n        }\n    },\n    \"packages\": [\n        {\n            \"reference_id\": \"PKG-001\",\n            \"payment_info\": {\n                \"currency\": \"AED\",\n                \"payment_type\": \"prepaid\",\n                \"declared_value\": 150.0,\n                \"total_due\": 0.0,\n                \"total_paid\": 150.0\n            },\n            \"packaging_info\": {\n                \"length\": 30.0,\n                \"height\": 20.0,\n                \"width\": 25.0,\n                \"weight\": 2.5,\n                \"volume\": 15000.0\n            },\n            \"items\": [\n                {\n                    \"item_id\": \"item_001\",\n                    \"sku\": {\n                        \"id\": \"sku_001\",\n                        \"name\": \"Wireless Bluetooth Headphones\",\n                        \"code\": \"WH-001\",\n                        \"description\": \"High-quality wireless headphones with noise cancellation\",\n                        \"image_urls\": [\n                            \"https://example.com/headphones-1.jpg\",\n                            \"https://example.com/headphones-2.jpg\"\n                        ],\n                        \"barcodes\": [\n                            \"1234567890123\",\n                            \"9876543210987\"\n                        ],\n                        \"weight\": 0.5,\n                        \"currency\": \"AED\",\n                        \"selling_price\": 150.0\n                    },\n                    \"quantity\": 1,\n                    \"return_reason\": \"\",\n                    \"note\": \"\",\n                    \"image_urls\": [\n                        \"https://example.com/headphones-1.jpg\"\n                    ]\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://prodapi.omniful.com/sales-channel/public/v2/tms/shipments"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Fri, 26 Sep 2025 06:33:28 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"333"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"58d2fdc1-03cf-4ee4-ae59-76164c01ee7a"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"9850baddbfac8aeb-DEL"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": false,\n    \"status_code\": 400,\n    \"error\": {\n        \"message\": \"failed to create shipments: bulk write exception: write errors: [E11000 duplicate key error collection: transport_shipping_service_db.shipments index: tenant_id_1_seller_id_1_reference_id_1 dup key: { tenant_id: \\\"3\\\", seller_id: \\\"117\\\", reference_id: \\\"ORD-2024-001\\\" }]\"\n    }\n}"},{"id":"32b4833c-5f77-4ec8-b006-4a6b9dd222d1","name":"Failed Example 2","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NTM0Mzg2NzAsImp0aSI6ImIxMmQ5YWIyLWI1NGYtNGIyNy1iYmMxLWM2OWE1MGQ4Yjc3MSIsInVzZXJfZGV0YWlscyI6eyJTZWxsZXJTYWxlc0NoYW5uZWxJRCI6NzYwLCJTZWxsZXJJRCI6IjQ3OSIsIlRlbmFudElEIjoiMSIsIlVzZXJJRCI6IjQ3NzIiLCJVc2VyTmFtZSI6ImFudXBhbSIsIlJhdGVMaW1pdERldGFpbHMiOnsiRW5hYmxlZCI6dHJ1ZSwiUmVxdWVzdHNQZXJNaW51dGUiOjYwfX0sInRva2VuX3R5cGUiOiJCZWFyZXIifQ.Py-qDMfa7t0aP556mkXgzBbwM8B22IuFPLe_NTtsNiv7jtdC4uoKBtBTsntghEpY0JHVL2f9_M4I9_Plkp_PaxDJrfqOpu9X_PQSyNQfHtRjhpZRNegQkJ-k8MWpNZvO3sYWqVvdKI3COqDBdNC3S2fiZw0lPuD62twNZUOuiJIV160zbCRSrjKewR9khgL69GkScwKG7__ZzxMo611NBWeQxMmDRLB3ABuPi0j2YukFhomWck0ux6zVaqxkaISkwKo1xol0OzrBwnXgKqNsSd5IVlxZKQV5qgb8z0VEE6kqh8WonPSdnHef8bVMrTqm28f-0iNB5tkYnx_I1us3hGmtJSzDdeug-PAKGp2ZNkHbNEpMmWt2_dgJMRnKXTK634jno1qeBrdFqpbm5P97EjbqVgnZKJ-_Ps74qmzWqS2E_A7HZ9UPecVcGBBKe11NNJhxh1PZANSVDQIIfwB81cgTE2DkceQh7xJ7ipND8xCYEntD49FffC3JA-OFbEjnTGUs2TRo9YUaMvDf2HBJyF8D6cPBO-81z-o65ndpFEuBUm5nZBTWUXVF82M4yFBmd0UDU6XxkQQ0eVIWB8NKo4LjQQK3fo8lk2HnZ0nyJvKxFG3Bug4TrgQKkSNqgZ8sHuVK-ZFth9QnOiJYlxKGi2caCtjATUfzhVgwoK00ea4"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"ORD-2024-101\",\n    \"seller_hub_code\": \"3pl2\",\n    \"customer_info\": {\n        \"name\": \"John Doe\",\n        \"code\": \"CUST001\",\n        \"email\": \"john.doe@example.com\",\n        \"country_code\": \"SA\",\n        \"phone\": \"501234567\",\n        \"address\": {\n            \"code\": \"ADDR001\",\n            \"address_line_1\": \"123 Business Street\",\n            \"address_line_2\": \"Suite 100\",\n            \"city\": \"Dubai\",\n            \"state\": \"Dubai\",\n            \"country\": \"United Arab Emirates\",\n            \"country_code\": \"AE\",\n            \"city_id\": \"city_001\",\n            \"state_id\": \"state_001\",\n            \"country_id\": \"country_001\",\n            \"postal_code\": \"12345\",\n            \"latitude\": 25.2048,\n            \"longitude\": 55.2708,\n            \"national_address_code\": \"new_code\"\n        }\n    },\n    \"payment_info\": {\n        \"currency\": \"AED\",\n        \"payment_type\": \"prepaid\",\n        \"declared_value\": 150.0,\n        \"total_due\": 0.0,\n        \"total_paid\": 150.0\n    },\n    \"product_type\": \"physical_product\",\n    \"service_type\": \"standard\",\n    \"pickup_type\": \"pickup_by_logistics\",\n    \"delivery_type\": \"delivery_by_logistics\",\n    \"handling_granularity\": \"package\",\n    \"shipment_type\": \"forward\",\n    \"delivery_preference\": {\n        \"delivery_date\": \"2025-09-30T00:00:00Z\",\n        \"start_time\": \"2025-09-30T09:00:00Z\",\n        \"end_time\": \"2025-09-30T18:00:00Z\",\n        \"delivery_instruction\": \"Please deliver to reception desk\"\n    },\n    \"sales_channel_info\": {\n        \"seller_sales_channel_id\": \"channel_001\",\n        \"sales_channel\": {\n            \"id\": \"amazon_ae\",\n            \"tag\": \"amazon\",\n            \"name\": \"Amazon UAE\",\n            \"category\": \"marketplace\",\n            \"logo_url\": \"https://example.com/amazon-logo.png\",\n            \"link\": \"https://amazon.ae\",\n            \"store_name\": \"Amazon UAE Store\"\n        }\n    },\n    \"packages\": [\n        {\n            \"reference_id\": \"PKG-001\",\n            \"payment_info\": {\n                \"currency\": \"AED\",\n                \"payment_type\": \"prepaid\",\n                \"declared_value\": 150.0,\n                \"total_due\": 0.0,\n                \"total_paid\": 150.0\n            },\n            \"packaging_info\": {\n                \"length\": 30.0,\n                \"height\": 20.0,\n                \"width\": 25.0,\n                \"weight\": 2.5,\n                \"volume\": 15000.0\n            },\n            \"items\": [\n                {\n                    \"item_id\": \"item_001\",\n                    \"sku\": {\n                        \"id\": \"sku_001\",\n                        \"name\": \"Wireless Bluetooth Headphones\",\n                        \"code\": \"WH-001\",\n                        \"description\": \"High-quality wireless headphones with noise cancellation\",\n                        \"image_urls\": [\n                            \"https://example.com/headphones-1.jpg\",\n                            \"https://example.com/headphones-2.jpg\"\n                        ],\n                        \"barcodes\": [\n                            \"1234567890123\",\n                            \"9876543210987\"\n                        ],\n                        \"weight\": 0.5,\n                        \"currency\": \"AED\",\n                        \"selling_price\": 150.0\n                    },\n                    \"quantity\": 1,\n                    \"return_reason\": \"\",\n                    \"note\": \"\",\n                    \"image_urls\": [\n                        \"https://example.com/headphones-1.jpg\"\n                    ]\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://prodapi.omniful.com/sales-channel/public/v2/tms/shipments"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Fri, 26 Sep 2025 06:34:15 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"79"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"c650abb6-2feb-4679-891c-849b2d21111f"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"9850bc04ab588aeb-DEL"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": false,\n    \"status_code\": 400,\n    \"error\": {\n        \"message\": \"invalid seller hub\"\n    }\n}"},{"id":"14232c50-7b88-466d-9de1-d62bbd578e33","name":"Failed Example 3","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NTM0Mzg2NzAsImp0aSI6ImIxMmQ5YWIyLWI1NGYtNGIyNy1iYmMxLWM2OWE1MGQ4Yjc3MSIsInVzZXJfZGV0YWlscyI6eyJTZWxsZXJTYWxlc0NoYW5uZWxJRCI6NzYwLCJTZWxsZXJJRCI6IjQ3OSIsIlRlbmFudElEIjoiMSIsIlVzZXJJRCI6IjQ3NzIiLCJVc2VyTmFtZSI6ImFudXBhbSIsIlJhdGVMaW1pdERldGFpbHMiOnsiRW5hYmxlZCI6dHJ1ZSwiUmVxdWVzdHNQZXJNaW51dGUiOjYwfX0sInRva2VuX3R5cGUiOiJCZWFyZXIifQ.Py-qDMfa7t0aP556mkXgzBbwM8B22IuFPLe_NTtsNiv7jtdC4uoKBtBTsntghEpY0JHVL2f9_M4I9_Plkp_PaxDJrfqOpu9X_PQSyNQfHtRjhpZRNegQkJ-k8MWpNZvO3sYWqVvdKI3COqDBdNC3S2fiZw0lPuD62twNZUOuiJIV160zbCRSrjKewR9khgL69GkScwKG7__ZzxMo611NBWeQxMmDRLB3ABuPi0j2YukFhomWck0ux6zVaqxkaISkwKo1xol0OzrBwnXgKqNsSd5IVlxZKQV5qgb8z0VEE6kqh8WonPSdnHef8bVMrTqm28f-0iNB5tkYnx_I1us3hGmtJSzDdeug-PAKGp2ZNkHbNEpMmWt2_dgJMRnKXTK634jno1qeBrdFqpbm5P97EjbqVgnZKJ-_Ps74qmzWqS2E_A7HZ9UPecVcGBBKe11NNJhxh1PZANSVDQIIfwB81cgTE2DkceQh7xJ7ipND8xCYEntD49FffC3JA-OFbEjnTGUs2TRo9YUaMvDf2HBJyF8D6cPBO-81z-o65ndpFEuBUm5nZBTWUXVF82M4yFBmd0UDU6XxkQQ0eVIWB8NKo4LjQQK3fo8lk2HnZ0nyJvKxFG3Bug4TrgQKkSNqgZ8sHuVK-ZFth9QnOiJYlxKGi2caCtjATUfzhVgwoK00ea4"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"ORD-2024-101\",\n    \"seller_hub_code\": \"3pl1\",\n    \"payment_info\": {\n        \"currency\": \"AED\",\n        \"payment_type\": \"prepaid\",\n        \"declared_value\": 150.0,\n        \"total_due\": 0.0,\n        \"total_paid\": 150.0\n    },\n    \"product_type\": \"physical_product\",\n    \"service_type\": \"standard\",\n    \"pickup_type\": \"pickup_by_logistics\",\n    \"delivery_type\": \"delivery_by_logistics\",\n    \"handling_granularity\": \"package\",\n    \"shipment_type\": \"forward\",\n    \"delivery_preference\": {\n        \"delivery_date\": \"2025-09-30T00:00:00Z\",\n        \"start_time\": \"2025-09-30T09:00:00Z\",\n        \"end_time\": \"2025-09-30T18:00:00Z\",\n        \"delivery_instruction\": \"Please deliver to reception desk\"\n    },\n    \"sales_channel_info\": {\n        \"seller_sales_channel_id\": \"channel_001\",\n        \"sales_channel\": {\n            \"id\": \"amazon_ae\",\n            \"tag\": \"amazon\",\n            \"name\": \"Amazon UAE\",\n            \"category\": \"marketplace\",\n            \"logo_url\": \"https://example.com/amazon-logo.png\",\n            \"link\": \"https://amazon.ae\",\n            \"store_name\": \"Amazon UAE Store\"\n        }\n    },\n    \"packages\": [\n        {\n            \"reference_id\": \"PKG-001\",\n            \"payment_info\": {\n                \"currency\": \"AED\",\n                \"payment_type\": \"prepaid\",\n                \"declared_value\": 150.0,\n                \"total_due\": 0.0,\n                \"total_paid\": 150.0\n            },\n            \"packaging_info\": {\n                \"length\": 30.0,\n                \"height\": 20.0,\n                \"width\": 25.0,\n                \"weight\": 2.5,\n                \"volume\": 15000.0\n            },\n            \"items\": [\n                {\n                    \"item_id\": \"item_001\",\n                    \"sku\": {\n                        \"id\": \"sku_001\",\n                        \"name\": \"Wireless Bluetooth Headphones\",\n                        \"code\": \"WH-001\",\n                        \"description\": \"High-quality wireless headphones with noise cancellation\",\n                        \"image_urls\": [\n                            \"https://example.com/headphones-1.jpg\",\n                            \"https://example.com/headphones-2.jpg\"\n                        ],\n                        \"barcodes\": [\n                            \"1234567890123\",\n                            \"9876543210987\"\n                        ],\n                        \"weight\": 0.5,\n                        \"currency\": \"AED\",\n                        \"selling_price\": 150.0\n                    },\n                    \"quantity\": 1,\n                    \"return_reason\": \"\",\n                    \"note\": \"\",\n                    \"image_urls\": [\n                        \"https://example.com/headphones-1.jpg\"\n                    ]\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://prodapi.omniful.com/sales-channel/public/v2/tms/shipments"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Fri, 26 Sep 2025 06:34:56 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"87"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"df2b0864-2388-4776-9892-8b43c26dce5b"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"9850bd05b8c48aeb-DEL"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": false,\n    \"status_code\": 400,\n    \"error\": {\n        \"message\": \"phone or email is required\"\n    }\n}"},{"id":"91ab3113-845a-4f2d-9035-c0be451ccfd5","name":"Failed Example 1","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NTM0Mzg2NzAsImp0aSI6ImIxMmQ5YWIyLWI1NGYtNGIyNy1iYmMxLWM2OWE1MGQ4Yjc3MSIsInVzZXJfZGV0YWlscyI6eyJTZWxsZXJTYWxlc0NoYW5uZWxJRCI6NzYwLCJTZWxsZXJJRCI6IjQ3OSIsIlRlbmFudElEIjoiMSIsIlVzZXJJRCI6IjQ3NzIiLCJVc2VyTmFtZSI6ImFudXBhbSIsIlJhdGVMaW1pdERldGFpbHMiOnsiRW5hYmxlZCI6dHJ1ZSwiUmVxdWVzdHNQZXJNaW51dGUiOjYwfX0sInRva2VuX3R5cGUiOiJCZWFyZXIifQ.Py-qDMfa7t0aP556mkXgzBbwM8B22IuFPLe_NTtsNiv7jtdC4uoKBtBTsntghEpY0JHVL2f9_M4I9_Plkp_PaxDJrfqOpu9X_PQSyNQfHtRjhpZRNegQkJ-k8MWpNZvO3sYWqVvdKI3COqDBdNC3S2fiZw0lPuD62twNZUOuiJIV160zbCRSrjKewR9khgL69GkScwKG7__ZzxMo611NBWeQxMmDRLB3ABuPi0j2YukFhomWck0ux6zVaqxkaISkwKo1xol0OzrBwnXgKqNsSd5IVlxZKQV5qgb8z0VEE6kqh8WonPSdnHef8bVMrTqm28f-0iNB5tkYnx_I1us3hGmtJSzDdeug-PAKGp2ZNkHbNEpMmWt2_dgJMRnKXTK634jno1qeBrdFqpbm5P97EjbqVgnZKJ-_Ps74qmzWqS2E_A7HZ9UPecVcGBBKe11NNJhxh1PZANSVDQIIfwB81cgTE2DkceQh7xJ7ipND8xCYEntD49FffC3JA-OFbEjnTGUs2TRo9YUaMvDf2HBJyF8D6cPBO-81z-o65ndpFEuBUm5nZBTWUXVF82M4yFBmd0UDU6XxkQQ0eVIWB8NKo4LjQQK3fo8lk2HnZ0nyJvKxFG3Bug4TrgQKkSNqgZ8sHuVK-ZFth9QnOiJYlxKGi2caCtjATUfzhVgwoK00ea4"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"ORD-2024-101\",\n    \"seller_hub_code\": \"3pl1\",\n    \"customer_info\": {\n        \"name\": \"John Doe\",\n        \"code\": \"CUST001\",\n        \"email\": \"john.doe@example.com\",\n        \"country_code\": \"SA\",\n        \"phone\": \"501234567\",\n        \"address\": {\n            \"code\": \"ADDR001\",\n            \"address_line_1\": \"123 Business Street\",\n            \"address_line_2\": \"Suite 100\",\n            \"city\": \"Dubai\",\n            \"state\": \"Dubai\",\n            \"country\": \"United Arab Emirates\",\n            \"country_code\": \"AE\",\n            \"city_id\": \"city_001\",\n            \"state_id\": \"state_001\",\n            \"country_id\": \"country_001\",\n            \"postal_code\": \"12345\",\n            \"latitude\": 25.2048,\n            \"longitude\": 55.2708,\n            \"national_address_code\": \"new_code\"\n        }\n    },\n    \"payment_info\": {\n        \"currency\": \"AED\",\n        \"payment_type\": \"prepaid\",\n        \"declared_value\": 150.0,\n        \"total_due\": 0.0,\n        \"total_paid\": 150.0\n    },\n    \"product_type\": \"physical_product\",\n    \"service_type\": \"standard\",\n    \"pickup_type\": \"pickup_by_logistics\",\n    \"delivery_type\": \"delivery_by_logistics\",\n    \"handling_granularity\": \"package\",\n    \"shipment_type\": \"forward\",\n    \"delivery_preference\": {\n        \"delivery_date\": \"2025-09-30T00:00:00Z\",\n        \"start_time\": \"2025-09-30T09:00:00Z\",\n        \"end_time\": \"2025-09-30T18:00:00Z\",\n        \"delivery_instruction\": \"Please deliver to reception desk\"\n    },\n    \"sales_channel_info\": {\n        \"seller_sales_channel_id\": \"channel_001\",\n        \"sales_channel\": {\n            \"id\": \"amazon_ae\",\n            \"tag\": \"amazon\",\n            \"name\": \"Amazon UAE\",\n            \"category\": \"marketplace\",\n            \"logo_url\": \"https://example.com/amazon-logo.png\",\n            \"link\": \"https://amazon.ae\",\n            \"store_name\": \"Amazon UAE Store\"\n        }\n    },\n    \"packages\": [\n        {\n            \"reference_id\": \"PKG-001\",\n            \"payment_info\": {\n                \"currency\": \"AED\",\n                \"payment_type\": \"prepaid\",\n                \"declared_value\": 150.0,\n                \"total_due\": 0.0,\n                \"total_paid\": 150.0\n            },\n            \"packaging_info\": {\n                \"length\": 30.0,\n                \"height\": 20.0,\n                \"width\": 25.0,\n                \"weight\": 2.5,\n                \"volume\": 15000.0\n            },\n            \"items\": [\n                {\n                    \"item_id\": \"item_001\",\n                    \"sku\": {\n                        \"id\": \"sku_001\",\n                        \"name\": \"Wireless Bluetooth Headphones\",\n                        \"code\": \"WH-001\",\n                        \"description\": \"High-quality wireless headphones with noise cancellation\",\n                        \"image_urls\": [\n                            \"https://example.com/headphones-1.jpg\",\n                            \"https://example.com/headphones-2.jpg\"\n                        ],\n                        \"barcodes\": [\n                            \"1234567890123\",\n                            \"9876543210987\"\n                        ],\n                        \"weight\": 0.5,\n                        \"currency\": \"AED\",\n                        \"selling_price\": 150.0\n                    },\n                    \"quantity\": 1,\n                    \"return_reason\": \"\",\n                    \"note\": \"\",\n                    \"image_urls\": [\n                        \"https://example.com/headphones-1.jpg\"\n                    ]\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://prodapi.omniful.com/sales-channel/public/v2/tms/shipments"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Fri, 26 Sep 2025 11:19:37 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"88"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"9dc7a78f-4216-4697-99fa-b1fa8558258b"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"98525e070d3087a7-SIN"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": false,\n    \"status_code\": 400,\n    \"error\": {\n        \"message\": \"reference id already exists\"\n    }\n}"}],"_postman_id":"26971101-83ce-45cd-a998-9ead80281906"},{"name":"Get Shipment","id":"2edfcf28-aaa3-43e4-a45a-7331345d1ddf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NTM0Mzg2NzAsImp0aSI6ImIxMmQ5YWIyLWI1NGYtNGIyNy1iYmMxLWM2OWE1MGQ4Yjc3MSIsInVzZXJfZGV0YWlscyI6eyJTZWxsZXJTYWxlc0NoYW5uZWxJRCI6NzYwLCJTZWxsZXJJRCI6IjQ3OSIsIlRlbmFudElEIjoiMSIsIlVzZXJJRCI6IjQ3NzIiLCJVc2VyTmFtZSI6ImFudXBhbSIsIlJhdGVMaW1pdERldGFpbHMiOnsiRW5hYmxlZCI6dHJ1ZSwiUmVxdWVzdHNQZXJNaW51dGUiOjYwfX0sInRva2VuX3R5cGUiOiJCZWFyZXIifQ.Py-qDMfa7t0aP556mkXgzBbwM8B22IuFPLe_NTtsNiv7jtdC4uoKBtBTsntghEpY0JHVL2f9_M4I9_Plkp_PaxDJrfqOpu9X_PQSyNQfHtRjhpZRNegQkJ-k8MWpNZvO3sYWqVvdKI3COqDBdNC3S2fiZw0lPuD62twNZUOuiJIV160zbCRSrjKewR9khgL69GkScwKG7__ZzxMo611NBWeQxMmDRLB3ABuPi0j2YukFhomWck0ux6zVaqxkaISkwKo1xol0OzrBwnXgKqNsSd5IVlxZKQV5qgb8z0VEE6kqh8WonPSdnHef8bVMrTqm28f-0iNB5tkYnx_I1us3hGmtJSzDdeug-PAKGp2ZNkHbNEpMmWt2_dgJMRnKXTK634jno1qeBrdFqpbm5P97EjbqVgnZKJ-_Ps74qmzWqS2E_A7HZ9UPecVcGBBKe11NNJhxh1PZANSVDQIIfwB81cgTE2DkceQh7xJ7ipND8xCYEntD49FffC3JA-OFbEjnTGUs2TRo9YUaMvDf2HBJyF8D6cPBO-81z-o65ndpFEuBUm5nZBTWUXVF82M4yFBmd0UDU6XxkQQ0eVIWB8NKo4LjQQK3fo8lk2HnZ0nyJvKxFG3Bug4TrgQKkSNqgZ8sHuVK-ZFth9QnOiJYlxKGi2caCtjATUfzhVgwoK00ea4"}],"url":"https://prodapi.omniful.com/sales-channel/public/v2/tms/shipments/:shipment_id","description":"<h3 id=\"📌-fetch-shipment-by-shipment-id-overview\">📌 <strong>Fetch Shipment by Shipment ID– Overview</strong></h3>\n<p>The Fetch Shipment by Shipment ID API delivers complete shipment details using the system-generated <strong>Shipment ID</strong>. This API ensures accurate retrieval of shipment records directly tied to the internal database.</p>\n<h3 id=\"response-body-format\">Response Body Format</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>is_success</td>\n<td>boolean</td>\n<td>Indicates if the request was successful.</td>\n</tr>\n<tr>\n<td>status_code</td>\n<td>number</td>\n<td>HTTP status code of the response.</td>\n</tr>\n<tr>\n<td>data.shipment.id</td>\n<td>string</td>\n<td>Unique shipment identifier.</td>\n</tr>\n<tr>\n<td>data.shipment.awb_number</td>\n<td>string</td>\n<td>The Airway Bill number for the shipment.</td>\n</tr>\n<tr>\n<td>data.shipment.awb_label</td>\n<td>string</td>\n<td>The URL for the AWB label.</td>\n</tr>\n<tr>\n<td>data.shipment.reference_id</td>\n<td>string</td>\n<td>The external reference ID for the shipment.</td>\n</tr>\n<tr>\n<td>data.shipment.tracking_number</td>\n<td>string</td>\n<td>Tracking number assigned by the logistics partner.</td>\n</tr>\n<tr>\n<td>data.shipment.seller_hub_id</td>\n<td>string</td>\n<td>ID of the seller's fulfillment hub.</td>\n</tr>\n<tr>\n<td>data.shipment.pickup_hub_id</td>\n<td>string</td>\n<td>ID of the hub where the shipment was picked up.</td>\n</tr>\n<tr>\n<td>data.shipment.status</td>\n<td>string</td>\n<td>Current status of the shipment.</td>\n</tr>\n<tr>\n<td>data.shipment.source</td>\n<td>string</td>\n<td>Source of the shipment (e.g., sales_channel).</td>\n</tr>\n<tr>\n<td>data.shipment.seller_customer_id</td>\n<td>string</td>\n<td>ID of the customer associated with the seller.</td>\n</tr>\n<tr>\n<td>data.shipment.product_type</td>\n<td>string</td>\n<td>Type of product (e.g., physical_product).</td>\n</tr>\n<tr>\n<td>data.shipment.service_type</td>\n<td>string</td>\n<td>Type of delivery service (e.g., standard).</td>\n</tr>\n<tr>\n<td>data.shipment.pickup_type</td>\n<td>string</td>\n<td>Method of pickup (e.g., pickup_by_logistics).</td>\n</tr>\n<tr>\n<td>data.shipment.delivery_type</td>\n<td>string</td>\n<td>Method of delivery (e.g., delivery_by_logistics).</td>\n</tr>\n<tr>\n<td>data.shipment.handling_granularity</td>\n<td>string</td>\n<td>Level of handling (e.g., package).</td>\n</tr>\n<tr>\n<td>data.shipment.shipment_type</td>\n<td>string</td>\n<td>Type of shipment (e.g., forward).</td>\n</tr>\n<tr>\n<td>data.shipment.delivered_at</td>\n<td>string</td>\n<td>Timestamp when the shipment was delivered.</td>\n</tr>\n<tr>\n<td>data.shipment.cancel_reason</td>\n<td>string</td>\n<td>Reason for the shipment's cancellation.</td>\n</tr>\n<tr>\n<td>data.shipment.shipment_created_at</td>\n<td>string</td>\n<td>Timestamp when the shipment was created.</td>\n</tr>\n<tr>\n<td>data.shipment.seller_info.name</td>\n<td>string</td>\n<td>Seller's name.</td>\n</tr>\n<tr>\n<td>data.shipment.seller_info.code</td>\n<td>string</td>\n<td>Seller's unique code.</td>\n</tr>\n<tr>\n<td>data.shipment.seller_info.email</td>\n<td>string</td>\n<td>Seller's email address.</td>\n</tr>\n<tr>\n<td>data.shipment.seller_hub.name</td>\n<td>string</td>\n<td>Seller hub's name.</td>\n</tr>\n<tr>\n<td>data.shipment.seller_hub.code</td>\n<td>string</td>\n<td>Seller hub's code.</td>\n</tr>\n<tr>\n<td>data.shipment.seller_hub.address.address_line_1</td>\n<td>string</td>\n<td>Primary address line of the seller hub.</td>\n</tr>\n<tr>\n<td>data.shipment.seller_hub.address.address_line_2</td>\n<td>string</td>\n<td>Secondary address line of the seller hub.</td>\n</tr>\n<tr>\n<td>data.shipment.seller_hub.address.city</td>\n<td>string</td>\n<td>City of the seller hub.</td>\n</tr>\n<tr>\n<td>data.shipment.seller_hub.address.state</td>\n<td>string</td>\n<td>State/province of the seller hub.</td>\n</tr>\n<tr>\n<td>data.shipment.seller_hub.address.country</td>\n<td>string</td>\n<td>Country of the seller hub.</td>\n</tr>\n<tr>\n<td>data.shipment.seller_hub.address.country_code</td>\n<td>string</td>\n<td>Two-letter country code.</td>\n</tr>\n<tr>\n<td>data.shipment.seller_hub.address.postal_code</td>\n<td>string</td>\n<td>Postal code of the seller hub.</td>\n</tr>\n<tr>\n<td>data.shipment.seller_hub.address.latitude</td>\n<td>number</td>\n<td>Latitude of the seller hub.</td>\n</tr>\n<tr>\n<td>data.shipment.seller_hub.address.longitude</td>\n<td>number</td>\n<td>Longitude of the seller hub.</td>\n</tr>\n<tr>\n<td>data.shipment.seller_hub.address.national_address_code</td>\n<td>string</td>\n<td>National Address Code of the hub.</td>\n</tr>\n<tr>\n<td>data.shipment.customer_info.id</td>\n<td>string</td>\n<td>Unique customer identifier.</td>\n</tr>\n<tr>\n<td>data.shipment.customer_info.name</td>\n<td>string</td>\n<td>Customer's full name.</td>\n</tr>\n<tr>\n<td>data.shipment.customer_info.email</td>\n<td>string</td>\n<td>Customer's email address.</td>\n</tr>\n<tr>\n<td>data.shipment.customer_info.country_code</td>\n<td>string</td>\n<td>Customer's country code.</td>\n</tr>\n<tr>\n<td>data.shipment.customer_info.phone</td>\n<td>string</td>\n<td>Customer's phone number.</td>\n</tr>\n<tr>\n<td>data.shipment.customer_info.address.address_line_1</td>\n<td>string</td>\n<td>Primary address line of the customer.</td>\n</tr>\n<tr>\n<td>data.shipment.customer_info.address.address_line_2</td>\n<td>string</td>\n<td>Secondary address line of the customer.</td>\n</tr>\n<tr>\n<td>data.shipment.customer_info.address.city</td>\n<td>string</td>\n<td>City of the customer.</td>\n</tr>\n<tr>\n<td>data.shipment.customer_info.address.state</td>\n<td>string</td>\n<td>State/province of the customer.</td>\n</tr>\n<tr>\n<td>data.shipment.customer_info.address.country</td>\n<td>string</td>\n<td>Country of the customer.</td>\n</tr>\n<tr>\n<td>data.shipment.customer_info.address.country_code</td>\n<td>string</td>\n<td>Two-letter country code of the customer.</td>\n</tr>\n<tr>\n<td>data.shipment.customer_info.address.postal_code</td>\n<td>string</td>\n<td>Postal code of the customer.</td>\n</tr>\n<tr>\n<td>data.shipment.customer_info.address.latitude</td>\n<td>number</td>\n<td>Latitude of the customer's address.</td>\n</tr>\n<tr>\n<td>data.shipment.customer_info.address.longitude</td>\n<td>number</td>\n<td>Longitude of the customer's address.</td>\n</tr>\n<tr>\n<td>data.shipment.customer_info.address.national_address_code</td>\n<td>string</td>\n<td>National Address Code.</td>\n</tr>\n<tr>\n<td>data.shipment.payment_info.currency</td>\n<td>string</td>\n<td>Currency code.</td>\n</tr>\n<tr>\n<td>data.shipment.payment_info.payment_type</td>\n<td>string</td>\n<td>Payment method (e.g., prepaid).</td>\n</tr>\n<tr>\n<td>data.shipment.payment_info.declared_value</td>\n<td>number</td>\n<td>Declared value of the shipment.</td>\n</tr>\n<tr>\n<td>data.shipment.payment_info.total_due</td>\n<td>number</td>\n<td>Outstanding balance.</td>\n</tr>\n<tr>\n<td>data.shipment.payment_info.total_paid</td>\n<td>number</td>\n<td>Amount paid.</td>\n</tr>\n<tr>\n<td>data.shipment.details.total_weight</td>\n<td>number</td>\n<td>Total estimated weight.</td>\n</tr>\n<tr>\n<td>data.shipment.details.actual_weight</td>\n<td>number</td>\n<td>Actual weight of the shipment.</td>\n</tr>\n<tr>\n<td>data.shipment.details.number_of_packages</td>\n<td>number</td>\n<td>Number of packages in the shipment.</td>\n</tr>\n<tr>\n<td>data.shipment.tracking_history[].status</td>\n<td>string</td>\n<td>Status of a specific tracking event.</td>\n</tr>\n<tr>\n<td>data.shipment.tracking_history[].event_time</td>\n<td>string</td>\n<td>Timestamp of the tracking event.</td>\n</tr>\n<tr>\n<td>data.shipment.tracking_history[].description</td>\n<td>string</td>\n<td>Description of the tracking event.</td>\n</tr>\n<tr>\n<td>data.shipment.delivery_preference.delivery_date</td>\n<td>string</td>\n<td>Preferred delivery date.</td>\n</tr>\n<tr>\n<td>data.shipment.delivery_preference.start_time</td>\n<td>string</td>\n<td>Start of the delivery window.</td>\n</tr>\n<tr>\n<td>data.shipment.delivery_preference.end_time</td>\n<td>string</td>\n<td>End of the delivery window.</td>\n</tr>\n<tr>\n<td>data.shipment.delivery_preference.delivery_instruction</td>\n<td>string</td>\n<td>Special delivery instructions.</td>\n</tr>\n<tr>\n<td>data.shipment.delivery_zone_ids[]</td>\n<td>array</td>\n<td>List of delivery zone IDs.</td>\n</tr>\n<tr>\n<td>data.shipment.sales_channel_info.sales_channel.id</td>\n<td>string</td>\n<td>ID of the sales channel.</td>\n</tr>\n<tr>\n<td>data.shipment.sales_channel_info.sales_channel.name</td>\n<td>string</td>\n<td>Name of the sales channel.</td>\n</tr>\n<tr>\n<td>data.shipment.on_hold_reasons[]</td>\n<td>array</td>\n<td>Reasons why the shipment is on hold.</td>\n</tr>\n<tr>\n<td>data.shipment.packages[].reference_id</td>\n<td>string</td>\n<td>External reference ID for the package.</td>\n</tr>\n<tr>\n<td>data.shipment.packages[].status</td>\n<td>string</td>\n<td>Current status of the package.</td>\n</tr>\n<tr>\n<td>data.shipment.packages[].awb_number</td>\n<td>string</td>\n<td>AWB number for the package.</td>\n</tr>\n<tr>\n<td>data.shipment.packages[].packaging_info.length</td>\n<td>number</td>\n<td>Length of the package in cm.</td>\n</tr>\n<tr>\n<td>data.shipment.packages[].packaging_info.height</td>\n<td>number</td>\n<td>Height of the package in cm.</td>\n</tr>\n<tr>\n<td>data.shipment.packages[].packaging_info.width</td>\n<td>number</td>\n<td>Width of the package in cm.</td>\n</tr>\n<tr>\n<td>data.shipment.packages[].packaging_info.weight</td>\n<td>number</td>\n<td>Weight of the package in kg.</td>\n</tr>\n<tr>\n<td>data.shipment.packages[].items[].reference_id</td>\n<td>string</td>\n<td>External reference ID for the item.</td>\n</tr>\n<tr>\n<td>data.shipment.packages[].items[].sku.name</td>\n<td>string</td>\n<td>Name of the product.</td>\n</tr>\n<tr>\n<td>data.shipment.packages[].items[].sku.selling_price</td>\n<td>number</td>\n<td>Selling price of the product.</td>\n</tr>\n<tr>\n<td>data.shipment.packages[].items[].quantity</td>\n<td>number</td>\n<td>Quantity of the item.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["sales-channel","public","v2","tms","shipments",":shipment_id"],"host":["prodapi","omniful","com"],"query":[],"variable":[{"id":"9e8df558-5ed4-41a8-b03a-69939a8fda4f","type":"any","value":"68d394b4ff009461959851e4","key":"shipment_id"}]}},"response":[{"id":"4d3cfa7c-5056-4f24-95ac-863811b5564a","name":"Get Shipment","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NTM0Mzg2NzAsImp0aSI6ImIxMmQ5YWIyLWI1NGYtNGIyNy1iYmMxLWM2OWE1MGQ4Yjc3MSIsInVzZXJfZGV0YWlscyI6eyJTZWxsZXJTYWxlc0NoYW5uZWxJRCI6NzYwLCJTZWxsZXJJRCI6IjQ3OSIsIlRlbmFudElEIjoiMSIsIlVzZXJJRCI6IjQ3NzIiLCJVc2VyTmFtZSI6ImFudXBhbSIsIlJhdGVMaW1pdERldGFpbHMiOnsiRW5hYmxlZCI6dHJ1ZSwiUmVxdWVzdHNQZXJNaW51dGUiOjYwfX0sInRva2VuX3R5cGUiOiJCZWFyZXIifQ.Py-qDMfa7t0aP556mkXgzBbwM8B22IuFPLe_NTtsNiv7jtdC4uoKBtBTsntghEpY0JHVL2f9_M4I9_Plkp_PaxDJrfqOpu9X_PQSyNQfHtRjhpZRNegQkJ-k8MWpNZvO3sYWqVvdKI3COqDBdNC3S2fiZw0lPuD62twNZUOuiJIV160zbCRSrjKewR9khgL69GkScwKG7__ZzxMo611NBWeQxMmDRLB3ABuPi0j2YukFhomWck0ux6zVaqxkaISkwKo1xol0OzrBwnXgKqNsSd5IVlxZKQV5qgb8z0VEE6kqh8WonPSdnHef8bVMrTqm28f-0iNB5tkYnx_I1us3hGmtJSzDdeug-PAKGp2ZNkHbNEpMmWt2_dgJMRnKXTK634jno1qeBrdFqpbm5P97EjbqVgnZKJ-_Ps74qmzWqS2E_A7HZ9UPecVcGBBKe11NNJhxh1PZANSVDQIIfwB81cgTE2DkceQh7xJ7ipND8xCYEntD49FffC3JA-OFbEjnTGUs2TRo9YUaMvDf2HBJyF8D6cPBO-81z-o65ndpFEuBUm5nZBTWUXVF82M4yFBmd0UDU6XxkQQ0eVIWB8NKo4LjQQK3fo8lk2HnZ0nyJvKxFG3Bug4TrgQKkSNqgZ8sHuVK-ZFth9QnOiJYlxKGi2caCtjATUfzhVgwoK00ea4"}],"url":{"raw":"https://prodapi.omniful.com/sales-channel/public/v2/tms/shipments/:shipment_id","protocol":"https","host":["prodapi","omniful","com"],"path":["sales-channel","public","v2","tms","shipments",":shipment_id"],"variable":[{"key":"shipment_id","value":"68d394b4ff009461959851e4"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Thu, 25 Sep 2025 06:26:11 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"e2667b1a-f5bb-4eed-98b6-d01a7a1131c9"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Content-Encoding","value":"br"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"984872d52a7e8ad9-DEL"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"shipment\": {\n            \"id\": \"68d394b4ff009461959851e4\",\n            \"awb_number\": \"FCD-0E01DD85\",\n            \"awb_label\": \"\",\n            \"reference_id\": \"ORD-2024-001\",\n            \"tracking_number\": \"\",\n            \"seller_hub_id\": \"68d394abff009461959851e1\",\n            \"seller_info\": {\n                \"name\": \"3PL Fulfillment 10\",\n                \"code\": \"EX-637\",\n                \"email\": \"dumy@net.com\"\n            },\n            \"pickup_hub_id\": \"5000034\",\n            \"status\": \"cancelled\",\n            \"source\": \"sales_channel\",\n            \"seller_hub\": {\n                \"name\": \"3pl1 \",\n                \"code\": \"3pl1\",\n                \"address\": {\n                    \"code\": \"\",\n                    \"address_line_1\": \"12\",\n                    \"address_line_2\": \"ds\",\n                    \"city\": \"Riyadh\",\n                    \"state\": \"Riyadh Region\",\n                    \"country\": \"Saudi Arabia\",\n                    \"country_code\": \"SA\",\n                    \"city_id\": \"7570\",\n                    \"state_id\": \"92\",\n                    \"country_id\": \"8\",\n                    \"postal_code\": \"\",\n                    \"latitude\": 24.7135517,\n                    \"longitude\": 46.6752957,\n                    \"national_address_code\": \"\"\n                }\n            },\n            \"seller_customer_id\": \"68d394b4a6206606319c8a5b\",\n            \"customer_info\": {\n                \"id\": \"68d394b4a6206606319c8a5b\",\n                \"name\": \"John Doe \",\n                \"code\": \"\",\n                \"email\": \"john.doe@example.com\",\n                \"country_code\": \"SA\",\n                \"phone\": \"501234567\",\n                \"address\": {\n                    \"code\": \"\",\n                    \"address_line_1\": \"123 Business Street\",\n                    \"address_line_2\": \"Suite 100\",\n                    \"city\": \"Dubai\",\n                    \"state\": \"\",\n                    \"country\": \"United Arab Emirates\",\n                    \"country_code\": \"SA\",\n                    \"city_id\": \"0\",\n                    \"state_id\": \"0\",\n                    \"country_id\": \"0\",\n                    \"postal_code\": \"12345\",\n                    \"latitude\": 25.2048,\n                    \"longitude\": 55.2708,\n                    \"national_address_code\": \"\"\n                }\n            },\n            \"product_type\": \"physical_product\",\n            \"service_type\": \"standard\",\n            \"pickup_type\": \"pickup_by_logistics\",\n            \"delivery_type\": \"delivery_by_logistics\",\n            \"handling_granularity\": \"package\",\n            \"shipment_type\": \"forward\",\n            \"payment_info\": {\n                \"currency\": \"AED\",\n                \"payment_type\": \"prepaid\",\n                \"declared_value\": 150,\n                \"total_due\": 0,\n                \"total_paid\": 150\n            },\n            \"details\": {\n                \"total_weight\": 2.5,\n                \"actual_weight\": 0,\n                \"number_of_packages\": 1\n            },\n            \"tracking_history\": [\n                {\n                    \"status\": \"new\",\n                    \"event_time\": \"2025-09-24T06:50:28.297Z\",\n                    \"description\": \"Shipment Created\"\n                },\n                {\n                    \"status\": \"cancelled\",\n                    \"event_time\": \"2025-09-24T06:55:20.567Z\",\n                    \"description\": \"Shipment Cancelled: not required now\"\n                }\n            ],\n            \"delivery_preference\": {\n                \"delivery_date\": \"2025-09-30T00:00:00Z\",\n                \"start_time\": \"2025-09-30T09:00:00Z\",\n                \"end_time\": \"2025-09-30T18:00:00Z\",\n                \"delivery_instruction\": \"Please deliver to reception desk\"\n            },\n            \"delivery_zone_ids\": [\n                \"68c952b532e39a06acf14d29\"\n            ],\n            \"sales_channel_info\": {\n                \"seller_sales_channel_id\": \"channel_001\",\n                \"sales_channel\": {\n                    \"id\": \"amazon_ae\",\n                    \"tag\": \"amazon\",\n                    \"name\": \"Amazon UAE\",\n                    \"category\": \"marketplace\",\n                    \"logo_url\": \"https://example.com/amazon-logo.png\",\n                    \"link\": \"https://amazon.ae\",\n                    \"store_name\": \"Amazon UAE Store\"\n                }\n            },\n            \"delivered_at\": \"0001-01-01T00:00:00Z\",\n            \"on_hold_reasons\": [\n                \"no_delivery_hub_found\"\n            ],\n            \"cancel_reason\": \"not required now\",\n            \"shipment_created_at\": \"2025-09-24T06:50:28.332Z\",\n            \"packages\": [\n                {\n                    \"reference_id\": \"PKG-001\",\n                    \"shipment_reference_id\": \"ORD-2024-001\",\n                    \"pickup_hub\": null,\n                    \"delivery_hub\": null,\n                    \"status\": \"cancelled\",\n                    \"awb_number\": \"FCD-0E01DD85-1\",\n                    \"awb_label\": \"\",\n                    \"pickup_code\": \"7714\",\n                    \"delivery_code\": \"5708\",\n                    \"shipment_type\": \"forward\",\n                    \"service_type\": \"standard\",\n                    \"pickup_type\": \"pickup_by_logistics\",\n                    \"delivery_type\": \"delivery_by_logistics\",\n                    \"transaction_details\": null,\n                    \"payment_info\": {\n                        \"currency\": \"AED\",\n                        \"payment_type\": \"prepaid\",\n                        \"declared_value\": 150,\n                        \"total_due\": 0,\n                        \"total_paid\": 150\n                    },\n                    \"sender_info\": null,\n                    \"recipient_info\": null,\n                    \"packaging_info\": {\n                        \"length\": 30,\n                        \"height\": 20,\n                        \"width\": 25,\n                        \"weight\": 2.5,\n                        \"volume\": 15000\n                    },\n                    \"origin_stop\": null,\n                    \"current_stop\": null,\n                    \"next_stop\": null,\n                    \"destination_stop\": null,\n                    \"tags\": null,\n                    \"handling_granularity\": \"package\",\n                    \"items\": [\n                        {\n                            \"id\": \"68d395d8a6496a983c355882\",\n                            \"item_id\": \"\",\n                            \"reference_id\": \"item_001\",\n                            \"sku\": {\n                                \"id\": \"sku_001\",\n                                \"name\": \"Wireless Bluetooth Headphones\",\n                                \"code\": \"WH-001\",\n                                \"description\": \"High-quality wireless headphones with noise cancellation\",\n                                \"image_urls\": [\n                                    \"https://example.com/headphones-1.jpg\",\n                                    \"https://example.com/headphones-2.jpg\"\n                                ],\n                                \"barcodes\": [\n                                    \"1234567890123\",\n                                    \"9876543210987\"\n                                ],\n                                \"weight\": 0.5,\n                                \"currency\": \"AED\",\n                                \"selling_price\": 150\n                            },\n                            \"quantity\": 1,\n                            \"return_reason\": \"\",\n                            \"note\": \"\",\n                            \"image_urls\": [\n                                \"https://example.com/headphones-1.jpg\"\n                            ]\n                        }\n                    ],\n                    \"current_hub_id\": \"\",\n                    \"delivery_preference\": {\n                        \"delivery_date\": \"2025-09-30T00:00:00Z\",\n                        \"start_time\": \"2025-09-30T09:00:00Z\",\n                        \"end_time\": \"2025-09-30T18:00:00Z\",\n                        \"delivery_instruction\": \"Please deliver to reception desk\"\n                    },\n                    \"approved_at\": \"0001-01-01T00:00:00Z\",\n                    \"approved_by\": null\n                }\n            ]\n        }\n    },\n    \"meta\": null\n}"},{"id":"943da5ae-6376-418e-adc7-c27f00d831c6","name":"Failed Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NTM0Mzg2NzAsImp0aSI6ImIxMmQ5YWIyLWI1NGYtNGIyNy1iYmMxLWM2OWE1MGQ4Yjc3MSIsInVzZXJfZGV0YWlscyI6eyJTZWxsZXJTYWxlc0NoYW5uZWxJRCI6NzYwLCJTZWxsZXJJRCI6IjQ3OSIsIlRlbmFudElEIjoiMSIsIlVzZXJJRCI6IjQ3NzIiLCJVc2VyTmFtZSI6ImFudXBhbSIsIlJhdGVMaW1pdERldGFpbHMiOnsiRW5hYmxlZCI6dHJ1ZSwiUmVxdWVzdHNQZXJNaW51dGUiOjYwfX0sInRva2VuX3R5cGUiOiJCZWFyZXIifQ.Py-qDMfa7t0aP556mkXgzBbwM8B22IuFPLe_NTtsNiv7jtdC4uoKBtBTsntghEpY0JHVL2f9_M4I9_Plkp_PaxDJrfqOpu9X_PQSyNQfHtRjhpZRNegQkJ-k8MWpNZvO3sYWqVvdKI3COqDBdNC3S2fiZw0lPuD62twNZUOuiJIV160zbCRSrjKewR9khgL69GkScwKG7__ZzxMo611NBWeQxMmDRLB3ABuPi0j2YukFhomWck0ux6zVaqxkaISkwKo1xol0OzrBwnXgKqNsSd5IVlxZKQV5qgb8z0VEE6kqh8WonPSdnHef8bVMrTqm28f-0iNB5tkYnx_I1us3hGmtJSzDdeug-PAKGp2ZNkHbNEpMmWt2_dgJMRnKXTK634jno1qeBrdFqpbm5P97EjbqVgnZKJ-_Ps74qmzWqS2E_A7HZ9UPecVcGBBKe11NNJhxh1PZANSVDQIIfwB81cgTE2DkceQh7xJ7ipND8xCYEntD49FffC3JA-OFbEjnTGUs2TRo9YUaMvDf2HBJyF8D6cPBO-81z-o65ndpFEuBUm5nZBTWUXVF82M4yFBmd0UDU6XxkQQ0eVIWB8NKo4LjQQK3fo8lk2HnZ0nyJvKxFG3Bug4TrgQKkSNqgZ8sHuVK-ZFth9QnOiJYlxKGi2caCtjATUfzhVgwoK00ea4"}],"url":{"raw":"https://prodapi.omniful.com/sales-channel/public/v2/tms/shipments/:shipment_id","protocol":"https","host":["prodapi","omniful","com"],"path":["sales-channel","public","v2","tms","shipments",":shipment_id"],"variable":[{"key":"shipment_id","value":"68d394b4ff009461959851e1"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Fri, 26 Sep 2025 06:27:13 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"79"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"7376e102-7170-487e-86c2-82d6d5f25afd"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"9850b1b44f9289a2-DEL"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": false,\n    \"status_code\": 400,\n    \"error\": {\n        \"message\": \"shipment not found\"\n    }\n}"}],"_postman_id":"2edfcf28-aaa3-43e4-a45a-7331345d1ddf"},{"name":"Get Shipment by Reference","id":"e23890ab-d66a-4470-af8e-543a2910285d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NTM0Mzg2NzAsImp0aSI6ImIxMmQ5YWIyLWI1NGYtNGIyNy1iYmMxLWM2OWE1MGQ4Yjc3MSIsInVzZXJfZGV0YWlscyI6eyJTZWxsZXJTYWxlc0NoYW5uZWxJRCI6NzYwLCJTZWxsZXJJRCI6IjQ3OSIsIlRlbmFudElEIjoiMSIsIlVzZXJJRCI6IjQ3NzIiLCJVc2VyTmFtZSI6ImFudXBhbSIsIlJhdGVMaW1pdERldGFpbHMiOnsiRW5hYmxlZCI6dHJ1ZSwiUmVxdWVzdHNQZXJNaW51dGUiOjYwfX0sInRva2VuX3R5cGUiOiJCZWFyZXIifQ.Py-qDMfa7t0aP556mkXgzBbwM8B22IuFPLe_NTtsNiv7jtdC4uoKBtBTsntghEpY0JHVL2f9_M4I9_Plkp_PaxDJrfqOpu9X_PQSyNQfHtRjhpZRNegQkJ-k8MWpNZvO3sYWqVvdKI3COqDBdNC3S2fiZw0lPuD62twNZUOuiJIV160zbCRSrjKewR9khgL69GkScwKG7__ZzxMo611NBWeQxMmDRLB3ABuPi0j2YukFhomWck0ux6zVaqxkaISkwKo1xol0OzrBwnXgKqNsSd5IVlxZKQV5qgb8z0VEE6kqh8WonPSdnHef8bVMrTqm28f-0iNB5tkYnx_I1us3hGmtJSzDdeug-PAKGp2ZNkHbNEpMmWt2_dgJMRnKXTK634jno1qeBrdFqpbm5P97EjbqVgnZKJ-_Ps74qmzWqS2E_A7HZ9UPecVcGBBKe11NNJhxh1PZANSVDQIIfwB81cgTE2DkceQh7xJ7ipND8xCYEntD49FffC3JA-OFbEjnTGUs2TRo9YUaMvDf2HBJyF8D6cPBO-81z-o65ndpFEuBUm5nZBTWUXVF82M4yFBmd0UDU6XxkQQ0eVIWB8NKo4LjQQK3fo8lk2HnZ0nyJvKxFG3Bug4TrgQKkSNqgZ8sHuVK-ZFth9QnOiJYlxKGi2caCtjATUfzhVgwoK00ea4"}],"url":"https://prodapi.omniful.com/sales-channel/public/v2/tms/shipments/reference/:reference_id","description":"<h3 id=\"📌-fetch-shipment-by-reference-id--overview\">📌 <strong>Fetch Shipment by Reference ID – Overview</strong></h3>\n<p>The Fetch Shipment by Reference ID API allows users to retrieve shipment details based on a custom <strong>Reference ID</strong> assigned during order creation. This method is useful when shipments need to be linked to internal business processes or third-party systems.</p>\n","urlObject":{"protocol":"https","path":["sales-channel","public","v2","tms","shipments","reference",":reference_id"],"host":["prodapi","omniful","com"],"query":[],"variable":[{"id":"1e1c575e-30a3-460f-913b-20fde07b68ef","type":"any","value":"ORD-2024-001","key":"reference_id"}]}},"response":[{"id":"a821f3ec-ed2e-46a5-be7d-d11422661887","name":"Get Shipment by Reference","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NTM0Mzg2NzAsImp0aSI6ImIxMmQ5YWIyLWI1NGYtNGIyNy1iYmMxLWM2OWE1MGQ4Yjc3MSIsInVzZXJfZGV0YWlscyI6eyJTZWxsZXJTYWxlc0NoYW5uZWxJRCI6NzYwLCJTZWxsZXJJRCI6IjQ3OSIsIlRlbmFudElEIjoiMSIsIlVzZXJJRCI6IjQ3NzIiLCJVc2VyTmFtZSI6ImFudXBhbSIsIlJhdGVMaW1pdERldGFpbHMiOnsiRW5hYmxlZCI6dHJ1ZSwiUmVxdWVzdHNQZXJNaW51dGUiOjYwfX0sInRva2VuX3R5cGUiOiJCZWFyZXIifQ.Py-qDMfa7t0aP556mkXgzBbwM8B22IuFPLe_NTtsNiv7jtdC4uoKBtBTsntghEpY0JHVL2f9_M4I9_Plkp_PaxDJrfqOpu9X_PQSyNQfHtRjhpZRNegQkJ-k8MWpNZvO3sYWqVvdKI3COqDBdNC3S2fiZw0lPuD62twNZUOuiJIV160zbCRSrjKewR9khgL69GkScwKG7__ZzxMo611NBWeQxMmDRLB3ABuPi0j2YukFhomWck0ux6zVaqxkaISkwKo1xol0OzrBwnXgKqNsSd5IVlxZKQV5qgb8z0VEE6kqh8WonPSdnHef8bVMrTqm28f-0iNB5tkYnx_I1us3hGmtJSzDdeug-PAKGp2ZNkHbNEpMmWt2_dgJMRnKXTK634jno1qeBrdFqpbm5P97EjbqVgnZKJ-_Ps74qmzWqS2E_A7HZ9UPecVcGBBKe11NNJhxh1PZANSVDQIIfwB81cgTE2DkceQh7xJ7ipND8xCYEntD49FffC3JA-OFbEjnTGUs2TRo9YUaMvDf2HBJyF8D6cPBO-81z-o65ndpFEuBUm5nZBTWUXVF82M4yFBmd0UDU6XxkQQ0eVIWB8NKo4LjQQK3fo8lk2HnZ0nyJvKxFG3Bug4TrgQKkSNqgZ8sHuVK-ZFth9QnOiJYlxKGi2caCtjATUfzhVgwoK00ea4"}],"url":{"raw":"https://prodapi.omniful.com/sales-channel/public/v2/tms/shipments/reference/:reference_id","protocol":"https","host":["prodapi","omniful","com"],"path":["sales-channel","public","v2","tms","shipments","reference",":reference_id"],"variable":[{"key":"reference_id","value":"ORD-2024-001"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Fri, 26 Sep 2025 06:24:58 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"43449280-b41c-481f-8d7d-384ae3b4401c"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Content-Encoding","value":"br"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"9850ae67ad0c1be1-DEL"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"shipment\": {\n            \"id\": \"68d394b4ff009461959851e4\",\n            \"awb_number\": \"FCD-0E01DD85\",\n            \"awb_label\": \"\",\n            \"reference_id\": \"ORD-2024-001\",\n            \"tracking_number\": \"\",\n            \"seller_hub_id\": \"68d394abff009461959851e1\",\n            \"seller_info\": {\n                \"name\": \"3PL Fulfillment 10\",\n                \"code\": \"EX-637\",\n                \"email\": \"dumy@net.com\"\n            },\n            \"pickup_hub_id\": \"5000034\",\n            \"status\": \"cancelled\",\n            \"source\": \"sales_channel\",\n            \"seller_hub\": {\n                \"name\": \"3pl1 \",\n                \"code\": \"3pl1\",\n                \"address\": {\n                    \"code\": \"\",\n                    \"address_line_1\": \"12\",\n                    \"address_line_2\": \"ds\",\n                    \"city\": \"Riyadh\",\n                    \"state\": \"Riyadh Region\",\n                    \"country\": \"Saudi Arabia\",\n                    \"country_code\": \"SA\",\n                    \"city_id\": \"7570\",\n                    \"state_id\": \"92\",\n                    \"country_id\": \"8\",\n                    \"postal_code\": \"\",\n                    \"latitude\": 24.7135517,\n                    \"longitude\": 46.6752957,\n                    \"national_address_code\": \"\"\n                }\n            },\n            \"seller_customer_id\": \"68d394b4a6206606319c8a5b\",\n            \"customer_info\": {\n                \"id\": \"68d394b4a6206606319c8a5b\",\n                \"name\": \"John Doe \",\n                \"code\": \"\",\n                \"email\": \"john.doe@example.com\",\n                \"country_code\": \"SA\",\n                \"phone\": \"501234567\",\n                \"address\": {\n                    \"code\": \"\",\n                    \"address_line_1\": \"123 Business Street\",\n                    \"address_line_2\": \"Suite 100\",\n                    \"city\": \"Dubai\",\n                    \"state\": \"\",\n                    \"country\": \"United Arab Emirates\",\n                    \"country_code\": \"SA\",\n                    \"city_id\": \"0\",\n                    \"state_id\": \"0\",\n                    \"country_id\": \"0\",\n                    \"postal_code\": \"12345\",\n                    \"latitude\": 25.2048,\n                    \"longitude\": 55.2708,\n                    \"national_address_code\": \"\"\n                }\n            },\n            \"product_type\": \"physical_product\",\n            \"service_type\": \"standard\",\n            \"pickup_type\": \"pickup_by_logistics\",\n            \"delivery_type\": \"delivery_by_logistics\",\n            \"handling_granularity\": \"package\",\n            \"shipment_type\": \"forward\",\n            \"payment_info\": {\n                \"currency\": \"AED\",\n                \"payment_type\": \"prepaid\",\n                \"declared_value\": 150,\n                \"total_due\": 0,\n                \"total_paid\": 150\n            },\n            \"details\": {\n                \"total_weight\": 2.5,\n                \"actual_weight\": 0,\n                \"number_of_packages\": 1\n            },\n            \"tracking_history\": [\n                {\n                    \"status\": \"new\",\n                    \"event_time\": \"2025-09-24T06:50:28.297Z\",\n                    \"description\": \"Shipment Created\"\n                },\n                {\n                    \"status\": \"cancelled\",\n                    \"event_time\": \"2025-09-24T06:55:20.567Z\",\n                    \"description\": \"Shipment Cancelled: not required now\"\n                }\n            ],\n            \"delivery_preference\": {\n                \"delivery_date\": \"2025-09-30T00:00:00Z\",\n                \"start_time\": \"2025-09-30T09:00:00Z\",\n                \"end_time\": \"2025-09-30T18:00:00Z\",\n                \"delivery_instruction\": \"Please deliver to reception desk\"\n            },\n            \"delivery_zone_ids\": [\n                \"68c952b532e39a06acf14d29\"\n            ],\n            \"sales_channel_info\": {\n                \"seller_sales_channel_id\": \"channel_001\",\n                \"sales_channel\": {\n                    \"id\": \"amazon_ae\",\n                    \"tag\": \"amazon\",\n                    \"name\": \"Amazon UAE\",\n                    \"category\": \"marketplace\",\n                    \"logo_url\": \"https://example.com/amazon-logo.png\",\n                    \"link\": \"https://amazon.ae\",\n                    \"store_name\": \"Amazon UAE Store\"\n                }\n            },\n            \"delivered_at\": \"0001-01-01T00:00:00Z\",\n            \"on_hold_reasons\": [\n                \"no_delivery_hub_found\"\n            ],\n            \"cancel_reason\": \"not required now\",\n            \"shipment_created_at\": \"2025-09-24T06:50:28.332Z\",\n            \"packages\": [\n                {\n                    \"reference_id\": \"PKG-001\",\n                    \"shipment_reference_id\": \"ORD-2024-001\",\n                    \"pickup_hub\": null,\n                    \"delivery_hub\": null,\n                    \"status\": \"cancelled\",\n                    \"awb_number\": \"FCD-0E01DD85-1\",\n                    \"awb_label\": \"\",\n                    \"pickup_code\": \"7714\",\n                    \"delivery_code\": \"5708\",\n                    \"shipment_type\": \"forward\",\n                    \"service_type\": \"standard\",\n                    \"pickup_type\": \"pickup_by_logistics\",\n                    \"delivery_type\": \"delivery_by_logistics\",\n                    \"transaction_details\": null,\n                    \"payment_info\": {\n                        \"currency\": \"AED\",\n                        \"payment_type\": \"prepaid\",\n                        \"declared_value\": 150,\n                        \"total_due\": 0,\n                        \"total_paid\": 150\n                    },\n                    \"sender_info\": null,\n                    \"recipient_info\": null,\n                    \"packaging_info\": {\n                        \"length\": 30,\n                        \"height\": 20,\n                        \"width\": 25,\n                        \"weight\": 2.5,\n                        \"volume\": 15000\n                    },\n                    \"origin_stop\": null,\n                    \"current_stop\": null,\n                    \"next_stop\": null,\n                    \"destination_stop\": null,\n                    \"tags\": null,\n                    \"handling_granularity\": \"package\",\n                    \"items\": [\n                        {\n                            \"id\": \"68d395d8a6496a983c355882\",\n                            \"item_id\": \"\",\n                            \"reference_id\": \"item_001\",\n                            \"sku\": {\n                                \"id\": \"sku_001\",\n                                \"name\": \"Wireless Bluetooth Headphones\",\n                                \"code\": \"WH-001\",\n                                \"description\": \"High-quality wireless headphones with noise cancellation\",\n                                \"image_urls\": [\n                                    \"https://example.com/headphones-1.jpg\",\n                                    \"https://example.com/headphones-2.jpg\"\n                                ],\n                                \"barcodes\": [\n                                    \"1234567890123\",\n                                    \"9876543210987\"\n                                ],\n                                \"weight\": 0.5,\n                                \"currency\": \"AED\",\n                                \"selling_price\": 150\n                            },\n                            \"quantity\": 1,\n                            \"return_reason\": \"\",\n                            \"note\": \"\",\n                            \"image_urls\": [\n                                \"https://example.com/headphones-1.jpg\"\n                            ]\n                        }\n                    ],\n                    \"current_hub_id\": \"\",\n                    \"delivery_preference\": {\n                        \"delivery_date\": \"2025-09-30T00:00:00Z\",\n                        \"start_time\": \"2025-09-30T09:00:00Z\",\n                        \"end_time\": \"2025-09-30T18:00:00Z\",\n                        \"delivery_instruction\": \"Please deliver to reception desk\"\n                    },\n                    \"approved_at\": \"0001-01-01T00:00:00Z\",\n                    \"approved_by\": null\n                }\n            ]\n        }\n    },\n    \"meta\": null\n}"},{"id":"ba2ae3f2-93ef-458b-ad62-a7bf76e6103d","name":"Failed Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NTM0Mzg2NzAsImp0aSI6ImIxMmQ5YWIyLWI1NGYtNGIyNy1iYmMxLWM2OWE1MGQ4Yjc3MSIsInVzZXJfZGV0YWlscyI6eyJTZWxsZXJTYWxlc0NoYW5uZWxJRCI6NzYwLCJTZWxsZXJJRCI6IjQ3OSIsIlRlbmFudElEIjoiMSIsIlVzZXJJRCI6IjQ3NzIiLCJVc2VyTmFtZSI6ImFudXBhbSIsIlJhdGVMaW1pdERldGFpbHMiOnsiRW5hYmxlZCI6dHJ1ZSwiUmVxdWVzdHNQZXJNaW51dGUiOjYwfX0sInRva2VuX3R5cGUiOiJCZWFyZXIifQ.Py-qDMfa7t0aP556mkXgzBbwM8B22IuFPLe_NTtsNiv7jtdC4uoKBtBTsntghEpY0JHVL2f9_M4I9_Plkp_PaxDJrfqOpu9X_PQSyNQfHtRjhpZRNegQkJ-k8MWpNZvO3sYWqVvdKI3COqDBdNC3S2fiZw0lPuD62twNZUOuiJIV160zbCRSrjKewR9khgL69GkScwKG7__ZzxMo611NBWeQxMmDRLB3ABuPi0j2YukFhomWck0ux6zVaqxkaISkwKo1xol0OzrBwnXgKqNsSd5IVlxZKQV5qgb8z0VEE6kqh8WonPSdnHef8bVMrTqm28f-0iNB5tkYnx_I1us3hGmtJSzDdeug-PAKGp2ZNkHbNEpMmWt2_dgJMRnKXTK634jno1qeBrdFqpbm5P97EjbqVgnZKJ-_Ps74qmzWqS2E_A7HZ9UPecVcGBBKe11NNJhxh1PZANSVDQIIfwB81cgTE2DkceQh7xJ7ipND8xCYEntD49FffC3JA-OFbEjnTGUs2TRo9YUaMvDf2HBJyF8D6cPBO-81z-o65ndpFEuBUm5nZBTWUXVF82M4yFBmd0UDU6XxkQQ0eVIWB8NKo4LjQQK3fo8lk2HnZ0nyJvKxFG3Bug4TrgQKkSNqgZ8sHuVK-ZFth9QnOiJYlxKGi2caCtjATUfzhVgwoK00ea4"}],"url":{"raw":"https://prodapi.omniful.com/sales-channel/public/v2/tms/shipments/reference/:reference_id","protocol":"https","host":["prodapi","omniful","com"],"path":["sales-channel","public","v2","tms","shipments","reference",":reference_id"],"variable":[{"key":"reference_id","value":"ORD-2024-000"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Fri, 26 Sep 2025 06:27:26 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"79"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"e02b4158-7267-457e-acf2-09ba7c392e9c"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"9850b209d9dd89a2-DEL"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": false,\n    \"status_code\": 400,\n    \"error\": {\n        \"message\": \"shipment not found\"\n    }\n}"}],"_postman_id":"e23890ab-d66a-4470-af8e-543a2910285d"},{"name":"Get Shipment by Awb","id":"7b8f4d85-ec96-4af8-a3f4-b5034d1448be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NTM0Mzg2NzAsImp0aSI6ImIxMmQ5YWIyLWI1NGYtNGIyNy1iYmMxLWM2OWE1MGQ4Yjc3MSIsInVzZXJfZGV0YWlscyI6eyJTZWxsZXJTYWxlc0NoYW5uZWxJRCI6NzYwLCJTZWxsZXJJRCI6IjQ3OSIsIlRlbmFudElEIjoiMSIsIlVzZXJJRCI6IjQ3NzIiLCJVc2VyTmFtZSI6ImFudXBhbSIsIlJhdGVMaW1pdERldGFpbHMiOnsiRW5hYmxlZCI6dHJ1ZSwiUmVxdWVzdHNQZXJNaW51dGUiOjYwfX0sInRva2VuX3R5cGUiOiJCZWFyZXIifQ.Py-qDMfa7t0aP556mkXgzBbwM8B22IuFPLe_NTtsNiv7jtdC4uoKBtBTsntghEpY0JHVL2f9_M4I9_Plkp_PaxDJrfqOpu9X_PQSyNQfHtRjhpZRNegQkJ-k8MWpNZvO3sYWqVvdKI3COqDBdNC3S2fiZw0lPuD62twNZUOuiJIV160zbCRSrjKewR9khgL69GkScwKG7__ZzxMo611NBWeQxMmDRLB3ABuPi0j2YukFhomWck0ux6zVaqxkaISkwKo1xol0OzrBwnXgKqNsSd5IVlxZKQV5qgb8z0VEE6kqh8WonPSdnHef8bVMrTqm28f-0iNB5tkYnx_I1us3hGmtJSzDdeug-PAKGp2ZNkHbNEpMmWt2_dgJMRnKXTK634jno1qeBrdFqpbm5P97EjbqVgnZKJ-_Ps74qmzWqS2E_A7HZ9UPecVcGBBKe11NNJhxh1PZANSVDQIIfwB81cgTE2DkceQh7xJ7ipND8xCYEntD49FffC3JA-OFbEjnTGUs2TRo9YUaMvDf2HBJyF8D6cPBO-81z-o65ndpFEuBUm5nZBTWUXVF82M4yFBmd0UDU6XxkQQ0eVIWB8NKo4LjQQK3fo8lk2HnZ0nyJvKxFG3Bug4TrgQKkSNqgZ8sHuVK-ZFth9QnOiJYlxKGi2caCtjATUfzhVgwoK00ea4"}],"url":"https://prodapi.omniful.com/sales-channel/public/v2/tms/shipments/awb/:awb","description":"<h3 id=\"📌-fetch-shipment-by-awb-overview\">📌 <strong>Fetch Shipment by AWB– Overview</strong></h3>\n<p>The Fetch Shipment by AWB API provides detailed information about a shipment using its unique <strong>Air Waybill (AWB) number</strong>. This method allows users to directly track the journey of a specific parcel without needing order-level references.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["sales-channel","public","v2","tms","shipments","awb",":awb"],"host":["prodapi","omniful","com"],"query":[],"variable":[{"type":"any","value":"FCD-0E01DD85","key":"awb"}]}},"response":[{"id":"3e5c1b96-7658-433f-9c8c-2d3df0749f51","name":"Get Shipment by Awb","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NTM0Mzg2NzAsImp0aSI6ImIxMmQ5YWIyLWI1NGYtNGIyNy1iYmMxLWM2OWE1MGQ4Yjc3MSIsInVzZXJfZGV0YWlscyI6eyJTZWxsZXJTYWxlc0NoYW5uZWxJRCI6NzYwLCJTZWxsZXJJRCI6IjQ3OSIsIlRlbmFudElEIjoiMSIsIlVzZXJJRCI6IjQ3NzIiLCJVc2VyTmFtZSI6ImFudXBhbSIsIlJhdGVMaW1pdERldGFpbHMiOnsiRW5hYmxlZCI6dHJ1ZSwiUmVxdWVzdHNQZXJNaW51dGUiOjYwfX0sInRva2VuX3R5cGUiOiJCZWFyZXIifQ.Py-qDMfa7t0aP556mkXgzBbwM8B22IuFPLe_NTtsNiv7jtdC4uoKBtBTsntghEpY0JHVL2f9_M4I9_Plkp_PaxDJrfqOpu9X_PQSyNQfHtRjhpZRNegQkJ-k8MWpNZvO3sYWqVvdKI3COqDBdNC3S2fiZw0lPuD62twNZUOuiJIV160zbCRSrjKewR9khgL69GkScwKG7__ZzxMo611NBWeQxMmDRLB3ABuPi0j2YukFhomWck0ux6zVaqxkaISkwKo1xol0OzrBwnXgKqNsSd5IVlxZKQV5qgb8z0VEE6kqh8WonPSdnHef8bVMrTqm28f-0iNB5tkYnx_I1us3hGmtJSzDdeug-PAKGp2ZNkHbNEpMmWt2_dgJMRnKXTK634jno1qeBrdFqpbm5P97EjbqVgnZKJ-_Ps74qmzWqS2E_A7HZ9UPecVcGBBKe11NNJhxh1PZANSVDQIIfwB81cgTE2DkceQh7xJ7ipND8xCYEntD49FffC3JA-OFbEjnTGUs2TRo9YUaMvDf2HBJyF8D6cPBO-81z-o65ndpFEuBUm5nZBTWUXVF82M4yFBmd0UDU6XxkQQ0eVIWB8NKo4LjQQK3fo8lk2HnZ0nyJvKxFG3Bug4TrgQKkSNqgZ8sHuVK-ZFth9QnOiJYlxKGi2caCtjATUfzhVgwoK00ea4"}],"url":{"raw":"https://prodapi.omniful.com/sales-channel/public/v2/tms/shipments/awb/:awb","protocol":"https","host":["prodapi","omniful","com"],"path":["sales-channel","public","v2","tms","shipments","awb",":awb"],"variable":[{"key":"awb","value":"FCD-0E01DD85"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Thu, 25 Sep 2025 06:29:28 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"6b99ac69-5514-4ea9-8912-3868536303e2"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Content-Encoding","value":"br"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"984877a36dbd59c0-DEL"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"shipment\": {\n            \"id\": \"68d394b4ff009461959851e4\",\n            \"awb_number\": \"FCD-0E01DD85\",\n            \"awb_label\": \"\",\n            \"reference_id\": \"ORD-2024-001\",\n            \"tracking_number\": \"\",\n            \"seller_hub_id\": \"68d394abff009461959851e1\",\n            \"seller_info\": {\n                \"name\": \"3PL Fulfillment 10\",\n                \"code\": \"EX-637\",\n                \"email\": \"dumy@net.com\"\n            },\n            \"pickup_hub_id\": \"5000034\",\n            \"status\": \"cancelled\",\n            \"source\": \"sales_channel\",\n            \"seller_hub\": {\n                \"name\": \"3pl1 \",\n                \"code\": \"3pl1\",\n                \"address\": {\n                    \"code\": \"\",\n                    \"address_line_1\": \"12\",\n                    \"address_line_2\": \"ds\",\n                    \"city\": \"Riyadh\",\n                    \"state\": \"Riyadh Region\",\n                    \"country\": \"Saudi Arabia\",\n                    \"country_code\": \"SA\",\n                    \"city_id\": \"7570\",\n                    \"state_id\": \"92\",\n                    \"country_id\": \"8\",\n                    \"postal_code\": \"\",\n                    \"latitude\": 24.7135517,\n                    \"longitude\": 46.6752957,\n                    \"national_address_code\": \"\"\n                }\n            },\n            \"seller_customer_id\": \"68d394b4a6206606319c8a5b\",\n            \"customer_info\": {\n                \"id\": \"68d394b4a6206606319c8a5b\",\n                \"name\": \"John Doe \",\n                \"code\": \"\",\n                \"email\": \"john.doe@example.com\",\n                \"country_code\": \"SA\",\n                \"phone\": \"501234567\",\n                \"address\": {\n                    \"code\": \"\",\n                    \"address_line_1\": \"123 Business Street\",\n                    \"address_line_2\": \"Suite 100\",\n                    \"city\": \"Dubai\",\n                    \"state\": \"\",\n                    \"country\": \"United Arab Emirates\",\n                    \"country_code\": \"SA\",\n                    \"city_id\": \"0\",\n                    \"state_id\": \"0\",\n                    \"country_id\": \"0\",\n                    \"postal_code\": \"12345\",\n                    \"latitude\": 25.2048,\n                    \"longitude\": 55.2708,\n                    \"national_address_code\": \"\"\n                }\n            },\n            \"product_type\": \"physical_product\",\n            \"service_type\": \"standard\",\n            \"pickup_type\": \"pickup_by_logistics\",\n            \"delivery_type\": \"delivery_by_logistics\",\n            \"handling_granularity\": \"package\",\n            \"shipment_type\": \"forward\",\n            \"payment_info\": {\n                \"currency\": \"AED\",\n                \"payment_type\": \"prepaid\",\n                \"declared_value\": 150,\n                \"total_due\": 0,\n                \"total_paid\": 150\n            },\n            \"details\": {\n                \"total_weight\": 2.5,\n                \"actual_weight\": 0,\n                \"number_of_packages\": 1\n            },\n            \"tracking_history\": [\n                {\n                    \"status\": \"new\",\n                    \"event_time\": \"2025-09-24T06:50:28.297Z\",\n                    \"description\": \"Shipment Created\"\n                },\n                {\n                    \"status\": \"cancelled\",\n                    \"event_time\": \"2025-09-24T06:55:20.567Z\",\n                    \"description\": \"Shipment Cancelled: not required now\"\n                }\n            ],\n            \"delivery_preference\": {\n                \"delivery_date\": \"2025-09-30T00:00:00Z\",\n                \"start_time\": \"2025-09-30T09:00:00Z\",\n                \"end_time\": \"2025-09-30T18:00:00Z\",\n                \"delivery_instruction\": \"Please deliver to reception desk\"\n            },\n            \"delivery_zone_ids\": [\n                \"68c952b532e39a06acf14d29\"\n            ],\n            \"sales_channel_info\": {\n                \"seller_sales_channel_id\": \"channel_001\",\n                \"sales_channel\": {\n                    \"id\": \"amazon_ae\",\n                    \"tag\": \"amazon\",\n                    \"name\": \"Amazon UAE\",\n                    \"category\": \"marketplace\",\n                    \"logo_url\": \"https://example.com/amazon-logo.png\",\n                    \"link\": \"https://amazon.ae\",\n                    \"store_name\": \"Amazon UAE Store\"\n                }\n            },\n            \"delivered_at\": \"0001-01-01T00:00:00Z\",\n            \"on_hold_reasons\": [\n                \"no_delivery_hub_found\"\n            ],\n            \"cancel_reason\": \"not required now\",\n            \"shipment_created_at\": \"2025-09-24T06:50:28.332Z\",\n            \"packages\": [\n                {\n                    \"reference_id\": \"PKG-001\",\n                    \"shipment_reference_id\": \"ORD-2024-001\",\n                    \"pickup_hub\": null,\n                    \"delivery_hub\": null,\n                    \"status\": \"cancelled\",\n                    \"awb_number\": \"FCD-0E01DD85-1\",\n                    \"awb_label\": \"\",\n                    \"pickup_code\": \"7714\",\n                    \"delivery_code\": \"5708\",\n                    \"shipment_type\": \"forward\",\n                    \"service_type\": \"standard\",\n                    \"pickup_type\": \"pickup_by_logistics\",\n                    \"delivery_type\": \"delivery_by_logistics\",\n                    \"transaction_details\": null,\n                    \"payment_info\": {\n                        \"currency\": \"AED\",\n                        \"payment_type\": \"prepaid\",\n                        \"declared_value\": 150,\n                        \"total_due\": 0,\n                        \"total_paid\": 150\n                    },\n                    \"sender_info\": null,\n                    \"recipient_info\": null,\n                    \"packaging_info\": {\n                        \"length\": 30,\n                        \"height\": 20,\n                        \"width\": 25,\n                        \"weight\": 2.5,\n                        \"volume\": 15000\n                    },\n                    \"origin_stop\": null,\n                    \"current_stop\": null,\n                    \"next_stop\": null,\n                    \"destination_stop\": null,\n                    \"tags\": null,\n                    \"handling_granularity\": \"package\",\n                    \"items\": [\n                        {\n                            \"id\": \"68d395d8a6496a983c355882\",\n                            \"item_id\": \"\",\n                            \"reference_id\": \"item_001\",\n                            \"sku\": {\n                                \"id\": \"sku_001\",\n                                \"name\": \"Wireless Bluetooth Headphones\",\n                                \"code\": \"WH-001\",\n                                \"description\": \"High-quality wireless headphones with noise cancellation\",\n                                \"image_urls\": [\n                                    \"https://example.com/headphones-1.jpg\",\n                                    \"https://example.com/headphones-2.jpg\"\n                                ],\n                                \"barcodes\": [\n                                    \"1234567890123\",\n                                    \"9876543210987\"\n                                ],\n                                \"weight\": 0.5,\n                                \"currency\": \"AED\",\n                                \"selling_price\": 150\n                            },\n                            \"quantity\": 1,\n                            \"return_reason\": \"\",\n                            \"note\": \"\",\n                            \"image_urls\": [\n                                \"https://example.com/headphones-1.jpg\"\n                            ]\n                        }\n                    ],\n                    \"current_hub_id\": \"\",\n                    \"delivery_preference\": {\n                        \"delivery_date\": \"2025-09-30T00:00:00Z\",\n                        \"start_time\": \"2025-09-30T09:00:00Z\",\n                        \"end_time\": \"2025-09-30T18:00:00Z\",\n                        \"delivery_instruction\": \"Please deliver to reception desk\"\n                    },\n                    \"approved_at\": \"0001-01-01T00:00:00Z\",\n                    \"approved_by\": null\n                }\n            ]\n        }\n    },\n    \"meta\": null\n}"},{"id":"98058859-8a61-4f04-8df4-9476e9205a6c","name":"Failed Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NTM0Mzg2NzAsImp0aSI6ImIxMmQ5YWIyLWI1NGYtNGIyNy1iYmMxLWM2OWE1MGQ4Yjc3MSIsInVzZXJfZGV0YWlscyI6eyJTZWxsZXJTYWxlc0NoYW5uZWxJRCI6NzYwLCJTZWxsZXJJRCI6IjQ3OSIsIlRlbmFudElEIjoiMSIsIlVzZXJJRCI6IjQ3NzIiLCJVc2VyTmFtZSI6ImFudXBhbSIsIlJhdGVMaW1pdERldGFpbHMiOnsiRW5hYmxlZCI6dHJ1ZSwiUmVxdWVzdHNQZXJNaW51dGUiOjYwfX0sInRva2VuX3R5cGUiOiJCZWFyZXIifQ.Py-qDMfa7t0aP556mkXgzBbwM8B22IuFPLe_NTtsNiv7jtdC4uoKBtBTsntghEpY0JHVL2f9_M4I9_Plkp_PaxDJrfqOpu9X_PQSyNQfHtRjhpZRNegQkJ-k8MWpNZvO3sYWqVvdKI3COqDBdNC3S2fiZw0lPuD62twNZUOuiJIV160zbCRSrjKewR9khgL69GkScwKG7__ZzxMo611NBWeQxMmDRLB3ABuPi0j2YukFhomWck0ux6zVaqxkaISkwKo1xol0OzrBwnXgKqNsSd5IVlxZKQV5qgb8z0VEE6kqh8WonPSdnHef8bVMrTqm28f-0iNB5tkYnx_I1us3hGmtJSzDdeug-PAKGp2ZNkHbNEpMmWt2_dgJMRnKXTK634jno1qeBrdFqpbm5P97EjbqVgnZKJ-_Ps74qmzWqS2E_A7HZ9UPecVcGBBKe11NNJhxh1PZANSVDQIIfwB81cgTE2DkceQh7xJ7ipND8xCYEntD49FffC3JA-OFbEjnTGUs2TRo9YUaMvDf2HBJyF8D6cPBO-81z-o65ndpFEuBUm5nZBTWUXVF82M4yFBmd0UDU6XxkQQ0eVIWB8NKo4LjQQK3fo8lk2HnZ0nyJvKxFG3Bug4TrgQKkSNqgZ8sHuVK-ZFth9QnOiJYlxKGi2caCtjATUfzhVgwoK00ea4"}],"url":{"raw":"https://prodapi.omniful.com/sales-channel/public/v2/tms/shipments/awb/:awb","protocol":"https","host":["prodapi","omniful","com"],"path":["sales-channel","public","v2","tms","shipments","awb",":awb"],"variable":[{"key":"awb","value":"FCD-0E01DD8"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Fri, 26 Sep 2025 06:27:54 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"79"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"3bad1c03-ee4e-403a-bfbe-409ceca7f9de"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"9850b2b70d5489a2-DEL"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": false,\n    \"status_code\": 400,\n    \"error\": {\n        \"message\": \"shipment not found\"\n    }\n}"}],"_postman_id":"7b8f4d85-ec96-4af8-a3f4-b5034d1448be"},{"name":"Cancel Shipment","id":"5768aa76-7004-423c-92b7-538626dab1af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"reason\": \"not required now\"\n}","options":{"raw":{"language":"json"}}},"url":"https://prodapi.omniful.com/sales-channel/public/v2/tms/shipments/:shipment_id/cancel","description":"<h3 id=\"📌-cancel-shipment--overview\">📌 Cancel Shipment – Overview</h3>\n<p>The Cancel Shipment by Shipment ID API lets users cancel a shipment using the system-assigned <strong>Shipment ID</strong>. This approach ensures accuracy by targeting shipments uniquely identified within the system, reducing the risk of errors in cancellation.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>reason</td>\n<td>string</td>\n<td>Yes</td>\n<td>The reason for cancelling the shipment.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["sales-channel","public","v2","tms","shipments",":shipment_id","cancel"],"host":["prodapi","omniful","com"],"query":[],"variable":[{"type":"any","value":"68d4e93f70eeed28e860ca91","key":"shipment_id"}]}},"response":[{"id":"02e0d7ae-9236-4d83-bf30-002a740362b0","name":"Cancel Shipment","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NTM0Mzg2NzAsImp0aSI6ImIxMmQ5YWIyLWI1NGYtNGIyNy1iYmMxLWM2OWE1MGQ4Yjc3MSIsInVzZXJfZGV0YWlscyI6eyJTZWxsZXJTYWxlc0NoYW5uZWxJRCI6NzYwLCJTZWxsZXJJRCI6IjQ3OSIsIlRlbmFudElEIjoiMSIsIlVzZXJJRCI6IjQ3NzIiLCJVc2VyTmFtZSI6ImFudXBhbSIsIlJhdGVMaW1pdERldGFpbHMiOnsiRW5hYmxlZCI6dHJ1ZSwiUmVxdWVzdHNQZXJNaW51dGUiOjYwfX0sInRva2VuX3R5cGUiOiJCZWFyZXIifQ.Py-qDMfa7t0aP556mkXgzBbwM8B22IuFPLe_NTtsNiv7jtdC4uoKBtBTsntghEpY0JHVL2f9_M4I9_Plkp_PaxDJrfqOpu9X_PQSyNQfHtRjhpZRNegQkJ-k8MWpNZvO3sYWqVvdKI3COqDBdNC3S2fiZw0lPuD62twNZUOuiJIV160zbCRSrjKewR9khgL69GkScwKG7__ZzxMo611NBWeQxMmDRLB3ABuPi0j2YukFhomWck0ux6zVaqxkaISkwKo1xol0OzrBwnXgKqNsSd5IVlxZKQV5qgb8z0VEE6kqh8WonPSdnHef8bVMrTqm28f-0iNB5tkYnx_I1us3hGmtJSzDdeug-PAKGp2ZNkHbNEpMmWt2_dgJMRnKXTK634jno1qeBrdFqpbm5P97EjbqVgnZKJ-_Ps74qmzWqS2E_A7HZ9UPecVcGBBKe11NNJhxh1PZANSVDQIIfwB81cgTE2DkceQh7xJ7ipND8xCYEntD49FffC3JA-OFbEjnTGUs2TRo9YUaMvDf2HBJyF8D6cPBO-81z-o65ndpFEuBUm5nZBTWUXVF82M4yFBmd0UDU6XxkQQ0eVIWB8NKo4LjQQK3fo8lk2HnZ0nyJvKxFG3Bug4TrgQKkSNqgZ8sHuVK-ZFth9QnOiJYlxKGi2caCtjATUfzhVgwoK00ea4"}],"body":{"mode":"raw","raw":"{\n    \"reason\": \"not required now\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://prodapi.omniful.com/sales-channel/public/v2/tms/shipments/:shipment_id/cancel","protocol":"https","host":["prodapi","omniful","com"],"path":["sales-channel","public","v2","tms","shipments",":shipment_id","cancel"],"variable":[{"key":"shipment_id","value":"68d4e93f70eeed28e860ca9f"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Thu, 25 Sep 2025 07:03:40 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"bfe31cbf-4f1b-4be4-81df-a05c4a788d65"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Content-Encoding","value":"br"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"9848a9ba0c47c08d-MAA"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"shipment\": {\n            \"id\": \"68d4e93f70eeed28e860ca9f\",\n            \"awb_number\": \"FCD-157A3044\",\n            \"awb_label\": \"\",\n            \"reference_id\": \"ORD-2024-009\",\n            \"tracking_number\": \"\",\n            \"seller_hub_id\": \"68d394abff009461959851e1\",\n            \"seller_info\": {\n                \"name\": \"3PL Fulfillment 10\",\n                \"code\": \"EX-637\",\n                \"email\": \"dumy@net.com\"\n            },\n            \"pickup_hub_id\": \"5000034\",\n            \"status\": \"cancelled\",\n            \"source\": \"sales_channel\",\n            \"seller_hub\": {\n                \"name\": \"3pl1 \",\n                \"code\": \"3pl1\",\n                \"address\": {\n                    \"code\": \"\",\n                    \"address_line_1\": \"12\",\n                    \"address_line_2\": \"ds\",\n                    \"city\": \"Riyadh\",\n                    \"state\": \"Riyadh Region\",\n                    \"country\": \"Saudi Arabia\",\n                    \"country_code\": \"SA\",\n                    \"city_id\": \"7570\",\n                    \"state_id\": \"92\",\n                    \"country_id\": \"8\",\n                    \"postal_code\": \"\",\n                    \"latitude\": 24.7135517,\n                    \"longitude\": 46.6752957,\n                    \"national_address_code\": \"\"\n                }\n            },\n            \"seller_customer_id\": \"68d394b4a6206606319c8a5b\",\n            \"customer_info\": {\n                \"id\": \"68d394b4a6206606319c8a5b\",\n                \"name\": \"John Doe \",\n                \"code\": \"\",\n                \"email\": \"john.doe@example.com\",\n                \"country_code\": \"SA\",\n                \"phone\": \"501234567\",\n                \"address\": {\n                    \"code\": \"\",\n                    \"address_line_1\": \"123 Business Street\",\n                    \"address_line_2\": \"Suite 100\",\n                    \"city\": \"Dubai\",\n                    \"state\": \"\",\n                    \"country\": \"United Arab Emirates\",\n                    \"country_code\": \"SA\",\n                    \"city_id\": \"0\",\n                    \"state_id\": \"0\",\n                    \"country_id\": \"0\",\n                    \"postal_code\": \"12345\",\n                    \"latitude\": 25.2048,\n                    \"longitude\": 55.2708,\n                    \"national_address_code\": \"\"\n                }\n            },\n            \"product_type\": \"physical_product\",\n            \"service_type\": \"standard\",\n            \"pickup_type\": \"pickup_by_logistics\",\n            \"delivery_type\": \"delivery_by_logistics\",\n            \"handling_granularity\": \"package\",\n            \"shipment_type\": \"forward\",\n            \"payment_info\": {\n                \"currency\": \"AED\",\n                \"payment_type\": \"prepaid\",\n                \"declared_value\": 150,\n                \"total_due\": 0,\n                \"total_paid\": 150\n            },\n            \"details\": {\n                \"total_weight\": 2.5,\n                \"actual_weight\": 0,\n                \"number_of_packages\": 1\n            },\n            \"tracking_history\": [\n                {\n                    \"status\": \"new\",\n                    \"event_time\": \"2025-09-25T07:03:27.873Z\",\n                    \"description\": \"Shipment Created\"\n                },\n                {\n                    \"status\": \"cancelled\",\n                    \"event_time\": \"2025-09-25T07:03:39.930243203Z\",\n                    \"description\": \"Shipment Cancelled: not required now\"\n                }\n            ],\n            \"delivery_preference\": {\n                \"delivery_date\": \"2025-09-30T00:00:00Z\",\n                \"start_time\": \"2025-09-30T09:00:00Z\",\n                \"end_time\": \"2025-09-30T18:00:00Z\",\n                \"delivery_instruction\": \"Please deliver to reception desk\"\n            },\n            \"delivery_zone_ids\": [\n                \"68c952b532e39a06acf14d29\"\n            ],\n            \"sales_channel_info\": {\n                \"seller_sales_channel_id\": \"channel_001\",\n                \"sales_channel\": {\n                    \"id\": \"amazon_ae\",\n                    \"tag\": \"amazon\",\n                    \"name\": \"Amazon UAE\",\n                    \"category\": \"marketplace\",\n                    \"logo_url\": \"https://example.com/amazon-logo.png\",\n                    \"link\": \"https://amazon.ae\",\n                    \"store_name\": \"Amazon UAE Store\"\n                }\n            },\n            \"delivered_at\": \"0001-01-01T00:00:00Z\",\n            \"on_hold_reasons\": [\n                \"no_delivery_hub_found\"\n            ],\n            \"cancel_reason\": \"not required now\",\n            \"shipment_created_at\": \"2025-09-25T07:03:27.913Z\",\n            \"packages\": [\n                {\n                    \"reference_id\": \"PKG-001\",\n                    \"shipment_reference_id\": \"ORD-2024-009\",\n                    \"pickup_hub\": null,\n                    \"delivery_hub\": null,\n                    \"status\": \"cancelled\",\n                    \"awb_number\": \"FCD-157A3044-1\",\n                    \"awb_label\": \"\",\n                    \"pickup_code\": \"6921\",\n                    \"delivery_code\": \"9421\",\n                    \"shipment_type\": \"forward\",\n                    \"service_type\": \"standard\",\n                    \"pickup_type\": \"pickup_by_logistics\",\n                    \"delivery_type\": \"delivery_by_logistics\",\n                    \"transaction_details\": null,\n                    \"payment_info\": {\n                        \"currency\": \"AED\",\n                        \"payment_type\": \"prepaid\",\n                        \"declared_value\": 150,\n                        \"total_due\": 0,\n                        \"total_paid\": 150\n                    },\n                    \"sender_info\": null,\n                    \"recipient_info\": null,\n                    \"packaging_info\": {\n                        \"length\": 30,\n                        \"height\": 20,\n                        \"width\": 25,\n                        \"weight\": 2.5,\n                        \"volume\": 15000\n                    },\n                    \"origin_stop\": null,\n                    \"current_stop\": null,\n                    \"next_stop\": null,\n                    \"destination_stop\": null,\n                    \"tags\": null,\n                    \"handling_granularity\": \"package\",\n                    \"items\": [\n                        {\n                            \"id\": \"68d4e93f70eeed28e860ca9e\",\n                            \"item_id\": \"\",\n                            \"reference_id\": \"item_001\",\n                            \"sku\": {\n                                \"id\": \"sku_001\",\n                                \"name\": \"Wireless Bluetooth Headphones\",\n                                \"code\": \"WH-001\",\n                                \"description\": \"High-quality wireless headphones with noise cancellation\",\n                                \"image_urls\": [\n                                    \"https://example.com/headphones-1.jpg\",\n                                    \"https://example.com/headphones-2.jpg\"\n                                ],\n                                \"barcodes\": [\n                                    \"1234567890123\",\n                                    \"9876543210987\"\n                                ],\n                                \"weight\": 0.5,\n                                \"currency\": \"AED\",\n                                \"selling_price\": 150\n                            },\n                            \"quantity\": 1,\n                            \"return_reason\": \"\",\n                            \"note\": \"\",\n                            \"image_urls\": [\n                                \"https://example.com/headphones-1.jpg\"\n                            ]\n                        }\n                    ],\n                    \"current_hub_id\": \"\",\n                    \"delivery_preference\": {\n                        \"delivery_date\": \"2025-09-30T00:00:00Z\",\n                        \"start_time\": \"2025-09-30T09:00:00Z\",\n                        \"end_time\": \"2025-09-30T18:00:00Z\",\n                        \"delivery_instruction\": \"Please deliver to reception desk\"\n                    },\n                    \"approved_at\": \"0001-01-01T00:00:00Z\",\n                    \"approved_by\": null\n                }\n            ]\n        }\n    },\n    \"meta\": null\n}"},{"id":"e1cfd48e-b4fe-4e9b-8974-0a3a2de0f67f","name":"Failed Example 1","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NTM0Mzg2NzAsImp0aSI6ImIxMmQ5YWIyLWI1NGYtNGIyNy1iYmMxLWM2OWE1MGQ4Yjc3MSIsInVzZXJfZGV0YWlscyI6eyJTZWxsZXJTYWxlc0NoYW5uZWxJRCI6NzYwLCJTZWxsZXJJRCI6IjQ3OSIsIlRlbmFudElEIjoiMSIsIlVzZXJJRCI6IjQ3NzIiLCJVc2VyTmFtZSI6ImFudXBhbSIsIlJhdGVMaW1pdERldGFpbHMiOnsiRW5hYmxlZCI6dHJ1ZSwiUmVxdWVzdHNQZXJNaW51dGUiOjYwfX0sInRva2VuX3R5cGUiOiJCZWFyZXIifQ.Py-qDMfa7t0aP556mkXgzBbwM8B22IuFPLe_NTtsNiv7jtdC4uoKBtBTsntghEpY0JHVL2f9_M4I9_Plkp_PaxDJrfqOpu9X_PQSyNQfHtRjhpZRNegQkJ-k8MWpNZvO3sYWqVvdKI3COqDBdNC3S2fiZw0lPuD62twNZUOuiJIV160zbCRSrjKewR9khgL69GkScwKG7__ZzxMo611NBWeQxMmDRLB3ABuPi0j2YukFhomWck0ux6zVaqxkaISkwKo1xol0OzrBwnXgKqNsSd5IVlxZKQV5qgb8z0VEE6kqh8WonPSdnHef8bVMrTqm28f-0iNB5tkYnx_I1us3hGmtJSzDdeug-PAKGp2ZNkHbNEpMmWt2_dgJMRnKXTK634jno1qeBrdFqpbm5P97EjbqVgnZKJ-_Ps74qmzWqS2E_A7HZ9UPecVcGBBKe11NNJhxh1PZANSVDQIIfwB81cgTE2DkceQh7xJ7ipND8xCYEntD49FffC3JA-OFbEjnTGUs2TRo9YUaMvDf2HBJyF8D6cPBO-81z-o65ndpFEuBUm5nZBTWUXVF82M4yFBmd0UDU6XxkQQ0eVIWB8NKo4LjQQK3fo8lk2HnZ0nyJvKxFG3Bug4TrgQKkSNqgZ8sHuVK-ZFth9QnOiJYlxKGi2caCtjATUfzhVgwoK00ea4"}],"body":{"mode":"raw","raw":"{\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://prodapi.omniful.com/sales-channel/public/v2/tms/shipments/:shipment_id/cancel","protocol":"https","host":["prodapi","omniful","com"],"path":["sales-channel","public","v2","tms","shipments",":shipment_id","cancel"],"variable":[{"key":"shipment_id","value":"68d4e93f70eeed28e860ca9f"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Fri, 26 Sep 2025 06:28:11 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"161"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"ebfde47e-f1c7-46b6-a53b-e20dc92f1fa8"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"9850b322ecf989a2-DEL"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": false,\n    \"status_code\": 400,\n    \"error\": {\n        \"message\": \"cancellation reason is required\"\n    }\n}"},{"id":"20cd963a-9819-4f49-9bd5-0f71accc0bdf","name":"Failed Example 2","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NTM0Mzg2NzAsImp0aSI6ImIxMmQ5YWIyLWI1NGYtNGIyNy1iYmMxLWM2OWE1MGQ4Yjc3MSIsInVzZXJfZGV0YWlscyI6eyJTZWxsZXJTYWxlc0NoYW5uZWxJRCI6NzYwLCJTZWxsZXJJRCI6IjQ3OSIsIlRlbmFudElEIjoiMSIsIlVzZXJJRCI6IjQ3NzIiLCJVc2VyTmFtZSI6ImFudXBhbSIsIlJhdGVMaW1pdERldGFpbHMiOnsiRW5hYmxlZCI6dHJ1ZSwiUmVxdWVzdHNQZXJNaW51dGUiOjYwfX0sInRva2VuX3R5cGUiOiJCZWFyZXIifQ.Py-qDMfa7t0aP556mkXgzBbwM8B22IuFPLe_NTtsNiv7jtdC4uoKBtBTsntghEpY0JHVL2f9_M4I9_Plkp_PaxDJrfqOpu9X_PQSyNQfHtRjhpZRNegQkJ-k8MWpNZvO3sYWqVvdKI3COqDBdNC3S2fiZw0lPuD62twNZUOuiJIV160zbCRSrjKewR9khgL69GkScwKG7__ZzxMo611NBWeQxMmDRLB3ABuPi0j2YukFhomWck0ux6zVaqxkaISkwKo1xol0OzrBwnXgKqNsSd5IVlxZKQV5qgb8z0VEE6kqh8WonPSdnHef8bVMrTqm28f-0iNB5tkYnx_I1us3hGmtJSzDdeug-PAKGp2ZNkHbNEpMmWt2_dgJMRnKXTK634jno1qeBrdFqpbm5P97EjbqVgnZKJ-_Ps74qmzWqS2E_A7HZ9UPecVcGBBKe11NNJhxh1PZANSVDQIIfwB81cgTE2DkceQh7xJ7ipND8xCYEntD49FffC3JA-OFbEjnTGUs2TRo9YUaMvDf2HBJyF8D6cPBO-81z-o65ndpFEuBUm5nZBTWUXVF82M4yFBmd0UDU6XxkQQ0eVIWB8NKo4LjQQK3fo8lk2HnZ0nyJvKxFG3Bug4TrgQKkSNqgZ8sHuVK-ZFth9QnOiJYlxKGi2caCtjATUfzhVgwoK00ea4"}],"body":{"mode":"raw","raw":"{\n    \"reason\": \"not required now\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://prodapi.omniful.com/sales-channel/public/v2/tms/shipments/:shipment_id/cancel","protocol":"https","host":["prodapi","omniful","com"],"path":["sales-channel","public","v2","tms","shipments",":shipment_id","cancel"],"variable":[{"key":"shipment_id","value":"68d4e93f70eeed28e860ca9"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Fri, 26 Sep 2025 06:30:40 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"155"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"04ad03b6-92a2-4b74-a779-d9ab95089c06"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"9850b6c18ff554de-DEL"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": false,\n    \"status_code\": 400,\n    \"error\": {\n        \"message\": \"invalid object id\"\n    }\n}"}],"_postman_id":"5768aa76-7004-423c-92b7-538626dab1af"}],"id":"6192f4f9-ae89-4f7f-8a28-bd466804e7de","_postman_id":"6192f4f9-ae89-4f7f-8a28-bd466804e7de","description":"","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}}},{"name":"Webhook","item":[{"name":"Register Webhook","id":"c74e853a-c79b-42f3-862e-77130121a0b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n    {\n        \"topic\": \"shipment_webhook\",\n        \"webhook_url\": \"https://webhook.site/181a3c04-263d-4032-a8b0-d778ef5698fc\",\n        \"is_enable\": true,\n        \"custom_headers\": [\n            {\n                \"key\": \"X-AUTH-TOKEN\",\n                \"value\": \"New_token\"\n            }\n        ]\n    }\n]","options":{"raw":{"language":"json"}}},"url":"https://prodapi.omniful.com/sales-channel/public/v1/webhooks","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["sales-channel","public","v1","webhooks"],"host":["prodapi","omniful","com"],"query":[],"variable":[]}},"response":[{"id":"58880913-7efa-4c3b-9275-0cfee858691d","name":"New Request","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"[\n    {\n        \"topic\": \"shipment_webhook\",\n        \"webhook_url\": \"https://webhook.site/181a3c04-263d-4032-a8b0-d778ef5698fc\",\n        \"is_enable\": true,\n        \"custom_headers\": [\n            {\n                \"key\": \"auth-token\",\n                \"value\": \"New_token\"\n            }\n        ]\n    }\n]","options":{"raw":{"language":"json"}}},"url":"https://prodapi.omniful.com/sales-channel/public/v1/webhooks"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Fri, 26 Sep 2025 12:24:05 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-omniful-request-id","value":"7a6351e4-e47d-4a57-8e7a-958c1c591271"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Content-Encoding","value":"br"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"9852bc78696559d0-DEL"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"status\": \"Success: The webhook configurations were successfully updated.\"\n    },\n    \"meta\": null\n}"}],"_postman_id":"c74e853a-c79b-42f3-862e-77130121a0b6"}],"id":"520206a4-dcba-435f-a770-0caf11db2e7b","description":"<h1 id=\"📌-webhook-documentation\">📌 Webhook Documentation</h1>\n<p>Webhooks allow your system to receive real-time notifications when specific events occur (e.g., shipment created, shipment cancelled, status updated). Instead of polling APIs repeatedly, webhooks push data to your endpoint as soon as the event happens.</p>\n<hr />\n<h2 id=\"🔗-endpoint-information\">🔗 Endpoint Information</h2>\n<ul>\n<li><p><strong>URL</strong>: <code>YOUR_WEBHOOK_URL_HERE</code></p>\n</li>\n<li><p><strong>Method</strong>: <code>POST</code></p>\n</li>\n<li><p><strong>Content-Type</strong>: <code>application/json</code></p>\n</li>\n</ul>\n<hr />\n<h2 id=\"🚀-webhook-events-and-shipment-and-packages-statuses\">🚀 Webhook Events and Shipment And Packages Statuses</h2>\n<p>The webhook sends a POST request to the specified URL with a JSON payload for each event.<br />The <code>event_name</code> field indicates the type of event, and the <code>status</code> field in the <code>data</code> object provides the current status of the shipment.</p>\n<h1 id=\"📦-shipment-statuses\">📦 Shipment Statuses</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>event_name</th>\n<th>status</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>shipment.create.event</code></td>\n<td>new</td>\n<td>A new shipment has been created in the system.</td>\n</tr>\n<tr>\n<td><code>shipment.update.event</code></td>\n<td>dispatched</td>\n<td>The shipment has been picked up by the courier.</td>\n</tr>\n<tr>\n<td><code>shipment.update.event</code></td>\n<td>in_transit</td>\n<td>The shipment is moving between logistic hubs.</td>\n</tr>\n<tr>\n<td><code>shipment.update.event</code></td>\n<td>out_for_delivery</td>\n<td>The shipment is with the courier for final delivery.</td>\n</tr>\n<tr>\n<td><code>shipment.update.event</code></td>\n<td>delivered</td>\n<td>The shipment has been successfully delivered.</td>\n</tr>\n<tr>\n<td><code>shipment.update.event</code></td>\n<td>cancelled</td>\n<td>The shipment has been cancelled by the user or system.</td>\n</tr>\n<tr>\n<td><code>shipment.update.event</code></td>\n<td>partially_delivered</td>\n<td>The shipment has been partially_delivered where some packages are delivered and some are returened to origin.</td>\n</tr>\n<tr>\n<td><code>shipment.update.event</code></td>\n<td>returned</td>\n<td>The shipment is being returned to the sender.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h1 id=\"📦-package-statuses\">📦 Package Statuses</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>New</code></td>\n<td><code>new</code></td>\n<td>Shipment has been created but not yet processed.</td>\n</tr>\n<tr>\n<td><code>ArrivingAtHub</code></td>\n<td><code>arriving_at_hub</code></td>\n<td>Shipment is on its way to a logistics hub.</td>\n</tr>\n<tr>\n<td><code>ToBePicked</code></td>\n<td><code>to_be_picked</code></td>\n<td>Shipment is ready and waiting to be picked up by courier.</td>\n</tr>\n<tr>\n<td><code>InTransit</code></td>\n<td><code>in_transit</code></td>\n<td>Shipment is moving between logistic hubs.</td>\n</tr>\n<tr>\n<td><code>PickupRejected</code></td>\n<td><code>pickup_rejected</code></td>\n<td>Pickup attempt was rejected by courier or warehouse.</td>\n</tr>\n<tr>\n<td><code>ArrivedAtHub</code></td>\n<td><code>arrived_at_hub</code></td>\n<td>Shipment has reached a logistics hub.</td>\n</tr>\n<tr>\n<td><code>ReceivedAtHub</code></td>\n<td><code>received_at_hub</code></td>\n<td>Shipment has been received and processed at the hub.</td>\n</tr>\n<tr>\n<td><code>ReadyToDispatch</code></td>\n<td><code>ready_to_dispatch</code></td>\n<td>Shipment is prepared for dispatch to next destination.</td>\n</tr>\n<tr>\n<td><code>OutForDelivery</code></td>\n<td><code>out_for_delivery</code></td>\n<td>Shipment is with courier for final delivery.</td>\n</tr>\n<tr>\n<td><code>Returned</code></td>\n<td><code>returned</code></td>\n<td>Shipment is being returned to the sender.</td>\n</tr>\n<tr>\n<td><code>Delivered</code></td>\n<td><code>delivered</code></td>\n<td>Shipment has been successfully delivered.</td>\n</tr>\n<tr>\n<td><code>Cancelled</code></td>\n<td><code>cancelled</code></td>\n<td>Shipment has been cancelled by user or system.</td>\n</tr>\n<tr>\n<td><code>ReturningToHub</code></td>\n<td><code>returning_to_hub</code></td>\n<td>Shipment is on its way back to the logistics hub.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"📝-example-webhook-payload-shipmentcreateevent\">📝 Example Webhook Payload (<code>shipment.create.event</code>)</h2>\n<p>The following is a sample of the JSON data sent for a new shipment creation.<br />This structure is consistent across all events, with changes primarily in the <code>status</code> and <code>tracking_history</code> fields.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"event_name\": \"shipment.create.event\",\n  \"data\": {\n    \"id\": \"\",\n    \"awb_number\": \"FCD-656ECB74\",\n    \"awb_label\": \"\",\n    \"reference_id\": \"ORD-2024-1101\",\n    \"tracking_number\": \"\",\n    \"seller_hub_id\": \"68d394abff009461959851e1\",\n    \"seller_info\": {\n      \"name\": \"3PL Fulfillment 10\",\n      \"code\": \"EX-637\",\n      \"email\": \"dumy@net.com\"\n    },\n    \"pickup_hub_id\": \"\",\n    \"status\": \"on_hold\",\n    \"source\": \"sales_channel\",\n    \"seller_hub\": {\n      \"name\": \"3pl1 \",\n      \"code\": \"3pl1\",\n      \"address\": {\n        \"code\": \"\",\n        \"address_line_1\": \"12\",\n        \"address_line_2\": \"ds\",\n        \"city\": \"Riyadh\",\n        \"state\": \"Riyadh Region\",\n        \"country\": \"Saudi Arabia\",\n        \"country_code\": \"SA\",\n        \"city_id\": \"7570\",\n        \"state_id\": \"92\",\n        \"country_id\": \"8\",\n        \"postal_code\": \"\",\n        \"latitude\": 24.7135517,\n        \"longitude\": 46.6752957\n      }\n    },\n    \"seller_customer_id\": \"\",\n    \"customer_info\": {\n      \"id\": \"\",\n      \"name\": \"John Doe\",\n      \"code\": \"CUST001\",\n      \"email\": \"john.doe@example.com\",\n      \"country_code\": \"SA\",\n      \"phone\": \"501234567\",\n      \"address\": {\n        \"code\": \"ADDR001\",\n        \"address_line_1\": \"123 Business Street\",\n        \"address_line_2\": \"Suite 100\",\n        \"city\": \"Dubai\",\n        \"state\": \"Dubai\",\n        \"country\": \"United Arab Emirates\",\n        \"country_code\": \"AE\",\n        \"city_id\": \"city_001\",\n        \"state_id\": \"state_001\",\n        \"country_id\": \"country_001\",\n        \"postal_code\": \"12345\",\n        \"latitude\": 25.2048,\n        \"longitude\": 55.2708\n      }\n    },\n    \"product_type\": \"physical_product\",\n    \"service_type\": \"\",\n    \"pickup_type\": \"\",\n    \"delivery_type\": \"delivery_by_logistics\",\n    \"handling_granularity\": \"package\",\n    \"shipment_type\": \"forward\",\n    \"payment_info\": {\n      \"currency\": \"AED\",\n      \"payment_type\": \"prepaid\",\n      \"declared_value\": 150,\n      \"total_due\": 0,\n      \"total_paid\": 150\n    },\n    \"details\": {\n      \"total_weight\": 2.5,\n      \"actual_weight\": 0,\n      \"number_of_packages\": 1\n    },\n    \"tracking_history\": [\n      {\n        \"status\": \"new\",\n        \"event_time\": \"2025-09-26T11:41:56.890689975Z\",\n        \"description\": \"Shipment Created\"\n      }\n    ],\n    \"delivery_preference\": {\n      \"delivery_date\": \"2025-09-30T00:00:00Z\",\n      \"start_time\": \"2025-09-30T09:00:00Z\",\n      \"end_time\": \"2025-09-30T18:00:00Z\",\n      \"delivery_instruction\": \"Please deliver to reception desk\"\n    },\n    \"delivery_zone_ids\": null,\n    \"sales_channel_info\": {\n      \"seller_sales_channel_id\": \"channel_001\",\n      \"sales_channel\": {\n        \"id\": \"amazon_ae\",\n        \"tag\": \"amazon\",\n        \"name\": \"Amazon UAE\",\n        \"category\": \"marketplace\",\n        \"logo_url\": \"https://example.com/amazon-logo.png\",\n        \"link\": \"https://amazon.ae\",\n        \"store_name\": \"Amazon UAE Store\"\n      }\n    },\n    \"delivered_at\": \"0001-01-01T00:00:00Z\",\n    \"on_hold_reasons\": [\n      \"invalid_customer_address\",\n      \"no_pickup_hub_found\",\n      \"no_delivery_hub_found\"\n    ],\n    \"shipment_created_at\": \"2025-09-26T11:41:56.913371463Z\",\n    \"packages\": [\n      {\n        \"reference_id\": \"PKG-001\",\n        \"shipment_reference_id\": \"ORD-2024-1101\",\n        \"pickup_hub\": {\n          \"name\": \"\",\n          \"code\": \"\",\n          \"address\": {\n            \"code\": \"\",\n            \"address_line_1\": \"\",\n            \"address_line_2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"country\": \"\",\n            \"country_code\": \"\",\n            \"city_id\": \"\",\n            \"state_id\": \"\",\n            \"country_id\": \"\",\n            \"postal_code\": \"\",\n            \"latitude\": 0,\n            \"longitude\": 0\n          }\n        },\n        \"delivery_hub\": {\n          \"name\": \"\",\n          \"code\": \"\",\n          \"address\": {\n            \"code\": \"\",\n            \"address_line_1\": \"\",\n            \"address_line_2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"country\": \"\",\n            \"country_code\": \"\",\n            \"city_id\": \"\",\n            \"state_id\": \"\",\n            \"country_id\": \"\",\n            \"postal_code\": \"\",\n            \"latitude\": 0,\n            \"longitude\": 0\n          }\n        },\n        \"status\": \"on_hold\",\n        \"awb_number\": \"FCD-656ECB74-1\",\n        \"awb_label\": \"\",\n        \"pickup_code\": \"9195\",\n        \"delivery_code\": \"0419\",\n        \"shipment_type\": \"forward\",\n        \"service_type\": \"standard\",\n        \"pickup_type\": \"pickup_by_logistics\",\n        \"delivery_type\": \"delivery_by_logistics\",\n        \"transaction_details\": null,\n        \"payment_info\": {\n          \"currency\": \"AED\",\n          \"payment_type\": \"prepaid\",\n          \"declared_value\": 150,\n          \"total_due\": 0,\n          \"total_paid\": 150\n        },\n        \"sender_info\": {\n          \"id\": \"\",\n          \"name\": \"\",\n          \"code\": \"\",\n          \"email\": \"\",\n          \"country_code\": \"\",\n          \"phone\": \"\",\n          \"address\": {\n            \"code\": \"\",\n            \"address_line_1\": \"\",\n            \"address_line_2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"country\": \"\",\n            \"country_code\": \"\",\n            \"city_id\": \"\",\n            \"state_id\": \"\",\n            \"country_id\": \"\",\n            \"postal_code\": \"\",\n            \"latitude\": 0,\n            \"longitude\": 0\n          }\n        },\n        \"recipient_info\": {\n          \"recipient\": \"\",\n          \"recipient_photo\": \"\",\n          \"recipient_signature\": \"\",\n          \"delivery_proofs\": null\n        },\n        \"packaging_info\": {\n          \"length\": 30,\n          \"height\": 20,\n          \"width\": 25,\n          \"weight\": 2.5,\n          \"volume\": 15000\n        },\n        \"origin_stop\": {\n          \"id\": \"\",\n          \"type\": \"\",\n          \"name\": \"\",\n          \"code\": \"\",\n          \"country_code\": \"\",\n          \"phone\": \"\",\n          \"address\": {\n            \"code\": \"\",\n            \"address_line_1\": \"\",\n            \"address_line_2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"country\": \"\",\n            \"country_code\": \"\",\n            \"city_id\": \"\",\n            \"state_id\": \"\",\n            \"country_id\": \"\",\n            \"postal_code\": \"\",\n            \"latitude\": 0,\n            \"longitude\": 0\n          }\n        },\n        \"current_stop\": {\n          \"id\": \"\",\n          \"type\": \"\",\n          \"name\": \"\",\n          \"code\": \"\",\n          \"country_code\": \"\",\n          \"phone\": \"\",\n          \"address\": {\n            \"code\": \"\",\n            \"address_line_1\": \"\",\n            \"address_line_2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"country\": \"\",\n            \"country_code\": \"\",\n            \"city_id\": \"\",\n            \"state_id\": \"\",\n            \"country_id\": \"\",\n            \"postal_code\": \"\",\n            \"latitude\": 0,\n            \"longitude\": 0\n          }\n        },\n        \"next_stop\": {\n          \"id\": \"\",\n          \"type\": \"\",\n          \"name\": \"\",\n          \"code\": \"\",\n          \"country_code\": \"\",\n          \"phone\": \"\",\n          \"address\": {\n            \"code\": \"\",\n            \"address_line_1\": \"\",\n            \"address_line_2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"country\": \"\",\n            \"country_code\": \"\",\n            \"city_id\": \"\",\n            \"state_id\": \"\",\n            \"country_id\": \"\",\n            \"postal_code\": \"\",\n            \"latitude\": 0,\n            \"longitude\": 0\n          }\n        },\n        \"destination_stop\": {\n          \"id\": \"\",\n          \"type\": \"\",\n          \"name\": \"\",\n          \"code\": \"\",\n          \"country_code\": \"\",\n          \"phone\": \"\",\n          \"address\": {\n            \"code\": \"\",\n            \"address_line_1\": \"\",\n            \"address_line_2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"country\": \"\",\n            \"country_code\": \"\",\n            \"city_id\": \"\",\n            \"state_id\": \"\",\n            \"country_id\": \"\",\n            \"postal_code\": \"\",\n            \"latitude\": 0,\n            \"longitude\": 0\n          }\n        },\n        \"tags\": null,\n        \"handling_granularity\": \"package\",\n        \"items\": [\n          {\n            \"id\": \"\",\n            \"item_id\": \"\",\n            \"reference_id\": \"\",\n            \"sku\": {\n              \"id\": \"sku_001\",\n              \"name\": \"Wireless Bluetooth Headphones\",\n              \"code\": \"WH-001\",\n              \"description\": \"High-quality wireless headphones with noise cancellation\",\n              \"image_urls\": [\n                \"https://example.com/headphones-1.jpg\",\n                \"https://example.com/headphones-2.jpg\"\n              ],\n              \"barcodes\": [\n                \"1234567890123\",\n                \"9876543210987\"\n              ],\n              \"weight\": 0.5,\n              \"currency\": \"AED\",\n              \"selling_price\": 150\n            },\n            \"quantity\": 1,\n            \"return_reason\": \"\",\n            \"note\": \"\",\n            \"image_urls\": null\n          }\n        ],\n        \"current_hub_id\": \"\",\n        \"delivery_preference\": {\n          \"delivery_date\": \"2025-09-30T00:00:00Z\",\n          \"start_time\": \"2025-09-30T09:00:00Z\",\n          \"end_time\": \"2025-09-30T18:00:00Z\",\n          \"delivery_instruction\": \"Please deliver to reception desk\"\n        },\n        \"approved_at\": \"0001-01-01T00:00:00Z\",\n        \"approved_by\": {\n          \"id\": \"\",\n          \"name\": \"\"\n        }\n      }\n    ]\n  }\n}\n\n</code></pre>\n","_postman_id":"520206a4-dcba-435f-a770-0caf11db2e7b","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}}}],"id":"5c9fb43e-04a3-4948-92dc-efdbd0c4f7ec","description":"<p><strong>Note:</strong> For all operations in the <strong>KSA region</strong>, the <code>national_address_code</code> field <strong>must be included</strong> inside every request’s address object. This is mandatory across all APIs in this folder.</p>\n","_postman_id":"5c9fb43e-04a3-4948-92dc-efdbd0c4f7ec","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"2714ea86-d918-46ac-a643-1a78d2a3c059","id":"2714ea86-d918-46ac-a643-1a78d2a3c059","name":"Omniful Integration APIs","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"token":"{{access_token}}"}},"event":[{"listen":"prerequest","script":{"id":"5f846c3a-0896-4702-9d5f-b68701928dc9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"eedaf8ef-f960-40a5-aef9-28832892fb14","type":"text/javascript","exec":[""]}}]}