{"collection":{"info":{"_postman_id":"0b67c35c-4afd-4e6d-9ae5-db22ac057ef1","name":"Softline Orders API","schema":"https://schema.getpostman.com/json/collection/v2.1.0/collection.json","createdAt":"2023-10-26T06:19:31.000Z","updatedAt":"2023-10-26T06:20:02.000Z","lastUpdatedBy":"15240180","uid":"15240180-0b67c35c-4afd-4e6d-9ae5-db22ac057ef1"},"item":[{"name":"Get token for authentication","id":"8a9be997-bd7b-4eb9-88a0-3754527ece6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"{{Username}}\",\r\n    \"password\": \"{{Password}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{Base API URL}}/v1/login_check","host":["{{Base API URL}}"],"path":["v1","login_check"]}},"response":[],"createdAt":"2023-10-26T06:19:32.000Z","updatedAt":"2023-10-26T06:19:32.000Z","uid":"15240180-8a9be997-bd7b-4eb9-88a0-3754527ece6f"},{"name":"Get list of orders (with body parameters)","id":"853a55cd-438b-4905-9e99-44d76d82974a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AuthorizationJWT","value":"Bearer {{Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"status\": \"not paid\",\r\n    \"external_id\": \"\",\r\n    \"create_date_from\": \"2022-01-01T00:00:00+00:00\",\r\n    \"create_date_to\": \"2022-01-31T00:00:00+00:0\",\r\n    \"pay_date_from\": \"2022-01-01T00:00:00+00:0\",\r\n    \"pay_date_to\": \"2022-01-31T00:00:00+00:0\",\r\n    \"currency\": \"RUB\",\r\n    \"email\": \"customer@mail.com\",\r\n    \"payment_method\": \"CreditCard\",\r\n    \"limit\": 100,\r\n    \"offset\": 10\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{Base API URL}}/v1/order/search","host":["{{Base API URL}}"],"path":["v1","order","search"]}},"response":[],"createdAt":"2023-10-26T06:19:32.000Z","updatedAt":"2023-10-26T06:20:20.000Z","uid":"15240180-853a55cd-438b-4905-9e99-44d76d82974a"},{"name":"Get list of orders (without body parameters)","id":"8dcddf31-5999-4e17-809e-3d4b93552c60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AuthorizationJWT","value":"Bearer {{Token}}","type":"text"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{Base API URL}}/v1/order/search","host":["{{Base API URL}}"],"path":["v1","order","search"]}},"response":[],"createdAt":"2023-10-26T06:19:32.000Z","updatedAt":"2023-10-26T06:19:32.000Z","uid":"15240180-8dcddf31-5999-4e17-809e-3d4b93552c60"},{"name":"Get order data","id":"40c53dde-4d8d-4bc2-8bc7-ec2a8d09b711","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"AuthorizationJWT","value":"Bearer {{Token}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{Base API URL}}/v1/order/1111111","host":["{{Base API URL}}"],"path":["v1","order","1111111"]}},"response":[],"createdAt":"2023-10-26T06:19:32.000Z","updatedAt":"2023-10-26T06:19:32.000Z","uid":"15240180-40c53dde-4d8d-4bc2-8bc7-ec2a8d09b711"},{"name":"Create refund request","id":"787f918c-aa4e-411b-999c-acb5c015bc31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AuthorizationJWT","value":"Bearer {{Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"description\": \"Тестовый заказ\",\r\n    \"email\": \"merchant@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{Base API URL}}/v1/order/1111111/refund","host":["{{Base API URL}}"],"path":["v1","order","1111111","refund"]}},"response":[],"createdAt":"2023-10-26T06:19:32.000Z","updatedAt":"2023-10-26T06:24:41.000Z","uid":"15240180-787f918c-aa4e-411b-999c-acb5c015bc31"}]}}