tenderStart
Create a new tender in the system.
Establishes a new tender with initial configuration, items, and customer information. The tender will be available for modification and processing immediately.
Possible errors:
- TENDER_START_ERROR: Failed to create the tender
- TENDER_ORDER_NOT_FOUND: Order with the specified ID does not exist
- TENDER_GET_ORDER_ERROR: Failed to retrieve order information
- FORBIDDEN: Insufficient permissions to create tenders
AUTH: Role=[order.OWNER]
tenderStart(
input: TenderStartInput!
): Tender!
Arguments
tenderStart.input
● TenderStartInput!
non-null input
Tender creation data including customer information, initial items, and configuration.
Contains all necessary information to create a functional tender including customer details, product items, and initial pricing settings.
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.