{BARCODE}). If a SKU is found, the API returns the product's item code, dimensions, and a flag (moved) indicating whether this SKU has been recorded in any inventory movement documents.BARCODE must be provided in the request.GET request with a valid BARCODE.moved status.{
"sku": {
"item_code": "0233",
"dimension_group2": "0",
"barcode_type": "EAN13",
"dimension_level1": "5",
"dimension_level2": "1",
"moved": true
}
}moved SKU, Barcodes in Documentsmoved is true this means that SKU is referenced in documents.{
"message": "Barcode not found: {BARCODE}"
}