wip
This commit is contained in:
8
local-sync/local-order.http
Normal file
8
local-sync/local-order.http
Normal file
@@ -0,0 +1,8 @@
|
||||
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'" }'
|
||||
}
|
||||
|
||||
#
|
||||
Reference in New Issue
Block a user