Files
medreport_mrb2b/local-sync/local-order.http
2025-09-05 01:39:06 +03:00

8 lines
260 B
HTTP

function send_medipost_test_response() {
curl -X POST "$HOSTNAME/api/order/medipost-test-response" \
--header "x-jobs-api-key: $JOBS_API_TOKEN" \
--header 'Content-Type: application/json' \
--data '{ "medusaOrderId": "'$MEDUSA_ORDER_ID'" }'
}
#