Files
medusa-store/docs/api/admin/code_samples/Shell/batch-jobs/postundefined
2022-09-05 10:23:46 +03:00

8 lines
232 B
Plaintext

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": { }
}'