orderId
. Currently this API is possible to use on orders with mobile payment or for prepaid orders. You can only use this API to fulfill the order if paymentMethod
on the order is sms, invoice, free, kco (Klarna), creditcardPayex or other (own integration with payment provider).curl --location --request POST 'https://api.mediaconnect.no/capi/v1/client/order/fulfillment' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderId": 14
}'
{
"fulfillmentStatus": "ERROR",
"orderId": 14,
"errorMessage": "Descriptiv error message"
}