Last active
June 1, 2019 20:42
-
-
Save karen-white/ea2311ab906637f3a1df75b2431eeee0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "cab646e2-e893-4328-a909-93fee3db682c", | |
"name": "BigCommerce Cart to Checkout to Order (Token) - TEMPLATE", | |
"values": [ | |
{ | |
"key": "my-email", | |
"value": "TODO", | |
"description": { | |
"content": "", | |
"type": "text/plain" | |
}, | |
"enabled": true | |
}, | |
{ | |
"key": "store-hash", | |
"value": "TODO", | |
"description": { | |
"content": "", | |
"type": "text/plain" | |
}, | |
"enabled": true | |
}, | |
{ | |
"key": "client-id", | |
"value": "TODO", | |
"description": { | |
"content": "", | |
"type": "text/plain" | |
}, | |
"enabled": true | |
}, | |
{ | |
"key": "token", | |
"value": "TODO", | |
"description": { | |
"content": "", | |
"type": "text/plain" | |
}, | |
"enabled": true | |
} | |
], | |
"_postman_variable_scope": "environment", | |
"_postman_exported_at": "2018-10-29T19:42:32.904Z", | |
"_postman_exported_using": "Postman/6.4.4" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment