{"collection":{"info":{"_postman_id":"c612c9b2-1632-4cb8-ba5f-90b1777efaa2","name":"Noventiq Orders API","schema":"https://schema.getpostman.com/json/collection/v2.1.0/collection.json","createdAt":"2022-08-31T07:53:57.000Z","updatedAt":"2023-10-26T06:19:52.000Z","lastUpdatedBy":"15240180","uid":"15240180-c612c9b2-1632-4cb8-ba5f-90b1777efaa2"},"item":[{"name":"Get token for authentication","id":"5eec1924-6870-4875-bc91-fd99e6a3e87d","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":"2022-08-31T07:54:13.000Z","updatedAt":"2022-08-31T07:54:22.000Z","uid":"15240180-5eec1924-6870-4875-bc91-fd99e6a3e87d"},{"name":"Get list of orders (with body parameters)","id":"bf5d92ff-1304-4a42-b4ad-2e7a779fed9e","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\": \"EUR\",\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":"2022-08-31T07:55:27.000Z","updatedAt":"2022-10-06T09:10:13.000Z","uid":"15240180-bf5d92ff-1304-4a42-b4ad-2e7a779fed9e"},{"name":"Get list of orders (without body parameters)","id":"0abda40e-267f-41fc-b799-969cb519eb64","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":"2022-10-06T08:57:29.000Z","updatedAt":"2022-11-02T11:16:35.000Z","uid":"15240180-0abda40e-267f-41fc-b799-969cb519eb64"},{"name":"Get order data","id":"8eb1475a-ae90-4727-bacd-77102e78f6cb","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":"2022-10-06T08:36:09.000Z","updatedAt":"2022-11-02T11:16:39.000Z","uid":"15240180-8eb1475a-ae90-4727-bacd-77102e78f6cb"},{"name":"Create refund request","id":"c93deea0-a1f7-432c-a47e-4addb4a8d27f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AuthorizationJWT","value":"Bearer {{Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"description\": \"Product selection error\",\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":"2022-10-06T08:37:03.000Z","updatedAt":"2023-10-26T06:25:33.000Z","uid":"15240180-c93deea0-a1f7-432c-a47e-4addb4a8d27f"}]}}