Items

inventoryAdjustments__getInventoryAdjustment

Obtiene un ajuste de inventario específico por su ID, incluyendo el detalle completo de la bodega, los ítems ajustados (con tipo de movimiento, cantidad, costo unitario) y la numeración asignada.

post/tools/inventoryAdjustments__getInventoryAdjustment

Request body

idstring required

ID del ajuste de inventario a consultar.

Example request

{
  "id": "5"
}

Response

Ajuste de inventario consultado exitosamente.

Changes

No recorded changes to this endpoint across all 1 revision of this API.