Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Introduction

...

  • Stores what it received into a temporary area in Vision Commerce (see: Vision Interfaces screen).  If your system is configured this way, from the Vision Commerce 'Interfaces' screen you can accept the information into Vision (for example by double clicking a customer or order to load the data and then manually save).

...

  • Download VC_API Auth2.postman_collection.json

  • Open Postman

  • Click Import, click Choose Files and specify VC_API Auth2.postman_collection.json. An import success message appears for each collection imported

  • Edit the collection to set value for variable VCURL, replace it with your API URL

  • Call token request to get access_token after replacing client_id, username, and password in the request body

  • The access token will saved variable 'AccessToken', which is attached on all request

  • Start using other APIs 

...