Sign in

Get store profile

documented

Get basic information about a store: settings, location, contact info, and storefront configuration.

GET /api/v3/{storeId}/profileStore Profileno 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://app.ecwid.com/api/v3/{{$storeId}}/profile?showExtendedInfo={{$showExtendedInfo}}&lang={{$lang}}&get-report-availability-status={{$getReportAvailabilityStatus}}&get-store-vertical={{$getStoreVertical}}&responseFields={{$responseFields}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json"