Barcodes
Integrating carton barcodes into the Inspectorio system automates linkage of barcodes to purchase orders (POs) and their associated items, enabling seamless barcode management. This eliminates the need for inspectors to manually select POs and items to identify the relevant cartons for inspection.
Precondition​
Generate an API key for your organization and use it to authenticate your API requests.
Create barcode​
Creating a barcode associates it with a specific entity, such as a PO, item, or packaging, and ensures accurate linkage for future use.
To create a barcode, use the Create Barcode] API endpoint. A successful response confirms the barcode creation and links it to the specified entity.
Retrieve barcode​
Retrieving a barcode allows organizations to access details of an existing barcode and its associated entity.
To retrieve a barcode, use the Retrieve Barcode API endpoint. The response provides details about the barcode, including its association with POs or items.
Delete barcode​
Deleting a barcode removes its association with the linked entity, ensuring data consistency.
To remove a barcode, use the Delete Barcode API endpoint. A successful response confirms that the barcode has been deleted.