Overview
This page documents all GraphQL queries available for retrieving supply management data including SOLPEDs, requirements, receptions, tracking information, and supplier feedback.SOLPED Queries
GetSolpedSupplyById
Retrieve a specific SOLPED (purchase requisition) by its ID. Location: Query.cs:2280The unique identifier of the SOLPED
Unique SOLPED identifier
User who created the requisition
Supply category identifier
Company code
Supplier/vendor code
Current status of the SOLPED
Purchase order number (if generated)
SAP system code
Document class in SAP
Creation timestamp
Last update timestamp
Related user object
Related category object
Related company object
GetSolpedSupplyByIdSolpedUsuario
Get a SOLPED by user ID and SOLPED ID combination. Location: Query.cs:2271User identifier
SOLPED identifier
Returns the SOLPED if it belongs to the specified user
GetAllSolpedSupplyByIdUsuario
Retrieve all SOLPEDs created by a specific user. Location: Query.cs:2263User identifier
List of all SOLPEDs created by the user
GetAllSolpedSupplyByIdCategoriaUsuario
Get all SOLPEDs for a specific category and user. Location: Query.cs:2276Category identifier (filters by user’s category access)
List of SOLPEDs filtered by category
Requirement Queries
GetRequerimientoSupplyById
Retrieve a specific requirement (line item) by ID. Location: Query.cs:713Requirement identifier
Unique requirement identifier
Request type identifier
Unit of measure identifier
Cost center identifier
Parent SOLPED identifier
Purchasing organization
Account assignment
Warehouse/storage location
Material code
Article description
Quantity requested
Number of units
Unit value/price
Whether distribution is by percentage
Requested delivery date
Asset information
Item description
Purchase order number
Tax code (IVA/VAT)
Request type details
Unit of measure details
Cost center details
Parent SOLPED object
GetAllRequerimientosSupply
Retrieve all requirements across all SOLPEDs. Location: Query.cs:2247List of all requirements with related entities
GetAllRequerimientosSupplyByIdSolped
Get all requirements for specific SOLPEDs. Location: Query.cs:2288List of SOLPED identifiers
List of requirements for the specified SOLPEDs
Distribution Queries
GetAllDistribucionesSupplyByRequerimientos
Retrieve cost center distributions for a requirement. Location: Query.cs:2292Requirement identifier
Distribution identifier
General ledger account identifier
Cost center identifier
Parent requirement identifier
Distribution value or percentage
G/L account details
Cost center details
Parent requirement object
Quantity/Reception Queries
GetAllCantidadesByRequerimientosSupply
Get received quantities for specific requirements. Location: Query.cs:2284List of requirement identifiers
Tracking Queries
GetAllTrackingSupply
Retrieve all tracking records across all SOLPEDs. Location: Query.cs:2255List of all tracking events
GetAllTrackingByRequerimientoSupply
Get tracking history for a specific SOLPED. Location: Query.cs:2259SOLPED identifier
Feedback and Evaluation Queries
GetAllFeedbackSupply
Retrieve all feedback records. Location: Query.cs:2232List of all feedback entries
GetByIdFeedbackSupply
Get a specific feedback record. Location: Query.cs:2237Feedback identifier
Feedback identifier
Related SOLPED identifier
Feedback type identifier
Feedback status
System that generated the feedback
Creation date
Last change date
Related SOLPED object
Feedback type details
GetAllFeedbackSistemaSupply
Filter feedback by system source. Location: Query.cs:2242System name filter (e.g., “SAP”, “WMS”)
List of feedback entries from the specified system
PQR Queries
GetPqrSupplyByIdSolpedUsuario
Retrieve PQR (inquiries, complaints, claims) for a user and SOLPED. Location: Query.cs:2267User identifier
SOLPED identifier
PQR identifier
Request type (petición, queja, reclamo)
Reason/motive identifier
Resolution identifier (if resolved)
Related SOLPED identifier
Subject/title
Detailed description
Attachment file path
Creation date
Request type details
Motive details
Resolution details
Related SOLPED object