Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://public-api-demo.clearline.me/pos/{posSystemId}/company/{posCompanyId}/import/products \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json-patch+json' \ --data ' { "items": [ { "productId": "1", "productName": "Product 1", "productCategoryId": "10", "productCategory": "Category 10", "manufacturer": "Manufacturer 5", "price": 10 } ] } '
{ "data": { "status": "<string>", "createdCount": 123, "updatedCount": 123, "errors": [ { "entityId": "<string>", "rowNumber": 123, "errorMessage": "<string>", "errorDetails": "<string>" } ], "warnings": [ { "entityId": "<string>", "rowNumber": 123, "message": "<string>", "details": "<string>" } ] } }
JWT Authorization header using the Bearer scheme.
Enter JWT Bearer token only in the text input below.
Represents product items import request for POS
Items to add
Show child attributes
Success
Results of import