Get frontend script
documentedGet a frontend script by ID.
GET /3dCartWebAPI/v1/FrontendScripts/{scriptId}Frontend Scriptsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://apirest.3dcart.com/3dCartWebAPI/v1/FrontendScripts/{{$script_id}}" \
-X GET \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "SecureURL: {{$secure_url}}" \
-H "PrivateKey: {{$private_key}}" \
-H "Token: {{$token}}"