{
  "info": {
    "_postman_id": "a421cbf7-6d02-4c1b-ab43-eae2fb04e850",
    "name": "spearHub_adminUpdates",
    "description": "طلبات التعديلات الأخيرة (أدوار متجر/منصة، عمولات، مدن، شحن، ضريبة الطلب، إعادة إسناد سائق، تقييمات، منتجات سوبر أدمن، طلبات، بنرات، سكشنات).\n\n**متغيرات:** عبّي التوكنات من تسجيل الدخول. حدّث المعرفات من استجابات `GET`.\n\n**migrate:** `php artisan migrate` لتفعيل `commission_percent`, `shipment_methods`, حقول الطلب والتقييم.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "_exporter_id": "19839603"
  },
  "item": [
    {
      "name": "2 — Super Admin أدوار المنصة",
      "item": [
        {
          "name": "GET roles/permissions-tree",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{super_admin_token}}"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/super_admin/roles/permissions-tree",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "super_admin",
                "roles",
                "permissions-tree"
              ]
            }
          },
          "response": []
        },
        {
          "name": "GET roles",
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "3|WSgPkKwP2I5HNSbp9KTpCKhFk76McqQKQjpL4NLk4b0d598b",
                  "type": "string"
                }
              ]
            },
            "method": "GET",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{super_admin_token}}"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/super_admin/roles",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "super_admin",
                "roles"
              ]
            }
          },
          "response": [
            {
              "name": "GET roles",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer {{super_admin_token}}"
                  }
                ],
                "url": {
                  "raw": "{{base_url}}/api/super_admin/roles",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "api",
                    "super_admin",
                    "roles"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": null,
              "header": [
                {
                  "key": "Host",
                  "value": "127.0.0.1:8000"
                },
                {
                  "key": "Connection",
                  "value": "close"
                },
                {
                  "key": "X-Powered-By",
                  "value": "PHP/8.2.18"
                },
                {
                  "key": "Cache-Control",
                  "value": "no-cache, private"
                },
                {
                  "key": "Date",
                  "value": "Sat, 04 Apr 2026 19:50:09 GMT"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-RateLimit-Limit",
                  "value": "60"
                },
                {
                  "key": "X-RateLimit-Remaining",
                  "value": "58"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                }
              ],
              "cookie": [],
              "body": "{\n    \"success\": true,\n    \"message\": \"ok\",\n    \"data\": [\n        {\n            \"id\": 2,\n            \"name\": \"Support L2\",\n            \"created_at\": \"2026-04-04T19:49:43.000000Z\",\n            \"updated_at\": \"2026-04-04T19:49:43.000000Z\"\n        },\n        {\n            \"id\": 1,\n            \"name\": \"System Administrator\",\n            \"created_at\": \"2026-04-03T11:47:00.000000Z\",\n            \"updated_at\": \"2026-04-03T11:47:00.000000Z\"\n        }\n    ],\n    \"errors\": null\n}"
            }
          ]
        },
        {
          "name": "POST roles — إنشاء",
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "3|WSgPkKwP2I5HNSbp9KTpCKhFk76McqQKQjpL4NLk4b0d598b",
                  "type": "string"
                }
              ]
            },
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{super_admin_token}}"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Support L2\"\n}"
            },
            "url": {
              "raw": "{{base_url}}/api/super_admin/roles",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "super_admin",
                "roles"
              ]
            }
          },
          "response": [
            {
              "name": "POST roles — إنشاء",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer {{super_admin_token}}"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Support L2\"\n}"
                },
                "url": {
                  "raw": "{{base_url}}/api/super_admin/roles",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "api",
                    "super_admin",
                    "roles"
                  ]
                }
              },
              "status": "Created",
              "code": 201,
              "_postman_previewlanguage": null,
              "header": [
                {
                  "key": "Host",
                  "value": "127.0.0.1:8000"
                },
                {
                  "key": "Connection",
                  "value": "close"
                },
                {
                  "key": "X-Powered-By",
                  "value": "PHP/8.2.18"
                },
                {
                  "key": "Cache-Control",
                  "value": "no-cache, private"
                },
                {
                  "key": "Date",
                  "value": "Sat, 04 Apr 2026 19:49:43 GMT"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-RateLimit-Limit",
                  "value": "60"
                },
                {
                  "key": "X-RateLimit-Remaining",
                  "value": "59"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                }
              ],
              "cookie": [],
              "body": "{\n    \"success\": true,\n    \"message\": \"created\",\n    \"data\": {\n        \"name\": \"Support L2\",\n        \"updated_at\": \"2026-04-04T19:49:43.000000Z\",\n        \"created_at\": \"2026-04-04T19:49:43.000000Z\",\n        \"id\": 2\n    },\n    \"errors\": null\n}"
            }
          ]
        },
        {
          "name": "GET roles/{role} — كل الصلاحيات + assigned",
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "3|WSgPkKwP2I5HNSbp9KTpCKhFk76McqQKQjpL4NLk4b0d598b",
                  "type": "string"
                }
              ]
            },
            "method": "GET",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{super_admin_token}}"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/super_admin/roles/{{platform_role_id}}",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "super_admin",
                "roles",
                "{{platform_role_id}}"
              ]
            }
          },
          "response": [
            {
              "name": "GET roles/{role} — كل الصلاحيات + assigned",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer {{super_admin_token}}"
                  }
                ],
                "url": {
                  "raw": "{{base_url}}/api/super_admin/roles/{{platform_role_id}}",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "api",
                    "super_admin",
                    "roles",
                    "{{platform_role_id}}"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": null,
              "header": [
                {
                  "key": "Host",
                  "value": "127.0.0.1:8000"
                },
                {
                  "key": "Connection",
                  "value": "close"
                },
                {
                  "key": "X-Powered-By",
                  "value": "PHP/8.2.18"
                },
                {
                  "key": "Cache-Control",
                  "value": "no-cache, private"
                },
                {
                  "key": "Date",
                  "value": "Sat, 04 Apr 2026 20:00:50 GMT"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-RateLimit-Limit",
                  "value": "60"
                },
                {
                  "key": "X-RateLimit-Remaining",
                  "value": "58"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                }
              ],
              "cookie": [],
              "body": "{\n    \"success\": true,\n    \"message\": \"ok\",\n    \"data\": {\n        \"role\": {\n            \"id\": 1,\n            \"name\": \"System Administrator\"\n        },\n        \"permissions\": [\n            {\n                \"id\": 4,\n                \"module\": \"customers\",\n                \"action\": \"update\",\n                \"slug\": \"sa.customers.update\",\n                \"assigned\": true\n            },\n            {\n                \"id\": 3,\n                \"module\": \"customers\",\n                \"action\": \"view\",\n                \"slug\": \"sa.customers.view\",\n                \"assigned\": true\n            },\n            {\n                \"id\": 10,\n                \"module\": \"drivers\",\n                \"action\": \"manage\",\n                \"slug\": \"sa.drivers.manage\",\n                \"assigned\": false\n            },\n            {\n                \"id\": 9,\n                \"module\": \"drivers\",\n                \"action\": \"view\",\n                \"slug\": \"sa.drivers.view\",\n                \"assigned\": true\n            },\n            {\n                \"id\": 6,\n                \"module\": \"merchants\",\n                \"action\": \"manage\",\n                \"slug\": \"sa.merchants.manage\",\n                \"assigned\": true\n            },\n            {\n                \"id\": 5,\n                \"module\": \"merchants\",\n                \"action\": \"view\",\n                \"slug\": \"sa.merchants.view\",\n                \"assigned\": true\n            },\n            {\n                \"id\": 2,\n                \"module\": \"orders\",\n                \"action\": \"redispatch\",\n                \"slug\": \"sa.orders.redispatch\",\n                \"assigned\": true\n            },\n            {\n                \"id\": 1,\n                \"module\": \"orders\",\n                \"action\": \"view\",\n                \"slug\": \"sa.orders.view\",\n                \"assigned\": true\n            },\n            {\n                \"id\": 7,\n                \"module\": \"promotions\",\n                \"action\": \"manage\",\n                \"slug\": \"sa.promotions.manage\",\n                \"assigned\": true\n            },\n            {\n                \"id\": 8,\n                \"module\": \"roles\",\n                \"action\": \"manage\",\n                \"slug\": \"sa.roles.manage\",\n                \"assigned\": true\n            }\n        ]\n    },\n    \"errors\": null\n}"
            }
          ]
        },
        {
          "name": "PUT roles/{role} — تعديل الاسم",
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "3|WSgPkKwP2I5HNSbp9KTpCKhFk76McqQKQjpL4NLk4b0d598b",
                  "type": "string"
                }
              ]
            },
            "method": "PUT",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{super_admin_token}}"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"System Administrator updated\"\n}"
            },
            "url": {
              "raw": "{{base_url}}/api/super_admin/roles/{{platform_role_id}}",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "super_admin",
                "roles",
                "{{platform_role_id}}"
              ]
            }
          },
          "response": [
            {
              "name": "PUT roles/{role} — تعديل الاسم",
              "originalRequest": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer {{super_admin_token}}"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"System Administrator updated\"\n}"
                },
                "url": {
                  "raw": "{{base_url}}/api/super_admin/roles/{{platform_role_id}}",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "api",
                    "super_admin",
                    "roles",
                    "{{platform_role_id}}"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": null,
              "header": [
                {
                  "key": "Host",
                  "value": "127.0.0.1:8000"
                },
                {
                  "key": "Connection",
                  "value": "close"
                },
                {
                  "key": "X-Powered-By",
                  "value": "PHP/8.2.18"
                },
                {
                  "key": "Cache-Control",
                  "value": "no-cache, private"
                },
                {
                  "key": "Date",
                  "value": "Sat, 04 Apr 2026 20:02:38 GMT"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-RateLimit-Limit",
                  "value": "60"
                },
                {
                  "key": "X-RateLimit-Remaining",
                  "value": "59"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                }
              ],
              "cookie": [],
              "body": "{\n    \"success\": true,\n    \"message\": \"ok\",\n    \"data\": {\n        \"id\": 1,\n        \"name\": \"System Administrator updated\",\n        \"created_at\": \"2026-04-03T11:47:00.000000Z\",\n        \"updated_at\": \"2026-04-04T20:02:38.000000Z\"\n    },\n    \"errors\": null\n}"
            }
          ]
        },
        {
          "name": "POST roles/{role}/permissions — sync",
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "3|WSgPkKwP2I5HNSbp9KTpCKhFk76McqQKQjpL4NLk4b0d598b",
                  "type": "string"
                }
              ]
            },
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{super_admin_token}}"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"permission_ids\": [1, 2, 3]\n}"
            },
            "url": {
              "raw": "{{base_url}}/api/super_admin/roles/{{platform_role_id}}/permissions",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "super_admin",
                "roles",
                "{{platform_role_id}}",
                "permissions"
              ]
            }
          },
          "response": [
            {
              "name": "POST roles/{role}/permissions — sync",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer {{super_admin_token}}"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"permission_ids\": [1, 2, 3]\n}"
                },
                "url": {
                  "raw": "{{base_url}}/api/super_admin/roles/{{platform_role_id}}/permissions",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "api",
                    "super_admin",
                    "roles",
                    "{{platform_role_id}}",
                    "permissions"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": null,
              "header": [
                {
                  "key": "Host",
                  "value": "127.0.0.1:8000"
                },
                {
                  "key": "Connection",
                  "value": "close"
                },
                {
                  "key": "X-Powered-By",
                  "value": "PHP/8.2.18"
                },
                {
                  "key": "Cache-Control",
                  "value": "no-cache, private"
                },
                {
                  "key": "Date",
                  "value": "Sat, 04 Apr 2026 20:04:51 GMT"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-RateLimit-Limit",
                  "value": "60"
                },
                {
                  "key": "X-RateLimit-Remaining",
                  "value": "59"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                }
              ],
              "cookie": [],
              "body": "{\n    \"success\": true,\n    \"message\": \"ok\",\n    \"data\": {\n        \"id\": 1,\n        \"name\": \"System Administrator updated\",\n        \"created_at\": \"2026-04-03T11:47:00.000000Z\",\n        \"updated_at\": \"2026-04-04T20:02:38.000000Z\",\n        \"permissions\": [\n            {\n                \"id\": 1,\n                \"module\": \"orders\",\n                \"action\": \"view\",\n                \"slug\": \"sa.orders.view\",\n                \"created_at\": \"2026-04-03T11:47:00.000000Z\",\n                \"updated_at\": \"2026-04-03T11:47:00.000000Z\",\n                \"pivot\": {\n                    \"platform_role_id\": 1,\n                    \"platform_permission_id\": 1\n                }\n            },\n            {\n                \"id\": 2,\n                \"module\": \"orders\",\n                \"action\": \"redispatch\",\n                \"slug\": \"sa.orders.redispatch\",\n                \"created_at\": \"2026-04-03T11:47:00.000000Z\",\n                \"updated_at\": \"2026-04-03T11:47:00.000000Z\",\n                \"pivot\": {\n                    \"platform_role_id\": 1,\n                    \"platform_permission_id\": 2\n                }\n            },\n            {\n                \"id\": 3,\n                \"module\": \"customers\",\n                \"action\": \"view\",\n                \"slug\": \"sa.customers.view\",\n                \"created_at\": \"2026-04-03T11:47:00.000000Z\",\n                \"updated_at\": \"2026-04-03T11:47:00.000000Z\",\n                \"pivot\": {\n                    \"platform_role_id\": 1,\n                    \"platform_permission_id\": 3\n                }\n            }\n        ]\n    },\n    \"errors\": null\n}"
            }
          ]
        },
        {
          "name": "POST roles/{role}/permissions/attach",
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "3|WSgPkKwP2I5HNSbp9KTpCKhFk76McqQKQjpL4NLk4b0d598b",
                  "type": "string"
                }
              ]
            },
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{super_admin_token}}"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"permission_id\": 4\n}"
            },
            "url": {
              "raw": "{{base_url}}/api/super_admin/roles/{{platform_role_id}}/permissions/attach",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "super_admin",
                "roles",
                "{{platform_role_id}}",
                "permissions",
                "attach"
              ]
            }
          },
          "response": [
            {
              "name": "POST roles/{role}/permissions/attach",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer {{super_admin_token}}"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"permission_id\": 4\n}"
                },
                "url": {
                  "raw": "{{base_url}}/api/super_admin/roles/{{platform_role_id}}/permissions/attach",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "api",
                    "super_admin",
                    "roles",
                    "{{platform_role_id}}",
                    "permissions",
                    "attach"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": null,
              "header": [
                {
                  "key": "Host",
                  "value": "127.0.0.1:8000"
                },
                {
                  "key": "Connection",
                  "value": "close"
                },
                {
                  "key": "X-Powered-By",
                  "value": "PHP/8.2.18"
                },
                {
                  "key": "Cache-Control",
                  "value": "no-cache, private"
                },
                {
                  "key": "Date",
                  "value": "Sat, 04 Apr 2026 20:06:31 GMT"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-RateLimit-Limit",
                  "value": "60"
                },
                {
                  "key": "X-RateLimit-Remaining",
                  "value": "59"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                }
              ],
              "cookie": [],
              "body": "{\n    \"success\": true,\n    \"message\": \"ok\",\n    \"data\": {\n        \"id\": 1,\n        \"name\": \"System Administrator updated\",\n        \"created_at\": \"2026-04-03T11:47:00.000000Z\",\n        \"updated_at\": \"2026-04-04T20:02:38.000000Z\",\n        \"permissions\": [\n            {\n                \"id\": 1,\n                \"module\": \"orders\",\n                \"action\": \"view\",\n                \"slug\": \"sa.orders.view\",\n                \"created_at\": \"2026-04-03T11:47:00.000000Z\",\n                \"updated_at\": \"2026-04-03T11:47:00.000000Z\",\n                \"pivot\": {\n                    \"platform_role_id\": 1,\n                    \"platform_permission_id\": 1\n                }\n            },\n            {\n                \"id\": 2,\n                \"module\": \"orders\",\n                \"action\": \"redispatch\",\n                \"slug\": \"sa.orders.redispatch\",\n                \"created_at\": \"2026-04-03T11:47:00.000000Z\",\n                \"updated_at\": \"2026-04-03T11:47:00.000000Z\",\n                \"pivot\": {\n                    \"platform_role_id\": 1,\n                    \"platform_permission_id\": 2\n                }\n            },\n            {\n                \"id\": 3,\n                \"module\": \"customers\",\n                \"action\": \"view\",\n                \"slug\": \"sa.customers.view\",\n                \"created_at\": \"2026-04-03T11:47:00.000000Z\",\n                \"updated_at\": \"2026-04-03T11:47:00.000000Z\",\n                \"pivot\": {\n                    \"platform_role_id\": 1,\n                    \"platform_permission_id\": 3\n                }\n            },\n            {\n                \"id\": 4,\n                \"module\": \"customers\",\n                \"action\": \"update\",\n                \"slug\": \"sa.customers.update\",\n                \"created_at\": \"2026-04-03T11:47:00.000000Z\",\n                \"updated_at\": \"2026-04-03T11:47:00.000000Z\",\n                \"pivot\": {\n                    \"platform_role_id\": 1,\n                    \"platform_permission_id\": 4\n                }\n            }\n        ]\n    },\n    \"errors\": null\n}"
            }
          ]
        },
        {
          "name": "POST roles/{role}/permissions/detach",
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "3|WSgPkKwP2I5HNSbp9KTpCKhFk76McqQKQjpL4NLk4b0d598b",
                  "type": "string"
                }
              ]
            },
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{super_admin_token}}"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"permission_id\": 4\n}"
            },
            "url": {
              "raw": "{{base_url}}/api/super_admin/roles/{{platform_role_id}}/permissions/detach",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "super_admin",
                "roles",
                "{{platform_role_id}}",
                "permissions",
                "detach"
              ]
            }
          },
          "response": [
            {
              "name": "POST roles/{role}/permissions/detach",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer {{super_admin_token}}"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"permission_id\": 4\n}"
                },
                "url": {
                  "raw": "{{base_url}}/api/super_admin/roles/{{platform_role_id}}/permissions/detach",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "api",
                    "super_admin",
                    "roles",
                    "{{platform_role_id}}",
                    "permissions",
                    "detach"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": null,
              "header": [
                {
                  "key": "Host",
                  "value": "127.0.0.1:8000"
                },
                {
                  "key": "Connection",
                  "value": "close"
                },
                {
                  "key": "X-Powered-By",
                  "value": "PHP/8.2.18"
                },
                {
                  "key": "Cache-Control",
                  "value": "no-cache, private"
                },
                {
                  "key": "Date",
                  "value": "Sat, 04 Apr 2026 20:07:54 GMT"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-RateLimit-Limit",
                  "value": "60"
                },
                {
                  "key": "X-RateLimit-Remaining",
                  "value": "59"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                }
              ],
              "cookie": [],
              "body": "{\n    \"success\": true,\n    \"message\": \"ok\",\n    \"data\": {\n        \"id\": 1,\n        \"name\": \"System Administrator updated\",\n        \"created_at\": \"2026-04-03T11:47:00.000000Z\",\n        \"updated_at\": \"2026-04-04T20:02:38.000000Z\",\n        \"permissions\": [\n            {\n                \"id\": 1,\n                \"module\": \"orders\",\n                \"action\": \"view\",\n                \"slug\": \"sa.orders.view\",\n                \"created_at\": \"2026-04-03T11:47:00.000000Z\",\n                \"updated_at\": \"2026-04-03T11:47:00.000000Z\",\n                \"pivot\": {\n                    \"platform_role_id\": 1,\n                    \"platform_permission_id\": 1\n                }\n            },\n            {\n                \"id\": 2,\n                \"module\": \"orders\",\n                \"action\": \"redispatch\",\n                \"slug\": \"sa.orders.redispatch\",\n                \"created_at\": \"2026-04-03T11:47:00.000000Z\",\n                \"updated_at\": \"2026-04-03T11:47:00.000000Z\",\n                \"pivot\": {\n                    \"platform_role_id\": 1,\n                    \"platform_permission_id\": 2\n                }\n            },\n            {\n                \"id\": 3,\n                \"module\": \"customers\",\n                \"action\": \"view\",\n                \"slug\": \"sa.customers.view\",\n                \"created_at\": \"2026-04-03T11:47:00.000000Z\",\n                \"updated_at\": \"2026-04-03T11:47:00.000000Z\",\n                \"pivot\": {\n                    \"platform_role_id\": 1,\n                    \"platform_permission_id\": 3\n                }\n            }\n        ]\n    },\n    \"errors\": null\n}"
            }
          ]
        }
      ]
    },
    {
      "name": "3 — Super Admin عمولات ومنتجات",
      "item": [
        {
          "name": "GET merchants/commissions",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{super_admin_token}}"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/super_admin/merchants/commissions",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "super_admin",
                "merchants",
                "commissions"
              ]
            }
          },
          "response": [
            {
              "name": "GET merchants/commissions",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer {{super_admin_token}}"
                  }
                ],
                "url": {
                  "raw": "{{base_url}}/api/super_admin/merchants/commissions",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "api",
                    "super_admin",
                    "merchants",
                    "commissions"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": null,
              "header": [
                {
                  "key": "Host",
                  "value": "127.0.0.1:8000"
                },
                {
                  "key": "Connection",
                  "value": "close"
                },
                {
                  "key": "X-Powered-By",
                  "value": "PHP/8.2.18"
                },
                {
                  "key": "Cache-Control",
                  "value": "no-cache, private"
                },
                {
                  "key": "Date",
                  "value": "Sat, 04 Apr 2026 20:19:55 GMT"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-RateLimit-Limit",
                  "value": "60"
                },
                {
                  "key": "X-RateLimit-Remaining",
                  "value": "58"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                }
              ],
              "cookie": [],
              "body": "{\n    \"success\": true,\n    \"message\": \"ok\",\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"AutoHub Store A\",\n            \"commission_percent\": \"12.50\",\n            \"created_at\": \"2026-04-04T20:16:18.000000Z\",\n            \"updated_at\": \"2026-04-04T20:19:24.000000Z\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"AutoHub Store B\",\n            \"commission_percent\": \"0.00\",\n            \"created_at\": \"2026-04-04T20:16:18.000000Z\",\n            \"updated_at\": \"2026-04-04T20:16:18.000000Z\"\n        }\n    ],\n    \"errors\": null\n}"
            }
          ]
        },
        {
          "name": "PUT merchants/stores/{store}/commission",
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "1|2Ym5wl0tv4EePEhvZXBqx5U6nMYE4zcvRtblO2BA1b2ffc7f",
                  "type": "string"
                }
              ]
            },
            "method": "PUT",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{super_admin_token}}"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"commission_percent\": 12.5\n}"
            },
            "url": {
              "raw": "{{base_url}}/api/super_admin/merchants/stores/{{store_id}}/commission",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "super_admin",
                "merchants",
                "stores",
                "{{store_id}}",
                "commission"
              ]
            }
          },
          "response": [
            {
              "name": "PUT merchants/stores/{store}/commission",
              "originalRequest": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer {{super_admin_token}}"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"commission_percent\": 12.5\n}"
                },
                "url": {
                  "raw": "{{base_url}}/api/super_admin/merchants/stores/{{store_id}}/commission",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "api",
                    "super_admin",
                    "merchants",
                    "stores",
                    "{{store_id}}",
                    "commission"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": null,
              "header": [
                {
                  "key": "Host",
                  "value": "127.0.0.1:8000"
                },
                {
                  "key": "Connection",
                  "value": "close"
                },
                {
                  "key": "X-Powered-By",
                  "value": "PHP/8.2.18"
                },
                {
                  "key": "Cache-Control",
                  "value": "no-cache, private"
                },
                {
                  "key": "Date",
                  "value": "Sat, 04 Apr 2026 20:19:24 GMT"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-RateLimit-Limit",
                  "value": "60"
                },
                {
                  "key": "X-RateLimit-Remaining",
                  "value": "59"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                }
              ],
              "cookie": [],
              "body": "{\n    \"success\": true,\n    \"message\": \"ok\",\n    \"data\": {\n        \"id\": 1,\n        \"name\": \"AutoHub Store A\",\n        \"commission_percent\": \"12.50\"\n    },\n    \"errors\": null\n}"
            }
          ]
        },
        {
          "name": "GET merchants/stores/{store}/products",
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "1|2Ym5wl0tv4EePEhvZXBqx5U6nMYE4zcvRtblO2BA1b2ffc7f",
                  "type": "string"
                }
              ]
            },
            "method": "GET",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{super_admin_token}}"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/super_admin/merchants/stores/{{store_id}}/products",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "super_admin",
                "merchants",
                "stores",
                "{{store_id}}",
                "products"
              ],
              "query": [
                {
                  "key": "search",
                  "value": "",
                  "disabled": true
                }
              ]
            }
          },
          "response": [
            {
              "name": "GET merchants/stores/{store}/products",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer {{super_admin_token}}"
                  }
                ],
                "url": {
                  "raw": "{{base_url}}/api/super_admin/merchants/stores/{{store_id}}/products",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "api",
                    "super_admin",
                    "merchants",
                    "stores",
                    "{{store_id}}",
                    "products"
                  ],
                  "query": [
                    {
                      "key": "search",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": null,
              "header": [
                {
                  "key": "Host",
                  "value": "127.0.0.1:8000"
                },
                {
                  "key": "Connection",
                  "value": "close"
                },
                {
                  "key": "X-Powered-By",
                  "value": "PHP/8.2.18"
                },
                {
                  "key": "Cache-Control",
                  "value": "no-cache, private"
                },
                {
                  "key": "Date",
                  "value": "Sat, 04 Apr 2026 20:22:26 GMT"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-RateLimit-Limit",
                  "value": "60"
                },
                {
                  "key": "X-RateLimit-Remaining",
                  "value": "59"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                }
              ],
              "cookie": [],
              "body": "{\n    \"success\": true,\n    \"message\": \"ok\",\n    \"data\": [\n        {\n            \"id\": 1,\n            \"store_id\": 1,\n            \"name\": \"Oil Filter - AutoHub Store A\",\n            \"name_ar\": null,\n            \"name_en\": null,\n            \"description\": \"Suscipit natus sed et nihil in consequatur minus dolorem nihil ut qui hic omnis pariatur porro et labore.\",\n            \"description_ar\": null,\n            \"description_en\": null,\n            \"price\": \"157.48\",\n            \"in_stock\": true,\n            \"is_active\": true,\n            \"queue\": 0,\n            \"tags\": null,\n            \"features\": null,\n            \"stock_qty\": 67,\n            \"sold_count\": 4,\n            \"rating_avg\": \"0.00\",\n            \"rating_count\": 0,\n            \"created_at\": \"2026-04-04T20:16:19.000000Z\",\n            \"updated_at\": \"2026-04-04T20:16:19.000000Z\",\n            \"images\": [\n                {\n                    \"id\": 1,\n                    \"product_id\": 1,\n                    \"image_url\": \"https://picsum.photos/seed/product_1_1/900/600\",\n                    \"sort_order\": 1,\n                    \"created_at\": \"2026-04-04T20:16:19.000000Z\",\n                    \"updated_at\": \"2026-04-04T20:16:19.000000Z\"\n                },\n                {\n                    \"id\": 2,\n                    \"product_id\": 1,\n                    \"image_url\": \"https://picsum.photos/seed/product_1_2/900/600\",\n                    \"sort_order\": 2,\n                    \"created_at\": \"2026-04-04T20:16:19.000000Z\",\n                    \"updated_at\": \"2026-04-04T20:16:19.000000Z\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"Engine Parts\",\n                    \"pivot\": {\n                        \"product_id\": 1,\n                        \"category_id\": 1\n                    }\n                },\n                {\n                    \"id\": 3,\n                    \"name\": \"Suspension\",\n                    \"pivot\": {\n                        \"product_id\": 1,\n                        \"category_id\": 3\n                    }\n                }\n            ]\n        },\n        {\n            \"id\": 2,\n            \"store_id\": 1,\n            \"name\": \"Brake Pads - AutoHub Store A\",\n            \"name_ar\": null,\n            \"name_en\": null,\n            \"description\": \"Harum inventore est ut eveniet molestiae atque suscipit voluptatem velit quasi sint ex ut harum consequatur quasi.\",\n            \"description_ar\": null,\n            \"description_en\": null,\n            \"price\": \"154.62\",\n            \"in_stock\": true,\n            \"is_active\": true,\n            \"queue\": 0,\n            \"tags\": null,\n            \"features\": null,\n            \"stock_qty\": 31,\n            \"sold_count\": 15,\n            \"rating_avg\": \"4.33\",\n            \"rating_count\": 3,\n            \"created_at\": \"2026-04-04T20:16:19.000000Z\",\n            \"updated_at\": \"2026-04-04T20:16:19.000000Z\",\n            \"images\": [\n                {\n                    \"id\": 3,\n                    \"product_id\": 2,\n                    \"image_url\": \"https://picsum.photos/seed/product_2_1/900/600\",\n                    \"sort_order\": 1,\n                    \"created_at\": \"2026-04-04T20:16:19.000000Z\",\n                    \"updated_at\": \"2026-04-04T20:16:19.000000Z\"\n                },\n                {\n                    \"id\": 4,\n                    \"product_id\": 2,\n                    \"image_url\": \"https://picsum.photos/seed/product_2_2/900/600\",\n                    \"sort_order\": 2,\n                    \"created_at\": \"2026-04-04T20:16:19.000000Z\",\n                    \"updated_at\": \"2026-04-04T20:16:19.000000Z\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 4,\n                    \"name\": \"Filters\",\n                    \"pivot\": {\n                        \"product_id\": 2,\n                        \"category_id\": 4\n                    }\n                },\n                {\n                    \"id\": 6,\n                    \"name\": \"Shocks\",\n                    \"pivot\": {\n                        \"product_id\": 2,\n                        \"category_id\": 6\n                    }\n                }\n            ]\n        },\n        {\n            \"id\": 3,\n            \"store_id\": 1,\n            \"name\": \"Air Filter - AutoHub Store A\",\n            \"name_ar\": null,\n            \"name_en\": null,\n            \"description\": \"At voluptas expedita vitae aut accusamus similique fugiat ipsa nostrum aut perferendis.\",\n            \"description_ar\": null,\n            \"description_en\": null,\n            \"price\": \"191.43\",\n            \"in_stock\": true,\n            \"is_active\": true,\n            \"queue\": 0,\n            \"tags\": null,\n            \"features\": null,\n            \"stock_qty\": 37,\n            \"sold_count\": 82,\n            \"rating_avg\": \"4.00\",\n            \"rating_count\": 1,\n            \"created_at\": \"2026-04-04T20:16:19.000000Z\",\n            \"updated_at\": \"2026-04-04T20:16:19.000000Z\",\n            \"images\": [\n                {\n                    \"id\": 5,\n                    \"product_id\": 3,\n                    \"image_url\": \"https://picsum.photos/seed/product_3_1/900/600\",\n                    \"sort_order\": 1,\n                    \"created_at\": \"2026-04-04T20:16:19.000000Z\",\n                    \"updated_at\": \"2026-04-04T20:16:19.000000Z\"\n                },\n                {\n                    \"id\": 6,\n                    \"product_id\": 3,\n                    \"image_url\": \"https://picsum.photos/seed/product_3_2/900/600\",\n                    \"sort_order\": 2,\n                    \"created_at\": \"2026-04-04T20:16:19.000000Z\",\n                    \"updated_at\": \"2026-04-04T20:16:19.000000Z\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 2,\n                    \"name\": \"Brakes\",\n                    \"pivot\": {\n                        \"product_id\": 3,\n                        \"category_id\": 2\n                    }\n                },\n                {\n                    \"id\": 3,\n                    \"name\": \"Suspension\",\n                    \"pivot\": {\n                        \"product_id\": 3,\n                        \"category_id\": 3\n                    }\n                }\n            ]\n        }\n    ],\n    \"errors\": null\n}"
            }
          ]
        },
        {
          "name": "POST merchants/stores/{store}/products — إنشاء كامل",
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "1|2Ym5wl0tv4EePEhvZXBqx5U6nMYE4zcvRtblO2BA1b2ffc7f",
                  "type": "string"
                }
              ]
            },
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{super_admin_token}}"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Oil Filter XYZ\",\n  \"name_ar\": \"فلتر زيت\",\n  \"name_en\": \"Oil Filter XYZ\",\n  \"description\": \"وصف قصير\",\n  \"description_ar\": \"وصف عربي\",\n  \"description_en\": \"English description\",\n  \"status\": true,\n  \"quantity\": 2500,\n  \"price\": 49.99,\n  \"queue\": 11,\n  \"tags\": [\"oem\", \"filter\"],\n  \"features\": [{\"key\": \"warranty\", \"value\": \"1y\"}],\n  \"category_ids\": [1],\n  \"dynamic_label_ids\": [1],\n  \"image_urls\": [\n    \"https://picsum.photos/seed/sa_prod_1/800/600\"\n  ],\n  \"options\": [\n    { \"option_name\": \"car_make\", \"option_value\": \"Toyota\" }\n  ],\n  \"vehicle_fits\": [\n    {\n      \"vehicle_make\": \"Toyota\",\n      \"vehicle_model\": \"Corolla\",\n      \"vehicle_trim\": null,\n      \"year_from\": 2000,\n      \"year_to\": 2005\n    }\n  ]\n}"
            },
            "url": {
              "raw": "{{base_url}}/api/super_admin/merchants/stores/{{store_id}}/products",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "super_admin",
                "merchants",
                "stores",
                "{{store_id}}",
                "products"
              ]
            }
          },
          "response": [
            {
              "name": "POST merchants/stores/{store}/products — إنشاء كامل",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer {{super_admin_token}}"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Oil Filter XYZ\",\n  \"name_ar\": \"فلتر زيت\",\n  \"name_en\": \"Oil Filter XYZ\",\n  \"description\": \"وصف قصير\",\n  \"description_ar\": \"وصف عربي\",\n  \"description_en\": \"English description\",\n  \"status\": true,\n  \"quantity\": 2500,\n  \"price\": 49.99,\n  \"queue\": 11,\n  \"tags\": [\"oem\", \"filter\"],\n  \"features\": [{\"key\": \"warranty\", \"value\": \"1y\"}],\n  \"category_ids\": [1],\n  \"dynamic_label_ids\": [1],\n  \"image_urls\": [\n    \"https://picsum.photos/seed/sa_prod_1/800/600\"\n  ],\n  \"options\": [\n    { \"option_name\": \"car_make\", \"option_value\": \"Toyota\" }\n  ],\n  \"vehicle_fits\": [\n    {\n      \"vehicle_make\": \"Toyota\",\n      \"vehicle_model\": \"Corolla\",\n      \"vehicle_trim\": null,\n      \"year_from\": 2000,\n      \"year_to\": 2005\n    }\n  ]\n}"
                },
                "url": {
                  "raw": "{{base_url}}/api/super_admin/merchants/stores/{{store_id}}/products",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "api",
                    "super_admin",
                    "merchants",
                    "stores",
                    "{{store_id}}",
                    "products"
                  ]
                }
              },
              "status": "Created",
              "code": 201,
              "_postman_previewlanguage": null,
              "header": [
                {
                  "key": "Host",
                  "value": "127.0.0.1:8000"
                },
                {
                  "key": "Connection",
                  "value": "close"
                },
                {
                  "key": "X-Powered-By",
                  "value": "PHP/8.2.18"
                },
                {
                  "key": "Cache-Control",
                  "value": "no-cache, private"
                },
                {
                  "key": "Date",
                  "value": "Sat, 04 Apr 2026 20:29:01 GMT"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-RateLimit-Limit",
                  "value": "60"
                },
                {
                  "key": "X-RateLimit-Remaining",
                  "value": "59"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                }
              ],
              "cookie": [],
              "body": "{\n    \"success\": true,\n    \"message\": \"created\",\n    \"data\": {\n        \"store_id\": 1,\n        \"name\": \"Oil Filter XYZ\",\n        \"name_ar\": \"فلتر زيت\",\n        \"name_en\": \"Oil Filter XYZ\",\n        \"description\": \"وصف قصير\",\n        \"description_ar\": \"وصف عربي\",\n        \"description_en\": \"English description\",\n        \"price\": \"49.99\",\n        \"is_active\": true,\n        \"stock_qty\": 2500,\n        \"in_stock\": true,\n        \"queue\": 11,\n        \"tags\": [\n            \"oem\",\n            \"filter\"\n        ],\n        \"features\": [\n            {\n                \"key\": \"warranty\",\n                \"value\": \"1y\"\n            }\n        ],\n        \"sold_count\": 0,\n        \"rating_avg\": \"0.00\",\n        \"rating_count\": 0,\n        \"updated_at\": \"2026-04-04T20:29:01.000000Z\",\n        \"created_at\": \"2026-04-04T20:29:01.000000Z\",\n        \"id\": 7,\n        \"images\": [\n            {\n                \"id\": 13,\n                \"product_id\": 7,\n                \"image_url\": \"https://picsum.photos/seed/sa_prod_1/800/600\",\n                \"sort_order\": 1,\n                \"created_at\": \"2026-04-04T20:29:01.000000Z\",\n                \"updated_at\": \"2026-04-04T20:29:01.000000Z\"\n            }\n        ],\n        \"options\": [\n            {\n                \"id\": 43,\n                \"product_id\": 7,\n                \"option_name\": \"car_make\",\n                \"option_value\": \"Toyota\",\n                \"created_at\": \"2026-04-04T20:29:01.000000Z\",\n                \"updated_at\": \"2026-04-04T20:29:01.000000Z\"\n            }\n        ],\n        \"labels\": [\n            {\n                \"id\": 1,\n                \"name\": \"Top Rated\",\n                \"created_at\": \"2026-04-04T20:16:19.000000Z\",\n                \"updated_at\": \"2026-04-04T20:16:19.000000Z\",\n                \"pivot\": {\n                    \"product_id\": 7,\n                    \"dynamic_label_id\": 1\n                }\n            }\n        ],\n        \"vehicle_fits\": [\n            {\n                \"id\": 7,\n                \"product_id\": 7,\n                \"vehicle_make\": \"Toyota\",\n                \"vehicle_model\": \"Corolla\",\n                \"vehicle_trim\": null,\n                \"year_from\": 2000,\n                \"year_to\": 2005,\n                \"created_at\": \"2026-04-04T20:29:01.000000Z\",\n                \"updated_at\": \"2026-04-04T20:29:01.000000Z\"\n            }\n        ],\n        \"categories\": []\n    },\n    \"errors\": null\n}"
            }
          ]
        },
        {
          "name": "PUT merchants/stores/{store}/products/{product}",
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "1|2Ym5wl0tv4EePEhvZXBqx5U6nMYE4zcvRtblO2BA1b2ffc7f",
                  "type": "string"
                }
              ]
            },
            "method": "PUT",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{super_admin_token}}"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Oil Filter X — updated\",\n  \"name_ar\": \"فلتر زيت\",\n  \"name_en\": \"Oil Filter X\",\n  \"description\": null,\n  \"description_ar\": null,\n  \"description_en\": null,\n  \"status\": true,\n  \"quantity\": 20,\n  \"price\": 45.0,\n  \"queue\": 5,\n  \"tags\": [],\n  \"features\": [],\n  \"category_ids\": [],\n  \"dynamic_label_ids\": [],\n  \"image_urls\": [],\n  \"options\": [],\n  \"vehicle_fits\": []\n}"
            },
            "url": {
              "raw": "{{base_url}}/api/super_admin/merchants/stores/{{store_id}}/products/{{product_id}}",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "super_admin",
                "merchants",
                "stores",
                "{{store_id}}",
                "products",
                "{{product_id}}"
              ]
            }
          },
          "response": [
            {
              "name": "PUT merchants/stores/{store}/products/{product}",
              "originalRequest": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer {{super_admin_token}}"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Oil Filter X — updated\",\n  \"name_ar\": \"فلتر زيت\",\n  \"name_en\": \"Oil Filter X\",\n  \"description\": null,\n  \"description_ar\": null,\n  \"description_en\": null,\n  \"status\": true,\n  \"quantity\": 20,\n  \"price\": 45.0,\n  \"queue\": 5,\n  \"tags\": [],\n  \"features\": [],\n  \"category_ids\": [],\n  \"dynamic_label_ids\": [],\n  \"image_urls\": [],\n  \"options\": [],\n  \"vehicle_fits\": [\n     {\n    \"vehicle_make\": \"Toyota\",\n    \"vehicle_model\": \"Corolla\",\n    \"vehicle_trim\": null,\n    \"year_from\": 2002,\n    \"year_to\": 2005\n  }\n  ]\n}"
                },
                "url": {
                  "raw": "{{base_url}}/api/super_admin/merchants/stores/{{store_id}}/products/{{product_id}}",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "api",
                    "super_admin",
                    "merchants",
                    "stores",
                    "{{store_id}}",
                    "products",
                    "{{product_id}}"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": null,
              "header": [
                {
                  "key": "Host",
                  "value": "127.0.0.1:8000"
                },
                {
                  "key": "Connection",
                  "value": "close"
                },
                {
                  "key": "X-Powered-By",
                  "value": "PHP/8.2.18"
                },
                {
                  "key": "Cache-Control",
                  "value": "no-cache, private"
                },
                {
                  "key": "Date",
                  "value": "Sat, 04 Apr 2026 20:41:54 GMT"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-RateLimit-Limit",
                  "value": "60"
                },
                {
                  "key": "X-RateLimit-Remaining",
                  "value": "58"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                }
              ],
              "cookie": [],
              "body": "{\n    \"success\": true,\n    \"message\": \"ok\",\n    \"data\": {\n        \"id\": 8,\n        \"store_id\": 1,\n        \"name\": \"Oil Filter X — updated\",\n        \"name_ar\": \"فلتر زيت\",\n        \"name_en\": \"Oil Filter X\",\n        \"description\": \"وصف قصير\",\n        \"description_ar\": \"وصف عربي\",\n        \"description_en\": \"English description\",\n        \"price\": \"45.00\",\n        \"in_stock\": true,\n        \"is_active\": true,\n        \"queue\": 5,\n        \"tags\": [],\n        \"features\": [],\n        \"stock_qty\": 20,\n        \"sold_count\": 0,\n        \"rating_avg\": \"0.00\",\n        \"rating_count\": 0,\n        \"created_at\": \"2026-04-04T20:34:22.000000Z\",\n        \"updated_at\": \"2026-04-04T20:41:43.000000Z\",\n        \"images\": [],\n        \"options\": [],\n        \"labels\": [],\n        \"vehicle_fits\": [\n            {\n                \"id\": 10,\n                \"product_id\": 8,\n                \"vehicle_make\": \"Toyota\",\n                \"vehicle_model\": \"Corolla\",\n                \"vehicle_trim\": null,\n                \"year_from\": 2002,\n                \"year_to\": 2005,\n                \"created_at\": \"2026-04-04T20:41:54.000000Z\",\n                \"updated_at\": \"2026-04-04T20:41:54.000000Z\"\n            }\n        ],\n        \"categories\": []\n    },\n    \"errors\": null\n}"
            }
          ]
        },
        {
          "name": "DELETE merchants/stores/{store}/products/{product}",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{super_admin_token}}"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/super_admin/merchants/stores/{{store_id}}/products/{{product_id}}",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "super_admin",
                "merchants",
                "stores",
                "{{store_id}}",
                "products",
                "{{product_id}}"
              ]
            }
          },
          "response": []
        }
      ]
    },
    {
      "name": "4 — Super Admin طلبات وإعادة إسناد",
      "item": [
        {
          "name": "GET orders — قائمة + ملخص",
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "1|2Ym5wl0tv4EePEhvZXBqx5U6nMYE4zcvRtblO2BA1b2ffc7f",
                  "type": "string"
                }
              ]
            },
            "method": "GET",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{super_admin_token}}"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/super_admin/orders?search=",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "super_admin",
                "orders"
              ],
              "query": [
                {
                  "key": "search",
                  "value": ""
                },
                {
                  "key": "status",
                  "value": "pending",
                  "disabled": true
                }
              ]
            }
          },
          "response": [
            {
              "name": "GET orders — قائمة + ملخص",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer {{super_admin_token}}"
                  }
                ],
                "url": {
                  "raw": "{{base_url}}/api/super_admin/orders?search=",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "api",
                    "super_admin",
                    "orders"
                  ],
                  "query": [
                    {
                      "key": "search",
                      "value": ""
                    },
                    {
                      "key": "status",
                      "value": "pending",
                      "disabled": true
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": null,
              "header": [
                {
                  "key": "Host",
                  "value": "127.0.0.1:8000"
                },
                {
                  "key": "Connection",
                  "value": "close"
                },
                {
                  "key": "X-Powered-By",
                  "value": "PHP/8.2.18"
                },
                {
                  "key": "Cache-Control",
                  "value": "no-cache, private"
                },
                {
                  "key": "Date",
                  "value": "Sat, 04 Apr 2026 20:43:19 GMT"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-RateLimit-Limit",
                  "value": "60"
                },
                {
                  "key": "X-RateLimit-Remaining",
                  "value": "59"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                }
              ],
              "cookie": [],
              "body": "{\n    \"success\": true,\n    \"message\": \"ok\",\n    \"data\": {\n        \"summary\": {\n            \"total\": 3,\n            \"by_status\": {\n                \"pending\": 1,\n                \"completed\": 1,\n                \"out_for_delivery\": 1\n            }\n        },\n        \"orders\": [\n            {\n                \"id\": 1,\n                \"status\": \"pending\",\n                \"delivery_method\": \"standard\",\n                \"order_ready_time\": null,\n                \"assigned_driver\": null,\n                \"customer\": {\n                    \"id\": 8,\n                    \"name\": \"customer_1\",\n                    \"phone\": \"520000001\"\n                },\n                \"stores\": [\n                    \"AutoHub Store B\"\n                ],\n                \"total_amount\": 767.56,\n                \"created_at\": \"2026-04-04T20:16:19.000000Z\"\n            },\n            {\n                \"id\": 2,\n                \"status\": \"completed\",\n                \"delivery_method\": \"standard\",\n                \"order_ready_time\": null,\n                \"assigned_driver\": null,\n                \"customer\": {\n                    \"id\": 9,\n                    \"name\": \"customer_2\",\n                    \"phone\": \"520000002\"\n                },\n                \"stores\": [\n                    \"AutoHub Store B\",\n                    \"AutoHub Store A\"\n                ],\n                \"total_amount\": 647.34,\n                \"created_at\": \"2026-04-04T20:16:19.000000Z\"\n            },\n            {\n                \"id\": 3,\n                \"status\": \"out_for_delivery\",\n                \"delivery_method\": \"standard\",\n                \"order_ready_time\": null,\n                \"assigned_driver\": null,\n                \"customer\": {\n                    \"guest_id\": 1\n                },\n                \"stores\": [\n                    \"AutoHub Store A\",\n                    \"AutoHub Store B\"\n                ],\n                \"total_amount\": 771.7,\n                \"created_at\": \"2026-04-04T20:16:19.000000Z\"\n            }\n        ]\n    },\n    \"errors\": null\n}"
            }
          ]
        },
        {
          "name": "GET orders/by-status-latest",
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "1|2Ym5wl0tv4EePEhvZXBqx5U6nMYE4zcvRtblO2BA1b2ffc7f",
                  "type": "string"
                }
              ]
            },
            "method": "GET",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{super_admin_token}}"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/super_admin/orders/by-status-latest",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "super_admin",
                "orders",
                "by-status-latest"
              ]
            }
          },
          "response": [
            {
              "name": "GET orders/by-status-latest",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer {{super_admin_token}}"
                  }
                ],
                "url": {
                  "raw": "{{base_url}}/api/super_admin/orders/by-status-latest",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "api",
                    "super_admin",
                    "orders",
                    "by-status-latest"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": null,
              "header": [
                {
                  "key": "Host",
                  "value": "127.0.0.1:8000"
                },
                {
                  "key": "Connection",
                  "value": "close"
                },
                {
                  "key": "X-Powered-By",
                  "value": "PHP/8.2.18"
                },
                {
                  "key": "Cache-Control",
                  "value": "no-cache, private"
                },
                {
                  "key": "Date",
                  "value": "Sat, 04 Apr 2026 20:44:31 GMT"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-RateLimit-Limit",
                  "value": "60"
                },
                {
                  "key": "X-RateLimit-Remaining",
                  "value": "59"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                }
              ],
              "cookie": [],
              "body": "{\n    \"success\": true,\n    \"message\": \"ok\",\n    \"data\": {\n        \"pending\": [\n            {\n                \"id\": 1,\n                \"status\": \"pending\",\n                \"delivery_method\": \"standard\",\n                \"order_ready_time\": null,\n                \"assigned_driver\": null,\n                \"customer\": {\n                    \"id\": 8,\n                    \"name\": \"customer_1\",\n                    \"phone\": \"520000001\"\n                },\n                \"stores\": [\n                    \"AutoHub Store B\"\n                ],\n                \"total_amount\": 767.56,\n                \"created_at\": \"2026-04-04T20:16:19.000000Z\"\n            }\n        ],\n        \"driver_accept\": [],\n        \"store_accept\": [],\n        \"packing\": [],\n        \"out_for_delivery\": [\n            {\n                \"id\": 3,\n                \"status\": \"out_for_delivery\",\n                \"delivery_method\": \"standard\",\n                \"order_ready_time\": null,\n                \"assigned_driver\": null,\n                \"customer\": {\n                    \"guest_id\": 1\n                },\n                \"stores\": [\n                    \"AutoHub Store A\",\n                    \"AutoHub Store B\"\n                ],\n                \"total_amount\": 771.7,\n                \"created_at\": \"2026-04-04T20:16:19.000000Z\"\n            }\n        ],\n        \"rejected\": [],\n        \"completed\": [\n            {\n                \"id\": 2,\n                \"status\": \"completed\",\n                \"delivery_method\": \"standard\",\n                \"order_ready_time\": null,\n                \"assigned_driver\": null,\n                \"customer\": {\n                    \"id\": 9,\n                    \"name\": \"customer_2\",\n                    \"phone\": \"520000002\"\n                },\n                \"stores\": [\n                    \"AutoHub Store B\",\n                    \"AutoHub Store A\"\n                ],\n                \"total_amount\": 647.34,\n                \"created_at\": \"2026-04-04T20:16:19.000000Z\"\n            }\n        ]\n    },\n    \"errors\": null\n}"
            }
          ]
        },
        {
          "name": "GET orders/{order}",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{super_admin_token}}"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/super_admin/orders/{{order_id}}",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "super_admin",
                "orders",
                "{{order_id}}"
              ]
            }
          },
          "response": []
        },
        {
          "name": "POST orders/{order}/redispatch — ربط/تغيير سائق + طوابع زمنية",
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "1|2Ym5wl0tv4EePEhvZXBqx5U6nMYE4zcvRtblO2BA1b2ffc7f",
                  "type": "string"
                }
              ]
            },
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{super_admin_token}}"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"driver_id\": 1\n}"
            },
            "url": {
              "raw": "{{base_url}}/api/super_admin/orders/{{order_id}}/redispatch",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "super_admin",
                "orders",
                "{{order_id}}",
                "redispatch"
              ]
            }
          },
          "response": [
            {
              "name": "POST orders/{order}/redispatch — ربط/تغيير سائق + طوابع زمنية",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer {{super_admin_token}}"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"driver_id\": 1\n}"
                },
                "url": {
                  "raw": "{{base_url}}/api/super_admin/orders/{{order_id}}/redispatch",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "api",
                    "super_admin",
                    "orders",
                    "{{order_id}}",
                    "redispatch"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": null,
              "header": [
                {
                  "key": "Host",
                  "value": "127.0.0.1:8000"
                },
                {
                  "key": "Connection",
                  "value": "close"
                },
                {
                  "key": "X-Powered-By",
                  "value": "PHP/8.2.18"
                },
                {
                  "key": "Cache-Control",
                  "value": "no-cache, private"
                },
                {
                  "key": "Date",
                  "value": "Sat, 04 Apr 2026 20:49:20 GMT"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-RateLimit-Limit",
                  "value": "60"
                },
                {
                  "key": "X-RateLimit-Remaining",
                  "value": "58"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                }
              ],
              "cookie": [],
              "body": "{\n    \"success\": true,\n    \"message\": \"ok\",\n    \"data\": {\n        \"id\": 1,\n        \"user_id\": 8,\n        \"guest_id\": null,\n        \"address_id\": 1,\n        \"payment_method_id\": 1,\n        \"status\": \"pending\",\n        \"delivery_method\": \"standard\",\n        \"delivery_instructions\": null,\n        \"subtotal_amount\": \"667.44\",\n        \"tax_rate_percent\": \"5.00\",\n        \"tax_amount\": \"100.12\",\n        \"delivery_fee\": \"0.00\",\n        \"discount_amount\": \"0.00\",\n        \"discount_store_amount\": \"0.00\",\n        \"discount_company_amount\": \"0.00\",\n        \"total_amount\": \"767.56\",\n        \"expected_at\": null,\n        \"created_at\": \"2026-04-04T20:16:19.000000Z\",\n        \"updated_at\": \"2026-04-04T20:49:20.000000Z\",\n        \"assigned_driver_id\": 1,\n        \"first_driver_assigned_at\": \"2026-04-04T20:49:20.000000Z\",\n        \"redispatched_at\": \"2026-04-04T20:49:20.000000Z\",\n        \"assigned_driver\": {\n            \"id\": 1,\n            \"name\": \"test driver\",\n            \"phone\": \"0951628985\",\n            \"email\": \"test@test.com\",\n            \"is_active\": true,\n            \"created_at\": \"2026-04-04T23:48:56.000000Z\",\n            \"updated_at\": \"2026-04-04T23:48:57.000000Z\"\n        }\n    },\n    \"errors\": null\n}"
            }
          ]
        }
      ]
    },
    {
      "name": "5 — Admin (CMS) مدن وشحن وتقييمات",
      "item": [
        {
          "name": "GET admin/cities",
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "1|2Ym5wl0tv4EePEhvZXBqx5U6nMYE4zcvRtblO2BA1b2ffc7f",
                  "type": "string"
                }
              ]
            },
            "method": "GET",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{admin_token}}"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/admin/cities",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "admin",
                "cities"
              ]
            }
          },
          "response": [
            {
              "name": "GET admin/cities",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer {{admin_token}}"
                  }
                ],
                "url": {
                  "raw": "{{base_url}}/api/admin/cities",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "api",
                    "admin",
                    "cities"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": null,
              "header": [
                {
                  "key": "Host",
                  "value": "127.0.0.1:8000"
                },
                {
                  "key": "Connection",
                  "value": "close"
                },
                {
                  "key": "X-Powered-By",
                  "value": "PHP/8.2.18"
                },
                {
                  "key": "Cache-Control",
                  "value": "no-cache, private"
                },
                {
                  "key": "Date",
                  "value": "Sat, 04 Apr 2026 20:53:05 GMT"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-RateLimit-Limit",
                  "value": "60"
                },
                {
                  "key": "X-RateLimit-Remaining",
                  "value": "59"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                }
              ],
              "cookie": [],
              "body": "{\n    \"success\": true,\n    \"message\": \"ok\",\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"Riyadh\",\n            \"is_active\": 1,\n            \"updated_at\": \"2026-04-04 20:16:18\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Jeddah\",\n            \"is_active\": 1,\n            \"updated_at\": \"2026-04-04 20:16:18\"\n        },\n        {\n            \"id\": 3,\n            \"name\": \"Dammam\",\n            \"is_active\": 1,\n            \"updated_at\": \"2026-04-04 20:16:18\"\n        }\n    ],\n    \"errors\": null\n}"
            }
          ]
        },
        {
          "name": "POST admin/cities",
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "1|2Ym5wl0tv4EePEhvZXBqx5U6nMYE4zcvRtblO2BA1b2ffc7f",
                  "type": "string"
                }
              ]
            },
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{admin_token}}"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"al kaddam\",\n  \"is_active\": true\n}"
            },
            "url": {
              "raw": "{{base_url}}/api/admin/cities",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "admin",
                "cities"
              ]
            }
          },
          "response": [
            {
              "name": "POST admin/cities",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer {{admin_token}}"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"al kaddam\",\n  \"is_active\": true\n}"
                },
                "url": {
                  "raw": "{{base_url}}/api/admin/cities",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "api",
                    "admin",
                    "cities"
                  ]
                }
              },
              "status": "Created",
              "code": 201,
              "_postman_previewlanguage": null,
              "header": [
                {
                  "key": "Host",
                  "value": "127.0.0.1:8000"
                },
                {
                  "key": "Connection",
                  "value": "close"
                },
                {
                  "key": "X-Powered-By",
                  "value": "PHP/8.2.18"
                },
                {
                  "key": "Cache-Control",
                  "value": "no-cache, private"
                },
                {
                  "key": "Date",
                  "value": "Sat, 04 Apr 2026 20:58:13 GMT"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-RateLimit-Limit",
                  "value": "60"
                },
                {
                  "key": "X-RateLimit-Remaining",
                  "value": "59"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                }
              ],
              "cookie": [],
              "body": "{\n    \"success\": true,\n    \"message\": \"created\",\n    \"data\": {\n        \"name\": \"al kaddam\",\n        \"is_active\": true,\n        \"updated_at\": \"2026-04-04T20:58:13.000000Z\",\n        \"id\": 4\n    },\n    \"errors\": null\n}"
            }
          ]
        },
        {
          "name": "PUT admin/cities/{id} — تعديل (مثلاً is_active)",
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "1|2Ym5wl0tv4EePEhvZXBqx5U6nMYE4zcvRtblO2BA1b2ffc7f",
                  "type": "string"
                }
              ]
            },
            "method": "PUT",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{admin_token}}"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"al kaddam\",\n  \"is_active\": false\n}"
            },
            "url": {
              "raw": "{{base_url}}/api/admin/cities/{{city_id}}",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "admin",
                "cities",
                "{{city_id}}"
              ]
            }
          },
          "response": [
            {
              "name": "PUT admin/cities/{id} — تعديل (مثلاً is_active)",
              "originalRequest": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer {{admin_token}}"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"al kaddam\",\n  \"is_active\": false\n}"
                },
                "url": {
                  "raw": "{{base_url}}/api/admin/cities/{{city_id}}",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "api",
                    "admin",
                    "cities",
                    "{{city_id}}"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": null,
              "header": [
                {
                  "key": "Host",
                  "value": "127.0.0.1:8000"
                },
                {
                  "key": "Connection",
                  "value": "close"
                },
                {
                  "key": "X-Powered-By",
                  "value": "PHP/8.2.18"
                },
                {
                  "key": "Cache-Control",
                  "value": "no-cache, private"
                },
                {
                  "key": "Date",
                  "value": "Sat, 04 Apr 2026 20:59:55 GMT"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-RateLimit-Limit",
                  "value": "60"
                },
                {
                  "key": "X-RateLimit-Remaining",
                  "value": "59"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                }
              ],
              "cookie": [],
              "body": "{\n    \"success\": true,\n    \"message\": \"ok\",\n    \"data\": {\n        \"id\": 4,\n        \"name\": \"al kaddam\",\n        \"is_active\": false,\n        \"updated_at\": \"2026-04-04T20:59:55.000000Z\"\n    },\n    \"errors\": null\n}"
            }
          ]
        },
        {
          "name": "GET admin/shipment-methods",
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "1|2Ym5wl0tv4EePEhvZXBqx5U6nMYE4zcvRtblO2BA1b2ffc7f",
                  "type": "string"
                }
              ]
            },
            "method": "GET",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{admin_token}}"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/admin/shipment-methods",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "admin",
                "shipment-methods"
              ]
            }
          },
          "response": [
            {
              "name": "GET admin/shipment-methods",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer {{admin_token}}"
                  }
                ],
                "url": {
                  "raw": "{{base_url}}/api/admin/shipment-methods",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "api",
                    "admin",
                    "shipment-methods"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": null,
              "header": [
                {
                  "key": "Host",
                  "value": "127.0.0.1:8000"
                },
                {
                  "key": "Connection",
                  "value": "close"
                },
                {
                  "key": "X-Powered-By",
                  "value": "PHP/8.2.18"
                },
                {
                  "key": "Cache-Control",
                  "value": "no-cache, private"
                },
                {
                  "key": "Date",
                  "value": "Sat, 04 Apr 2026 21:02:07 GMT"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-RateLimit-Limit",
                  "value": "60"
                },
                {
                  "key": "X-RateLimit-Remaining",
                  "value": "58"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                }
              ],
              "cookie": [],
              "body": "{\n    \"success\": true,\n    \"message\": \"ok\",\n    \"data\": [\n        {\n            \"id\": 1,\n            \"code\": \"standard\",\n            \"name\": \"Standard delivery\",\n            \"name_ar\": \"توصيل عادي\",\n            \"is_active\": false,\n            \"sort_order\": 1,\n            \"created_at\": \"2026-04-04T20:16:18.000000Z\",\n            \"updated_at\": \"2026-04-04T21:01:29.000000Z\"\n        },\n        {\n            \"id\": 2,\n            \"code\": \"scheduled\",\n            \"name\": \"Scheduled delivery\",\n            \"name_ar\": \"توصيل مجدول\",\n            \"is_active\": true,\n            \"sort_order\": 2,\n            \"created_at\": \"2026-04-04T20:16:18.000000Z\",\n            \"updated_at\": \"2026-04-04T20:16:18.000000Z\"\n        },\n        {\n            \"id\": 3,\n            \"code\": \"express\",\n            \"name\": \"Express delivery\",\n            \"name_ar\": \"توصيل سريع\",\n            \"is_active\": true,\n            \"sort_order\": 3,\n            \"created_at\": \"2026-04-04T20:16:18.000000Z\",\n            \"updated_at\": \"2026-04-04T20:16:18.000000Z\"\n        }\n    ],\n    \"errors\": null\n}"
            }
          ]
        },
        {
          "name": "PUT admin/shipment-methods/{id} — تفعيل/تعطيل",
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "1|2Ym5wl0tv4EePEhvZXBqx5U6nMYE4zcvRtblO2BA1b2ffc7f",
                  "type": "string"
                }
              ]
            },
            "method": "PUT",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{admin_token}}"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"is_active\": false\n}"
            },
            "url": {
              "raw": "{{base_url}}/api/admin/shipment-methods/{{shipment_method_id}}",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "admin",
                "shipment-methods",
                "{{shipment_method_id}}"
              ]
            }
          },
          "response": [
            {
              "name": "PUT admin/shipment-methods/{id} — تفعيل/تعطيل",
              "originalRequest": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer {{admin_token}}"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"is_active\": false\n}"
                },
                "url": {
                  "raw": "{{base_url}}/api/admin/shipment-methods/{{shipment_method_id}}",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "api",
                    "admin",
                    "shipment-methods",
                    "{{shipment_method_id}}"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": null,
              "header": [
                {
                  "key": "Host",
                  "value": "127.0.0.1:8000"
                },
                {
                  "key": "Connection",
                  "value": "close"
                },
                {
                  "key": "X-Powered-By",
                  "value": "PHP/8.2.18"
                },
                {
                  "key": "Cache-Control",
                  "value": "no-cache, private"
                },
                {
                  "key": "Date",
                  "value": "Sat, 04 Apr 2026 21:01:29 GMT"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-RateLimit-Limit",
                  "value": "60"
                },
                {
                  "key": "X-RateLimit-Remaining",
                  "value": "59"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                }
              ],
              "cookie": [],
              "body": "{\n    \"success\": true,\n    \"message\": \"ok\",\n    \"data\": {\n        \"id\": 1,\n        \"code\": \"standard\",\n        \"name\": \"Standard delivery\",\n        \"name_ar\": \"توصيل عادي\",\n        \"is_active\": false,\n        \"sort_order\": 1,\n        \"created_at\": \"2026-04-04T20:16:18.000000Z\",\n        \"updated_at\": \"2026-04-04T21:01:29.000000Z\"\n    },\n    \"errors\": null\n}"
            }
          ]
        },
        {
          "name": "GET admin/ratings",
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "1|2Ym5wl0tv4EePEhvZXBqx5U6nMYE4zcvRtblO2BA1b2ffc7f",
                  "type": "string"
                }
              ]
            },
            "method": "GET",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{admin_token}}"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/admin/ratings",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "admin",
                "ratings"
              ],
              "query": [
                {
                  "key": "is_handled",
                  "value": "1",
                  "disabled": true
                }
              ]
            }
          },
          "response": [
            {
              "name": "GET admin/ratings",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer {{admin_token}}"
                  }
                ],
                "url": {
                  "raw": "{{base_url}}/api/admin/ratings",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "api",
                    "admin",
                    "ratings"
                  ],
                  "query": [
                    {
                      "key": "is_handled",
                      "value": "0",
                      "disabled": true
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": null,
              "header": [
                {
                  "key": "Host",
                  "value": "127.0.0.1:8000"
                },
                {
                  "key": "Connection",
                  "value": "close"
                },
                {
                  "key": "X-Powered-By",
                  "value": "PHP/8.2.18"
                },
                {
                  "key": "Cache-Control",
                  "value": "no-cache, private"
                },
                {
                  "key": "Date",
                  "value": "Sat, 04 Apr 2026 21:04:18 GMT"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-RateLimit-Limit",
                  "value": "60"
                },
                {
                  "key": "X-RateLimit-Remaining",
                  "value": "57"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                }
              ],
              "cookie": [],
              "body": "{\n    \"success\": true,\n    \"message\": \"ok\",\n    \"data\": [\n        {\n            \"id\": 1,\n            \"user_id\": 8,\n            \"product_id\": 6,\n            \"score\": 5,\n            \"review\": \"A ipsa aut officiis velit rerum dicta asperiores et sapiente minima sunt enim.\",\n            \"is_handled\": false,\n            \"created_at\": \"2026-04-04T20:16:19.000000Z\",\n            \"updated_at\": \"2026-04-04T20:16:19.000000Z\",\n            \"user\": {\n                \"id\": 8,\n                \"username\": \"customer_1\",\n                \"avatar\": null\n            },\n            \"product\": {\n                \"id\": 6,\n                \"name\": \"Spark Plug - AutoHub Store B\",\n                \"store_id\": 2\n            }\n        },\n        {\n            \"id\": 2,\n            \"user_id\": 8,\n            \"product_id\": 3,\n            \"score\": 4,\n            \"review\": \"Minus molestiae esse ut aut ut ea possimus sint dolore distinctio corporis aperiam similique.\",\n            \"is_handled\": false,\n            \"created_at\": \"2026-04-04T20:16:19.000000Z\",\n            \"updated_at\": \"2026-04-04T20:16:19.000000Z\",\n            \"user\": {\n                \"id\": 8,\n                \"username\": \"customer_1\",\n                \"avatar\": null\n            },\n            \"product\": {\n                \"id\": 3,\n                \"name\": \"Air Filter - AutoHub Store A\",\n                \"store_id\": 1\n            }\n        },\n        {\n            \"id\": 3,\n            \"user_id\": 9,\n            \"product_id\": 4,\n            \"score\": 5,\n            \"review\": \"Nam molestiae libero maiores deleniti incidunt aut reprehenderit dolorem expedita repellendus doloremque quos voluptatem.\",\n            \"is_handled\": false,\n            \"created_at\": \"2026-04-04T20:16:19.000000Z\",\n            \"updated_at\": \"2026-04-04T20:16:19.000000Z\",\n            \"user\": {\n                \"id\": 9,\n                \"username\": \"customer_2\",\n                \"avatar\": null\n            },\n            \"product\": {\n                \"id\": 4,\n                \"name\": \"Brake Disc - AutoHub Store B\",\n                \"store_id\": 2\n            }\n        },\n        {\n            \"id\": 4,\n            \"user_id\": 9,\n            \"product_id\": 2,\n            \"score\": 5,\n            \"review\": \"Reprehenderit facere ut pariatur pariatur dolores unde et sit est hic.\",\n            \"is_handled\": false,\n            \"created_at\": \"2026-04-04T20:16:19.000000Z\",\n            \"updated_at\": \"2026-04-04T20:16:19.000000Z\",\n            \"user\": {\n                \"id\": 9,\n                \"username\": \"customer_2\",\n                \"avatar\": null\n            },\n            \"product\": {\n                \"id\": 2,\n                \"name\": \"Brake Pads - AutoHub Store A\",\n                \"store_id\": 1\n            }\n        },\n        {\n            \"id\": 5,\n            \"user_id\": 10,\n            \"product_id\": 2,\n            \"score\": 3,\n            \"review\": \"Esse sunt consectetur suscipit voluptatum cumque perferendis eos nobis sint unde mollitia.\",\n            \"is_handled\": false,\n            \"created_at\": \"2026-04-04T20:16:19.000000Z\",\n            \"updated_at\": \"2026-04-04T20:16:19.000000Z\",\n            \"user\": {\n                \"id\": 10,\n                \"username\": \"customer_3\",\n                \"avatar\": null\n            },\n            \"product\": {\n                \"id\": 2,\n                \"name\": \"Brake Pads - AutoHub Store A\",\n                \"store_id\": 1\n            }\n        },\n        {\n            \"id\": 6,\n            \"user_id\": 10,\n            \"product_id\": 4,\n            \"score\": 4,\n            \"review\": \"Veniam distinctio et eum natus dolores excepturi quia qui.\",\n            \"is_handled\": false,\n            \"created_at\": \"2026-04-04T20:16:19.000000Z\",\n            \"updated_at\": \"2026-04-04T20:16:19.000000Z\",\n            \"user\": {\n                \"id\": 10,\n                \"username\": \"customer_3\",\n                \"avatar\": null\n            },\n            \"product\": {\n                \"id\": 4,\n                \"name\": \"Brake Disc - AutoHub Store B\",\n                \"store_id\": 2\n            }\n        },\n        {\n            \"id\": 7,\n            \"user_id\": 11,\n            \"product_id\": 2,\n            \"score\": 5,\n            \"review\": \"Assumenda quis aliquam necessitatibus laboriosam iure omnis accusantium eaque cumque ut amet placeat.\",\n            \"is_handled\": false,\n            \"created_at\": \"2026-04-04T20:16:19.000000Z\",\n            \"updated_at\": \"2026-04-04T20:16:19.000000Z\",\n            \"user\": {\n                \"id\": 11,\n                \"username\": \"customer_4\",\n                \"avatar\": null\n            },\n            \"product\": {\n                \"id\": 2,\n                \"name\": \"Brake Pads - AutoHub Store A\",\n                \"store_id\": 1\n            }\n        },\n        {\n            \"id\": 8,\n            \"user_id\": 11,\n            \"product_id\": 5,\n            \"score\": 3,\n            \"review\": \"Voluptas ut ut facilis ut quo repellat unde a.\",\n            \"is_handled\": false,\n            \"created_at\": \"2026-04-04T20:16:19.000000Z\",\n            \"updated_at\": \"2026-04-04T20:16:19.000000Z\",\n            \"user\": {\n                \"id\": 11,\n                \"username\": \"customer_4\",\n                \"avatar\": null\n            },\n            \"product\": {\n                \"id\": 5,\n                \"name\": \"Shock Absorber - AutoHub Store B\",\n                \"store_id\": 2\n            }\n        }\n    ],\n    \"errors\": null\n}"
            }
          ]
        },
        {
          "name": "PUT admin/ratings/{rating} — is_handled",
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "1|2Ym5wl0tv4EePEhvZXBqx5U6nMYE4zcvRtblO2BA1b2ffc7f",
                  "type": "string"
                }
              ]
            },
            "method": "PUT",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{admin_token}}"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"is_handled\": true\n}"
            },
            "url": {
              "raw": "{{base_url}}/api/admin/ratings/{{rating_id}}",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "admin",
                "ratings",
                "{{rating_id}}"
              ]
            }
          },
          "response": [
            {
              "name": "PUT admin/ratings/{rating} — is_handled",
              "originalRequest": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer {{admin_token}}"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"is_handled\": true\n}"
                },
                "url": {
                  "raw": "{{base_url}}/api/admin/ratings/{{rating_id}}",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "api",
                    "admin",
                    "ratings",
                    "{{rating_id}}"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": null,
              "header": [
                {
                  "key": "Host",
                  "value": "127.0.0.1:8000"
                },
                {
                  "key": "Connection",
                  "value": "close"
                },
                {
                  "key": "X-Powered-By",
                  "value": "PHP/8.2.18"
                },
                {
                  "key": "Cache-Control",
                  "value": "no-cache, private"
                },
                {
                  "key": "Date",
                  "value": "Sat, 04 Apr 2026 21:06:09 GMT"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-RateLimit-Limit",
                  "value": "60"
                },
                {
                  "key": "X-RateLimit-Remaining",
                  "value": "59"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                }
              ],
              "cookie": [],
              "body": "{\n    \"success\": true,\n    \"message\": \"ok\",\n    \"data\": {\n        \"id\": 1,\n        \"user_id\": 8,\n        \"product_id\": 6,\n        \"score\": 5,\n        \"review\": \"A ipsa aut officiis velit rerum dicta asperiores et sapiente minima sunt enim.\",\n        \"is_handled\": true,\n        \"created_at\": \"2026-04-04T20:16:19.000000Z\",\n        \"updated_at\": \"2026-04-04T21:06:09.000000Z\",\n        \"user\": {\n            \"id\": 8,\n            \"username\": \"customer_1\"\n        },\n        \"product\": {\n            \"id\": 6,\n            \"name\": \"Spark Plug - AutoHub Store B\"\n        }\n    },\n    \"errors\": null\n}"
            }
          ]
        }
      ]
    },
    {
      "name": "6 — Admin بنرات وسكشنات",
      "item": [
        {
          "name": "GET admin/banners",
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "1|2Ym5wl0tv4EePEhvZXBqx5U6nMYE4zcvRtblO2BA1b2ffc7f",
                  "type": "string"
                }
              ]
            },
            "method": "GET",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{admin_token}}"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/admin/banners",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "admin",
                "banners"
              ]
            }
          },
          "response": [
            {
              "name": "GET admin/banners",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer {{admin_token}}"
                  }
                ],
                "url": {
                  "raw": "{{base_url}}/api/admin/banners",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "api",
                    "admin",
                    "banners"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": null,
              "header": [
                {
                  "key": "Host",
                  "value": "127.0.0.1:8000"
                },
                {
                  "key": "Connection",
                  "value": "close"
                },
                {
                  "key": "X-Powered-By",
                  "value": "PHP/8.2.18"
                },
                {
                  "key": "Cache-Control",
                  "value": "no-cache, private"
                },
                {
                  "key": "Date",
                  "value": "Sat, 04 Apr 2026 21:07:53 GMT"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-RateLimit-Limit",
                  "value": "60"
                },
                {
                  "key": "X-RateLimit-Remaining",
                  "value": "59"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                }
              ],
              "cookie": [],
              "body": "{\n    \"success\": true,\n    \"message\": \"ok\",\n    \"data\": [\n        {\n            \"id\": 1,\n            \"media_type\": \"image\",\n            \"media_url\": \"https://picsum.photos/seed/banner_1/1200/500\",\n            \"title\": \"Banner 1\",\n            \"description\": \"Qui adipisci esse iusto qui autem dicta.\",\n            \"target\": \"all\",\n            \"store_id\": null,\n            \"is_active\": true,\n            \"created_at\": \"2026-04-04T20:16:19.000000Z\",\n            \"updated_at\": \"2026-04-04T20:16:19.000000Z\"\n        },\n        {\n            \"id\": 2,\n            \"media_type\": \"image\",\n            \"media_url\": \"https://picsum.photos/seed/banner_2/1200/500\",\n            \"title\": \"Banner 2\",\n            \"description\": \"Qui nemo aspernatur magnam doloremque itaque rerum adipisci numquam ipsa dolorum voluptas.\",\n            \"target\": \"all\",\n            \"store_id\": null,\n            \"is_active\": true,\n            \"created_at\": \"2026-04-04T20:16:19.000000Z\",\n            \"updated_at\": \"2026-04-04T20:16:19.000000Z\"\n        },\n        {\n            \"id\": 3,\n            \"media_type\": \"image\",\n            \"media_url\": \"https://picsum.photos/seed/banner_3/1200/500\",\n            \"title\": \"Banner 3\",\n            \"description\": \"Non odio dolores velit dolorem quas repellendus vel eligendi.\",\n            \"target\": \"all\",\n            \"store_id\": null,\n            \"is_active\": true,\n            \"created_at\": \"2026-04-04T20:16:19.000000Z\",\n            \"updated_at\": \"2026-04-04T20:16:19.000000Z\"\n        },\n        {\n            \"id\": 4,\n            \"media_type\": \"image\",\n            \"media_url\": \"https://picsum.photos/seed/banner_4/1200/500\",\n            \"title\": \"Banner 4\",\n            \"description\": \"Ut consequatur atque et ad expedita veniam.\",\n            \"target\": \"all\",\n            \"store_id\": null,\n            \"is_active\": true,\n            \"created_at\": \"2026-04-04T20:16:19.000000Z\",\n            \"updated_at\": \"2026-04-04T20:16:19.000000Z\"\n        },\n        {\n            \"id\": 5,\n            \"media_type\": \"image\",\n            \"media_url\": \"https://picsum.photos/seed/banner_5/1200/500\",\n            \"title\": \"Banner 5\",\n            \"description\": \"Placeat quas cupiditate enim ipsa commodi et.\",\n            \"target\": \"all\",\n            \"store_id\": null,\n            \"is_active\": true,\n            \"created_at\": \"2026-04-04T20:16:19.000000Z\",\n            \"updated_at\": \"2026-04-04T20:16:19.000000Z\"\n        }\n    ],\n    \"errors\": null\n}"
            }
          ]
        },
        {
          "name": "POST admin/banners — عام أو لمتجر",
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "1|2Ym5wl0tv4EePEhvZXBqx5U6nMYE4zcvRtblO2BA1b2ffc7f",
                  "type": "string"
                }
              ]
            },
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{admin_token}}"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"media_type\": \"image\",\n  \"media_url\": \"https://picsum.photos/seed/banner1/1200/400\",\n  \"title\": \"Spring sale\",\n  \"description\": \"خصم على قطع المحرك\",\n  \"target\": \"store\",\n  \"store_id\": 1,\n  \"is_active\": true\n}"
            },
            "url": {
              "raw": "{{base_url}}/api/admin/banners",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "admin",
                "banners"
              ]
            }
          },
          "response": [
            {
              "name": "POST admin/banners — عام أو لمتجر",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer {{admin_token}}"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"media_type\": \"image\",\n  \"media_url\": \"https://picsum.photos/seed/banner1/1200/400\",\n  \"title\": \"Spring sale\",\n  \"description\": \"خصم على قطع المحرك\",\n  \"target\": \"store\",\n  \"store_id\": 1,\n  \"is_active\": true\n}"
                },
                "url": {
                  "raw": "{{base_url}}/api/admin/banners",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "api",
                    "admin",
                    "banners"
                  ]
                }
              },
              "status": "Created",
              "code": 201,
              "_postman_previewlanguage": null,
              "header": [
                {
                  "key": "Host",
                  "value": "127.0.0.1:8000"
                },
                {
                  "key": "Connection",
                  "value": "close"
                },
                {
                  "key": "X-Powered-By",
                  "value": "PHP/8.2.18"
                },
                {
                  "key": "Cache-Control",
                  "value": "no-cache, private"
                },
                {
                  "key": "Date",
                  "value": "Sat, 04 Apr 2026 21:10:19 GMT"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-RateLimit-Limit",
                  "value": "60"
                },
                {
                  "key": "X-RateLimit-Remaining",
                  "value": "59"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                }
              ],
              "cookie": [],
              "body": "{\n    \"success\": true,\n    \"message\": \"created\",\n    \"data\": {\n        \"media_type\": \"image\",\n        \"media_url\": \"https://picsum.photos/seed/banner1/1200/400\",\n        \"title\": \"Spring sale\",\n        \"description\": \"خصم على قطع المحرك\",\n        \"target\": \"store\",\n        \"store_id\": 1,\n        \"is_active\": true,\n        \"updated_at\": \"2026-04-04T21:10:19.000000Z\",\n        \"created_at\": \"2026-04-04T21:10:19.000000Z\",\n        \"id\": 6\n    },\n    \"errors\": null\n}"
            }
          ]
        },
        {
          "name": "PUT admin/banners/{id}",
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "1|2Ym5wl0tv4EePEhvZXBqx5U6nMYE4zcvRtblO2BA1b2ffc7f",
                  "type": "string"
                }
              ]
            },
            "method": "PUT",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{admin_token}}"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"media_type\": \"image\",\n  \"media_url\": \"https://picsum.photos/seed/banner1b/1200/400\",\n  \"title\": \"Spring sale — updated\",\n  \"description\": null,\n  \"target\": \"store\",\n  \"store_id\": {{store_id}},\n  \"is_active\": true\n}"
            },
            "url": {
              "raw": "{{base_url}}/api/admin/banners/{{banner_id}}",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "admin",
                "banners",
                "{{banner_id}}"
              ]
            }
          },
          "response": [
            {
              "name": "PUT admin/banners/{id}",
              "originalRequest": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer {{admin_token}}"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"media_type\": \"image\",\n  \"media_url\": \"https://picsum.photos/seed/banner1b/1200/400\",\n  \"title\": \"Spring sale — updated\",\n  \"description\": null,\n  \"target\": \"store\",\n  \"store_id\": {{store_id}},\n  \"is_active\": true\n}"
                },
                "url": {
                  "raw": "{{base_url}}/api/admin/banners/{{banner_id}}",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "api",
                    "admin",
                    "banners",
                    "{{banner_id}}"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": null,
              "header": [
                {
                  "key": "Host",
                  "value": "127.0.0.1:8000"
                },
                {
                  "key": "Connection",
                  "value": "close"
                },
                {
                  "key": "X-Powered-By",
                  "value": "PHP/8.2.18"
                },
                {
                  "key": "Cache-Control",
                  "value": "no-cache, private"
                },
                {
                  "key": "Date",
                  "value": "Sat, 04 Apr 2026 21:12:33 GMT"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-RateLimit-Limit",
                  "value": "60"
                },
                {
                  "key": "X-RateLimit-Remaining",
                  "value": "58"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                }
              ],
              "cookie": [],
              "body": "{\n    \"success\": true,\n    \"message\": \"ok\",\n    \"data\": {\n        \"id\": 6,\n        \"media_type\": \"image\",\n        \"media_url\": \"https://picsum.photos/seed/banner1b/1200/400\",\n        \"title\": \"Spring sale — updated\",\n        \"description\": null,\n        \"target\": \"store\",\n        \"store_id\": 1,\n        \"is_active\": true,\n        \"created_at\": \"2026-04-04T21:10:19.000000Z\",\n        \"updated_at\": \"2026-04-04T21:12:33.000000Z\"\n    },\n    \"errors\": null\n}"
            }
          ]
        },
        {
          "name": "DELETE admin/banners/{id}",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{admin_token}}"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/admin/banners/{{banner_id}}",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "admin",
                "banners",
                "{{banner_id}}"
              ]
            }
          },
          "response": [
            {
              "name": "DELETE admin/banners/{id}",
              "originalRequest": {
                "method": "DELETE",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer {{admin_token}}"
                  }
                ],
                "url": {
                  "raw": "{{base_url}}/api/admin/banners/{{banner_id}}",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "api",
                    "admin",
                    "banners",
                    "{{banner_id}}"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": null,
              "header": [
                {
                  "key": "Host",
                  "value": "127.0.0.1:8000"
                },
                {
                  "key": "Connection",
                  "value": "close"
                },
                {
                  "key": "X-Powered-By",
                  "value": "PHP/8.2.18"
                },
                {
                  "key": "Cache-Control",
                  "value": "no-cache, private"
                },
                {
                  "key": "Date",
                  "value": "Sat, 04 Apr 2026 21:14:04 GMT"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-RateLimit-Limit",
                  "value": "60"
                },
                {
                  "key": "X-RateLimit-Remaining",
                  "value": "59"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                }
              ],
              "cookie": [],
              "body": "{\n    \"success\": true,\n    \"message\": \"ok\",\n    \"data\": null,\n    \"errors\": null\n}"
            }
          ]
        },
        {
          "name": "GET admin/manual-sections",
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "1|2Ym5wl0tv4EePEhvZXBqx5U6nMYE4zcvRtblO2BA1b2ffc7f",
                  "type": "string"
                }
              ]
            },
            "method": "GET",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{admin_token}}"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/admin/manual-sections",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "admin",
                "manual-sections"
              ]
            }
          },
          "response": [
            {
              "name": "GET admin/manual-sections",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer {{admin_token}}"
                  }
                ],
                "url": {
                  "raw": "{{base_url}}/api/admin/manual-sections",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "api",
                    "admin",
                    "manual-sections"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": null,
              "header": [
                {
                  "key": "Host",
                  "value": "127.0.0.1:8000"
                },
                {
                  "key": "Connection",
                  "value": "close"
                },
                {
                  "key": "X-Powered-By",
                  "value": "PHP/8.2.18"
                },
                {
                  "key": "Cache-Control",
                  "value": "no-cache, private"
                },
                {
                  "key": "Date",
                  "value": "Sat, 04 Apr 2026 21:15:19 GMT"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-RateLimit-Limit",
                  "value": "60"
                },
                {
                  "key": "X-RateLimit-Remaining",
                  "value": "59"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                }
              ],
              "cookie": [],
              "body": "{\n    \"success\": true,\n    \"message\": \"ok\",\n    \"data\": [\n        {\n            \"id\": 1,\n            \"icon_url\": \"https://picsum.photos/seed/manual_1/100/100\",\n            \"title\": \"Manual Section 1\",\n            \"description\": \"Natus nihil voluptatem occaecati consequatur voluptatem quis quae recusandae nihil atque rerum voluptatem repudiandae omnis.\",\n            \"sort_order\": 1,\n            \"is_active\": 1,\n            \"created_at\": \"2026-04-04T20:16:19.000000Z\",\n            \"updated_at\": \"2026-04-04T20:16:19.000000Z\"\n        },\n        {\n            \"id\": 2,\n            \"icon_url\": \"https://picsum.photos/seed/manual_2/100/100\",\n            \"title\": \"Manual Section 2\",\n            \"description\": \"Accusamus id dicta eum omnis et autem numquam minima amet inventore vel voluptatibus occaecati et.\",\n            \"sort_order\": 2,\n            \"is_active\": 1,\n            \"created_at\": \"2026-04-04T20:16:19.000000Z\",\n            \"updated_at\": \"2026-04-04T20:16:19.000000Z\"\n        },\n        {\n            \"id\": 3,\n            \"icon_url\": \"https://picsum.photos/seed/manual_3/100/100\",\n            \"title\": \"Manual Section 3\",\n            \"description\": \"Tempora minus numquam omnis velit temporibus aperiam aut id quia aperiam maiores qui rerum vel enim eaque.\",\n            \"sort_order\": 3,\n            \"is_active\": 1,\n            \"created_at\": \"2026-04-04T20:16:19.000000Z\",\n            \"updated_at\": \"2026-04-04T20:16:19.000000Z\"\n        }\n    ],\n    \"errors\": null\n}"
            }
          ]
        },
        {
          "name": "POST admin/manual-sections",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{admin_token}}"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"icon_url\": \"https://picsum.photos/seed/icon1/64/64\",\n  \"title\": \"How to order\",\n  \"description\": \"خطوات الطلب من التطبيق\",\n  \"sort_order\": 1,\n  \"is_active\": true\n}"
            },
            "url": {
              "raw": "{{base_url}}/api/admin/manual-sections",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "admin",
                "manual-sections"
              ]
            }
          },
          "response": [
            {
              "name": "POST admin/manual-sections",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer {{admin_token}}"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "// {\n//   \"icon_url\": \"https://picsum.photos/seed/icon1/64/64\",\n//   \"title\": \"How to order this is a new sec\",\n//   \"description\": \"خطوات الطلب من التطبيق\",\n//   \"sort_order\": 4,\n//   \"is_active\": true\n// }\n{\n  \"title\": \"قسم تجريبي\",\n  \"description\": \"وصف\",\n  \"icon_url\": \"https://example.com/icon.png\",\n  \"sort_order\": 1,\n  \"is_active\": true,\n//   \"product_ids\": [1, 2]\n  \"store_ids\": [1]\n}"
                },
                "url": {
                  "raw": "{{base_url}}/api/admin/manual-sections",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "api",
                    "admin",
                    "manual-sections"
                  ]
                }
              },
              "status": "Created",
              "code": 201,
              "_postman_previewlanguage": null,
              "header": [
                {
                  "key": "Host",
                  "value": "127.0.0.1:8000"
                },
                {
                  "key": "Connection",
                  "value": "close"
                },
                {
                  "key": "X-Powered-By",
                  "value": "PHP/8.2.18"
                },
                {
                  "key": "Cache-Control",
                  "value": "no-cache, private"
                },
                {
                  "key": "Date",
                  "value": "Sat, 04 Apr 2026 21:46:06 GMT"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-RateLimit-Limit",
                  "value": "60"
                },
                {
                  "key": "X-RateLimit-Remaining",
                  "value": "58"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                }
              ],
              "cookie": [],
              "body": "{\n    \"success\": true,\n    \"message\": \"created\",\n    \"data\": {\n        \"id\": 5,\n        \"icon_url\": \"https://example.com/icon.png\",\n        \"title\": \"قسم تجريبي\",\n        \"description\": \"وصف\",\n        \"sort_order\": 1,\n        \"is_active\": 1,\n        \"created_at\": \"2026-04-04T21:46:06.000000Z\",\n        \"updated_at\": \"2026-04-04T21:46:06.000000Z\",\n        \"products\": [],\n        \"stores\": [\n            {\n                \"id\": 1,\n                \"name\": \"AutoHub Store A\",\n                \"logo\": \"https://picsum.photos/seed/store_logo_2/200/200\",\n                \"is_active\": true,\n                \"pivot\": {\n                    \"manual_section_id\": 5,\n                    \"store_id\": 1,\n                    \"sort_order\": null,\n                    \"created_at\": \"2026-04-04T21:46:06.000000Z\",\n                    \"updated_at\": \"2026-04-04T21:46:06.000000Z\"\n                }\n            }\n        ]\n    },\n    \"errors\": null\n}"
            }
          ]
        },
        {
          "name": "PUT admin/manual-sections/{id}",
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "1|FE6YPGHwqgn24QHqsLbnPLNpcKRgcaFr2sucwF4X1c574674",
                  "type": "string"
                }
              ]
            },
            "method": "PUT",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{admin_token}}"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "// {\n//   \"icon_url\": null,\n//   \"title\": \"How to order — v2\",\n//   \"description\": \"نص محدّث\",\n//   \"sort_order\": 2,\n//   \"is_active\": true\n// }\n{\n  \"title\": \"قسم تجريبي\",\n  \"description\": \"وصف\",\n  \"icon_url\": \"https://example.com/icon.png\",\n  \"sort_order\": 1,\n  \"is_active\": true,\n//   \"product_ids\": [1, 2]\n  \"store_ids\": [2]\n}"
            },
            "url": {
              "raw": "{{base_url}}/api/admin/manual-sections/{{manual_section_id}}",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "admin",
                "manual-sections",
                "{{manual_section_id}}"
              ]
            }
          },
          "response": [
            {
              "name": "PUT admin/manual-sections/{id}",
              "originalRequest": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer {{admin_token}}"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "// {\n//   \"icon_url\": null,\n//   \"title\": \"How to order — v2\",\n//   \"description\": \"نص محدّث\",\n//   \"sort_order\": 2,\n//   \"is_active\": true\n// }\n{\n  \"title\": \"قسم تجريبي\",\n  \"description\": \"وصف\",\n  \"icon_url\": \"https://example.com/icon.png\",\n  \"sort_order\": 1,\n  \"is_active\": true,\n//   \"product_ids\": [1, 2]\n  \"store_ids\": [2]\n}"
                },
                "url": {
                  "raw": "{{base_url}}/api/admin/manual-sections/{{manual_section_id}}",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "api",
                    "admin",
                    "manual-sections",
                    "{{manual_section_id}}"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": null,
              "header": [
                {
                  "key": "Host",
                  "value": "127.0.0.1:8000"
                },
                {
                  "key": "Connection",
                  "value": "close"
                },
                {
                  "key": "X-Powered-By",
                  "value": "PHP/8.2.18"
                },
                {
                  "key": "Cache-Control",
                  "value": "no-cache, private"
                },
                {
                  "key": "Date",
                  "value": "Sat, 04 Apr 2026 21:47:17 GMT"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-RateLimit-Limit",
                  "value": "60"
                },
                {
                  "key": "X-RateLimit-Remaining",
                  "value": "59"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                }
              ],
              "cookie": [],
              "body": "{\n    \"success\": true,\n    \"message\": \"ok\",\n    \"data\": {\n        \"id\": 5,\n        \"icon_url\": \"https://example.com/icon.png\",\n        \"title\": \"قسم تجريبي\",\n        \"description\": \"وصف\",\n        \"sort_order\": 1,\n        \"is_active\": 1,\n        \"created_at\": \"2026-04-04T21:46:06.000000Z\",\n        \"updated_at\": \"2026-04-04T21:47:17.000000Z\",\n        \"products\": [],\n        \"stores\": [\n            {\n                \"id\": 2,\n                \"name\": \"AutoHub Store B\",\n                \"logo\": \"https://picsum.photos/seed/store_logo_3/200/200\",\n                \"is_active\": true,\n                \"pivot\": {\n                    \"manual_section_id\": 5,\n                    \"store_id\": 2,\n                    \"sort_order\": null,\n                    \"created_at\": \"2026-04-04T21:47:17.000000Z\",\n                    \"updated_at\": \"2026-04-04T21:47:17.000000Z\"\n                }\n            }\n        ]\n    },\n    \"errors\": null\n}"
            }
          ]
        },
        {
          "name": "DELETE admin/manual-sections/{id}",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{admin_token}}"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/admin/manual-sections/{{manual_section_id}}",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "admin",
                "manual-sections",
                "{{manual_section_id}}"
              ]
            }
          },
          "response": []
        }
      ]
    },
    {
      "name": "7 — عام (تطبيق) shipment-methods نشطة فقط",
      "item": [
        {
          "name": "GET shipment-methods",
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "1|2Ym5wl0tv4EePEhvZXBqx5U6nMYE4zcvRtblO2BA1b2ffc7f",
                  "type": "string"
                }
              ]
            },
            "method": "GET",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/shipment-methods",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "shipment-methods"
              ]
            }
          },
          "response": [
            {
              "name": "GET shipment-methods",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{base_url}}/api/shipment-methods",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "api",
                    "shipment-methods"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": null,
              "header": [
                {
                  "key": "Host",
                  "value": "127.0.0.1:8000"
                },
                {
                  "key": "Connection",
                  "value": "close"
                },
                {
                  "key": "X-Powered-By",
                  "value": "PHP/8.2.18"
                },
                {
                  "key": "Cache-Control",
                  "value": "no-cache, private"
                },
                {
                  "key": "Date",
                  "value": "Sat, 04 Apr 2026 21:24:05 GMT"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "X-RateLimit-Limit",
                  "value": "60"
                },
                {
                  "key": "X-RateLimit-Remaining",
                  "value": "59"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                }
              ],
              "cookie": [],
              "body": "{\n    \"success\": true,\n    \"message\": \"ok\",\n    \"data\": [\n        {\n            \"code\": \"scheduled\",\n            \"name\": \"Scheduled delivery\",\n            \"name_ar\": \"توصيل مجدول\"\n        },\n        {\n            \"code\": \"express\",\n            \"name\": \"Express delivery\",\n            \"name_ar\": \"توصيل سريع\"\n        }\n    ],\n    \"errors\": null\n}"
            }
          ]
        }
      ]
    },
    {
      "name": "8 — مرجع: ضريبة الطلب (عميل)",
      "item": [
        {
          "name": "POST user/orders/preview — يرجع tax_rate_percent + tax_amount",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{customer_token}}"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"address_id\": {{address_id}},\n  \"payment_method_id\": 1,\n  \"delivery_method\": \"standard\",\n  \"delivery_instructions\": null,\n  \"items\": [\n    {\n      \"product_id\": {{product_id}},\n      \"quantity\": 1\n    }\n  ]\n}"
            },
            "url": {
              "raw": "{{base_url}}/api/user/orders/preview",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "user",
                "orders",
                "preview"
              ]
            }
          },
          "response": []
        }
      ]
    }
  ],
  "variable": [
    {
      "key": "base_url",
      "value": "http://127.0.0.1:8000"
    },
    {
      "key": "store_token",
      "value": ""
    },
    {
      "key": "super_admin_token",
      "value": ""
    },
    {
      "key": "admin_token",
      "value": ""
    },
    {
      "key": "customer_token",
      "value": ""
    },
    {
      "key": "address_id",
      "value": "1"
    },
    {
      "key": "store_id",
      "value": "1"
    },
    {
      "key": "store_role_id",
      "value": "1"
    },
    {
      "key": "permission_id",
      "value": "1"
    },
    {
      "key": "platform_role_id",
      "value": "1"
    },
    {
      "key": "platform_permission_id",
      "value": "1"
    },
    {
      "key": "super_admin_user_id",
      "value": "1"
    },
    {
      "key": "product_id",
      "value": "1"
    },
    {
      "key": "order_id",
      "value": "1"
    },
    {
      "key": "driver_id",
      "value": "1"
    },
    {
      "key": "rating_id",
      "value": "1"
    },
    {
      "key": "shipment_method_id",
      "value": "1"
    },
    {
      "key": "city_id",
      "value": "1"
    },
    {
      "key": "banner_id",
      "value": "1"
    },
    {
      "key": "manual_section_id",
      "value": "1"
    }
  ]
}