GPS Warehouse
Simulated GPS fulfillment center — products, orders & goods receipts
No products synced yet.
Products appear when stock-service calls POST /api/gps/articulos/nuevo
No outbound orders yet.
Orders appear when stock-service calls POST /api/gps/pedidos/nuevo
No goods receipts yet.
Receipts appear when stock-service calls POST /api/gps/pedidos/entrada
Load 8 predefined manual movements (entries & exits) from fixture data. Requires synced products in GPS.
No manual movements yet.
Create movements using the form above or via POST /api/gps/movimientos/manual
Product Sync
stock-service calls POST /api/gps/articulos/nuevo to register products in the GPS warehouse system.
Order Dispatch
stock-service calls POST /api/gps/pedidos/nuevo to create outbound orders for shipment.
Goods Receipt
stock-service calls POST /api/gps/pedidos/entrada to register incoming stock from suppliers.
Manual Movements
POST /api/gps/movimientos/manual to create stock adjustments (REGULARIZACION, ENTRADA/SALIDA MANUAL, TRASPASO).