Sign in

Get frontend script

documented

Get a frontend script by ID.

GET /3dCartWebAPI/v1/FrontendScripts/{scriptId}Frontend Scriptsno implementation yet0 runs
No 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}}"
Get frontend script · Shift4Shop · OpenIntegrations