{"info":{"_postman_id":"52ad249f-876b-4390-81f3-0c48c6963155","name":"Slatwall Commerce API - 1.0","description":"<img src=\"https://www.slatwallcommerce.com/default/assets/Image/slatwall-api-graphic.png\n\">\n\n# Overview\nWelcome to Slatwall Commerce API v1.0. We have built out a collection of example scripts and endpoints to enable you to connect and interact with your Slatwall Commerce platform.\n\nUsing the Slatwall API collection, you can create accounts, work with shopping carts, place orders and more. \n\nPlease [contact us](https://www.slatwallcommerce.com/contact-us) with any questions, contributions or feedback regarding the API. \n\n\n# Getting Started\n\nYou need a valid <a href=\"#setup-and-api-keys\">API Key</a> to send requests to the API endpoints. Contact our [customer support team](https://www.slatwallcommerce.com/contact-us) for assistance with creating an account. \n\n\n# Setup & API Keys\n\n## Creating An API Account\nIn order to access the API, you will need to create a user account with API credentials and permissions. The account could be created specifically for API purposes only or you could choose an existing account.\n\n## API Permission Group\nBefore creating a specific API account or creating an API key, you’ll need to set the Account you want to have API Access to be part of the API Permission Group. \n\nIf you need to create the permission group first, click on the “Accounts” in the primary navigation and then select “Permission Groups”.\n\n<img src=\"https://www.slatwallcommerce.com/default/assets/Image/postman-api/permission-groups-menu.png\">\n\n \n \nTo get to the “Add Permission Group page”, click on the “Add Permission Group” button at the top of the “Permission Groups” listing page. If you need to modify or update an existing permission group, use the edit icon in the Permission Groups listing for the appropriate group to begin.\n\n<img src=\"https://www.slatwallcommerce.com/default/assets/Image/postman-api/add-permission-group.png\">\n\n## Tip!\nWe recommend creating a permission group specific to the API. Doing so will allow you to make specific actions and data access available to the API user. \n\n## API Permission Group: Setup\nWhen creating the permission group for use with the API, we recommend reviewing the “Data” and “Action” items \n\n## Data Permissions\nUsing the “Data Permissions” table, you decide which entities and properties can be created, read, updated, deleted or processed via the API. By default, when a permission group is created, all of those items and actions are made available to the API. Before launching any application, we recommend you review and turn off any data access / actions that are not needed. \n\n<img src=\"https://www.slatwallcommerce.com/default/assets/Image/postman-api/data-permissions.png\">\n\n## Action Permissions\nUse the “Action Permissions” tab to define which Slatwall actions (or actions from any integrations) have access to the API. \n\n<img src=\"https://www.slatwallcommerce.com/default/assets/Image/postman-api/api-permission-group.png\">\n\n## User Account\nYou will need to create a new account or select an existing account in order to create an API key and give API Permission Group.\n\nFrom the “Account” menu item, select “Accounts” to go to the main accounts listing. On the listing, you can either search for the existing account or click “Add Account” in the top right to create a new account.\n\nOnce you have selected the account, you’ll need to set the Account you want to have API Access to be part of the API Permission Group. You can do so by navigating to the ‘Permission Groups” tab of the Account and ticking off API Permission (all) from the list of options.\n\n<img src=\"https://www.slatwallcommerce.com/default/assets/Image/postman-api/permission-group-tab.png\">\n\nYou can do so by navigating to the Permission Groups tab of the Account and ticking off the API permission group that was created earlier from the list of options. After making the selections, be sure to save the changes to the account.\n\n## Creating API Access Key\nIf a user needs to have their own API access key, you can generate it for them within their Slatwall account. \n\nNavigate to Accounts → Accounts and find the user you’d like to give API Access to. Edit their account by clicking on the pencil icon. Once viewing their account, select the Actions drop-down and choose “Generate API Access Key”:\n\n<img src=\"https://www.slatwallcommerce.com/default/assets/Image/postman-api/menu-generate-key.png\">\n\nGive the Access Key a description (the description is useful for labeling what the key is and how it will be used), and click the green Generate API Access Key\n\n<img src=\"https://www.slatwallcommerce.com/default/assets/Image/postman-api/key-modal.png\">\n\nUpon successful creation, you’ll see a message screen pop-up on the user’s account. This screen contains the Access Keys that you’ll need to be able to access the API. DO NOT navigate away from this page without taking this information down as you won’t be able to access it again.\n\n<img src=\"https://www.slatwallcommerce.com/default/assets/Image/postman-api/key-success.png\">\n\n# Environment\nThe collection includes a pre-configured environment setting. In order to run each request, you will need to set the following variables:\n\n| Name                    | Description |\n|-------------------------|-------------|\n| “url”     | The environment root url |\n| “Username”     | Request authorization 'Basic-Auth' username for initial login call |\n| “Password”     | Request authorization 'Basic-Auth' password for initial login call |\n| “Auth-Token” | Bearer {{Token}} for all subsequent requests |\n| “accessKey”     |  |\n| “accessKeySecret”     |  |\n\n# Authentication\nAn API Key is required to be sent as part of every request to the Postman API, in the form of an “Auth-Token” request header.\n\n> As mentioned above, you need a valid account to perform the initial login, following which subsequent requests to the API endpoints can be made using the API key. \n\n\nAn API Key tells our API server that the request it received came from you. \n\nFor ease of use inside Postman, you could store your API key in an [environment variable](https://www.getpostman.com/docs/environments) called “Token” and this [Collection](https://www.getpostman.com/docs/collections) will automatically use it to make API calls.\n\n## API Key related error response\n\nIf an API Key is missing, malformed, or invalid, you will receive a `401 Unauthorised` response code and the following JSON response:\n\n```\n{\n  \"error\": { \n    \"name\": \"AuthenticationError\",\n    \"message\": \"API Key missing. Every request requires an API Key to be sent.\"\n  }\n}\n```\n\n\n\n# Versioning & Deprecation\n\nIf any breaking changes are made on an endpoint, those changes will be rolled out in a new version of the API. The endpoint version would be indicated by:\n\nv1-{apiVersion}/… \n\n\n# Questions, Suggestions & Support\n\nIf you have any questions or comments, please let us know at [info@slatwallcommerce.com](info@slatwallcommerce.com)\n\nFor additional resources, we recommend:\n\nSlatwall Commerce Resource Center\n[https://www.slatwallcommerce.com/resources/](https://www.slatwallcommerce.com/resources/)\n\nSlatwall Commerce Google Group\n[https://groups.google.com/forum/#!forum/slatwallecommerce](https://groups.google.com/forum/#!forum/slatwallecommerce)\n\n# API Reference","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"Authentication","item":[{"name":"Login","event":[{"listen":"test","script":{"id":"ba470046-dc19-4178-bd43-93800ebb63b6","exec":["var json = JSON.parse(responseBody);","var accessToken = json['token']","postman.setEnvironmentVariable(\"Token\", accessToken);"],"type":"text/javascript"}}],"id":"4009ab82-2bc9-48c1-a67f-cb7b3b585669","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"emailAddress","type":"text","value":"dilip.francis@ten24web.com"},{"key":"password","type":"text","value":"testuser1"}]},"url":"{{url}}/api/auth/login","description":"Log in to Slatwall. Retrieves an authorization token that must be included in the header of subsequent requests. Expires after 15 minutes of inactivity.\n\n| Name | Required | Description | Default Value | Example |\n|------|----------|-------------|---------------|---------|\n| `emailAddress`     | required | Account Email address |  | john.doe@ten24web.com |\n| `password`     | required | Account Email address |  | Fsdf#@$%23nHidfj5trtorgj5433453gfg |"},"response":[],"_postman_id":"4009ab82-2bc9-48c1-a67f-cb7b3b585669"},{"name":"Login API Key","event":[{"listen":"test","script":{"id":"d1d38aa9-204f-4fdd-a105-363f70222a48","exec":["var json = JSON.parse(responseBody);","var accessToken = json['token']","postman.setEnvironmentVariable(\"Token\", accessToken);"],"type":"text/javascript"}}],"id":"ac0c1ab0-713e-4c32-a1cd-c71749577fef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Access-Key","type":"text","value":"{{accessKey}}"},{"key":"Access-Key-Secret","type":"text","value":"{{accessKeySecret}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/auth/login/","description":"Log in to Slatwall. This request takes API keys for authentication.\nRetrieves an authorization token that must be included in the header of subsequent requests. Expires after 15 minutes of inactivity.\n\nrequired following in headrs:\n| Name | Required | Description | Default Value | Example |\n|------|----------|-------------|---------------|---------|\n| `Access-Key`     | required | Account Access Key |  | B8FC893BA8C8116363A9C212AAAE72F6BB7C16A5 |\n| `Access-Key-Secret`     | required | Account Access Key Secret | required | QUYwMRjNFBMjE4Q0EDVVEkOUJFQ4NUVCRkJCNDZFMTk5MTVENkVBMQ== |"},"response":[],"_postman_id":"ac0c1ab0-713e-4c32-a1cd-c71749577fef"},{"name":"Logout","id":"934afc1c-f619-42e4-8102-dd8d436dfcda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Auth-Token","value":"Bearer {{Token}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/scope/logout","description":"Log out of Slatwall."},"response":[],"_postman_id":"934afc1c-f619-42e4-8102-dd8d436dfcda"}],"id":"7aed8d64-5155-42a0-a99c-8aee582e4bff","description":"Pre-request Login API calls which will generate a `Bearer` token which will automatically be used as part of all subsequent requests.\n\nThis is the only part of the entire collection where you need to enter account credentials. \n<An image here will help >\nThe others can consume the variables stored in your environment variables automatically.","_postman_id":"7aed8d64-5155-42a0-a99c-8aee582e4bff"},{"name":"Account","item":[{"name":"Get Account","id":"9024773c-16d0-4d4c-9353-dd8e936e8a83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Auth-Token","value":"Bearer {{Token}}","type":"text"}],"url":"{{url}}/api/scope/getAccount","description":"Retrieve information about the currently logged in account."},"response":[],"_postman_id":"9024773c-16d0-4d4c-9353-dd8e936e8a83"},{"name":"Create Account","id":"4a9d6a1d-a9be-403e-9623-74c1871e2d4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Auth-Token","value":"Bearer {{Token}}","disabled":true},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"emailAddress","value":"gaurav.sing-test-postman@ten24web.com","type":"text"},{"key":"emailAddressConfirm","value":"gaurav.sing-test-postman@ten24web.com","type":"text"},{"key":"password","value":"123456","type":"text"},{"key":"passwordConfirm","value":"123456","type":"text"},{"key":"firstName","value":"Gaurav","type":"text"},{"key":"username","value":"gaurav.test.postman","type":"text"},{"key":"lastName","value":"Postman Test","type":"text"},{"key":"company","value":"Ten24","type":"text"},{"key":"phoneNumber","value":"1234567891","type":"text"},{"key":"organizationFlag","value":"","type":"text"},{"key":"parentAccountID","value":"","type":"text"},{"key":"ownerAccountID","value":"","type":"text"},{"key":"childAccountID","value":"","type":"text"},{"key":"returnJSONObjects","value":"account","type":"text"}]},"url":"{{url}}/api/scope/createAccount","description":"Create a new user account.\n\n\n| Name | Required | Description | Default Value | Example |\n|------|----------|-------------|---------------|---------|\n| `emailAddress`     | required | Email Address |  | john.doe@ten24web.com |\n| `emailAddressConfirm`     | required | Confirm Email Address |  |  john.doe@ten24web.com |\n| `password`     | required | Password |  |  Fsdf#@$%23nHidfj5trtorgj5433453gfg |\n| `passwordConfirm`     | required | Confirm Password |  |  Fsdf#@$%23nHidfj5trtorgj5433453gfg |\n| `firstName`     | required | First Name |  |  John |\n| `lastName`     | required | Last Name |  |  Doe |\n| `phoneNumber`     | optional | Phone Number |  |  |\n| `organizationFlag`     | optional | Organization Flag |  | false |\n| `parentAccountID`     | optional | Parent Account ID |  | 2c928685e751b3d010846ef4b73e771a |\n| `ownerAccountID`     | optional | Owner Account ID |  | 2c92010846e8685e7513e771ab3df4b7 |\n| `childAccountID`     | optional | Child Account ID | 2c92871ab3010685e7513e7846edf4b7 |  |\n"},"response":[],"_postman_id":"4a9d6a1d-a9be-403e-9623-74c1871e2d4b"},{"name":"Update Account","id":"839e731b-478e-47f2-bd52-952721d3f357","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Auth-Token","value":"Bearer {{Token}}"}],"body":{"mode":"formdata","formdata":[{"key":"emailAddress","value":"","type":"text"},{"key":"firstName","value":"","type":"text"},{"key":"lastName","value":"","type":"text"},{"key":"company","value":"","type":"text"},{"key":"returnJSONObjects","value":"account","type":"text"}]},"url":"{{url}}/api/scope/updateAccount","description":"Update user account data of logged in user.\n\n| Name | Required | Description | Default Value | Example |\n|------|----------|-------------|---------------|---------|\n| `emailAddress`     | optional | Email Address |  | john.doe@ten24web.com |\n| `firstName`     | required with lastName | First Name |  |  John |\n| `lastName`     | required with firstName | Last Name |  |  Doe |\n| `company`     | optional | Compnay Name |  |  Ten24 |"},"response":[],"_postman_id":"839e731b-478e-47f2-bd52-952721d3f357"},{"name":"Change Password","id":"581ef013-baf3-4cce-a563-b5223a438620","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Auth-Token","value":"Bearer {{Token}}"}],"body":{"mode":"formdata","formdata":[{"key":"password","value":"","type":"text"},{"key":"passwordConfirm","value":"","type":"text"},{"key":"returnJSONObjects","value":"account","type":"text"}]},"url":"{{url}}/api/scope/changePassword","description":"Change password of logged in account.\n\n\n| Name | Required | Description | Default Value | Example |\n|------|----------|-------------|---------------|---------|\n| `password`     | required | Password |  |  Fsdf#@$%23nHidfj5trtorgj5433453gfg |\n| `passwordConfirm`     | required | Confirm Password |  |  Fsdf#@$%23nHidfj5trtorgj5433453gfg |"},"response":[],"_postman_id":"581ef013-baf3-4cce-a563-b5223a438620"},{"name":"Forgot Password","id":"9fe50e29-ffbd-4722-a7cd-3aec0a81163f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"emailAddress","value":"","type":"text"},{"key":"returnJSONObjects","value":"account","type":"text"}]},"url":"{{url}}/api/scope/forgotPassword","description":"Sends an email to a user to reset a password.\n\n\n| Name | Required | Description | Default Value | Example |\n|------|----------|-------------|---------------|---------|\n| `emailAddress`     | required | Email Address |  | john.doe@ten24web.com |"},"response":[],"_postman_id":"9fe50e29-ffbd-4722-a7cd-3aec0a81163f"},{"name":"Create Guest Account","id":"1bc9d8e7-e315-4f2a-9a7a-82da85b863a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Auth-Token","value":"Bearer {{Token}}","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"firstName","type":"text","value":""},{"key":"lastName","type":"text","value":""},{"key":"returnJSONObjects","type":"text","value":"account"}]},"url":"{{url}}/api/scope/guestAccount","description":"Creates a guest account. Allows users to place an order without creating a full account.\n\n\n| Name | Required | Description | Default Value | Example |\n|------|----------|-------------|---------------|---------|\n| `firstName`     | required | First Name |  |  John |\n| `lastName`     | required | Last Name |  |  Doe |"},"response":[],"_postman_id":"1bc9d8e7-e315-4f2a-9a7a-82da85b863a0"},{"name":"Create Guest Account Password","id":"0b466f3a-2f8a-4a89-a10d-86870258c602","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Auth-Token","value":"Bearer {{Token}}","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"orderID","value":"","type":"text"},{"key":"accountID","value":"","type":"text"},{"key":"password","value":"","type":"text"},{"key":"passwordConfirm","value":"","type":"text"},{"key":"returnJSONObjects","value":"account","type":"text"}]},"url":"{{url}}/api/scope/guestAccountCreatePassword","description":"Creates a password for an existing guest account. Takes an orderID which must match the last placed order for the account, and an accountID which must match the accountID on the order.\n\n| Name | Required | Description | Default Value | Example |\n|------|----------|-------------|---------------|---------|\n| `orderID`     | optional | Order ID |  | 2c928685e751b3d010846ef4b73e771a  |\n| `accountID`     | optional | Account ID |  | 2c928685e751b3d010846ef4b73e771a |\n| `password`     | required | Password |  |  Fsdf#@$%23nHidfj5trtorgj5433453gfg |\n| `passwordConfirm`     | required | Confirm Password |  |  Fsdf#@$%23nHidfj5trtorgj5433453gfg |"},"response":[],"_postman_id":"0b466f3a-2f8a-4a89-a10d-86870258c602"},{"name":"Update Address","id":"f4cc4517-5754-42c0-bd2e-7b6c71f72500","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Auth-Token","value":"Bearer {{Token}}"}],"body":{"mode":"formdata","formdata":[{"key":"addressID","value":"","type":"text"},{"key":"name","value":"","type":"text"},{"key":"company","value":"","type":"text"},{"key":"streetAddress","value":"","type":"text"},{"key":"street2Address","value":"","type":"text"},{"key":"city","value":"","type":"text"},{"key":"stateCode","value":"","type":"text"},{"key":"postalCode","value":"","type":"text"},{"key":"countryCode","value":"","type":"text"},{"key":"returnJSONObjects","value":"account","type":"text"}]},"url":"{{url}}/api/scope/updateAddress","description":"Update info for an existing address; creates a new address if the addressID doesn't exist.\n\n| Name | Required | Description | Default Value | Example |\n|------|----------|-------------|---------------|---------|\n| `addressID`     | required | Address ID |  | 2c928685e751b3d010846ef4b73e771a |\n| `name`     | required | Name |  |  John |\n| `countryCode`     | required | Country Code |  | US |\n| `company`     | optional | Company |  |  Ten24 |\n| `streetAddress`     | required | Street Address |  | 20 Franklin Street |\n| `street2Address`     | optional | Street 2 Address |  |  400 Suite |\n| `city`     | required | City |  |  Worcester |\n| `stateCode`     | required | State Code |  | MA |\n| `postalCode`     | required | Postal Code |  | 01601 |\n"},"response":[],"_postman_id":"f4cc4517-5754-42c0-bd2e-7b6c71f72500"},{"name":"Add New Account Address","id":"c0d4db64-961e-4871-bff0-22914073a002","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Auth-Token","value":"Bearer {{Token}}"}],"body":{"mode":"formdata","formdata":[{"key":"accountAddressName","value":"","type":"text"},{"key":"name","value":"","type":"text"},{"key":"company","value":"","type":"text"},{"key":"streetAddress","value":"","type":"text"},{"key":"street2Address","value":"","type":"text"},{"key":"city","value":"","type":"text"},{"key":"stateCode","value":"","type":"text"},{"key":"postalCode","value":"","type":"text"},{"key":"countryCode","value":"","type":"text"},{"key":"returnJSONObjects","value":"account","type":"text"}]},"url":"{{url}}/api/scope/addNewAccountAddress","description":"Add an account address to a user account\n\n\n\n| Name | Required | Description | Default Value | Example |\n|------|----------|-------------|---------------|---------|\n| `accountAddressName`     | required | Nick Name for Address |  | 2c928685e751b3d010846ef4b73e771a |\n| `name`     | required | Name |  |  John |\n| `countryCode`     | required | Country Code |  | US |\n| `company`     | optional | Company |  |  Ten24 |\n| `streetAddress`     | required | Street Address |  | 20 Franklin Street |\n| `street2Address`     | optional | Street 2 Address |  |  400 Suite |\n| `city`     | required | City |  |  Worcester |\n| `stateCode`     | required | State Code |  | MA |\n| `postalCode`     | required | Postal Code |  | 01601 |\n"},"response":[],"_postman_id":"c0d4db64-961e-4871-bff0-22914073a002"},{"name":"Update Account Address","id":"11b71451-b6fa-43d9-8c19-ea1d55349b16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Auth-Token","value":"Bearer {{Token}}"}],"body":{"mode":"formdata","formdata":[{"key":"accountAddressID","value":"","type":"text"},{"key":"name","value":"","type":"text"},{"key":"company","value":"","type":"text"},{"key":"streetAddress","value":"","type":"text"},{"key":"street2Address","value":"","type":"text"},{"key":"city","value":"","type":"text"},{"key":"stateCode","value":"","type":"text"},{"key":"postalCode","value":"","type":"text"},{"key":"countryCode","value":"","type":"text"},{"key":"returnJSONObjects","value":"account","type":"text"}]},"url":"{{url}}/api/scope/updateAccountAddress","description":"Update info for an existing account address.\n\n\n| Name | Required | Description | Default Value | Example |\n|------|----------|-------------|---------------|---------|\n| `accountAddressID`     | required | Account Address ID |  | 2c928685e751b3d010846ef4b73e771a |\n| `name`     | required | Name |  |  John |\n| `countryCode`     | required | Country Code |  | US |\n| `company`     | optional | Company |  |  Ten24 |\n| `streetAddress`     | required | Street Address |  | 20 Franklin Street |\n| `street2Address`     | optional | Street 2 Address |  |  400 Suite |\n| `city`     | required | City |  |  Worcester |\n| `stateCode`     | required | State Code |  | MA |\n| `postalCode`     | required | Postal Code |  | 01601 |"},"response":[],"_postman_id":"11b71451-b6fa-43d9-8c19-ea1d55349b16"},{"name":"Delete Account Address","id":"bcae8833-e53b-4a2b-99c7-6f2c6e366cfd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Auth-Token","value":"Bearer {{Token}}"}],"body":{"mode":"formdata","formdata":[{"key":"accountAddressID","value":"","type":"text"},{"key":"returnJSONObjects","value":"account","type":"text"}]},"url":"{{url}}/api/scope/deleteAccountAddress","description":"Delete an existing account address.\n\n\n| Name | Required | Description | Default Value | Example |\n|------|----------|-------------|---------------|---------|\n| `accountAddressID`     | required | Account Address ID |  | 2c928685e751b3d010846ef4b73e771a |"},"response":[],"_postman_id":"bcae8833-e53b-4a2b-99c7-6f2c6e366cfd"},{"name":"Delete Account Email Address","id":"fafc9ca3-2d39-46c5-be74-68807d7ccf94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Auth-Token","value":"Bearer {{Token}}"}],"body":{"mode":"formdata","formdata":[{"key":"accountEmailAddressID","value":"","type":"text"},{"key":"returnJSONObjects","value":"account","type":"text"}]},"url":"{{url}}/api/scope/deleteAccountEmailAddress","description":"Delete an existing account email address.\n\n\n| Name | Required | Description | Default Value | Example |\n|------|----------|-------------|---------------|---------|\n| `accountEmailAddressID`     | required | Email Address ID |  | 2c928685e751b3d010846ef4b73e771a |"},"response":[],"_postman_id":"fafc9ca3-2d39-46c5-be74-68807d7ccf94"},{"name":"Verify Account Email Address","id":"1ab2fed1-26db-4a4c-b324-bdf19a049e3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Auth-Token","value":"Bearer {{Token}}"}],"body":{"mode":"formdata","formdata":[{"key":"accountEmailAddressID","value":"","type":"text"},{"key":"returnJSONObjects","value":"account","type":"text"}]},"url":"{{url}}/api/scope/verifyAccountEmailAddress","description":"Verifies an account email address.\n\n\n| Name | Required | Description | Default Value | Example |\n|------|----------|-------------|---------------|---------|\n| `accountEmailAddressID`     | required | Account Email Address ID |  | 2c928685e751b3d010846ef4b73e771a |\n"},"response":[],"_postman_id":"1ab2fed1-26db-4a4c-b324-bdf19a049e3f"},{"name":"Send Account Email Address Verification Email","id":"aeffe756-2080-4da6-b419-9b33154e7865","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Auth-Token","value":"Bearer {{Token}}"}],"body":{"mode":"formdata","formdata":[{"key":"accountEmailAddressID","value":"","type":"text"},{"key":"returnJSONObjects","value":"account","type":"text"}]},"url":"{{url}}/api/scope/sendAccountEmailAddressVerificationEmail","description":"Send account email address verification email.\n\n\n| Name | Required | Description | Default Value | Example |\n|------|----------|-------------|---------------|---------|\n| `accountEmailAddressID`     | required | Account Email Address ID |  | 2c928685e751b3d010846ef4b73e771a |\n"},"response":[],"_postman_id":"aeffe756-2080-4da6-b419-9b33154e7865"},{"name":"Delete Account Phone Number","id":"76996335-8750-49fc-9da3-97cae7d06cd0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Auth-Token","value":"Bearer {{Token}}"}],"body":{"mode":"formdata","formdata":[{"key":"accountPhoneNumberID","value":"","type":"text"},{"key":"returnJSONObjects","value":"account","type":"text"}]},"url":"{{url}}/api/scope/deleteAccountPhoneNumber","description":"Delete an existing account phone number.\n\n\n| Name | Required | Description | Default Value | Example |\n|------|----------|-------------|---------------|---------|\n| `accountPhoneNumberID`     | required | Account Phone Number ID |  | 2c928685e751b3d010846ef4b73e771a |\n"},"response":[],"_postman_id":"76996335-8750-49fc-9da3-97cae7d06cd0"},{"name":"Add Account Payment Method","id":"4d89072a-42a3-44ad-b441-a662002c3277","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Auth-Token","value":"Bearer {{Token}}"}],"body":{"mode":"formdata","formdata":[{"key":"newOrderPayment.billingAddress.emailAddress","value":""},{"key":"newOrderPayment.billingAddress.name","value":"","type":"text"},{"key":"newOrderPayment.billingAddress.company","value":"","type":"text"},{"key":"newOrderPayment.billingAddress.phoneNumber","value":"","type":"text"},{"key":"newOrderPayment.billingAddress.streetAddress","value":"","type":"text"},{"key":"newOrderPayment.billingAddress.street2Address","value":"","type":"text"},{"key":"newOrderPayment.billingAddress.city","value":"","type":"text"},{"key":"newOrderPayment.billingAddress.stateCode","value":"","type":"text"},{"key":"newOrderPayment.billingAddress.postalCode","value":"","type":"text"},{"key":"newOrderPayment.billingAddress.countryCode","value":"","type":"text"},{"key":"nameOnCreditCard","value":"","type":"text"},{"key":"creditCardNumber","value":"","type":"text"},{"key":"expirationMonth","value":"","type":"text"},{"key":"expirationYear","value":"","type":"text"},{"key":"securityCode","value":"","type":"text"},{"key":"accountPaymentMethodName","value":"","type":"text"},{"key":"returnJSONObjects","value":"account","type":"text"}]},"url":"{{url}}/api/scope/addAccountPaymentMethod","description":"Store a payment method (such as a credit card) on an account. Depending on payment method settings, information may be stored in an encrypted or tokenized form.\n\n\n| Name | Required | Description | Default Value | Example |\n|------|----------|-------------|---------------|---------|\n| `nameOnCreditCard`     | required | Name On Credit Card |  | John Doe |\n| `creditCardNumber`     | required | Credit Card Number |  |  4111111111111111 |\n| `expirationYear`     | required | Expiration year |  | 2030 |\n| `expirationMonth`     | optional | Expiration Month |  |  12 |\n| `securityCode`     | required | Security Code |  | 123 |\n| `accountPaymentMethodName`     | optional | Account Payment Method Nick Name |  |  Personal Card |"},"response":[],"_postman_id":"4d89072a-42a3-44ad-b441-a662002c3277"},{"name":"Delete Account Payment Method","id":"7debfa15-fd20-4e20-8ce0-d70340aa1286","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Auth-Token","value":"Bearer {{Token}}"}],"body":{"mode":"formdata","formdata":[{"key":"accountPaymentMethodID","value":"","type":"text"},{"key":"returnJSONObjects","value":"account","type":"text"}]},"url":"{{url}}/api/scope/deleteAccountPaymentMethod","description":"Deletes an existing payment method from an account.\n\n\n| Name | Required | Description | Default Value | Example |\n|------|----------|-------------|---------------|---------|\n| `accountPaymentMethodID`     | required | Account Payment Method ID |  | 2c928685e751b3d010846ef4b73e771a |\n"},"response":[],"_postman_id":"7debfa15-fd20-4e20-8ce0-d70340aa1286"},{"name":"Get Account Orders","id":"49ab60a0-a6aa-4c19-95e5-b4bb9b0f9fc3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Auth-Token","value":"Bearer {{Token}}"}],"body":{"mode":"formdata","formdata":[{"key":"accountID","type":"text","value":"2c9180846d25c254016d25c3aeb8000d"},{"key":"returnJSONObjects","type":"text","value":"account"},{"key":"pageRecordsShow","value":"2","type":"text"},{"key":"currentPage","value":"1","type":"text"}]},"url":"{{url}}/api/scope/getAllOrdersOnAccount","description":"Get list of all orders available for account, with pagination\n\n\n| Name | Required | Description | Default Value | Example |\n|------|----------|-------------|---------------|---------|\n| `accountID`     | required | Account  ID |  | 2c928685e751b3d010846ef4b73e771a |\n| `pageRecordShow`     | required | Number of records per page |  | 20 |\n| `currentPage`     | required | Current Page |  | 1 |\n"},"response":[],"_postman_id":"49ab60a0-a6aa-4c19-95e5-b4bb9b0f9fc3"},{"name":"Get Account Carts and Quotes","id":"fc79b82d-042a-4ee1-90c1-9dbe808e49a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Auth-Token","value":"Bearer {{Token}}"}],"body":{"mode":"formdata","formdata":[{"key":"accountID","type":"text","value":"2c9180846d25c254016d25c3aeb8000d"},{"key":"returnJSONObjects","type":"text","value":"account","disabled":true},{"key":"pageRecordsShow","type":"text","value":"2"},{"key":"currentPage","type":"text","value":"1"}]},"url":"{{url}}/api/scope/getAllCartsAndQuotesOnAccount","description":"Get list of all carts and Quotes available for account, with pagination\n\n\n| Name | Required | Description | Default Value | Example |\n|------|----------|-------------|---------------|---------|\n| `pageRecordShow`     | optional | Number of records per page |  | 20 |\n| `currentPage`     | optional | Current Page |  | 1 |\n"},"response":[],"_postman_id":"fc79b82d-042a-4ee1-90c1-9dbe808e49a7"},{"name":"Get All Order Fulfillments on Account","id":"2b5adfd4-3e36-46f1-9c5d-ba7185401aa2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Auth-Token","value":"Bearer {{Token}}"}],"body":{"mode":"formdata","formdata":[{"key":"accountID","type":"text","value":"2c9180846d25c254016d25c3aeb8000d"},{"key":"returnJSONObjects","type":"text","value":"account","disabled":true},{"key":"pageRecordsShow","type":"text","value":"2"},{"key":"currentPage","type":"text","value":"1"}]},"url":"{{url}}/api/scope/getAllOrderFulfillemntsOnAccount","description":"Get list of all order Fulfillments available for account, with pagination\n\n\n| Name | Required | Description | Default Value | Example |\n|------|----------|-------------|---------------|---------|\n| `pageRecordShow`     | optional | Number of records per page |  | 20 |\n| `currentPage`     | optional | Current Page |  | 1 |\n"},"response":[],"_postman_id":"2b5adfd4-3e36-46f1-9c5d-ba7185401aa2"},{"name":"Get All Order Deliveries on Account","id":"13e24b63-f417-4431-8820-f987a856b956","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Auth-Token","value":"Bearer {{Token}}"}],"body":{"mode":"formdata","formdata":[{"key":"accountID","type":"text","value":"2c9180846d25c254016d25c3aeb8000d"},{"key":"returnJSONObjects","type":"text","value":"account","disabled":true},{"key":"pageRecordsShow","type":"text","value":"10"},{"key":"currentPage","type":"text","value":"1"}]},"url":"{{url}}/api/scope/getAllOrderDeliveryOnAccount","description":"Get list of all order deliveries available for account, with pagination\n\n\n| Name | Required | Description | Default Value | Example |\n|------|----------|-------------|---------------|---------|\n| `pageRecordShow`     | optional | Number of records per page |  | 20 |\n| `currentPage`     | optional | Current Page |  | 1 |\n"},"response":[],"_postman_id":"13e24b63-f417-4431-8820-f987a856b956"},{"name":"Get Gift Cards on Account","id":"2bfb7ff0-59c9-4abd-9b8d-d18902f152cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Auth-Token","value":"Bearer {{Token}}"}],"body":{"mode":"formdata","formdata":[{"key":"accountID","type":"text","value":""},{"key":"returnJSONObjects","type":"text","value":"account"},{"key":"pageRecordsShow","type":"text","value":"2"},{"key":"currentPage","type":"text","value":"1"}]},"url":"{{url}}/api/scope/getAllGiftCardsOnAccount","description":"Get list of all Gift Cards available for account, with pagination\n\n\n| Name | Required | Description | Default Value | Example |\n|------|----------|-------------|---------------|---------|\n| `pageRecordShow`     | optional | Number of records per page |  | 20 |\n| `currentPage`     | optional | Current Page |  | 1 |\n"},"response":[],"_postman_id":"2bfb7ff0-59c9-4abd-9b8d-d18902f152cb"},{"name":"Get Subscription Usage","id":"86881ed7-91cc-456d-a35d-9fcae4fdf71a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Auth-Token","value":"Bearer {{Token}}"}],"body":{"mode":"formdata","formdata":[{"key":"accountID","type":"text","value":""},{"key":"returnJSONObjects","type":"text","value":"account"},{"key":"pageRecordsShow","type":"text","value":"2"},{"key":"currentPage","type":"text","value":"1"}]},"url":"{{url}}/api/scope/getSubscriptionsUsageOnAccount","description":"Get list of all Subscription Usage for account, with pagination\n\n\n| Name | Required | Description | Default Value | Example |\n|------|----------|-------------|---------------|---------|\n| `pageRecordShow`     | optional | Number of records per page |  | 20 |\n| `currentPage`     | optional | Current Page |  | 1 |\n"},"response":[],"_postman_id":"86881ed7-91cc-456d-a35d-9fcae4fdf71a"},{"name":"Get Parent Account","id":"17ac835d-fa7a-4ef3-95af-29792f3f6e5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Auth-Token","value":"Bearer {{Token}}"}],"body":{"mode":"formdata","formdata":[{"key":"accountID","type":"text","value":"","disabled":true},{"key":"returnJSONObjects","type":"text","value":"account","disabled":true},{"key":"pageRecordsShow","type":"text","value":"2","disabled":true},{"key":"currentPage","type":"text","value":"1","disabled":true}]},"url":"{{url}}/api/scope/getParentOnAccount","description":"Get list of all Parent Accounts available for account, with pagination\n\n\n| Name | Required | Description | Default Value | Example |\n|------|----------|-------------|---------------|---------|\n| `pageRecordShow`     | optional | Number of records per page |  | 20 |\n| `currentPage`     | optional | Current Page |  | 1 |\n"},"response":[],"_postman_id":"17ac835d-fa7a-4ef3-95af-29792f3f6e5e"},{"name":"Get Child accounts","id":"b76468b4-7fc5-457d-9b63-339149e8da72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Auth-Token","value":"Bearer {{Token}}"}],"body":{"mode":"formdata","formdata":[{"key":"accountID","type":"text","value":"","disabled":true},{"key":"returnJSONObjects","type":"text","value":"account","disabled":true},{"key":"pageRecordsShow","type":"text","value":"2","disabled":true},{"key":"currentPage","type":"text","value":"1","disabled":true}]},"url":"{{url}}/api/scope/getChildOnAccount","description":"Get list of all Child Accounts available for account, with pagination\n\n\n| Name | Required | Description | Default Value | Example |\n|------|----------|-------------|---------------|---------|\n| `pageRecordShow`     | optional | Number of records per page |  | 20 |\n| `currentPage`     | optional | Current Page |  | 1 |\n"},"response":[],"_postman_id":"b76468b4-7fc5-457d-9b63-339149e8da72"}],"id":"88e2658e-f3d2-465c-bfb7-94b897167cc5","description":"Create/read/update/delete user accounts.\n\nResponse:\n\"token\" - token of logged in user\n\"successfulActions\" - when API calls fails\n\"account\": - account info of loggedin user\n\"messages\" - respective message based in response\n\"failureActions\" - process name when API call fails\n\"errors\" - list of errors\n\"cart\" - cart related information","event":[{"listen":"prerequest","script":{"id":"fc3755a0-e510-418b-93bd-369b842cf2e3","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f2905c2c-a674-47f8-a626-0b9fdda75639","type":"text/javascript","exec":[""]}}],"_postman_id":"88e2658e-f3d2-465c-bfb7-94b897167cc5"},{"name":"Auth0","item":[{"name":"Login(Auth0)","id":"22a2184c-4580-4fc7-9925-84f2def2426f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"access_token","value":"","type":"text"}]},"url":{"raw":"http://{{Slatwall Domain}}/?slatAction=auth0:authentication.exchangeAccessToken","protocol":"http","host":["{{Slatwall Domain}}"],"path":[""],"query":[{"key":"slatAction","value":"auth0:authentication.exchangeAccessToken"}]},"description":"Takes an Auth0 access token, returns a Slatwall JWT to be included in headers for future requests."},"response":[],"_postman_id":"22a2184c-4580-4fc7-9925-84f2def2426f"},{"name":"Create Account (Auth0)","id":"c4a67034-f60f-4eb2-93bb-c5a95226830a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Auth-Token","value":"Bearer {{Token}}"}],"body":{"mode":"formdata","formdata":[{"key":"emailAddress","value":"","type":"text"},{"key":"emailAddressConfirm","value":"","type":"text"},{"key":"password","value":"","type":"text"},{"key":"passwordConfirm","value":"","type":"text"},{"key":"firstName","value":"","type":"text"},{"key":"lastName","value":"","type":"text"},{"key":"company","value":"","type":"text"},{"key":"phoneNumber","value":"","type":"text"},{"key":"organizationFlag","value":"","type":"text"},{"key":"parentAccountID","value":"","type":"text"},{"key":"ownerAccountID","value":"","type":"text"},{"key":"childAccountID","value":"","type":"text"},{"key":"returnJSONObjects","value":"","type":"text"},{"key":"access_token","value":"","type":"text"}]},"url":{"raw":"http://{{Slatwall Domain}}/?slatAction=auth0:authentication.createAccount","protocol":"http","host":["{{Slatwall Domain}}"],"path":[""],"query":[{"key":"slatAction","value":"auth0:authentication.createAccount"}]},"description":"Create a new user account, including an access token to link to an auth0 account"},"response":[],"_postman_id":"c4a67034-f60f-4eb2-93bb-c5a95226830a"}],"id":"5ace874c-fc46-43e7-838b-50e12019174e","description":"Auth0 Integration-specific endpoints.","_postman_id":"5ace874c-fc46-43e7-838b-50e12019174e"},{"name":"Cart","item":[{"name":"Get Cart","id":"d22630d5-9f0d-4f3e-ab5b-f1c9746ce7ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Auth-Token","value":"Bearer {{Token}}"}],"url":"{{url}}/api/scope/getCart","description":"Retrieves information about the current cart (unplaced order) for the logged in account"},"response":[],"_postman_id":"d22630d5-9f0d-4f3e-ab5b-f1c9746ce7ec"},{"name":"Add Order Item","id":"115fc9af-e1f8-4d0c-9455-6884bdff7513","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Auth-Token","value":"Bearer {{Token}}"}],"body":{"mode":"formdata","formdata":[{"key":"skuID","type":"text","value":""},{"key":"quantity","type":"text","value":""},{"key":"orderFulfillmentID","type":"text","value":""},{"key":"skuCode","type":"text","value":""},{"key":"returnJSONObjects","value":"cart","type":"text"}]},"url":"{{url}}/api/scope/addOrderItem","description":"Add an item to an order. Takes either skuID or skuCode, quantity, and optional orderFulfillmentID\n\n\n| Name | Required | Description | Default Value | Example |\n|------|----------|-------------|---------------|---------|\n| `skuID`     | required without sku code | Sku ID |  |  2c9386ef9e0500951942010846efa0f4 |\n| `quantity`     | optional | Quantity | 1 |  1 |\n| `orderFulfillmentID`     | optional | Order Fulfillment ID |  |  2c20108469386e095194f9e050efa0f4 |\n| `skuCode`     | required without sku id | Sku Code |  |   |"},"response":[],"_postman_id":"115fc9af-e1f8-4d0c-9455-6884bdff7513"},{"name":"Add Order Items","id":"91999702-b9c1-4625-be8e-0387dc8b4265","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Auth-Token","value":"Bearer {{Token}}"}],"body":{"mode":"formdata","formdata":[{"key":"skuIDs","value":"","type":"text"},{"key":"skuCodes","value":"","type":"text"},{"key":"returnJSONObjects","value":"cart","type":"text"}]},"url":"{{url}}/api/scope/addOrderItems","description":"Given a list of skuIDs or skuCodes, will add 1 of each sku to an order.\n\n\n\n| Name | Required | Description | Default Value | Example |\n|------|----------|-------------|---------------|---------|\n| `skuIDs`     | required without sku code | Comma separated Sku IDs |  |  2c9386ef9e0500951942010846efa0f4 |\n| `quantity`     | optional | Quantity | 1 |  1 |\n| `skuCodes`     | required without sku id | Comma separated Sku Codes |  |   |"},"response":[],"_postman_id":"91999702-b9c1-4625-be8e-0387dc8b4265"},{"name":"Remove Order Item","id":"d7e30ee1-595f-40dd-af30-a8d1bae3040f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Auth-Token","value":"Bearer {{Token}}"}],"body":{"mode":"formdata","formdata":[{"key":"orderItemID","value":"","type":"text"},{"key":"orderItemIDList","value":"","type":"text"},{"key":"returnJSONObjects","value":"cart","type":"text"}]},"url":"{{url}}/api/scope/removeOrderItem","description":"Remove an item from an order. Can take either a single orderItemID or a list of orderItemIDs.\n\n\n| Name | Required | Description | Default Value | Example |\n|------|----------|-------------|---------------|---------|\n| `orderItemID`     | required without orderItemIDList | Order Item ID |  |  2c9386ef9e0500951942010846efa0f4 |\n| `orderItemIDList`     | required without orderItemID | comma separated Order Item ID |  |   |"},"response":[],"_postman_id":"d7e30ee1-595f-40dd-af30-a8d1bae3040f"},{"name":"Update Order Item Quantity","id":"358328f9-08b5-444d-bc5f-3512c2de138f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Auth-Token","value":"Bearer {{Token}}"}],"body":{"mode":"formdata","formdata":[{"key":"orderItem.sku.skuID","value":"","type":"text"},{"key":"orderItem.qty","value":"","type":"text"},{"key":"returnJSONObjects","value":"cart","type":"text"}]},"url":"{{url}}/api/scope/updateOrderItemQuantity","description":"Updates the quantity of an order item.\n\n\n| Name | Required | Description | Default Value | Example |\n|------|----------|-------------|---------------|---------|\n| `orderItem.sku.skuID`     | required | Order Item Sku ID |  |  2c9386ef9e0500951942010846efa0f4 |\n| `orderItem.qty`     | optional | Quantity | 1 |  1 |"},"response":[],"_postman_id":"358328f9-08b5-444d-bc5f-3512c2de138f"},{"name":"Add Order Shipping Address","id":"15f590b2-4db2-427c-bb65-966f68a1b4a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Auth-Token","value":"Bearer {{Token}}"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Gaurav","type":"text"},{"key":"company","value":"Ten24","type":"text"},{"key":"streetAddress","value":"Stree Address 1","type":"text"},{"key":"street2Address","value":"Stree Address 2","type":"text"},{"key":"city","value":"Worcester","type":"text"},{"key":"stateCode","value":"CA","type":"text"},{"key":"postalCode","value":"90001","type":"text"},{"key":"countryCode","value":"US","type":"text"},{"key":"fulfillmentID","value":"","type":"text"},{"key":"returnJSONObjects","value":"cart","type":"text"}]},"url":"{{url}}/api/scope/addOrderShippingAddress","description":"Add a shipping address to an existing order.\n\n\n| Name | Required | Description | Default Value | Example |\n|------|----------|-------------|---------------|---------|\n| `name`     | required | Name |  |  John |\n| `countryCode`     | required | Country Code |  | US |\n| `company`     | optional | Company |  |  Ten24 |\n| `streetAddress`     | required | Street Address |  | 20 Franklin Street |\n| `street2Address`     | optional | Street 2 Address |  |  400 Suite |\n| `city`     | required | City |  |  Worcester |\n| `stateCode`     | required | State Code |  | MA |\n| `postalCode`     | required | Postal Code |  | 01601 |\n| `fulfillmentID`     | optional | Fulfillment ID |  | 2c9386ef9e0500951942010846efa0f4 |"},"response":[],"_postman_id":"15f590b2-4db2-427c-bb65-966f68a1b4a9"},{"name":"Add Shipping Address Using Account Address","id":"b7c7814c-a7f6-4e14-8dc0-98261b1308d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Auth-Token","value":"Bearer {{Token}}"}],"body":{"mode":"formdata","formdata":[{"key":"accountAddressID","value":"","type":"text"},{"key":"returnJSONObjects","value":"cart","type":"text"}]},"url":"{{url}}/api/scope/addShippingAddressUsingAccountAddress","description":"Adds a shipping address to an order given an accountAddressID.\n\n\n\n| Name | Required | Description | Default Value | Example |\n|------|----------|-------------|---------------|---------|\n| `accountAddressID`     | required | Account Address ID |  |  2c9386ef9e0500951942010846efa0f4 |"},"response":[],"_postman_id":"b7c7814c-a7f6-4e14-8dc0-98261b1308d7"},{"name":"Add Shipping Method","id":"f6eb0d7a-f49f-417d-93b1-dca0324f17e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Auth-Token","value":"Bearer {{Token}}"}],"body":{"mode":"formdata","formdata":[{"key":"shippingMethodID","value":"","type":"text"},{"key":"returnJSONObjects","value":"cart","type":"text"}]},"url":"{{url}}/api/scope/addShippingMethodUsingShippingMethodID","description":"Add a shipping method to an order\n\n\n| Name | Required | Description | Default Value | Example |\n|------|----------|-------------|---------------|---------|\n| `shippingMethodID`     | required | Shipping Method ID |  |  2c9386ef9e0500951942010846efa0f4 |"},"response":[],"_postman_id":"f6eb0d7a-f49f-417d-93b1-dca0324f17e5"},{"name":"Add Billing Address","id":"09a43983-3fa7-4086-93e4-61ffd7284a04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Auth-Token","value":"Bearer {{Token}}"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"","type":"text"},{"key":"company","value":"","type":"text"},{"key":"streetAddress","value":"","type":"text"},{"key":"street2Address","value":"","type":"text"},{"key":"city","value":"","type":"text"},{"key":"stateCode","value":"","type":"text"},{"key":"postalCode","value":"","type":"text"},{"key":"countryCode","value":"","type":"text"},{"key":"returnJSONObjects","value":"cart","type":"text"}]},"url":"{{url}}/api/scope/addBillingAddress","description":"Add a billing address to an order.\n\n\n| Name | Required | Description | Default Value | Example |\n|------|----------|-------------|---------------|---------|\n| `name`     | required | Name |  |  John |\n| `countryCode`     | required | Country Code |  | US |\n| `company`     | optional | Company |  |  Ten24 |\n| `streetAddress`     | required | Street Address |  | 20 Franklin Street |\n| `street2Address`     | optional | Street 2 Address |  |  400 Suite |\n| `city`     | required | City |  |  Worcester |\n| `stateCode`     | required | State Code |  | MA |\n| `postalCode`     | required | Postal Code |  | 01601 |"},"response":[],"_postman_id":"09a43983-3fa7-4086-93e4-61ffd7284a04"},{"name":"Add Promotion Code","id":"a5a1bc54-1d9a-48ec-af50-141378673883","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Auth-Token","value":"Bearer {{Token}}"}],"body":{"mode":"formdata","formdata":[{"key":"promotionCode","value":"","type":"text"},{"key":"returnJSONObjects","value":"cart","type":"text"}]},"url":"{{url}}/api/scope/addPromotionCode","description":"Takes a promotion code, finds the promotion it belongs to, and applies it to the current order.\n\n\n| Name | Required | Description | Default Value | Example |\n|------|----------|-------------|---------------|---------|\n| `promotionCode`     | required | Promotion Code |  |  FIFTY |"},"response":[],"_postman_id":"a5a1bc54-1d9a-48ec-af50-141378673883"},{"name":"Remove Promotion Code","id":"fccd3c3c-e65a-42d5-89c9-040d4a0c84fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Auth-Token","value":"Bearer {{Token}}"}],"body":{"mode":"formdata","formdata":[{"key":"promotionCode","value":"","type":"text"},{"key":"promotionCodeID","value":"","type":"text"},{"key":"returnJSONObjects","value":"cart","type":"text"}]},"url":"{{url}}/api/scope/removePromotionCode","description":"Takes a promotion code or promotion code ID, finds the promotion it belongs to, and removes it from the current order.\n\n\n| Name | Required | Description | Default Value | Example |\n|------|----------|-------------|---------------|---------|\n| `promotionCode`     | required without promotionCodeID | Promotion Code |  |  FIFTY |\n| `promotionCodeID`     | required without promotionCode | Promotion Code ID |  | 2c9386ef9e0500951942010846efa0f4 |"},"response":[],"_postman_id":"fccd3c3c-e65a-42d5-89c9-040d4a0c84fd"},{"name":"Add Order Payment (credit card)","id":"2c7fed5e-416b-469e-9327-5d883cf535b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Auth-Token","value":"Bearer {{Token}}"}],"body":{"mode":"formdata","formdata":[{"key":"newOrderPayment.billingAddress.name","value":"","type":"text"},{"key":"newOrderPayment.billingAddress.streetAddress","value":"","type":"text"},{"key":"newOrderPayment.billingAddress.street2Address","value":"","type":"text"},{"key":"newOrderPayment.billingAddress.city","value":"","type":"text"},{"key":"newOrderPayment.billingAddress.statecode","value":"","type":"text"},{"key":"newOrderPayment.billingAddress.postalcode","value":"","type":"text"},{"key":"newOrderPayment.billingAddress.countrycode","value":"","type":"text"},{"key":"newOrderPayment.amount","value":"","type":"text"},{"key":"newOrderPayment.nameOnCreditCard","value":"","type":"text"},{"key":"newOrderPayment.creditCardNumber","value":"","type":"text"},{"key":"newOrderPayment.expirationMonth","value":"","type":"text"},{"key":"newOrderPayment.expirationYear","value":"","type":"text"},{"key":"newOrderPayment.securityCode","value":"","type":"text"},{"key":"returnJSONObjects","value":"cart","type":"text"}]},"url":"{{url}}/api/scope/addOrderPayment","description":"Add a credit card payment to an order\n\n\n\n| Name | Required | Description | Default Value | Example |\n|------|----------|-------------|---------------|---------|\n| `newOrderPayment.billingAddress.name`     | required | Name |  |  John |\n| `newOrderPayment.billingAddress.countryCode`     | required | Country Code |  | US |\n| `newOrderPayment.billingAddress.company`     | optional | Company |  |  Ten24 |\n| `newOrderPayment.billingAddress.streetAddress`     | required | Street Address |  | 20 Franklin Street |\n| `newOrderPayment.billingAddress.street2Address`     | optional | Street 2 Address |  |  400 Suite |\n| `newOrderPayment.billingAddress.city`     | required | City |  |  Worcester |\n| `newOrderPayment.billingAddress.stateCode`     | required | State Code |  | MA |\n| `newOrderPayment.billingAddress.postalCode`     | required | Postal Code |  | 01601 |\n| `newOrderPayment.nameOnCreditCard`     | required | Name On Credit Card |  | John Doe |\n| `newOrderPayment.creditCardNumber`     | required | Credit Card Number |  |  4111111111111111 |\n| `newOrderPayment.expirationYear`     | required | Expiration year |  | 2030 |\n| `newOrderPayment.expirationMonth`     | required | Expiration Month |  |  12 |\n| `newOrderPayment.securityCode`     | required | Security Code |  | 123 |\n| `newOrderPayment.amount`     | required | Amount |  |  |\n\nWe can also copy the order payment from an existing account payment method:\n\n| Name | Required | Description | Default Value | Example |\n|------|----------|-------------|---------------|---------|\n| `accountPaymentMethodID`     | required | Account Payment Method ID |  |   |\n| `copyFromType`     | required | Copy From Type |  | accountPaymentMethod |"},"response":[],"_postman_id":"2c7fed5e-416b-469e-9327-5d883cf535b8"},{"name":"Add Order Payment (gift card)","id":"6fe111a1-27ee-49f7-8fb2-96284f545c2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Auth-Token","value":"Bearer {{Token}}"}],"body":{"mode":"formdata","formdata":[{"key":"newOrderPayment.giftCardNumber","value":"","type":"text"},{"key":"newOrderPayment.paymentMethod.paymentMethodID","value":"","type":"text"},{"key":"returnJSONObjects","value":"cart","type":"text"},{"key":"newOrderPayment.billingAddress.name","value":"","type":"text"},{"key":"newOrderPayment.billingAddress.streetAddress","value":"","type":"text"},{"key":"newOrderPayment.billingAddress.street2Address","value":"","type":"text"},{"key":"newOrderPayment.billingAddress.city","value":"","type":"text"},{"key":"newOrderPayment.billingAddress.statecode","value":"","type":"text"},{"key":"newOrderPayment.billingAddress.postalcode","value":"","type":"text"},{"key":"newOrderPayment.billingAddress.countrycode","value":"","type":"text"}]},"url":"{{url}}/api/scope/addOrderPayment","description":"Add a gift card payment to an order.\n\n\n| Name | Required | Description | Default Value | Example |\n|------|----------|-------------|---------------|---------|\n| `newOrderPayment.billingAddress.name`     | required | Name |  |  John |\n| `newOrderPayment.billingAddress.countryCode`     | required | Country Code |  | US |\n| `newOrderPayment.billingAddress.company`     | optional | Company |  |  Ten24 |\n| `newOrderPayment.billingAddress.streetAddress`     | required | Street Address |  | 20 Franklin Street |\n| `newOrderPayment.billingAddress.street2Address`     | optional | Street 2 Address |  |  400 Suite |\n| `newOrderPayment.billingAddress.city`     | required | City |  |  Worcester |\n| `newOrderPayment.billingAddress.stateCode`     | required | State Code |  | MA |\n| `newOrderPayment.billingAddress.postalCode`     | required | Postal Code |  | 01601 |\n| `newOrderPayment.giftCardNumber`     | required | Gift Card Number |  | 2E24MRU0ZSBBBR9M |\n| `newOrderPayment.paymentMethod.paymentMethodID`     | required | Payment Method ID |  |  2c9386ef9e0500951942010846efa0f4 |"},"response":[],"_postman_id":"6fe111a1-27ee-49f7-8fb2-96284f545c2b"},{"name":"Remove Order Payment","id":"9fd4e034-a672-4201-98c5-b2216e4175fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Auth-Token","value":"Bearer {{Token}}"}],"body":{"mode":"formdata","formdata":[{"key":"orderPaymentID","value":"","type":"text"},{"key":"returnJSONObjects","value":"cart","type":"text"}]},"url":"{{url}}/api/scope/removeOrderPayment","description":"Remove an order payment from an order\n\n\n| Name | Required | Description | Default Value | Example |\n|------|----------|-------------|---------------|---------|\n| `orderPaymentID`     | required | Order Payment ID |  |  2c9386ef9e0500951942010846efa0f4 |"},"response":[],"_postman_id":"9fd4e034-a672-4201-98c5-b2216e4175fe"},{"name":"Place Order","id":"0949c5da-4d14-4759-b727-9615ed6fa129","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Auth-Token","value":"Bearer {{Token}}"}],"body":{"mode":"formdata","formdata":[{"key":"returnJSONObjects","value":"cart","type":"text"}]},"url":"{{url}}/api/scope/placeOrder","description":"Place an order. Will fail if all required fulfillment/payment information has not been added to the order."},"response":[],"_postman_id":"0949c5da-4d14-4759-b727-9615ed6fa129"},{"name":"Duplicate Order","id":"5965d46c-a063-4592-ac7c-0e5998144e9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Auth-Token","value":"Bearer {{Token}}"}],"body":{"mode":"formdata","formdata":[{"key":"orderID","value":"","type":"text"},{"key":"saveNewFlag","value":"","type":"text","disabled":true},{"key":"copyPersonalDataFlag","value":"","type":"text","disabled":true},{"key":"referencedOrderFlag","value":"","type":"text","disabled":true},{"key":"returnJSONObjects","value":"cart","type":"text"}]},"url":"{{url}}/api/scope/duplicateOrder","description":"Duplicates an order. Takes an orderID. Account attached to order must match the logged in account.Optional fields: saveNewFlag determines if addresses are copied, copyPersonalDataFlag determines whether or not to copy shipping/email addresses to new order and to assign the duplicate order to the same account as the original, referencedOrderFlag determines whether or not a reference to the original order is saved to the duplicate.\n\n\n\n| Name | Required | Description | Default Value | Example |\n|------|----------|-------------|---------------|---------|\n| `orderID`     | required | Order ID |  |  2c9386ef9e0500951942010846efa0f4 |\n| `saveNewFlog`     | optional | Save New Flag |  |  false |\n| `copyPersonalDataFlag`     | optional | Copy Personal Data Flag |  |  false |\n| `referencedOrderFlag`     | optional | Reference Order Flag |  |  false |"},"response":[],"_postman_id":"5965d46c-a063-4592-ac7c-0e5998144e9c"},{"name":"Clear Order","id":"b49514fe-41db-458b-8a5a-49dd4072b3d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Auth-Token","value":"Bearer {{Token}}"}],"body":{"mode":"formdata","formdata":[{"key":"returnJSONObjects","value":"cart","type":"text"}]},"url":"{{url}}/api/scope/clearOrder","description":"Clears the cart for the currently logged in user.\n"},"response":[],"_postman_id":"b49514fe-41db-458b-8a5a-49dd4072b3d3"},{"name":"Change Order","id":"42796294-9b91-44a2-825b-b28c1eeacb6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Auth-Token","value":"Bearer {{Token}}"}],"body":{"mode":"formdata","formdata":[{"key":"orderID","value":"","type":"text"},{"key":"returnJSONObjects","value":"cart","type":"text"}]},"url":"{{url}}/api/scope/changeOrder","description":"Changes the cart for the currently logged in user to another existing cart. Takes an orderID, account attached to the order with the given orderID must match the currently logged in user.\n\n\n| Name | Required | Description | Default Value | Example |\n|------|----------|-------------|---------------|---------|\n| `orderID`     | required | Order ID |  |  2c9386ef9e0500951942010846efa0f4 |"},"response":[],"_postman_id":"42796294-9b91-44a2-825b-b28c1eeacb6b"},{"name":"Delete Order","id":"e10ecc18-efda-43c4-8ac7-2cf791005f61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Auth-Token","value":"Bearer {{Token}}"}],"body":{"mode":"formdata","formdata":[{"key":"orderID","value":"","type":"text"},{"key":"returnJSONObjects","value":"cart","type":"text"}]},"url":"{{url}}/api/scope/deleteOrder","description":"Deletes an order. Takes an orderID. Account attached to order must match logged in account. Will only delete the order if the order passes delete validation.\n\n\n| Name | Required | Description | Default Value | Example |\n|------|----------|-------------|---------------|---------|\n| `orderID`     | required | Order ID |  |  2c9386ef9e0500951942010846efa0f4 |"},"response":[],"_postman_id":"e10ecc18-efda-43c4-8ac7-2cf791005f61"},{"name":"Get Shipping Method Options","id":"6c72a672-d8a3-46ba-9589-186b3345370c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Auth-Token","value":"Bearer {{Token}}"}],"url":"{{url}}/api/scope/getShippingMethodOptions","description":"Get List of Shipping Method Options available on current cart"},"response":[],"_postman_id":"6c72a672-d8a3-46ba-9589-186b3345370c"},{"name":"Get Available Shipping Methods","id":"8ab1a5ff-aeb3-4e8f-907c-9d5f3606da66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Auth-Token","value":"Bearer {{Token}}"}],"url":"{{url}}/api/scope/getAvailableShippingMethods","description":"get list of available Shipping Methods on cart"},"response":[],"_postman_id":"8ab1a5ff-aeb3-4e8f-907c-9d5f3606da66"},{"name":"Get Available Payment Methods","id":"4a12a50d-4923-47d4-844a-6d2122df3c3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Auth-Token","value":"Bearer {{Token}}"}],"url":"{{url}}/api/scope/getAvailablePaymentMethods","description":"Get List of applied promotions on cart"},"response":[],"_postman_id":"4a12a50d-4923-47d4-844a-6d2122df3c3b"},{"name":"Get Applied Promotions","id":"bf745513-05f5-4134-9488-61daa20d1087","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Auth-Token","value":"Bearer {{Token}}"}],"url":"{{url}}/api/scope/getAppliedPromotionCodes","description":"get List of applied promotions on cart"},"response":[],"_postman_id":"bf745513-05f5-4134-9488-61daa20d1087"},{"name":"Get Applied Payments","id":"23e60f79-7032-4615-b92d-9a7a0d93dcb9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Auth-Token","value":"Bearer {{Token}}"}],"url":"{{url}}/api/scope/getAppliedPayments","description":"get list of applied payments on cart"},"response":[],"_postman_id":"23e60f79-7032-4615-b92d-9a7a0d93dcb9"}],"id":"d770fde6-b7db-4009-9900-8500c2a2069f","_postman_id":"d770fde6-b7db-4009-9900-8500c2a2069f"},{"name":"Products","item":[{"name":"Get Products","id":"e90a74ba-85b3-4c64-ac6d-8dd2b1a72a09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Access-Key","value":"12E1F5D46F74BF79ABCD4EC90A4F45C0484152B6"},{"key":"Access-Key-Secret","value":"Rjg0REJFQkFFNTFCNzY3RjUwQkU1QjM0MjE5RDEyMzUwQTNCN0I5RA=="},{"key":"Auth-Token","value":"Bearer {{Token}}","type":"text","disabled":true}],"url":"{{url}}/api/product/","description":"Get list of all the products"},"response":[],"_postman_id":"e90a74ba-85b3-4c64-ac6d-8dd2b1a72a09"},{"name":"Get Products Type","id":"dd976294-484d-46fe-81f3-b3901837d364","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Access-Key","value":"{{accessKey}}"},{"key":"Access-Key-Secret","value":"{{accessKeySecret}}"}],"url":"{{url}}/api/producttype/","description":"Get list of available product types."},"response":[],"_postman_id":"dd976294-484d-46fe-81f3-b3901837d364"},{"name":"Get Products Filter On Product Type","id":"830a3a0a-e54c-4706-a0f5-e6e219bd5661","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Access-Key","value":"{{accessKey}}"},{"key":"Access-Key-Secret","value":"{{accessKeySecret}}"}],"url":{"raw":"{{url}}/api/product/?f:productType.productTypeID:eq=","host":["{{url}}"],"path":["api","product",""],"query":[{"key":"f:productType.productTypeID:eq","value":""}]},"description":"Get list of products specific to Product Type\n\n\n| Name | Required | Description | Default Value | Example |\n|------|----------|-------------|---------------|---------|\n| `f:productType.productTypeID:eq`     | required | Product Type ID |  |  2c9386ef9e0500951942010846efa0f4 |"},"response":[],"_postman_id":"830a3a0a-e54c-4706-a0f5-e6e219bd5661"},{"name":"Get Products Attributes","id":"33569363-8cef-445a-9da3-159d1ec33215","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Access-Key","value":"{{accessKey}}"},{"key":"Access-Key-Secret","value":"{{accessKeySecret}}"}],"url":{"raw":"{{url}}/api/product/?f:productType.productTypeID:eq=","host":["{{url}}"],"path":["api","product",""],"query":[{"key":"f:productType.productTypeID:eq","value":""}]},"description":"Get list of product attributes based on product type\n\n\n| Name | Required | Description | Default Value | Example |\n|------|----------|-------------|---------------|---------|\n| `f:productType.productTypeID:eq`     | required | Product Type ID |  |  2c9386ef9e0500951942010846efa0f4 |"},"response":[],"_postman_id":"33569363-8cef-445a-9da3-159d1ec33215"},{"name":"Get Skus For Product","id":"836930c6-6b9d-47b0-80be-91bce4b39121","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Access-Key","value":"{{accessKey}}","disabled":true},{"key":"Access-Key-Secret","value":"{{accessKeySecret}}","disabled":true},{"key":"Auth-Token","value":"Bearer {{Token}}","type":"text"}],"url":{"raw":"{{url}}/api/sku/?f:product.productID:eq=2c9180896fc823f4016fcd5cccbb01fb","host":["{{url}}"],"path":["api","sku",""],"query":[{"key":"f:product.productID:eq","value":"2c9180896fc823f4016fcd5cccbb01fb"}]},"description":"Get list of SKUs for specific productID.\n\n\n| Name | Required | Description | Default Value | Example |\n|------|----------|-------------|---------------|---------|\n| `f:product.productID:eq`     | required | Product ID |  |  2c9386ef9e0500951942010846efa0f4 |"},"response":[],"_postman_id":"836930c6-6b9d-47b0-80be-91bce4b39121"},{"name":"Get Sku","id":"c306e5e8-54c6-4428-82be-9399da10c228","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Access-Key","value":"{{accessKey}}"},{"key":"Access-Key-Secret","value":"{{accessKeySecret}}"}],"url":"{{url}}/api/sku/","description":"Get list of all SKUs"},"response":[],"_postman_id":"c306e5e8-54c6-4428-82be-9399da10c228"},{"name":"Get Brand","id":"4c6a78fa-431a-4a1a-bdfe-19e8b59661f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Access-Key","value":"{{accessKey}}"},{"key":"Access-Key-Secret","value":"{{accessKeySecret}}"}],"url":"{{url}}/api/brand/","description":"Get list of brand"},"response":[],"_postman_id":"4c6a78fa-431a-4a1a-bdfe-19e8b59661f5"},{"name":"Get Categories","id":"1f0f75fa-3f60-4fb2-a331-53ac77be60ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Access-Key","value":"{{accessKey}}"},{"key":"Access-Key-Secret","value":"{{accessKeySecret}}"}],"url":"{{url}}/api/category/","description":"get list of categories"},"response":[],"_postman_id":"1f0f75fa-3f60-4fb2-a331-53ac77be60ba"},{"name":"Get Specific Sku","id":"49e82b6d-b594-41bc-80e5-8572da4094e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Access-Key","value":"{{accessKey}}"},{"key":"Access-Key-Secret","value":"{{accessKeySecret}}"}],"url":{"raw":"{{url}}/api/sku/?","host":["{{url}}"],"path":["api","sku",""],"query":[{"key":null,"value":null}]},"description":"get information related with specific SkuID"},"response":[],"_postman_id":"49e82b6d-b594-41bc-80e5-8572da4094e1"},{"name":"Get Images For Sku","id":"859a5d53-3625-48a1-8270-2fbda5cd827b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Access-Key","value":"{{accessKey}}"},{"key":"Access-Key-Secret","value":"{{accessKeySecret}}"}],"body":{"mode":"formdata","formdata":[{"key":"productID","value":"2c9180836dcfc74d016dd42d36fa00c8","type":"text"}]},"url":"{{url}}/api/scope/getProductImageGallery","description":"get list of images for specific skuID\n\n\n| Name | Required | Description | Default Value | Example |\n|------|----------|-------------|---------------|---------|\n| `productID`     | required | Product ID |  |  2c9386ef9e0500951942010846efa0f4 |"},"response":[],"_postman_id":"859a5d53-3625-48a1-8270-2fbda5cd827b"},{"name":"Get Skus Pagination Example (paging)","id":"0948370d-9bb7-4b56-8b70-ab2219f4a86a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Access-Key","value":"{{accessKey}}"},{"key":"Access-Key-Secret","value":"{{accessKeySecret}}"}],"url":{"raw":"{{url}}/api/sku/?p:current=2","host":["{{url}}"],"path":["api","sku",""],"query":[{"key":"p:current","value":"2"}]},"description":"Get list of skus along with pagination.\n\n\n| Name | Required | Description | Default Value | Example |\n|------|----------|-------------|---------------|---------|\n| `p:current`     | required | Current Page Number |  |  1 |"},"response":[],"_postman_id":"0948370d-9bb7-4b56-8b70-ab2219f4a86a"},{"name":"Get Products Filter On Categories (Tags)","id":"5332da87-64e9-4631-99e4-f54dfc7eeec4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Access-Key","value":"{{accessKey}}"},{"key":"Access-Key-Secret","value":"{{accessKeySecret}}"}],"url":{"raw":"{{url}}/api/product/?f:categories.categoryID:eq=","host":["{{url}}"],"path":["api","product",""],"query":[{"key":"f:categories.categoryID:eq","value":""}]},"description":"Get list of categories filtered with Category ID\n\n\n| Name | Required | Description | Default Value | Example |\n|------|----------|-------------|---------------|---------|\n| `f:categories.categoryID:eq`     | required | Category ID |  |  2c9386ef9e0500951942010846efa0f4 |"},"response":[],"_postman_id":"5332da87-64e9-4631-99e4-f54dfc7eeec4"},{"name":"Get Products Filter On Brand","id":"e59e5de3-86d8-4851-baef-0f847a694e64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Access-Key","value":"{{accessKey}}"},{"key":"Access-Key-Secret","value":"{{accessKeySecret}}"}],"url":{"raw":"{{url}}/api/product/?f:brand.brandID:eq=2c91808368ac913e0168b93ae1530508","host":["{{url}}"],"path":["api","product",""],"query":[{"key":"f:brand.brandID:eq","value":"2c91808368ac913e0168b93ae1530508"}]},"description":"Get list of products specific to Brand\n\n\n| Name | Required | Description | Default Value | Example |\n|------|----------|-------------|---------------|---------|\n| `f:brand.brandID:eq`     | required | Brand ID |  |  2c9386ef9e0500951942010846efa0f4 |"},"response":[],"_postman_id":"e59e5de3-86d8-4851-baef-0f847a694e64"},{"name":"Get Products Filter On Attribute","id":"39785ee9-6386-4312-a197-e0b931e1d846","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Access-Key","value":"{{accessKey}}"},{"key":"Access-Key-Secret","value":"{{accessKeySecret}}"}],"url":{"raw":"{{url}}/api/product/?f:attributeValues.attributeID:eq=2c9380846bd6cbb4016bd6e30c06001c","host":["{{url}}"],"path":["api","product",""],"query":[{"key":"f:attributeValues.attributeID:eq","value":"2c9380846bd6cbb4016bd6e30c06001c"}]},"description":"Get list of categories filtered with attributeID\n\n\n| Name | Required | Description | Default Value | Example |\n|------|----------|-------------|---------------|---------|\n| `f:attributeValues.attributeID:eq`     | required | Attribute ID |  |  2c9386ef9e0500951942010846efa0f4 |"},"response":[],"_postman_id":"39785ee9-6386-4312-a197-e0b931e1d846"},{"name":"Get Product Options By Option Group","id":"6ca66d65-66e0-42c5-81e1-e2064098aae3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Access-Key","value":"{{accessKey}}"},{"key":"Access-Key-Secret","value":"{{accessKeySecret}}"}],"body":{"mode":"formdata","formdata":[{"key":"productID","type":"text","value":"2c9180836dcfc74d016dd42d36fa00c8"},{"key":"optionGroupID","type":"text","value":""}]},"url":"{{url}}/api/scope/getProductOptionsByOptionGroup","description":"Get list of products based on option group\n\n\n| Name | Required | Description | Default Value | Example |\n|------|----------|-------------|---------------|---------|\n| `productID`     | required | Product ID |  |  2c9386ef9e0500951942010846efa0f4 |\n| `optionGroupID`     | optional | Option Group ID |  |  2c9386ef9e0500951942010846efa0f4 |"},"response":[],"_postman_id":"6ca66d65-66e0-42c5-81e1-e2064098aae3"},{"name":"Get Related Products","id":"92382480-ade1-4885-90bc-92e2f0891042","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Access-Key","value":"{{accessKey}}"},{"key":"Access-Key-Secret","value":"{{accessKeySecret}}"}],"body":{"mode":"formdata","formdata":[{"key":"productID","value":"2c9180856b96c85b016b9a78aca000bb","type":"text"}]},"url":"{{url}}/api/scope/getRelatedProducts","description":"Get list of all related products\n\n\n| Name | Required | Description | Default Value | Example |\n|------|----------|-------------|---------------|---------|\n| `productID`     | required | Product ID |  |  2c9386ef9e0500951942010846efa0f4 |"},"response":[],"_postman_id":"92382480-ade1-4885-90bc-92e2f0891042"},{"name":"Get Product Reviews","id":"e31b3391-5da4-4e23-bb8d-6ee8ffb855ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Access-Key","value":"{{accessKey}}"},{"key":"Access-Key-Secret","value":"{{accessKeySecret}}"}],"body":{"mode":"formdata","formdata":[{"key":"productID","value":"2c9180856b96c85b016b9a78aca000bb","type":"text"}]},"url":"{{url}}/api/scope/getProductReviews","description":"Get list of all the product reviews\n\n\n| Name | Required | Description | Default Value | Example |\n|------|----------|-------------|---------------|---------|\n| `productID`     | required | Product ID |  |  2c9386ef9e0500951942010846efa0f4 |"},"response":[],"_postman_id":"e31b3391-5da4-4e23-bb8d-6ee8ffb855ec"},{"name":"Get Sku Stock","id":"d97c0bdf-7b9f-4551-9d00-b8156f034d7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Access-Key","value":"{{accessKey}}"},{"key":"Access-Key-Secret","value":"{{accessKeySecret}}"},{"key":"Auth-Token","type":"text","value":"Bearer {{Token}}","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"skuID","value":"dde4ca5565a04f50a99ee4b52e9146cb","type":"text"},{"key":"locationID","value":"88e6d435d3ac2e5947c81ab3da60eba2","type":"text"}]},"url":"{{url}}/api/scope/getSkuStock","description":"Get list of all SKUs stock\n\n| Name | Required | Description | Default Value | Example |\n|------|----------|-------------|---------------|---------|\n| `skuID`     | required | SKU ID |  |  2c9386ef9e0500951942010846efa0f4 |\n| `locationID`     | required | Location ID |  |  2c9386ef9e0500951942010846efa0f4 |"},"response":[],"_postman_id":"d97c0bdf-7b9f-4551-9d00-b8156f034d7b"}],"id":"b33113e1-3989-4f4e-9ecd-755e72fd8935","description":"Product related endpoints","event":[{"listen":"prerequest","script":{"id":"fde15227-ecb4-4d62-a074-a0e9e1e1a747","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"da13543e-c47c-48d0-9cee-87f56153a13c","type":"text/javascript","exec":[""]}}],"_postman_id":"b33113e1-3989-4f4e-9ecd-755e72fd8935"},{"name":"Other","item":[{"name":"Get State Codes","id":"187d3b1a-06f1-44cc-8542-260f6d6e0814","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{url}}/api/scope/getStateCodeOptionsByCountryCode?countryCode=","host":["{{url}}"],"path":["api","scope","getStateCodeOptionsByCountryCode"],"query":[{"key":"countryCode","value":""}]},"description":"Retrieves a list of state/province names and state codes for a given country code. May not be available for all countries.\n\n\n| Name | Required | Description | Default Value | Example |\n|------|----------|-------------|---------------|---------|\n| `countryCode`     | required | Country Code |  |  US |"},"response":[],"_postman_id":"187d3b1a-06f1-44cc-8542-260f6d6e0814"},{"name":"Get Address Options","id":"25f3c80b-3f65-4898-813a-3a61bd664dc3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{url}}/api/scope/getAddressOptionsByCountryCode?countryCode=","host":["{{url}}"],"path":["api","scope","getAddressOptionsByCountryCode"],"query":[{"key":"countryCode","value":""}]},"description":"Returns the address options for a given country code. May not be available for all countries.\n\n\n| Name | Required | Description | Default Value | Example |\n|------|----------|-------------|---------------|---------|\n| `countryCode`     | required | Country Code |  |  US |"},"response":[],"_postman_id":"25f3c80b-3f65-4898-813a-3a61bd664dc3"},{"name":"Get Types By Type Code","id":"45ff57e2-bf5d-4f80-8529-258e9a6b7df8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{url}}/api/scope/getSystemTypesByTypeCode?typeCode=odOrderUndeliverableReasons","host":["{{url}}"],"path":["api","scope","getSystemTypesByTypeCode"],"query":[{"key":"typeCode","value":"odOrderUndeliverableReasons"}]},"description":"Returns the address options for a given country code. May not be available for all countries.\n\n\n| Name | Required | Description | Default Value | Example |\n|------|----------|-------------|---------------|---------|\n| `typeCode`     | required | Type Code |  |   |"},"response":[],"_postman_id":"45ff57e2-bf5d-4f80-8529-258e9a6b7df8"},{"name":"Ship Auth","id":"cc46297e-61f8-41c3-8f7f-14b9f8d21d79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":""},"response":[],"_postman_id":"cc46297e-61f8-41c3-8f7f-14b9f8d21d79"}],"id":"1d212d85-4b4b-4739-be78-d4d4418b0ddf","description":"Miscellaneous endpoints","_postman_id":"1d212d85-4b4b-4739-be78-d4d4418b0ddf"}],"auth":{"type":"basic","basic":{"password":"","username":"ten24"}},"event":[{"listen":"prerequest","script":{"id":"f845de11-be62-4057-bba9-fbcdce1809a6","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7c3805cd-3719-48f1-9d19-4dd326a5c608","type":"text/javascript","exec":[""]}}]}