tenderApplyIncentives
Apply available incentives to an existing tender.
Automatically calculates and applies all eligible incentives, promotions, and special offers to the tender. This can include volume discounts, customer-specific promotions, or seasonal offers.
Possible errors:
- TENDER_NOT_FOUND: Tender with the specified ID does not exist
- TENDER_APPLY_INCENTIVES_ERROR: Failed to apply incentives to the tender
- FORBIDDEN: Insufficient permissions to update tenders
AUTH: Role=[order.OWNER,order.EDITOR]
tenderApplyIncentives(
id: String!
): Tender!
Arguments
tenderApplyIncentives.id
● String!
non-null scalar
Unique identifier of the tender to apply incentives to.
Must be a valid string representing an existing tender in the system.
Type
Tender
object
Comprehensive tender entity representing a potential order in the system.
Tenders are draft orders that contain all necessary information for order processing including customer details, items, pricing, addresses, payment methods, and shipping information. They can be modified, processed into orders, or deleted as needed.