VCR API V1.0
SDK for integrating with VCR on Node.js: @blob-solutions/vcr-am-sdk
Overview
Allows you to integrate any of your systems to work with VCR.
Requirements for your system
Before starting integration, make sure that your system meets the following requirements. And if it does not match, then make the necessary changes.
- Each offer (service or product) must contain:
- A code from the commodity classifier for goods or a code from the classifier of economic activities for services;
- Unit of measurement (for example, "kg", "pcs", "m2" for goods or "hour", "service", "work" for services);
- Department ID
- Cashier ID
Authorization
All API requests must include the X-API-KEY
header, containing your API key. Do not disclose your API key in public places.
You can get it in the cash register settings.
X-API-KEY: your_API_key
Errors
400 Bad Request
- Invalid request.401 Unauthorized
- Invalid or missing API key.403 Forbidden
- Access denied.404 Not Found
- The requested resource was not found.500 Internal Server Error
- Internal server error.
More
- Look at the Swagger documentation for more information.
- Examples: Examples