StockV

APIDescription
GET api/v1/stock

No documentation available.

ProductsV

APIDescription
GET api/v1/products

No documentation available.

GET api/v1/products/{id}

No documentation available.

POST api/v1/products

No documentation available.

DELETE api/v1/products/{id}

No documentation available.

SalesV

APIDescription
GET api/v1/sales/{id}

No documentation available.

GET api/v1/sales?pos_id={pos_id}&start_time={start_time}&end_time={end_time}&sale_type={sale_type}&offset={offset}&page={page}

No documentation available.

POST api/v1/sales

No documentation available.

StoresV

APIDescription
GET api/v1/stores/{id}

No documentation available.

GET api/v1/stores?name={name}&offset={offset}&page={page}

No documentation available.

CustomersV

APIDescription
GET api/v1/customers/{id}

No documentation available.

GET api/v1/customers?cellphone={cellphone}&name={name}&offset={offset}&page={page}

No documentation available.

POST api/v1/customers

No documentation available.

DELETE api/v1/customers/{id}

No documentation available.

EmployeesV

APIDescription
GET api/v1/employees/{id}

No documentation available.

GET api/v1/employees?name={name}&offset={offset}&page={page}

No documentation available.

ModifiersV

APIDescription
GET api/v1/modifiers/{id}

No documentation available.

GET api/v1/modifiers?group_name={group_name}&offset={offset}&page={page}

No documentation available.

CategoriesV

APIDescription
GET api/v1/categories/{id}

No documentation available.

GET api/v1/categories?number={number}&name={name}&offset={offset}&page={page}

No documentation available.

POST api/v1/categories

No documentation available.

DELETE api/v1/categories/{id}

No documentation available.

DepartmentsV

APIDescription
GET api/v1/departments/{id}

No documentation available.

GET api/v1/departments?name={name}&offset={offset}&page={page}

No documentation available.

POSDevicesV

APIDescription
GET api/v1/pos_devices/{id}

No documentation available.

GET api/v1/pos_devices?name={name}&offset={offset}&page={page}

No documentation available.

Webhook

APIDescription
POST your_webhook_url

No documentation available.