ID of the order to process payment for
Process payment for an order
Processes payment for a specific order.
Path Parameters
Body
application/json
Body
PaymentInfo
Payment method used
Allowed values:credit_cardpaypalcash
Amount to be paid
Response
application/json
Response
Payment processed successfully
Status of the payment
Path Parameters
Body
Condiments
Operations related to available condiments
List available condiments
Returns a list of available condiments.
Query Parameters
Maximum number of items to return
Default:20
>= 1<= 100
Number of items to skip for pagination
Default:0
>= 0
Response
200 application/json
Response
Successful operation
Example:{"id":"3e5f7b9a-1c3e-4b0a-8b3a-4b8a5b5a7b5a","name":"Mustard","description":"Yellow mustard","price":0.5}
Show Child Parameters
Show Child Parameters
Query Parameters
List available menu items
Returns a list of available menu items.
Query Parameters
Maximum number of items to return
Default:20
>= 1<= 100
Number of items to skip for pagination
Default:0
>= 0
Response
200 application/json
Response
Successful operation
Example:{"id":"a1b2c3d4-e5f6-7890-1234-567890abcdef","name":"Hot Dog","description":"Classic hot dog on a bun","price":5}