{"info":{"_postman_id":"c85912b1-139c-4270-9a09-e58a4ddd77ba","name":"api.tara","description":"<html><head></head><body><p>API для автоматизации процессов компаниии АРМПЛАСТ</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"20506556","collectionId":"c85912b1-139c-4270-9a09-e58a4ddd77ba","publishedId":"2sB2cVg3JT","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-04-08T13:04:01.000Z"},"item":[{"name":"clients","item":[{"name":"index","id":"e7041b3d-daab-4f4d-a994-1f74cc4912b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api-tara.local/api/clients","description":"<p>Получить всех клиентов</p>\n","urlObject":{"protocol":"http","path":["api","clients"],"host":["api-tara","local"],"query":[{"disabled":true,"key":"select[]","value":"id"},{"disabled":true,"key":"select[]","value":"name"},{"disabled":true,"key":"select[]","value":"phone_numbers"},{"disabled":true,"key":"query","value":"Иван Иванов 222"},{"disabled":true,"key":"limit","value":"1"},{"disabled":true,"key":"page","value":"2"},{"disabled":true,"key":"orderBy","value":"name"},{"disabled":true,"key":"ascending","value":"1"}],"variable":[]}},"response":[{"id":"ae25e7c6-6e94-441e-8bfd-96f0c93fb344","name":"success","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://api-tara.local/api/clients","protocol":"http","host":["api-tara","local"],"path":["api","clients"],"query":[{"key":"select[]","value":"id","disabled":true},{"key":"select[]","value":"name","type":"text","disabled":true},{"key":"select[]","value":"phone_numbers","disabled":true},{"key":"query","value":"Иван Иванов 2","type":"text","disabled":true},{"key":"limit","value":"1","type":"text","disabled":true},{"key":"page","value":"2","type":"text","disabled":true},{"key":"orderBy","value":"name","disabled":true},{"key":"ascending","value":"1","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Apr 2025 13:09:56 GMT"},{"key":"Server","value":"Apache/2.4.58 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 6,\n            \"name\": \"Иван Иванов 22\",\n            \"price_type_id\": 2,\n            \"address\": \"г. Москва, ул. Пушкина, д. 101\",\n            \"created_at\": \"2025-04-07T19:37:24.000000Z\",\n            \"updated_at\": \"2025-04-07T19:42:50.000000Z\",\n            \"phone_numbers\": [\n                {\n                    \"id\": 7,\n                    \"client_id\": 6,\n                    \"number\": \"89991234573\",\n                    \"type_id\": 1,\n                    \"created_at\": \"2025-04-07T19:37:24.000000Z\",\n                    \"updated_at\": \"2025-04-07T19:42:50.000000Z\"\n                },\n                {\n                    \"id\": 8,\n                    \"client_id\": 6,\n                    \"number\": \"89991234574\",\n                    \"type_id\": 2,\n                    \"created_at\": \"2025-04-07T19:37:24.000000Z\",\n                    \"updated_at\": \"2025-04-07T19:42:50.000000Z\"\n                }\n            ]\n        }\n    ],\n    \"total\": 1\n}"}],"_postman_id":"e7041b3d-daab-4f4d-a994-1f74cc4912b2"},{"name":"show","id":"a5696d17-7a4d-4fed-bc0a-d2b9ea574550","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api-tara.local/api/clients/6","description":"<p>Получить конкретного клиента</p>\n","urlObject":{"protocol":"http","path":["api","clients","6"],"host":["api-tara","local"],"query":[],"variable":[]}},"response":[{"id":"facaeb0e-0f9e-4bb4-b849-4c53a5b08bcf","name":"success","originalRequest":{"method":"GET","header":[],"url":"http://api-tara.local/api/clients/6"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Apr 2025 18:43:32 GMT"},{"key":"Server","value":"Apache/2.4.58 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 6,\n    \"name\": \"Иван Иванов 22\",\n    \"price_type_id\": 2,\n    \"address\": \"г. Москва, ул. Пушкина, д. 101\",\n    \"created_at\": \"2025-04-07T19:37:24.000000Z\",\n    \"updated_at\": \"2025-04-07T19:42:50.000000Z\",\n    \"phone_numbers\": [\n        {\n            \"id\": 7,\n            \"client_id\": 6,\n            \"number\": \"89991234573\",\n            \"type_id\": 1,\n            \"created_at\": \"2025-04-07T19:37:24.000000Z\",\n            \"updated_at\": \"2025-04-07T19:42:50.000000Z\"\n        },\n        {\n            \"id\": 8,\n            \"client_id\": 6,\n            \"number\": \"89991234574\",\n            \"type_id\": 2,\n            \"created_at\": \"2025-04-07T19:37:24.000000Z\",\n            \"updated_at\": \"2025-04-07T19:42:50.000000Z\"\n        }\n    ]\n}"}],"_postman_id":"a5696d17-7a4d-4fed-bc0a-d2b9ea574550"},{"name":"store","id":"79e7560a-07b6-43bc-b5b4-bfd04839fed1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[\n    {\n        \"name\": \"Иван Иванов 1\",\n        \"price_type_id\": 1,\n        \"address\": \"г. Москва, ул. Пушкина, д. 10\",\n        \"phone_numbers\": [\n            {\n                \"number\": \"89993333337\",\n                \"type_id\": 1\n            },\n            {\n                \"number\": \"89993333357\",\n                \"type_id\": 2\n            }\n        ]\n    }\n]","options":{"raw":{"language":"json"}}},"url":"http://api-tara.local/api/clients","description":"<p>Создать клиентов</p>\n","urlObject":{"protocol":"http","path":["api","clients"],"host":["api-tara","local"],"query":[],"variable":[]}},"response":[{"id":"b4b9ded5-e1a8-40da-997d-05930d10a947","name":"success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"name\": \"Иван Иванов 1\",\n        \"price_type_id\": 1,\n        \"address\": \"г. Москва, ул. Пушкина, д. 10\",\n        \"phone_numbers\": [\n            {\n                \"number\": \"89993333337\",\n                \"type_id\": 1\n            },\n            {\n                \"number\": \"89993333357\",\n                \"type_id\": 2\n            }\n        ]\n    }\n]","options":{"raw":{"language":"json"}}},"url":"http://api-tara.local/api/clients"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Apr 2025 18:43:51 GMT"},{"key":"Server","value":"Apache/2.4.58 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"id\": 7,\n            \"name\": \"Иван Иванов 1\",\n            \"price_type_id\": 1,\n            \"address\": \"г. Москва, ул. Пушкина, д. 10\",\n            \"created_at\": \"2025-04-08T18:43:51.000000Z\",\n            \"updated_at\": \"2025-04-08T18:43:51.000000Z\",\n            \"phone_numbers\": [\n                {\n                    \"id\": 9,\n                    \"client_id\": 7,\n                    \"number\": \"89993333337\",\n                    \"type_id\": 1,\n                    \"created_at\": \"2025-04-08T18:43:51.000000Z\",\n                    \"updated_at\": \"2025-04-08T18:43:51.000000Z\"\n                },\n                {\n                    \"id\": 10,\n                    \"client_id\": 7,\n                    \"number\": \"89993333357\",\n                    \"type_id\": 2,\n                    \"created_at\": \"2025-04-08T18:43:51.000000Z\",\n                    \"updated_at\": \"2025-04-08T18:43:51.000000Z\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"79e7560a-07b6-43bc-b5b4-bfd04839fed1"},{"name":"update","id":"f9b02b72-35b2-40ab-9bdb-d0710fb4bb91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Иван Иванов 22\",\n    \"price_type_id\": 2,\n    \"address\": \"г. Москва, ул. Пушкина, д. 101\",\n    \"phone_numbers\": [\n        {\n            \"id\": 9,\n            \"number\": \"89991234573\",\n            \"type_id\": 1\n        },\n         {\n            \"id\": 10,\n            \"number\": \"89991234574\",\n            \"type_id\": 2\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"http://api-tara.local/api/clients/7","description":"<p>Обновить данные по клиенту</p>\n","urlObject":{"protocol":"http","path":["api","clients","7"],"host":["api-tara","local"],"query":[],"variable":[]}},"response":[{"id":"a7e77ca0-d1d6-4530-b7e3-f11306e5caa7","name":"success","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Иван Иванов 22\",\n    \"price_type_id\": 2,\n    \"address\": \"г. Москва, ул. Пушкина, д. 101\",\n    \"phone_numbers\": [\n        {\n            \"id\": 7,\n            \"number\": \"89991234573\",\n            \"type_id\": 1\n        },\n         {\n            \"id\": 8,\n            \"number\": \"89991234574\",\n            \"type_id\": 2\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"http://api-tara.local/api/clients/6"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Apr 2025 18:44:06 GMT"},{"key":"Server","value":"Apache/2.4.58 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 6,\n    \"name\": \"Иван Иванов 22\",\n    \"price_type_id\": 2,\n    \"address\": \"г. Москва, ул. Пушкина, д. 101\",\n    \"created_at\": \"2025-04-07T19:37:24.000000Z\",\n    \"updated_at\": \"2025-04-07T19:42:50.000000Z\",\n    \"phone_numbers\": [\n        {\n            \"id\": 7,\n            \"client_id\": 6,\n            \"number\": \"89991234573\",\n            \"type_id\": 1,\n            \"created_at\": \"2025-04-07T19:37:24.000000Z\",\n            \"updated_at\": \"2025-04-07T19:42:50.000000Z\"\n        },\n        {\n            \"id\": 8,\n            \"client_id\": 6,\n            \"number\": \"89991234574\",\n            \"type_id\": 2,\n            \"created_at\": \"2025-04-07T19:37:24.000000Z\",\n            \"updated_at\": \"2025-04-07T19:42:50.000000Z\"\n        }\n    ]\n}"}],"_postman_id":"f9b02b72-35b2-40ab-9bdb-d0710fb4bb91"},{"name":"destroy","id":"b8b6a1e4-f695-4022-b9f1-8c8042ffbee1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api-tara.local/api/clients/6","description":"<p>Удалить клиента</p>\n","urlObject":{"protocol":"http","path":["api","clients","6"],"host":["api-tara","local"],"query":[{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"fd5ef2da-f135-4b2c-8746-69ab38aa0565","name":"success","originalRequest":{"method":"DELETE","header":[],"url":"http://api-tara.local/api/clients/6"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 08 Apr 2025 18:44:22 GMT"},{"key":"Server","value":"Apache/2.4.58 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"b8b6a1e4-f695-4022-b9f1-8c8042ffbee1"}],"id":"05c2b208-1b1f-44aa-afdf-42717aa2c8ac","description":"<p>Метод для работы с клиентами</p>\n","_postman_id":"05c2b208-1b1f-44aa-afdf-42717aa2c8ac"},{"name":"phone-number-types","item":[{"name":"index","id":"7c27aa29-b3dc-4ec0-9b55-a08af7dda25a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api-tara.local/api/phone-number-types","description":"<p>Получить типы телефонов</p>\n","urlObject":{"protocol":"http","path":["api","phone-number-types"],"host":["api-tara","local"],"query":[{"disabled":true,"key":"orderBy","value":"name"},{"disabled":true,"key":"ascending","value":"0"},{"disabled":true,"key":"select[]","value":"id"},{"disabled":true,"key":"select[]","value":"name"},{"disabled":true,"key":"limit","value":"5"},{"disabled":true,"key":"page","value":"1"},{"disabled":true,"key":"query","value":"Хозяин8"}],"variable":[]}},"response":[{"id":"00fd7bf0-9900-4ea9-854a-2faf0fca65c8","name":"success","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://api-tara.local/api/phone-number-types","protocol":"http","host":["api-tara","local"],"path":["api","phone-number-types"],"query":[{"key":"orderBy","value":"name","disabled":true},{"key":"ascending","value":"0","disabled":true},{"key":"select[]","value":"id","type":"text","disabled":true},{"key":"select[]","value":"name","disabled":true},{"key":"limit","value":"5","disabled":true},{"key":"page","value":"1","disabled":true},{"key":"query","value":"Хозяин8","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Apr 2025 18:45:10 GMT"},{"key":"Server","value":"Apache/2.4.58 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"Менеджер\",\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Хозяин\",\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        {\n            \"id\": 3,\n            \"name\": \"Менеджер2\",\n            \"created_at\": \"2025-04-02T13:39:46.000000Z\",\n            \"updated_at\": \"2025-04-02T13:39:46.000000Z\"\n        },\n        {\n            \"id\": 4,\n            \"name\": \"Хозяин2\",\n            \"created_at\": \"2025-04-02T13:39:46.000000Z\",\n            \"updated_at\": \"2025-04-02T13:39:46.000000Z\"\n        }\n    ],\n    \"total\": 4\n}"}],"_postman_id":"7c27aa29-b3dc-4ec0-9b55-a08af7dda25a"},{"name":"show","id":"1b7c9210-de9a-4173-a8ce-a82f7c5e782a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api-tara.local/api/phone-number-types/1","description":"<p>Получить конкретный тип телефона</p>\n","urlObject":{"protocol":"http","path":["api","phone-number-types","1"],"host":["api-tara","local"],"query":[],"variable":[]}},"response":[{"id":"8c54d195-91c0-45aa-8c0e-4296386dc187","name":"success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api-tara.local/api/phone-number-types/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Apr 2025 18:45:41 GMT"},{"key":"Server","value":"Apache/2.4.58 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"Менеджер\",\n    \"created_at\": null,\n    \"updated_at\": null\n}"}],"_postman_id":"1b7c9210-de9a-4173-a8ce-a82f7c5e782a"},{"name":"store","id":"418080ff-97e7-48c1-802f-1db649caf1b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[\n    {\n        \"name\": \"Менеджер3\"\n    },\n    {\n        \"name\": \"Хозяин3\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":"http://api-tara.local/api/phone-number-types","description":"<p>Добавить типы телефонов</p>\n","urlObject":{"protocol":"http","path":["api","phone-number-types"],"host":["api-tara","local"],"query":[],"variable":[]}},"response":[{"id":"ffc08c76-543b-4828-904a-a1b8ec44efbd","name":"success","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[\n    {\n        \"name\": \"Менеджер3\"\n    },\n    {\n        \"name\": \"Хозяин3\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":"http://api-tara.local/api/phone-number-types"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Apr 2025 18:55:06 GMT"},{"key":"Server","value":"Apache/2.4.58 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"id\": 5,\n            \"name\": \"Менеджер3\",\n            \"created_at\": \"2025-04-08T18:55:06.000000Z\",\n            \"updated_at\": \"2025-04-08T18:55:06.000000Z\"\n        },\n        {\n            \"id\": 6,\n            \"name\": \"Хозяин3\",\n            \"created_at\": \"2025-04-08T18:55:06.000000Z\",\n            \"updated_at\": \"2025-04-08T18:55:06.000000Z\"\n        }\n    ]\n}"}],"_postman_id":"418080ff-97e7-48c1-802f-1db649caf1b9"},{"name":"update","id":"c9791852-8b03-4f58-8ed7-35997109f19f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Менеджер33\"\n}","options":{"raw":{"language":"json"}}},"url":"http://api-tara.local/api/phone-number-types/3","description":"<p>Обновить кокретный тип телефона</p>\n","urlObject":{"protocol":"http","path":["api","phone-number-types","3"],"host":["api-tara","local"],"query":[],"variable":[]}},"response":[{"id":"655f09a3-96f2-459d-aeae-032cbe501c6a","name":"success","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Менеджер33\"\n}","options":{"raw":{"language":"json"}}},"url":"http://api-tara.local/api/phone-number-types/3"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Apr 2025 18:55:22 GMT"},{"key":"Server","value":"Apache/2.4.58 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 3,\n    \"name\": \"Менеджер33\",\n    \"created_at\": \"2025-04-02T13:39:46.000000Z\",\n    \"updated_at\": \"2025-04-08T18:55:22.000000Z\"\n}"}],"_postman_id":"c9791852-8b03-4f58-8ed7-35997109f19f"},{"name":"destroy","id":"2cbf6119-1b0b-4dbb-b864-deaa9c46614e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api-tara.local/api/phone-number-types/3","description":"<p>Удалить кокретный тип телефона</p>\n","urlObject":{"protocol":"http","path":["api","phone-number-types","3"],"host":["api-tara","local"],"query":[{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"34500d7f-2a43-4862-84ba-be4d495b852a","name":"success","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"http://api-tara.local/api/phone-number-types/3","protocol":"http","host":["api-tara","local"],"path":["api","phone-number-types","3"],"query":[{"key":"","value":"","type":"text","disabled":true}]}},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 08 Apr 2025 18:55:36 GMT"},{"key":"Server","value":"Apache/2.4.58 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"2cbf6119-1b0b-4dbb-b864-deaa9c46614e"}],"id":"6fe5f07e-6cc5-4857-869e-48653c075aa9","description":"<p>Метод для работы с типами телефонов</p>\n","_postman_id":"6fe5f07e-6cc5-4857-869e-48653c075aa9"},{"name":"price-types","item":[{"name":"index","id":"7272a7d2-88b7-4263-9dff-d53b670627cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api-tara.local/api/price-types","description":"<p>Получить типамы цен</p>\n","urlObject":{"protocol":"http","path":["api","price-types"],"host":["api-tara","local"],"query":[],"variable":[]}},"response":[{"id":"f7a8473d-84f2-487d-83e1-360bd71451cb","name":"success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api-tara.local/api/price-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Apr 2025 18:56:01 GMT"},{"key":"Server","value":"Apache/2.4.58 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"Крапоткин\",\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Опт\",\n            \"created_at\": null,\n            \"updated_at\": null\n        }\n    ],\n    \"total\": 2\n}"}],"_postman_id":"7272a7d2-88b7-4263-9dff-d53b670627cd"},{"name":"show","id":"90d419fa-a08c-4d8b-8be7-703cbdb5ac0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api-tara.local/api/price-types/1","description":"<p>Показать кокретный тип цены</p>\n","urlObject":{"protocol":"http","path":["api","price-types","1"],"host":["api-tara","local"],"query":[{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"0e025afb-d6df-4de4-9594-25b3c98d7c4f","name":"success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"http://api-tara.local/api/price-types/1","protocol":"http","host":["api-tara","local"],"path":["api","price-types","1"],"query":[{"key":"","value":"","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Apr 2025 18:56:23 GMT"},{"key":"Server","value":"Apache/2.4.58 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"Крапоткин\",\n    \"created_at\": null,\n    \"updated_at\": null\n}"}],"_postman_id":"90d419fa-a08c-4d8b-8be7-703cbdb5ac0b"},{"name":"store","id":"0a4b6d95-e7fb-460d-99f3-e9f4dc90e607","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[\n    {\n        \"name\": \"Крапоткин2\"\n    },\n    {\n        \"name\": \"Опт2\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":"http://api-tara.local/api/price-types","description":"<p>Добавить типы цен</p>\n","urlObject":{"protocol":"http","path":["api","price-types"],"host":["api-tara","local"],"query":[],"variable":[]}},"response":[{"id":"d9486a4c-6721-4bd3-b1d6-3f64026a98a3","name":"success","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[\n    {\n        \"name\": \"Крапоткин2\"\n    },\n    {\n        \"name\": \"Опт2\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":"http://api-tara.local/api/price-types"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Apr 2025 18:56:47 GMT"},{"key":"Server","value":"Apache/2.4.58 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"id\": 3,\n            \"name\": \"Крапоткин2\",\n            \"created_at\": \"2025-04-08T18:56:47.000000Z\",\n            \"updated_at\": \"2025-04-08T18:56:47.000000Z\"\n        },\n        {\n            \"id\": 4,\n            \"name\": \"Опт2\",\n            \"created_at\": \"2025-04-08T18:56:47.000000Z\",\n            \"updated_at\": \"2025-04-08T18:56:47.000000Z\"\n        }\n    ]\n}"}],"_postman_id":"0a4b6d95-e7fb-460d-99f3-e9f4dc90e607"},{"name":"update","id":"dde7df38-2c79-4ca3-990c-f98204b3feb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Опт3\"\n}","options":{"raw":{"language":"json"}}},"url":"http://api-tara.local/api/price-types/2","description":"<p>Обновить кокретный тип цены</p>\n","urlObject":{"protocol":"http","path":["api","price-types","2"],"host":["api-tara","local"],"query":[],"variable":[]}},"response":[{"id":"0b060830-0f43-49b9-b51d-9fec1204ebef","name":"success","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Опт3\"\n}","options":{"raw":{"language":"json"}}},"url":"http://api-tara.local/api/price-types/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Apr 2025 18:57:08 GMT"},{"key":"Server","value":"Apache/2.4.58 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 2,\n    \"name\": \"Опт3\",\n    \"created_at\": null,\n    \"updated_at\": \"2025-04-08T18:57:08.000000Z\"\n}"}],"_postman_id":"dde7df38-2c79-4ca3-990c-f98204b3feb2"},{"name":"destroy","id":"9b2a0bf8-c6f5-47df-b3c6-946492cb247c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api-tara.local/api/price-types/3","description":"<p>Удалить тип цены</p>\n","urlObject":{"protocol":"http","path":["api","price-types","3"],"host":["api-tara","local"],"query":[],"variable":[]}},"response":[{"id":"b76a4d2b-d0ad-4667-bc2d-444cef0fb345","name":"success","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api-tara.local/api/price-types/3"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 08 Apr 2025 18:57:23 GMT"},{"key":"Server","value":"Apache/2.4.58 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"9b2a0bf8-c6f5-47df-b3c6-946492cb247c"}],"id":"edb47a38-737a-48e8-81d2-b6bc26a6a127","description":"<p>Метод для работы с типами цен</p>\n","_postman_id":"edb47a38-737a-48e8-81d2-b6bc26a6a127"},{"name":"categories","item":[{"name":"index","id":"81a06413-3e60-47b3-9b93-9f034c76ff22","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api-tara.local/api/categories","description":"<p>Получить категории</p>\n","urlObject":{"protocol":"http","path":["api","categories"],"host":["api-tara","local"],"query":[{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"6bbd3d8d-730a-4774-b712-59cb98ade989","name":"success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"http://api-tara.local/api/categories","protocol":"http","host":["api-tara","local"],"path":["api","categories"],"query":[{"key":"","value":"","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Apr 2025 18:57:42 GMT"},{"key":"Server","value":"Apache/2.4.58 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"Ящик\",\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Тазы\",\n            \"created_at\": null,\n            \"updated_at\": null\n        }\n    ],\n    \"total\": 2\n}"}],"_postman_id":"81a06413-3e60-47b3-9b93-9f034c76ff22"},{"name":"show","id":"16694a14-abb6-426e-bfc9-2b02233e7c6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api-tara.local/api/categories/1","description":"<p>Показать категорию</p>\n","urlObject":{"protocol":"http","path":["api","categories","1"],"host":["api-tara","local"],"query":[],"variable":[]}},"response":[{"id":"236d6ef6-763d-4fc5-8d36-bb2e4f8c7971","name":"success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api-tara.local/api/categories/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Apr 2025 18:57:59 GMT"},{"key":"Server","value":"Apache/2.4.58 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"Ящик\",\n    \"created_at\": null,\n    \"updated_at\": null\n}"}],"_postman_id":"16694a14-abb6-426e-bfc9-2b02233e7c6d"},{"name":"store","id":"9b3742b1-9685-4657-9fe1-e96c0320757c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[\n    {\n        \"name\": \"Ящик2\"\n    },\n    {\n        \"name\": \"Тазы2\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":"http://api-tara.local/api/categories","description":"<p>Добавить категории</p>\n","urlObject":{"protocol":"http","path":["api","categories"],"host":["api-tara","local"],"query":[],"variable":[]}},"response":[{"id":"4070d1e5-ce29-48f3-8d98-7fa76a19643b","name":"success","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[\n    {\n        \"name\": \"Ящик2\"\n    },\n    {\n        \"name\": \"Тазы2\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":"http://api-tara.local/api/categories"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Apr 2025 18:58:26 GMT"},{"key":"Server","value":"Apache/2.4.58 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"id\": 3,\n            \"name\": \"Ящик2\",\n            \"created_at\": \"2025-04-08T18:58:26.000000Z\",\n            \"updated_at\": \"2025-04-08T18:58:26.000000Z\"\n        },\n        {\n            \"id\": 4,\n            \"name\": \"Тазы2\",\n            \"created_at\": \"2025-04-08T18:58:26.000000Z\",\n            \"updated_at\": \"2025-04-08T18:58:26.000000Z\"\n        }\n    ]\n}"}],"_postman_id":"9b3742b1-9685-4657-9fe1-e96c0320757c"},{"name":"update","id":"a432a89f-e43e-473e-b951-16ce8fb557cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Опт3\"\n}","options":{"raw":{"language":"json"}}},"url":"http://api-tara.local/api/categories/2","description":"<p>Изменить категорию</p>\n","urlObject":{"protocol":"http","path":["api","categories","2"],"host":["api-tara","local"],"query":[],"variable":[]}},"response":[{"id":"6d3e0833-286c-477a-ab7d-697b5dae6cdf","name":"success","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Опт3\"\n}","options":{"raw":{"language":"json"}}},"url":"http://api-tara.local/api/categories/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Apr 2025 18:58:50 GMT"},{"key":"Server","value":"Apache/2.4.58 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 2,\n    \"name\": \"Опт3\",\n    \"created_at\": null,\n    \"updated_at\": \"2025-04-08T18:58:50.000000Z\"\n}"}],"_postman_id":"a432a89f-e43e-473e-b951-16ce8fb557cd"},{"name":"destroy","id":"c9210712-001d-47ce-a578-92df5c0a5a43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api-tara.local/api/categories/3","description":"<p>Удалить категорию</p>\n","urlObject":{"protocol":"http","path":["api","categories","3"],"host":["api-tara","local"],"query":[],"variable":[]}},"response":[{"id":"e4531a0d-f48a-475e-902d-8f3c08ce5020","name":"success","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api-tara.local/api/categories/3"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 08 Apr 2025 18:59:07 GMT"},{"key":"Server","value":"Apache/2.4.58 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"c9210712-001d-47ce-a578-92df5c0a5a43"}],"id":"0bb9b8d9-3fb0-453f-a70f-b2fcd6fb65d1","description":"<p>Метод для работы с категориями товара</p>\n","_postman_id":"0bb9b8d9-3fb0-453f-a70f-b2fcd6fb65d1"},{"name":"products","item":[{"name":"index","id":"83fd9779-3383-459c-9a38-d5effd91e5df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api-tara.local/api/products","description":"<p>Получить продукты</p>\n","urlObject":{"protocol":"http","path":["api","products"],"host":["api-tara","local"],"query":[{"disabled":true,"key":"select[]","value":"id"}],"variable":[]}},"response":[{"id":"e79e3da0-4bb4-4884-8ee1-38566fc86339","name":"success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"http://api-tara.local/api/products","protocol":"http","host":["api-tara","local"],"path":["api","products"],"query":[{"key":"select[]","value":"id","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Apr 2025 19:59:44 GMT"},{"key":"Server","value":"Apache/2.4.58 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 16,\n            \"name\": \"Товар 2\",\n            \"description\": \"Описание 2\",\n            \"category_id\": 1,\n            \"size\": \"600*400*2000\",\n            \"material\": \"Полипропилен\",\n            \"color\": \"чёрный\",\n            \"photo\": null,\n            \"created_at\": \"2025-04-08T19:53:09.000000Z\",\n            \"updated_at\": \"2025-04-08T19:53:09.000000Z\",\n            \"prices\": [\n                {\n                    \"id\": 15,\n                    \"product_id\": 16,\n                    \"price_type_id\": 1,\n                    \"price\": \"100.00\",\n                    \"currency\": \"RUB\",\n                    \"created_at\": \"2025-04-08T19:53:09.000000Z\",\n                    \"updated_at\": \"2025-04-08T19:53:09.000000Z\",\n                    \"price_type\": {\n                        \"id\": 1,\n                        \"name\": \"Крапоткин\",\n                        \"created_at\": null,\n                        \"updated_at\": null\n                    }\n                }\n            ],\n            \"stock\": {\n                \"id\": 4,\n                \"product_id\": 16,\n                \"quantity\": 500,\n                \"created_at\": \"2025-04-08T19:53:09.000000Z\",\n                \"updated_at\": \"2025-04-08T19:53:09.000000Z\"\n            }\n        }\n    ],\n    \"total\": 1\n}"}],"_postman_id":"83fd9779-3383-459c-9a38-d5effd91e5df"},{"name":"show","id":"fabcd9a0-0f3b-4c24-96a0-a66bcb902d0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api-tara.local/api/products/1","description":"<p>Показать продукт</p>\n","urlObject":{"protocol":"http","path":["api","products","1"],"host":["api-tara","local"],"query":[],"variable":[]}},"response":[{"id":"532c12d7-bc59-4f08-965e-0c37f141ea48","name":"success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api-tara.local/api/products/16"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Apr 2025 19:59:59 GMT"},{"key":"Server","value":"Apache/2.4.58 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 16,\n    \"name\": \"Товар 2\",\n    \"description\": \"Описание 2\",\n    \"category_id\": 1,\n    \"size\": \"600*400*2000\",\n    \"material\": \"Полипропилен\",\n    \"color\": \"чёрный\",\n    \"photo\": null,\n    \"created_at\": \"2025-04-08T19:53:09.000000Z\",\n    \"updated_at\": \"2025-04-08T19:53:09.000000Z\",\n    \"prices\": [\n        {\n            \"id\": 15,\n            \"product_id\": 16,\n            \"price_type_id\": 1,\n            \"price\": \"100.00\",\n            \"currency\": \"RUB\",\n            \"created_at\": \"2025-04-08T19:53:09.000000Z\",\n            \"updated_at\": \"2025-04-08T19:53:09.000000Z\",\n            \"price_type\": {\n                \"id\": 1,\n                \"name\": \"Крапоткин\",\n                \"created_at\": null,\n                \"updated_at\": null\n            }\n        }\n    ],\n    \"stock\": {\n        \"id\": 4,\n        \"product_id\": 16,\n        \"quantity\": 500,\n        \"created_at\": \"2025-04-08T19:53:09.000000Z\",\n        \"updated_at\": \"2025-04-08T19:53:09.000000Z\"\n    }\n}"}],"_postman_id":"fabcd9a0-0f3b-4c24-96a0-a66bcb902d0d"},{"name":"store","id":"e8a519ac-f9ba-4541-b0b1-15e21b8dd4e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"0[name]","value":"Товар 2","type":"text","uuid":"40591776-00e2-4235-9e33-85b74d3cd00e"},{"key":"0[description]","value":"Описание 2","type":"text","uuid":"6fee7806-d4b2-49b8-8ca1-8f6caf6d14f5"},{"key":"0[category_id]","value":"1","type":"text","uuid":"56d9b997-1f45-45fc-b496-63b56effb2d5"},{"key":"0[size]","value":"600*400*2000","type":"text","uuid":"22d8d077-e4d5-4ee9-bf9c-f21d22e9b0bb"},{"key":"0[material]","value":"Полипропилен","type":"text","uuid":"22476eea-0181-4cd0-a5b7-c4e272ad04d9"},{"key":"0[color]","value":"чёрный","type":"text","uuid":"eba55dc4-6c7a-437a-8739-e34e26e27e9d"},{"key":"0[photo]","type":"file","uuid":"9a2299be-f10a-4661-8788-a079a87cbfbc","src":"/home/suslovigor/Загрузки/1.jpg"},{"key":"0[prices][0][price_type_id]","value":"1","type":"text","uuid":"86f7ddb9-858a-4069-b775-5e1ea35e48a3"},{"key":"0[prices][0][price]","value":"100","type":"text","uuid":"16b32ed0-0bb5-4d81-bd30-845d05b9c59e"},{"key":"0[prices][0][currency]","value":"RUB","type":"text","uuid":"4e5059e0-2f3f-4916-8e57-0b111cf6d252"},{"key":"0[stock][0][quantity]","value":"500","type":"text","uuid":"5ce56670-4ea7-4e0d-a05b-f2ed52322e17"}]},"url":"http://api-tara.local/api/products","description":"<p>Добавить продукты</p>\n","urlObject":{"protocol":"http","path":["api","products"],"host":["api-tara","local"],"query":[],"variable":[]}},"response":[{"id":"454b7665-62e5-4dd0-a6c2-ed924a0cd671","name":"success","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"0[name]","value":"Товар 2","type":"text","uuid":"40591776-00e2-4235-9e33-85b74d3cd00e"},{"key":"0[description]","value":"Описание 2","type":"text","uuid":"6fee7806-d4b2-49b8-8ca1-8f6caf6d14f5"},{"key":"0[category_id]","value":"1","type":"text","uuid":"56d9b997-1f45-45fc-b496-63b56effb2d5"},{"key":"0[size]","value":"600*400*2000","type":"text","uuid":"22d8d077-e4d5-4ee9-bf9c-f21d22e9b0bb"},{"key":"0[material]","value":"Полипропилен","type":"text","uuid":"22476eea-0181-4cd0-a5b7-c4e272ad04d9"},{"key":"0[color]","value":"чёрный","type":"text","uuid":"eba55dc4-6c7a-437a-8739-e34e26e27e9d"},{"key":"0[photo]","type":"file","uuid":"9a2299be-f10a-4661-8788-a079a87cbfbc","src":"/home/suslovigor/Загрузки/1.jpg"},{"key":"0[prices][0][price_type_id]","value":"1","type":"text","uuid":"86f7ddb9-858a-4069-b775-5e1ea35e48a3"},{"key":"0[prices][0][price]","value":"100","type":"text","uuid":"16b32ed0-0bb5-4d81-bd30-845d05b9c59e"},{"key":"0[prices][0][currency]","value":"RUB","type":"text","uuid":"4e5059e0-2f3f-4916-8e57-0b111cf6d252"},{"key":"0[stock][0][quantity]","value":"500","type":"text","uuid":"5ce56670-4ea7-4e0d-a05b-f2ed52322e17"}]},"url":"http://api-tara.local/api/products"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Apr 2025 19:53:09 GMT"},{"key":"Server","value":"Apache/2.4.58 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=99"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"id\": 16,\n            \"name\": \"Товар 2\",\n            \"description\": \"Описание 2\",\n            \"category_id\": 1,\n            \"size\": \"600*400*2000\",\n            \"material\": \"Полипропилен\",\n            \"color\": \"чёрный\",\n            \"photo\": null,\n            \"created_at\": \"2025-04-08T19:53:09.000000Z\",\n            \"updated_at\": \"2025-04-08T19:53:09.000000Z\",\n            \"prices\": [\n                {\n                    \"id\": 15,\n                    \"product_id\": 16,\n                    \"price_type_id\": 1,\n                    \"price\": \"100.00\",\n                    \"currency\": \"RUB\",\n                    \"created_at\": \"2025-04-08T19:53:09.000000Z\",\n                    \"updated_at\": \"2025-04-08T19:53:09.000000Z\",\n                    \"price_type\": {\n                        \"id\": 1,\n                        \"name\": \"Крапоткин\",\n                        \"created_at\": null,\n                        \"updated_at\": null\n                    }\n                }\n            ],\n            \"stock\": {\n                \"id\": 4,\n                \"product_id\": 16,\n                \"quantity\": 500,\n                \"created_at\": \"2025-04-08T19:53:09.000000Z\",\n                \"updated_at\": \"2025-04-08T19:53:09.000000Z\"\n            }\n        }\n    ]\n}"}],"_postman_id":"e8a519ac-f9ba-4541-b0b1-15e21b8dd4e9"},{"name":"update","id":"b41d9bd5-557e-4621-9147-28681514e11c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"_method","value":"PUT","type":"text","uuid":"c00bcb94-31c1-4696-99cf-05928cc3cce7"},{"key":"name","value":"Товар","type":"text","uuid":"f75f28e8-111f-4c66-a5f4-65ed74b89b43"},{"key":"category_id","value":"1","type":"text","uuid":"5f6fe9fa-a895-4256-ac47-070d4e71ecdc","disabled":true},{"key":"photo","type":"file","uuid":"03507642-41cc-4148-a577-9633e0f02aad","src":"/home/suslovigor/Загрузки/8.jpg"},{"key":"prices[0][id]","value":"15","type":"text","uuid":"db5a2142-0e1e-4fb9-a176-bbf1e5120a17"},{"key":"prices[0][price]","value":"120","type":"text","uuid":"9cdb1349-a2ba-41d6-aa66-b0ee4e626d40"},{"key":"prices[0][price_type_id]","value":"1","type":"text","uuid":"2d75f061-7b2b-4b93-97db-8c57b912e973"},{"key":"stock[0][id]","value":"4","type":"text","uuid":"bd2b00c5-56b0-4f4f-a20c-e69cf0c7194a"},{"key":"stock[0][quantity]","value":"550","type":"text","uuid":"1beb31aa-10ed-4274-ab39-9e5e6edc0085"}]},"url":"http://api-tara.local/api/products/16","description":"<p>Обновить продукт</p>\n","urlObject":{"protocol":"http","path":["api","products","16"],"host":["api-tara","local"],"query":[],"variable":[]}},"response":[{"id":"56fb0215-c774-4c98-b51c-b0235c316598","name":"success","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"_method","value":"PUT","type":"text","uuid":"c00bcb94-31c1-4696-99cf-05928cc3cce7"},{"key":"name","value":"Товар","type":"text","uuid":"f75f28e8-111f-4c66-a5f4-65ed74b89b43"},{"key":"category_id","value":"1","type":"text","uuid":"5f6fe9fa-a895-4256-ac47-070d4e71ecdc","disabled":true},{"key":"photo","type":"file","uuid":"03507642-41cc-4148-a577-9633e0f02aad","src":"/home/suslovigor/Загрузки/8.jpg"},{"key":"prices[0][id]","value":"15","type":"text","uuid":"db5a2142-0e1e-4fb9-a176-bbf1e5120a17"},{"key":"prices[0][price]","value":"120","type":"text","uuid":"9cdb1349-a2ba-41d6-aa66-b0ee4e626d40"},{"key":"prices[0][price_type_id]","value":"1","type":"text","uuid":"2d75f061-7b2b-4b93-97db-8c57b912e973"},{"key":"stock[0][id]","value":"4","type":"text","uuid":"bd2b00c5-56b0-4f4f-a20c-e69cf0c7194a"},{"key":"stock[0][quantity]","value":"550","type":"text","uuid":"1beb31aa-10ed-4274-ab39-9e5e6edc0085"}]},"url":"http://api-tara.local/api/products/16"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Apr 2025 20:24:44 GMT"},{"key":"Server","value":"Apache/2.4.58 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 16,\n    \"name\": \"Товар\",\n    \"description\": \"Описание 2\",\n    \"category_id\": 1,\n    \"size\": \"600*400*2000\",\n    \"material\": \"Полипропилен\",\n    \"color\": \"чёрный\",\n    \"photo\": null,\n    \"created_at\": \"2025-04-08T19:53:09.000000Z\",\n    \"updated_at\": \"2025-04-08T20:02:23.000000Z\",\n    \"prices\": [\n        {\n            \"id\": 15,\n            \"product_id\": 16,\n            \"price_type_id\": 1,\n            \"price\": \"120.00\",\n            \"currency\": \"RUB\",\n            \"created_at\": \"2025-04-08T19:53:09.000000Z\",\n            \"updated_at\": \"2025-04-08T20:24:44.000000Z\",\n            \"price_type\": {\n                \"id\": 1,\n                \"name\": \"Крапоткин\",\n                \"created_at\": null,\n                \"updated_at\": null\n            }\n        }\n    ],\n    \"stock\": {\n        \"id\": 4,\n        \"product_id\": 16,\n        \"quantity\": 550,\n        \"created_at\": \"2025-04-08T19:53:09.000000Z\",\n        \"updated_at\": \"2025-04-08T20:24:44.000000Z\"\n    }\n}"}],"_postman_id":"b41d9bd5-557e-4621-9147-28681514e11c"},{"name":"destroy","id":"fca2834c-1ef7-4cd6-b38e-59b7fc4c4935","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api-tara.local/api/products/15","description":"<p>Удалить продукт</p>\n","urlObject":{"protocol":"http","path":["api","products","15"],"host":["api-tara","local"],"query":[],"variable":[]}},"response":[{"id":"6a93d2fa-8fb1-4378-8530-0bcda1dd4ba6","name":"success","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api-tara.local/api/products/4"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 08 Apr 2025 19:06:11 GMT"},{"key":"Server","value":"Apache/2.4.58 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"fca2834c-1ef7-4cd6-b38e-59b7fc4c4935"}],"id":"f68cc31f-bf2b-43f3-85ba-cb512f302382","description":"<p>Метод для работы с продуктами</p>\n","_postman_id":"f68cc31f-bf2b-43f3-85ba-cb512f302382"},{"name":"shipments","item":[{"name":"index","id":"c760a751-6930-4d61-990c-c4b50e4538fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api.tara123.ru/api/shipments","description":"<p>Получить отгрузки</p>\n","urlObject":{"protocol":"http","path":["api","shipments"],"host":["api","tara123","ru"],"query":[{"disabled":true,"key":"select[]","value":"id"},{"disabled":true,"key":"select[]","value":"price"},{"disabled":true,"key":"query","value":"Иван Иванов"},{"disabled":true,"key":"limit","value":"2"},{"disabled":true,"key":"page","value":"1"},{"disabled":true,"key":"orderBy","value":"id"},{"disabled":true,"key":"ascending","value":"0"},{"disabled":true,"key":"date_start","value":"2025-03-10"},{"disabled":true,"key":"date_end","value":"2025-03-10"},{"disabled":true,"key":"client_id","value":"7"}],"variable":[]}},"response":[{"id":"7f6b3862-a25c-448f-b4b1-1839965bd017","name":"success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"http://api-tara.local/api/shipments","protocol":"http","host":["api-tara","local"],"path":["api","shipments"],"query":[{"key":"select[]","value":"id","disabled":true},{"key":"select[]","value":"price","disabled":true},{"key":"query","value":"Иван Иванов","type":"text","disabled":true},{"key":"limit","value":"2","disabled":true},{"key":"page","value":"1","disabled":true},{"key":"orderBy","value":"id","disabled":true},{"key":"ascending","value":"0","disabled":true},{"key":"date_start","value":"2025-03-10","disabled":true},{"key":"date_end","value":"2025-03-10","disabled":true},{"key":"client_id","value":"7","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 20 Apr 2025 19:36:55 GMT"},{"key":"Server","value":"Apache/2.4.58 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"shipment\": [\n            {\n                \"id\": 5,\n                \"client_id\": 7,\n                \"product_id\": 16,\n                \"price\": \"444.50\",\n                \"quantity\": 500,\n                \"total\": \"4444.50\",\n                \"date\": \"2025-03-10\",\n                \"created_at\": null,\n                \"updated_at\": \"2025-04-09T07:22:25.000000Z\"\n            },\n            {\n                \"id\": 6,\n                \"client_id\": 7,\n                \"product_id\": 16,\n                \"price\": \"444.50\",\n                \"quantity\": 500,\n                \"total\": \"4444.50\",\n                \"date\": \"2025-03-10\",\n                \"created_at\": null,\n                \"updated_at\": null\n            },\n            {\n                \"id\": 7,\n                \"client_id\": 7,\n                \"product_id\": 16,\n                \"price\": \"444.50\",\n                \"quantity\": 500,\n                \"total\": \"4444.50\",\n                \"date\": \"2025-03-10\",\n                \"created_at\": null,\n                \"updated_at\": null\n            },\n            {\n                \"id\": 8,\n                \"client_id\": 7,\n                \"product_id\": 16,\n                \"price\": \"444.50\",\n                \"quantity\": 500,\n                \"total\": \"4444.50\",\n                \"date\": \"2025-03-10\",\n                \"created_at\": null,\n                \"updated_at\": null\n            },\n            {\n                \"id\": 9,\n                \"client_id\": 7,\n                \"product_id\": 16,\n                \"price\": \"444.50\",\n                \"quantity\": 500,\n                \"total\": \"4444.50\",\n                \"date\": \"2025-03-10\",\n                \"created_at\": null,\n                \"updated_at\": null\n            }\n        ],\n        \"products\": [\n            {\n                \"product_id\": 16,\n                \"price\": \"444.50\",\n                \"quantity\": 2500,\n                \"total\": 22222.5\n            }\n        ],\n        \"price\": 22222.5\n    },\n    \"total\": 5\n}"}],"_postman_id":"c760a751-6930-4d61-990c-c4b50e4538fc"},{"name":"show","id":"0c69b146-1a82-4f73-88f3-3c854960a7d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api-tara.local/api/shipments/5","description":"<p>Показать отгрузку</p>\n","urlObject":{"protocol":"http","path":["api","shipments","5"],"host":["api-tara","local"],"query":[],"variable":[]}},"response":[{"id":"255255a1-061d-4c4b-b456-d4ae7b61b678","name":"success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api-tara.local/api/shipments/5"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 20 Apr 2025 19:37:48 GMT"},{"key":"Server","value":"Apache/2.4.58 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 5,\n    \"client_id\": 7,\n    \"product_id\": 16,\n    \"price\": \"444.50\",\n    \"quantity\": 500,\n    \"total\": \"4444.50\",\n    \"date\": \"2025-03-10\",\n    \"created_at\": null,\n    \"updated_at\": \"2025-04-09T07:22:25.000000Z\"\n}"}],"_postman_id":"0c69b146-1a82-4f73-88f3-3c854960a7d5"},{"name":"store","id":"7776907e-32a5-46f7-b6f9-75224c79c762","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[\n    {\n        \"client_id\": 7,\n        \"product_id\": 16,\n        \"price\": 445.50,\n        \"quantity\": 500,\n        \"total\": 4444.50,\n        \"date\": \"2025-03-10\"\n    }\n]\n","options":{"raw":{"language":"json"}}},"url":"http://api-tara.local/api/shipments","description":"<p>Добавить отгрузки</p>\n","urlObject":{"protocol":"http","path":["api","shipments"],"host":["api-tara","local"],"query":[],"variable":[]}},"response":[{"id":"7b66523e-89f4-40ad-a919-0a034f316dc4","name":"success","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[\n    {\n        \"client_id\": 7,\n        \"product_id\": 16,\n        \"price\": 445.50,\n        \"quantity\": 500,\n        \"total\": 4444.50,\n        \"date\": \"2025-03-10\"\n    }\n]\n","options":{"raw":{"language":"json"}}},"url":"http://api-tara.local/api/shipments"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 20 Apr 2025 19:38:15 GMT"},{"key":"Server","value":"Apache/2.4.58 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 10,\n        \"client_id\": 7,\n        \"product_id\": 16,\n        \"price\": \"445.50\",\n        \"quantity\": 500,\n        \"total\": \"4444.50\",\n        \"date\": \"2025-03-10\",\n        \"created_at\": null,\n        \"updated_at\": null,\n        \"client\": {\n            \"id\": 7,\n            \"name\": \"Иван Иванов\",\n            \"price_type_id\": 2,\n            \"address\": \"г. Москва, ул. Пушкина, д. 101\",\n            \"created_at\": \"2025-04-08T18:43:51.000000Z\",\n            \"updated_at\": \"2025-04-14T18:49:07.000000Z\"\n        },\n        \"product\": {\n            \"id\": 16,\n            \"name\": \"Товар\",\n            \"description\": \"Описание 2\",\n            \"category_id\": 1,\n            \"size\": \"600*400*2000\",\n            \"material\": \"Полипропилен\",\n            \"color\": \"чёрный\",\n            \"photo\": \"products/vuOJEmbjMLkgTxJIKtgBvMi0yTLdAGUbL27qzrIh.jpg\",\n            \"created_at\": \"2025-04-08T19:53:09.000000Z\",\n            \"updated_at\": \"2025-04-15T20:34:21.000000Z\"\n        }\n    }\n]"}],"_postman_id":"7776907e-32a5-46f7-b6f9-75224c79c762"},{"name":"update","id":"abeaae10-608a-4e6d-b0cd-a9b5d7981fad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"client_id\": 7,\n    \"product_id\": 16,\n    \"price\": 444.50,\n    \"quantity\": 500,\n    \"total\": 4444.50,\n    \"date\": \"2025-03-10\"\n}","options":{"raw":{"language":"json"}}},"url":"http://api-tara.local/api/shipments/5","description":"<p>Обновить отгрузки</p>\n","urlObject":{"protocol":"http","path":["api","shipments","5"],"host":["api-tara","local"],"query":[],"variable":[]}},"response":[{"id":"3c9d3ff0-2d30-4719-a412-e526db070e78","name":"success","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"client_id\": 7,\n    \"product_id\": 16,\n    \"price\": 444.50,\n    \"quantity\": 500,\n    \"total\": 4444.50,\n    \"date\": \"2025-03-10\"\n}","options":{"raw":{"language":"json"}}},"url":"http://api-tara.local/api/shipments/5"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 20 Apr 2025 19:38:41 GMT"},{"key":"Server","value":"Apache/2.4.58 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 5,\n    \"client_id\": 7,\n    \"product_id\": 16,\n    \"price\": 444.5,\n    \"quantity\": 500,\n    \"total\": 4444.5,\n    \"date\": \"2025-03-10\",\n    \"created_at\": null,\n    \"updated_at\": \"2025-04-20T19:38:41.000000Z\",\n    \"client\": {\n        \"id\": 7,\n        \"name\": \"Иван Иванов\",\n        \"price_type_id\": 2,\n        \"address\": \"г. Москва, ул. Пушкина, д. 101\",\n        \"created_at\": \"2025-04-08T18:43:51.000000Z\",\n        \"updated_at\": \"2025-04-14T18:49:07.000000Z\"\n    },\n    \"product\": {\n        \"id\": 16,\n        \"name\": \"Товар\",\n        \"description\": \"Описание 2\",\n        \"category_id\": 1,\n        \"size\": \"600*400*2000\",\n        \"material\": \"Полипропилен\",\n        \"color\": \"чёрный\",\n        \"photo\": \"products/vuOJEmbjMLkgTxJIKtgBvMi0yTLdAGUbL27qzrIh.jpg\",\n        \"created_at\": \"2025-04-08T19:53:09.000000Z\",\n        \"updated_at\": \"2025-04-15T20:34:21.000000Z\"\n    }\n}"}],"_postman_id":"abeaae10-608a-4e6d-b0cd-a9b5d7981fad"},{"name":"destroy","id":"fa5c965c-8821-439e-a6d4-8e300477f048","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api-tara.local/api/shipments/4","description":"<p>Удалить отгрузку</p>\n","urlObject":{"protocol":"http","path":["api","shipments","4"],"host":["api-tara","local"],"query":[],"variable":[]}},"response":[{"id":"9d4e4052-b3da-4cb4-996b-3cf35db59992","name":"success","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api-tara.local/api/shipments/4"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 08 Apr 2025 20:31:23 GMT"},{"key":"Server","value":"Apache/2.4.58 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"fa5c965c-8821-439e-a6d4-8e300477f048"}],"id":"8d7e1a91-b0b0-4f67-ba1a-c9a5e586bf88","description":"<p>Метод для работы с отгрузками</p>\n","_postman_id":"8d7e1a91-b0b0-4f67-ba1a-c9a5e586bf88"}]}