slug: paperless-parts provider: Paperless Parts generated_by: planning/capability-mapping/scripts/classify_capabilities.py model: claude-opus-5 frame: - Manufacturing & Industrial min_confidence: 0.7 capability_model: source: https://github.com/vincentmakes/turbo-ea-capabilities license: CC-BY-4.0 attribution: Turbo EA Capabilities by Vincent Verdet — Turbo EA, https://github.com/vincentmakes/turbo-ea-capabilities, CC BY 4.0 notice: NOTICE edge_count: 4 edges: - tag: Contacts spec_file: paperless-parts-contacts-api-openapi.yml capability_id: BC-420.10 capability_id_l1: BC-420 capability_name: Customer Data Management confidence: 0.85 evidence: POST /contacts/public CreateContact; GET /accounts/public ListAccounts; 'managing customer data, either for an initial bulk import or for on-going synchronization with an external database'; schemas Contact, Account, CustomerId, BillingAddress reason: CRUD over customer accounts, contacts, billing addresses and facilities — customer master data management/synchronisation with CRM/ERP. - tag: Customers spec_file: paperless-parts-customers-api-openapi.yml capability_id: BC-420.10 capability_id_l1: BC-420 capability_name: Customer Data Management confidence: 0.85 evidence: '''managing customer data, either for an initial bulk import or for on-going synchronization with an external database''; ListAccounts, CreateContact, ListBillingAddresses; schemas Account, Contact, CustomerId' reason: 'Same surface as Contacts: create/update customer accounts, contacts, facilities and billing addresses — customer master data management.' - tag: Quotes spec_file: paperless-parts-quotes-api-openapi.yml capability_id: BC-410.40 capability_id_l1: BC-410 capability_name: Quote & Configuration Management confidence: 0.85 evidence: POST /quotes/public 'Create a new quote'; PATCH /quotes/public/{quoteNumber}/status_change 'Update a quote's status'; schemas Quote, RequestForQuote, QuoteRevisionPair reason: Full quote lifecycle — RFQ intake, quote creation, revisions, status changes, line items and supporting files — which is quote and configuration (CPQ) management in the lead-to-order flow. - tag: Quote Items spec_file: paperless-parts-quote-items-api-openapi.yml capability_id: BC-410.40 capability_id_l1: BC-410 capability_name: Quote & Configuration Management confidence: 0.78 evidence: POST /quotes/public/items CreateQuoteItem 'Create a new quote item'; schemas QuoteItem, QuoteCostingVariable, QuoteQuantity, QuoteExpedite reason: Creates priced quote line items with costing variables, quantities and expedite options — configure/price/quote line construction for a manufacturing quoting platform.