patch https://api.qogita.com/checkouts//
Partially update checkout using its qid.
Use "active" instead of qid to update the active checkout.
Log in to see full request history
Responses
Partially update checkout using its qid.
Use "active" instead of qid to update the active checkout.
xxxxxxxxxx
12curl --request PATCH \
--url https://api.qogita.com/checkouts/qid/ \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"selectedPaymentMethod": {
"code": "PAY_BY_CARD",
"paymentTerm": "0_DAYS"
}
}
'
Try It!
to start a request and see the response here! Or choose an example: