QuoteAccountMembership
Quote-scoped membership stub with federated User and Account references. Local to the quotes subgraph (not the directory AccountMembership entity) so the gateway can resolve User/Account fields via directory entity fetchers without requiring AccountMembership._entities resolution.
This page contains
Fields
| user: User! PREVIEW | Federated user for this quote-scoped membership |
| account: Account! PREVIEW | Federated account (company) for this quote-scoped membership |
Parent objects of QuoteAccountMembership
| Quote PREVIEW | Sales quote representing a potential purchase transaction. Quotes track the complete lifecycle from initial inquiry through finalization, including items, pricing, discounts, and customer information. |
| QuoteVersion PREVIEW | A snapshot of a quote that can be shared with customers for approval |
Queries for QuoteAccountMembership
| quote PREVIEW | Retrieve a single quote by ID |
| quoteVersion PREVIEW | Retrieve a single quote version by ID |