{
  "info": {
    "_postman_id": "07042db0-ccad-42c9-b58b-3aaafe7dc83a",
    "name": "123",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "_exporter_id": "32278329",
    "_collection_link": "https://go.postman.co/collection/32278329-07042db0-ccad-42c9-b58b-3aaafe7dc83a?source=collection_link"
  },
  "item": [
    {
      "name": "تعديل علي المنتج",
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "{{token}}",
              "type": "string"
            }
          ]
        },
        "method": "PUT",
        "header": [
          {
            "key": "Authorization",
            "value": "Bearer 1|ssm9iKJDRw3BGonVgJlMwxZcWvLHgzS7AfAkGVGB64f1e459",
            "type": "text"
          },
          {
            "key": "Accept",
            "value": "application/json",
            "type": "text"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\r\n    \"price\": 200.00,\r\n    \"stock_quantity\": 500\r\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "https://medical.semicolon-solution.net/api/pos/products/4858",
          "protocol": "https",
          "host": [
            "medical",
            "semicolon-solution",
            "net"
          ],
          "path": [
            "api",
            "pos",
            "products",
            "4858"
          ]
        }
      },
      "response": []
    },
    {
      "name": "تعديل علي خصائص المنتج",
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "{{token}}",
              "type": "string"
            }
          ]
        },
        "method": "PUT",
        "header": [
          {
            "key": "Authorization",
            "value": "Bearer 1|ssm9iKJDRw3BGonVgJlMwxZcWvLHgzS7AfAkGVGB64f1e459",
            "type": "text"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\r\n    \"price_adjustment\": 100.00,\r\n    \"stock_quantity\": 150\r\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "https://medical.semicolon-solution.net/api/pos/products/4858",
          "protocol": "https",
          "host": [
            "medical",
            "semicolon-solution",
            "net"
          ],
          "path": [
            "api",
            "pos",
            "products",
            "4858"
          ]
        }
      },
      "response": []
    }
  ],
  "auth": {
    "type": "bearer"
  },
  "event": [
    {
      "listen": "prerequest",
      "script": {
        "type": "text/javascript",
        "packages": {},
        "requests": {},
        "exec": [
          ""
        ]
      }
    },
    {
      "listen": "test",
      "script": {
        "type": "text/javascript",
        "packages": {},
        "requests": {},
        "exec": [
          ""
        ]
      }
    }
  ],
  "variable": [
    {
      "key": "token",
      "value": ""
    }
  ]
}