Files
medusa-store/docs/api/admin/code_samples/Shell/batch-jobs/post.sh
2023-02-09 09:50:55 +02:00

8 lines
232 B
Bash

curl --location --request POST 'https://medusa-url.com/admin/batch-jobs' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {api_token}' \
--data-raw '{
"type": "product-export",
"context": { }
}'