BasketInput
Input Object
The basket input is needed to add or update a basket.
Fields
#
children
Collection of child orders. The collection can be empty. At most 10 child orders and 10 substitutable child orders are allowed, so this list can have at most 20 orders.
familyName
Optional field to link baskets from different service windows together. It is private to the market participant. Max length of 250 characters.
serviceWindow
Service window for which the capacity is delivered. Either the field 'serviceWindow' or 'serviceWindows' must be present. The identifier can be retrieved with the 'auctionSessions' query, it is unique and changing for each auction.
serviceWindows
Service windows for which the capacity is delivered. One basket will be created for each service window. Either the field 'serviceWindow' or 'serviceWindows' must be present. The identifiers can be retrieved with the 'auctionSessions' query, it is unique and changing for each auction.
unit
Unit offering the capacity. The identifier can be retrieved with the 'units' query.
Usages
#
References
#
- Argument baskets of field enterBaskets from type Mutation
Basket
BasketOrError