surcharges
Search and retrieve surcharges with comprehensive filtering and pagination.
Provides flexible search capabilities across surcharge data including names, types, amounts, and product associations. Results are paginated and can be filtered based on various surcharge criteria for pricing management.
Possible errors:
- FORBIDDEN: Insufficient permissions to access surcharge data
- LIST_SURCHARGES_ERROR: Database query failures or errors while fetching surcharges from the datastore
AUTH: Role=[pricing.OWNER,pricing.EDITOR,pricing.VIEWER]
surcharges(
input: SurchargeSearchInput
): SurchargesResponse!
Arguments
surcharges.input
● SurchargeSearchInput
input
Search criteria for filtering surcharges.
If not provided, returns all accessible surcharges with default pagination settings. Supports filtering by type, amount range, product associations, and other surcharge metadata.