curl --request GET \
--url http://localhost:3000/v1/products/barcode/{barcode}{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"taxonomy_id": "<string>",
"name": "<string>",
"brand": "<string>",
"image_url": "<string>",
"size": "<string>",
"barcode": "<string>",
"sellable_product_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"selling_price": 123,
"is_active": true,
"is_rfc_item": true,
"has_inventory_history": true,
"category_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"subcategory_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"rfc_location": {
"slot_id": "<string>",
"location_code": "<string>",
"aisle": 123,
"bay": 123,
"shelf": 123,
"slot": 123
},
"on_hand": 123,
"reserved": 123,
"in_sweep": 123,
"inventory_events": [
{
"id": "<string>",
"type": "sweep",
"reference": "<string>",
"quantity": 123,
"date": "<string>"
}
],
"availability": [
{
"id": "<string>",
"source_type": "rfc",
"name": "<string>",
"unit_price": 123,
"is_in_stock": true,
"retailer_name": "<string>",
"updated_at": "<string>",
"stock_quantity": 123,
"location_name": "<string>"
}
]
}Looks up a product by barcode and returns detailed information including inventory, availability, and history.
curl --request GET \
--url http://localhost:3000/v1/products/barcode/{barcode}{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"taxonomy_id": "<string>",
"name": "<string>",
"brand": "<string>",
"image_url": "<string>",
"size": "<string>",
"barcode": "<string>",
"sellable_product_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"selling_price": 123,
"is_active": true,
"is_rfc_item": true,
"has_inventory_history": true,
"category_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"subcategory_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"rfc_location": {
"slot_id": "<string>",
"location_code": "<string>",
"aisle": 123,
"bay": 123,
"shelf": 123,
"slot": 123
},
"on_hand": 123,
"reserved": 123,
"in_sweep": 123,
"inventory_events": [
{
"id": "<string>",
"type": "sweep",
"reference": "<string>",
"quantity": 123,
"date": "<string>"
}
],
"availability": [
{
"id": "<string>",
"source_type": "rfc",
"name": "<string>",
"unit_price": 123,
"is_in_stock": true,
"retailer_name": "<string>",
"updated_at": "<string>",
"stock_quantity": 123,
"location_name": "<string>"
}
]
}Product barcode
1Product details
Show child attributes
Show child attributes
Show child attributes