Places an order for a specified cart.
application/json
{"paymentMethod":{"method":"<string>","po_number":"<string>","additional_data":["<string>","<string>"],"extension_attributes":{"agreement_ids":["<string>","<string>"]}}}
PUT /V1/carts/mine/order HTTP/1.1 Host: {{baseurl}} Content-Type: application/json Accept: */* Content-Length: 169 { "paymentMethod": { "method": "<string>", "po_number": "<string>", "additional_data": [ "<string>", "<string>" ], "extension_attributes": { "agreement_ids": [ "<string>", "<string>" ] } } }
OK
22109788