OBJECT
BasketResultWithMessage
Query: basket, returns BasketResultWithMessage For all basket operations, there will be a default, unique API Basket name based on the user name. If a basket ID is not passed in, all operations will be performed on the default stored basket.
link GraphQL Schema definition
- type BasketResultWithMessage {
- # The identifer for this basket result
- : String!
- : ID
- : String
- : [BasketLine]
- : String
- # Arguments
- # format: the desired format of the date. Uses ISO8601 date and
- # time by default. See
- # https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/time/format/DateTimeFormatter.html#patterns
- # for a detailed description of how to specify alternative formats
- (: String): String
- : Int
- : Price
- : Float
- : Float
- : Price
- : Float
- : Float
- : String
- : Address
- : Address
- : String
- : String
- : String
- : String
- : String
- }