Sign in

List order questions

documented

List order questions.

GET /3dCartWebAPI/v1/OrderQuestionsOrdersno 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://api.shift4shop.com/v1/3dCartWebAPI/v1/OrderQuestions?query={{$query}}&page={{$page}}&limit={{$limit}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "X-Api-Key: {{SHIFT4SHOP_API_KEY}}"
List order questions · Shift4Shop · OpenIntegrations