Places an order for a specified cart.
/V1/carts/mine/order
application/json
{"paymentMethod":{"method":"<string>","po_number":"<string>","additional_data":["<string>","<string>"],"extension_attributes":{"agreement_ids":["<string>","<string>"]}}}
curl -L \ --request PUT \ --url 'http://{{baseurl}}/V1/carts/mine/order' \ --header 'Content-Type: application/json' \ --data '{ "paymentMethod": { "method": "<string>", "po_number": "<string>", "additional_data": [ "<string>", "<string>" ], "extension_attributes": { "agreement_ids": [ "<string>", "<string>" ] } } }'
22109788