{"info":{"_postman_id":"60e033f0-347a-4830-8c6a-c596ccff4d56","name":"Custom Checkout Fields","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"3709944","collectionId":"60e033f0-347a-4830-8c6a-c596ccff4d56","publishedId":"2s9YsKfWvF","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-01-09T13:08:02.000Z"},"item":[{"name":"Rest API","item":[{"name":"Get Configdata","id":"4a0351eb-2ec5-46b4-b4d0-83614dd4e123","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"storeId\": 1\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/rest/all/V1/checkout/getConfigdata","urlObject":{"path":["rest","all","V1","checkout","getConfigdata"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4a0351eb-2ec5-46b4-b4d0-83614dd4e123"},{"name":"Set field data","id":"322511fb-26d1-4c28-8f41-aa9d07ddbb55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"quoteid\": 1,\n  \"customfield1\": \"field1\",\n  \"customfield2\": \"field2\",\n  \"customfield3\": \"field3\",\n  \"customfield4\": \"field4\",\n  \"customfield5\": \"field5\",\n  \"customfield6\": \"\",\n  \"customfield7\": \"\",\n  \"customfield8\": \"field8\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/rest/all/V1/checkout/setData","urlObject":{"path":["rest","all","V1","checkout","setData"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"322511fb-26d1-4c28-8f41-aa9d07ddbb55"},{"name":"Get Checkoutfield using order increment_id","id":"8c13da0b-e033-4bc4-9587-706b8127f8ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{base_url}}/rest/all/V1/orders/1","urlObject":{"path":["rest","all","V1","orders","1"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8c13da0b-e033-4bc4-9587-706b8127f8ff"},{"name":"Get Checkoutfield using invoice increment_id","id":"5887ef61-082d-4968-998c-5651ac9c515a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"graphql","graphql":{"query":"","variables":""}},"url":"{{base_url}}/rest/all/V1/invoices/2","urlObject":{"path":["rest","all","V1","invoices","2"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5887ef61-082d-4968-998c-5651ac9c515a"},{"name":"Get Checkoutfield using shipment increment_id","id":"f174c519-66e7-4666-8148-3d593d82d00c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"graphql","graphql":{"query":"","variables":""}},"url":"{{base_url}}/rest/all/V1/shipment/1","urlObject":{"path":["rest","all","V1","shipment","1"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f174c519-66e7-4666-8148-3d593d82d00c"},{"name":"Get Checkoutfield using creditmemo increment_id","id":"de25fc34-da81-4e2d-ab46-1e24f5622583","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"graphql","graphql":{"query":"","variables":""}},"url":"{{base_url}}/rest/all/V1/creditmemo/2","urlObject":{"path":["rest","all","V1","creditmemo","2"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"de25fc34-da81-4e2d-ab46-1e24f5622583"}],"id":"fab2cc7f-d075-495d-94b9-01fa7da8ce81","_postman_id":"fab2cc7f-d075-495d-94b9-01fa7da8ce81","description":""},{"name":"GraphQL API","item":[{"name":"Get Configdata","id":"02e8d1c9-f48d-4d89-a85c-7a1a7b2ae880","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation{\n    Getconfigdata(storeid:1)\n{\n        data\n    }   \n}","variables":""}},"url":"{{base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"02e8d1c9-f48d-4d89-a85c-7a1a7b2ae880"},{"name":"Set field data","id":"96e5e519-70bf-4246-89be-358a8e71f985","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation{\nSetfieldvalue( quoteid: 1,\n  customfield1: \"field1\",\n  customfield2: \"field2\",\n  customfield3: \"field3\",\n  customfield4: \"field4\",\n  customfield5: \"field5\",\n  customfield6: \"\",\n  customfield7: \"\",\n  customfield8: \"field8\")\n{\n    data\n}\n\n}","variables":""}},"url":"{{base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"96e5e519-70bf-4246-89be-358a8e71f985"},{"name":"Get Checkoutfield by order query","id":"5172019a-d2ac-4cde-9396-62e27a95fc56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  customerOrders {\n    items {\n      order_number\n      id\n      created_at\n      grand_total\n      status\n      customfield1\n      customfield2\n        customfield3\n        customfield4\n        customfield5\n        customfield6\n        customfield7\n        customfield8\n      \n    }\n  }\n}","variables":""}},"url":"{{base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5172019a-d2ac-4cde-9396-62e27a95fc56"},{"name":"Get Checkoutfield in Invoice query","id":"331158ff-32ab-42dc-8366-3ddc69284863","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  customerOrders {\n    items {\n      order_number\n      id\n      invoices{\n       customfield1\n      customfield2\n        customfield3\n        customfield4\n        customfield5\n        customfield6\n        customfield7\n        customfield8\n      }\n      \n    }\n  }\n}","variables":""}},"url":"{{base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"331158ff-32ab-42dc-8366-3ddc69284863"},{"name":"Get Checkoutfield in creditmemo","id":"80cd6600-e9ae-40f3-9f9f-b8cb75edd1ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  customerOrders {\n    items {\n      order_number\n      id\n      credit_memos{\n      customfield1\n      customfield2\n        customfield3\n        customfield4\n        customfield5\n        customfield6\n        customfield7\n        customfield8\n      }\n      \n    }\n  }\n}","variables":""}},"url":"{{base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"80cd6600-e9ae-40f3-9f9f-b8cb75edd1ad"},{"name":"Get Checkoutfield in Shipment","id":"4ecf396f-508b-4932-9a25-721507d09b10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  customerOrders {\n    items {\n      order_number\n      id\n      shipment{\n       customfield1\n      customfield2\n        customfield3\n        customfield4\n        customfield5\n        customfield6\n        customfield7\n        customfield8\n      }\n      \n    }\n  }\n}","variables":""}},"url":"{{base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4ecf396f-508b-4932-9a25-721507d09b10"}],"id":"f727c7d5-302e-448f-9ec1-497a0e4ab5c6","_postman_id":"f727c7d5-302e-448f-9ec1-497a0e4ab5c6","description":""}]}