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