Search customers
documentedSearch and list store customers with various filters.
GET /api/v3/{storeId}/customersCustomersno 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://app.ecwid.com/api/v3/{{$storeId}}/customers?keyword={{$keyword}}&name={{$name}}&email={{$email}}&phone={{$phone}}&city={{$city}}&postalCode={{$postalCode}}&stateOrProvinceCode={{$stateOrProvinceCode}}&countryCodes={{$countryCodes}}&companyName={{$companyName}}&acceptMarketing={{$acceptMarketing}}&lang={{$lang}}&customerGroupIds={{$customerGroupIds}}&minOrderCount={{$minOrderCount}}&maxOrderCount={{$maxOrderCount}}&minSalesValue={{$minSalesValue}}&maxSalesValue={{$maxSalesValue}}&purchasedProductIds={{$purchasedProductIds}}&b2b_b2c={{$b2b_b2c}}&createdFrom={{$createdFrom}}&createdTo={{$createdTo}}&updatedFrom={{$updatedFrom}}&updatedTo={{$updatedTo}}&offset={{$offset}}&limit={{$limit}}&responseFields={{$responseFields}}" \
-X GET \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"