Validating a Retail Sale Item
This call validates a retail sale item sold in the system. The response is returned directly as a JSON object.
Example Call
/api?token=xyz&call=checkItem&barcode=124xyz-2-5
| Parameter | Description |
|---|---|
token | Valid API token for account access. |
call | Must contain checkItem for this validation. |
barcode | Barcode of the retail sale item to validate. |
Response
| Format | Content |
|---|---|
| JSON | Validation result including validity status or successful validation. |