Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Create SICAR product (articulo + articuloimpuesto + historial). Registry write — clave unique.
sicarv4.products.create
sicarv4
db.query
write
document
json
curl -s -X POST "$API/v1/devices/$DEVICE_ID/functions/sicarv4.products.create" \ -H "Authorization: Bearer $ORQUESTR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"input":{"document":{"clave":"SKU-1","descripcion":"Producto","precio1":100}}}'