{"info":{"_postman_id":"4d6ce39b-f2ed-4962-997a-0cce8b32352e","name":"EasyAccounts API","description":"<html><head></head><body><p>Generate an API Secret within EasyAccount's dashboard by navigating to Shopify Admin -&gt; Apps -&gt; EasyAccounts -&gt; API.</p>\n<p>Include both the X-EASYACCOUNTS-SECRET and X-EASYACCOUNTS-SHOP in your request, along with the query parameters outlined in the url.</p>\n<p>This API contains a leaky bucket algorithm to allow for a burst of 10 api calls with an additional refresh rate of 2 api calls every 5 seconds</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"15183928","collectionId":"4d6ce39b-f2ed-4962-997a-0cce8b32352e","publishedId":"UzBjsnid","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-06-16T18:39:17.000Z"},"item":[{"name":"Get Credit","id":"31503702-836e-47c2-be94-79555d63eeb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-EASYACCOUNTS-SECRET","value":"{{secret}}","type":"text"},{"key":"X-EASYACCOUNTS-SHOP","value":"{{myshopify_url}}","type":"text"}],"url":"https://easyaccounts.app/api/public/credits/:id","urlObject":{"protocol":"https","path":["api","public","credits",":id"],"host":["easyaccounts","app"],"query":[],"variable":[{"description":{"content":"<p>Id of the store credit</p>\n","type":"text/plain"},"type":"any","value":"{{id}}","key":"id"}]}},"response":[],"_postman_id":"31503702-836e-47c2-be94-79555d63eeb3"},{"name":"List Credits","id":"b0588f9f-acbd-47b4-8519-0a8e4a11911b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-EASYACCOUNTS-SECRET","value":"{{secret}}","type":"text"},{"key":"X-EASYACCOUNTS-SHOP","value":"{{myshopify_url}}","type":"text"}],"url":"https://easyaccounts.app/api/public/credits?created_at_min={{iso8601_date}}&created_at_max={{iso8601_date}}&page={{page}}","urlObject":{"protocol":"https","path":["api","public","credits"],"host":["easyaccounts","app"],"query":[{"description":{"content":"<p>ISO8601 Date String </p>\n","type":"text/plain"},"key":"created_at_min","value":"{{iso8601_date}}"},{"description":{"content":"<p>ISO8601 Date String </p>\n","type":"text/plain"},"key":"created_at_max","value":"{{iso8601_date}}"},{"description":{"content":"<p>Page number</p>\n","type":"text/plain"},"key":"page","value":"{{page}}"}],"variable":[]}},"response":[],"_postman_id":"b0588f9f-acbd-47b4-8519-0a8e4a11911b"},{"name":"Create Credit","id":"197e1fbd-44dd-42f5-a4aa-9a0425cc412a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-EASYACCOUNTS-SECRET","value":"{{secret}}","type":"text"},{"key":"X-EASYACCOUNTS-SHOP","value":"{{myshopify_url}}","type":"text"}],"url":"https://easyaccount.app/api/public/credits?customer_id={{customer_id}}&value={{value}}&used_balance={{used_balance}}&comment={{comment}}","urlObject":{"protocol":"https","path":["api","public","credits"],"host":["easyaccount","app"],"query":[{"description":{"content":"<p>The shopify customer id</p>\n","type":"text/plain"},"key":"customer_id","value":"{{customer_id}}"},{"description":{"content":"<p>Value of the store credit</p>\n","type":"text/plain"},"key":"value","value":"{{value}}"},{"description":{"content":"<p>Used balance of the store credit</p>\n","type":"text/plain"},"key":"used_balance","value":"{{used_balance}}"},{"description":{"content":"<p>Reason for issuing the credit</p>\n","type":"text/plain"},"key":"comment","value":"{{comment}}"}],"variable":[]}},"response":[],"_postman_id":"197e1fbd-44dd-42f5-a4aa-9a0425cc412a"}],"event":[{"listen":"prerequest","script":{"id":"1e777f0f-78b0-4402-8d56-049fe75830cb","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"17b7b7e5-d144-49a9-86e4-13d06c53ffe7","type":"text/javascript","exec":[""]}}]}