Magidoc

BasketInput
Input Object

The basket input is needed to add or update a basket.

Fields

#

children

Non-null

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.

identifier

Unique identifier of a Basket. Used to update an existing Basket.

name

Optional field, private to the market participant. Max length of 250 characters.

parent

Non-null

The parent order. A basket contains strictly one parent order.

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

Non-null

Unit offering the capacity. The identifier can be retrieved with the 'units' query.

Usages

#

References

#

  • Argument baskets of field enterBaskets from type Mutation